NetBSD/sys
bjh21 70c82cfa56 Medium-sized overhaul of POOL_SUBPAGE support so that:
1: I can understand it, and
2: It works.
Notable externally-visible changes are that POOL_SUBPAGE now has to be a
compile-time constant, and that trying to initialise a pool whose objects are
larger than POOL_SUBPAGE automatically generates a pool that doesn't use
subpages.

NetBSD/acorn26 now boots multi-user again.
2006-02-24 11:46:20 +00:00
..
altq Change "inline" back to "__inline" in .h files -- C99 is still too 2006-02-16 20:17:12 +00:00
arch Repeat previous for SPLASHSCREEN* options. 2006-02-24 10:20:32 +00:00
coda In coda_lookup, add LK_RETRY to locking of child vnode. The previous 2006-01-12 14:57:06 +00:00
compat Fix compat_linux32 time(2) emulation 2006-02-24 06:39:47 +00:00
conf Add support for virtual consoles to igsfb. 2006-02-23 08:01:59 +00:00
contrib
crypto
ddb Add a "show all pages" command to DDB which prints one line per physical 2006-02-19 18:52:29 +00:00
dev - minor comment cleanup 2006-02-24 03:20:22 +00:00
dist Fix TCP/UDP checksum handling as pointed out by Daniel Hartmeier in: 2006-02-19 12:15:33 +00:00
fs Use device_class() instead of accessing dv_class directly. 2006-02-21 04:32:38 +00:00
gdbscripts
ipkdb Remove leading __ from __(const|inline|signed|volatile) -- it is obsolete. 2005-12-24 20:45:08 +00:00
kern Medium-sized overhaul of POOL_SUBPAGE support so that: 2006-02-24 11:46:20 +00:00
lib Change "inline" back to "__inline" in .h files -- C99 is still too 2006-02-16 20:17:12 +00:00
lkm Fix "hard reboot" problem reported by Rhialto weeks ago on current-users@. 2006-02-03 02:37:57 +00:00
miscfs PR/32692: Matthew Mondor: linux compatibility in /proc/self should point 2006-02-02 00:29:24 +00:00
net In sysctl_iflist() don't assume TAILQ_FIRST() will never be NULL. 2006-02-21 22:01:17 +00:00
net80211 Use a safe idiom to extract the keyid from the WEP header, instead 2006-02-19 07:55:59 +00:00
netatalk
netccitt
netinet Handle IPSEC_NAT_T in the FAST_IPSEC case. 2006-02-23 01:35:19 +00:00
netinet6 Change "inline" back to "__inline" in .h files -- C99 is still too 2006-02-16 20:17:12 +00:00
netipsec Change "inline" back to "__inline" in .h files -- C99 is still too 2006-02-16 20:17:12 +00:00
netisdn Change "inline" back to "__inline" in .h files -- C99 is still too 2006-02-16 20:17:12 +00:00
netiso compile with no options INET 2005-12-28 09:18:46 +00:00
netkey Make this compile without INET6. Spotted by Arto Selonen and Kurt 2006-01-25 15:12:05 +00:00
netnatm
netns
netsmb Remove leading __ from __(const|inline|signed|volatile) -- it is obsolete. 2005-12-24 20:45:08 +00:00
nfs Use device_class() instead of accessing dv_class directly. 2006-02-21 04:32:38 +00:00
opencrypto - tweak RUN_ONCE api to allow init_func returns an error. 2006-01-16 21:45:38 +00:00
stand
sys Medium-sized overhaul of POOL_SUBPAGE support so that: 2006-02-24 11:46:20 +00:00
ufs Use device_class() instead of accessing dv_class directly. 2006-02-21 04:32:38 +00:00
uvm kill the "fault_type" argument to pager's pgo_fault() methods 2006-02-22 22:28:18 +00:00
Makefile