NetBSD/sys
elad 97b434c554 Slash sys_mount() and add three helper functions: mount_update(),
mount_getargs(), and mount_domount() to handle three main things it can
do.

This makes the code more readable and removes the horrible goto mess
that was lurking there since forever... it also makes it easier to
implement a security policy for that code.
2006-12-24 12:43:17 +00:00
..
altq Comment out #ident. 2006-12-20 17:03:20 +00:00
arch Add zskbd console attachment. 2006-12-24 03:57:44 +00:00
coda a smorgasbord of improvements to vnode locking and path lookup: 2006-12-09 16:11:50 +00:00
compat Part of PR/33280: Christian Ehrhardt: The call to FILE_USE should be 2006-11-25 22:03:41 +00:00
conf Add --param ssp-buffer-size=1 if USE_SSP as for userspace. 2006-12-18 22:37:36 +00:00
contrib/dev/ath __unused removal on arguments; approved by core. 2006-11-16 01:32:37 +00:00
crypto
ddb __unused removal on arguments; approved by core. 2006-11-16 01:32:37 +00:00
dev Revert the previous change and specify the appropriate page boundary to 2006-12-24 01:49:45 +00:00
dist TCP window scaling was being recognised but the recorded settins were being 2006-12-24 02:31:16 +00:00
fs Don't return EWOULDBLOCK in case we have delivered some requests 2006-12-10 23:53:51 +00:00
gdbscripts
ipkdb s/existance/existence/, from Zafer. 2006-11-24 22:52:16 +00:00
kern Slash sys_mount() and add three helper functions: mount_update(), 2006-12-24 12:43:17 +00:00
lib in fdloadfile(), fail if we can't read the entire exec header. 2006-12-09 22:11:36 +00:00
lkm compile puffs_transport.c 2006-12-05 23:41:46 +00:00
miscfs Some changes to get rid of another KAUTH_GENERIC_ISSUSER usage: 2006-12-19 09:58:34 +00:00
net Introduce new helper functions to abstract the route caching. 2006-12-15 21:18:52 +00:00
net80211 __unused removal on arguments; approved by core. 2006-11-16 01:32:37 +00:00
netatalk Introduce new helper functions to abstract the route caching. 2006-12-15 21:18:52 +00:00
netbt merge yamt-splraiseipl branch. 2006-12-21 15:55:21 +00:00
netinet ipintr(): check if the queue is empty before looping. Hardly a giant 2006-12-22 05:34:02 +00:00
netinet6 do not compare ipv6 ipsec tunnel addresses against uninitialized data. 2006-12-20 15:39:23 +00:00
netipsec Introduce new helper functions to abstract the route caching. 2006-12-15 21:18:52 +00:00
netisdn __unused removal on arguments; approved by core. 2006-11-16 01:32:37 +00:00
netiso Introduce new helper functions to abstract the route caching. 2006-12-15 21:18:52 +00:00
netkey Introduce new helper functions to abstract the route caching. 2006-12-15 21:18:52 +00:00
netnatm
netsmb __unused removal on arguments; approved by core. 2006-11-16 01:32:37 +00:00
nfs a smorgasbord of improvements to vnode locking and path lookup: 2006-12-09 16:11:50 +00:00
opencrypto __unused removal on arguments; approved by core. 2006-11-16 01:32:37 +00:00
secmodel Add requests indicating access to unmanaged memory for arm, pc532, powerpc, 2006-12-22 11:13:21 +00:00
stand
sys PR/35278: YAMAMOTO Takashi: veriexec sometimes feeds user va to log(9) 2006-12-24 08:54:55 +00:00
ufs merge yamt-splraiseipl branch. 2006-12-21 15:55:21 +00:00
uvm merge yamt-splraiseipl branch. 2006-12-21 15:55:21 +00:00
Makefile