NetBSD/sys
yamt 16b042cbdb from rmind@,
- revert struct sched_param changes to restore ABI.
- instead, add 'policy' arguments to _sched_{get,set}param syscalls.
  (this is an API/ABI change.)
- correct kauth_authorize_process arguments.

while i'm here,
- don't bother to kmem_alloc for 4-byte structure.
2008-02-09 16:58:01 +00:00
..
altq
arch Further tweaks to Kinetic support. All memory in ths sytem is now used. 2008-02-09 13:17:32 +00:00
coda PR kern/37706 (forced unmount of file systems is unsafe): 2008-01-30 11:46:59 +00:00
compat Don't lock the socket to set/clear FNONBLOCK. Just set it atomically. 2008-02-06 21:57:53 +00:00
conf defflag CPU_IN_CKSUM 2008-02-03 13:25:57 +00:00
contrib/dev/ath
crypto
ddb When doing a reboot from ddb, set panicstr, so that later LOCKDEBUG checks 2008-02-02 18:16:42 +00:00
dev Intel PRO/Wireless LAN 4965AGN Mini-PCI Adapter Driver ported from OpenBSD 2008-02-09 12:25:43 +00:00
dist Pass 0 to ip_randomid since we don't know the salt. 2008-02-07 00:11:09 +00:00
fs u_int is not a C99 standard type, so spell it out completely as 2008-02-06 11:23:53 +00:00
gdbscripts
ipkdb
kern from rmind@, 2008-02-09 16:58:01 +00:00
lib Improve my version of mtprng_random. Reshuffle things. Add an compatible 2008-02-02 01:13:04 +00:00
lkm
miscfs Don't lock the socket to set/clear FNONBLOCK. Just set it atomically. 2008-02-06 21:57:53 +00:00
modules
net Make it compile w/o INET6 2008-02-07 08:48:16 +00:00
net80211 Start patching up the kernel so that a network driver always has 2008-02-07 01:21:52 +00:00
netatalk
netbt do not destroy session callout until the session is definitely finished 2008-01-31 19:30:23 +00:00
netinet Reimplement in4_cksum to not copy data, but sum up directly. 2008-02-07 22:45:20 +00:00
netinet6 ip_newid() -> ip_newid(NULL) due to Matt Thomas' commit some hours ago; 2008-02-06 07:42:43 +00:00
netipsec Rework opencrypto to use a spin mutex (crypto_mtx) instead of "splcrypto" 2008-02-04 00:35:34 +00:00
netisdn Start patching up the kernel so that a network driver always has 2008-02-07 01:21:52 +00:00
netiso Don't lock the socket to set/clear FNONBLOCK. Just set it atomically. 2008-02-06 21:57:53 +00:00
netkey
netnatm
netsmb Replace crufty use of lockmgr. 2008-01-30 14:08:00 +00:00
nfs Lock v_knlist with the vnode interlock. PR kern/37881. 2008-02-05 14:19:52 +00:00
opencrypto cryptoret: avoid a sleep/wakeup race. 2008-02-05 12:26:13 +00:00
rump Make it compile. 2008-01-30 14:57:24 +00:00
secmodel Add, document, and use KAUTH_REQ_PROCESS_KTRACE_PERSISTENT. 2008-02-02 21:04:40 +00:00
stand
sys from rmind@, 2008-02-09 16:58:01 +00:00
ufs Do genfs_node_init() earlier. PR kern/36162. 2008-02-05 15:18:36 +00:00
uvm uvm_uarea_init: fix compilation where PAGE_SIZE is not a constant. (sparc) 2008-02-08 11:49:40 +00:00
Makefile