haiku/src/system
Augustin Cavalier 304f594da1 De-wire net_stack_cleanup from boot/loader/main.cpp
This reverts commit 2960780faa.
Sorry for the noise; I thought I'd run a compile but apparently it was
only a partial one.

It seems that the netboot core is linked into the main bootloader
no matter the build configuration, which means that since this one
function was called, the linker tried to resolve all the other symbols
from that static library. Which of course failed.
2017-11-13 21:17:45 +01:00
..
boot De-wire net_stack_cleanup from boot/loader/main.cpp 2017-11-13 21:17:45 +01:00
glue x86_64: Glue code: Keep stack 16-byte-aligned 2015-10-28 21:24:34 +01:00
kernel x86-64: handle stack fault for non-canonical address access 2017-11-02 18:55:03 +01:00
ldscripts u-boot: Correct loader base naming 2017-07-10 13:34:29 -05:00
libroot posix_spawn(): use MAX_SIGNAL_NUMBER instead of NSIG. 2017-11-04 17:25:42 +01:00
runtime_loader runtime_loader: Remove EXEMODE hack. 2017-05-28 12:42:12 -04:00
Jamfile