haiku/src/system
Ingo Weinhold cf8b3687f4 * The page cache hash table size was fixed to 1024 slots, but even when
freshly booted, it would already contain > 20000 pages. The size is
  now initialized to half of the available pages. Ideally it would
  grow/shrink dynamically, though.
* Changed the hash function to yield a better distribution.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@22211 a95241bf-73f2-0310-859d-f6bbb57e9c96
2007-09-09 17:36:13 +00:00
..
boot fixed ppc build. It was broken since r21611. Obviously it's not tested. 2007-07-16 19:12:37 +00:00
glue The SimpleTest rule is now using the Haiku glue code - so it should better be 100% compatible; turns out _init_c_library_() gets the arguments and environment as parameters (in case you wondered why __libc_argv and __libc_argc wouldn't work anymore for these apps all of a sudden). 2007-06-20 01:06:48 +00:00
kernel * The page cache hash table size was fixed to 1024 slots, but even when 2007-09-09 17:36:13 +00:00
ldscripts Modified the pxe_ia32 stage 1 loader to load stage 2 at the same address as bios_ia32 stage 1 does. 2006-10-24 20:53:30 +00:00
libroot Missed this one: Completed waitpid(). 2007-08-28 03:31:30 +00:00
runtime_loader Give the runtime loader a chance to reinit its semaphore after fork(). 2007-08-11 00:14:26 +00:00
Jamfile Reorganized building of kernel, boot loader, and libroot. 2005-11-27 00:27:19 +00:00