#
125832e3 |
| 03-Jan-2016 |
Lionel Sambuc <lionel.sambuc@gmail.com> |
Improve libexec debug output
Change-Id: I6a82d3eeed263e813852549fac015b82832c5c29
|
#
0a6a1f1d |
| 15-Oct-2015 |
Lionel Sambuc <lionel.sambuc@gmail.com> |
NetBSD re-synchronization of the source tree
This brings our tree to NetBSD 7.0, as found on -current on the 10-10-2015.
This updates: - LLVM to 3.6.1 - GCC to GCC 5.1 - Replace minix/commands/z
NetBSD re-synchronization of the source tree
This brings our tree to NetBSD 7.0, as found on -current on the 10-10-2015.
This updates: - LLVM to 3.6.1 - GCC to GCC 5.1 - Replace minix/commands/zdump with usr.bin/zdump - external/bsd/libelf has moved to /external/bsd/elftoolchain/ - Import ctwm - Drop sprintf from libminc
Change-Id: I149836ac18e9326be9353958bab9b266efb056f0
show more ...
|
#
65f76edb |
| 30-Sep-2014 |
David van Moolenbroek <david@minix3.org> |
minix libraries: resolve clang warnings
Change-Id: I0f3425fb8838708c9848a006f1eee5ab1bad71d2
|
Revision tags: v3.3.0 |
|
#
6f7ac603 |
| 08-Sep-2014 |
Lionel Sambuc <lionel@minix3.org> |
Allow elf_unpack to withstand invalid ELF headers
Change-Id: I10a0f3111176b9614b8531d6736e2e860eb95ce4
|
#
37f29f55 |
| 30-Jul-2014 |
Lionel Sambuc <lionel@minix3.org> |
servers/rs: Add sanity check on executable size
RS used to do a stat, and check that the stat was successful, but it didn't check that the executable was not actually empty.
This patch adds a check
servers/rs: Add sanity check on executable size
RS used to do a stat, and check that the stat was successful, but it didn't check that the executable was not actually empty.
This patch adds a check to detect file which are smaller than the minimum ELF size possible.
Change-Id: I22b004084f17e7d395e2c1377add7bc8b51c3d5e
show more ...
|
#
433d6423 |
| 28-Jul-2014 |
Lionel Sambuc <lionel@minix3.org> |
New sources layout
Change-Id: Ic716f336b7071063997cf5b4dae6d50e0b4631e9
|