haiku/src/system
Rene Gollent be60c04c89 modules: Fix #11746.
- When normalizing paths of the preloaded modules to their final mounted
  path, remove them from the hash table before updating their path. Otherwise,
  the remove would fail due to the hash no longer matching, which in turn
  would cause the code in question to introduce an infinite loop in the
  hash table's internal link list due to manually rewriting the next link.
2015-01-12 19:08:24 -05:00
..
boot bios_ia32: for correctness, add clobber memory for asm invlpg. 2014-11-17 20:17:30 +01:00
glue Optionally build glue code for bootstrap_stage0 platform. 2014-08-13 13:32:49 +02:00
kernel modules: Fix #11746. 2015-01-12 19:08:24 -05:00
ldscripts ARM: define bootloader stack in linker script 2014-09-07 20:56:14 +02:00
libroot CID603224: missing break in parsedate. 2014-12-18 15:55:47 +01:00
runtime_loader runtime_loader: Fix missing include of util/kernel_cpp.h. 2014-10-18 21:58:08 +02:00
Jamfile