freebsd kernel with SKQ
Go to file
dg bc2512f99f Fixed two bugs in the calculation of the malloc area (kmem_map) size:
1) The calculation didn't account for NMBCLUSTERS, so if a large number of
   clusters was specified, it would leave little or no space for kernel
   malloc.
2) It was bogusly restricted to v_page_count. This doesn't take into
   account the sparseness of the malloc area and would have caused
   problems on machines with small amounts of memory. It should probably
   instead be changed to set the malloc limit to be constrained by
   the amount of memory, but I didn't do this.
1996-01-29 09:58:34 +00:00
bin Use the correct buffer size from limits.h for the error buffer 1996-01-20 10:43:54 +00:00
eBones This commit was generated by cvs2svn to compensate for changes in r13122, 1995-12-30 19:02:48 +00:00
etc Add an option to start mrouted. Off by default 1996-01-29 08:46:14 +00:00
games This commit was generated by cvs2svn to compensate for changes in r13122, 1995-12-30 19:02:48 +00:00
gnu man.1 depend on man.man 1996-01-24 00:22:27 +00:00
include Add a missing "chmod 755 /usr/include/ufs" when copies of the include 1996-01-23 15:56:43 +00:00
lib Build libscrypt in addition to libdescrypt if RELEASEDIR is set. 1996-01-24 21:32:46 +00:00
libexec Section FILES and SEE ALSO completed 1996-01-28 23:57:38 +00:00
lkm Add missing ${DESTDIR} to afterinstall: target. 1996-01-27 23:57:06 +00:00
release Create symlinks for the MD5 libcrypt's in the bindist. 1996-01-24 21:42:37 +00:00
sbin A manpage. May be the file nologin.5 should located in 1996-01-28 23:49:05 +00:00
secure This commit was generated by cvs2svn to compensate for changes in r13122, 1995-12-30 19:02:48 +00:00
share Add LIST_INSERT_BEFORE and TAILQ_INSERT_BEFORE. 1996-01-29 03:23:05 +00:00
sys Fixed two bugs in the calculation of the malloc area (kmem_map) size: 1996-01-29 09:58:34 +00:00
tools Don't look in libkern, it went away. 1995-12-29 01:51:23 +00:00
usr.bin german calenda 1996-01-29 00:34:18 +00:00
usr.sbin Whoops! Include paths.h instead of sys/cdefs.h - that results in 1996-01-29 02:58:11 +00:00
COPYRIGHT This is the official 4.4 Lite copyright. 1994-09-11 07:53:28 +00:00
Makefile Add libutil/beforeinstall to the includes target 1996-01-01 08:33:17 +00:00