NetBSD/sys
jdc 313a56c040 Set (and display) the chip revision.
Set the GEM_SUN_GEM flag.
2008-04-28 20:07:39 +00:00
..
altq
arch Make the trap stubs preemption safe. 2008-04-28 19:47:36 +00:00
coda Merge proc::p_mutex and proc::p_smutex into a single adaptive mutex, since 2008-04-24 18:39:20 +00:00
compat Remove a duplicate mutex_enter call in linux32_e_proc_init(). 2008-04-26 22:55:10 +00:00
conf defopt PREEMPTION 2008-04-28 15:46:48 +00:00
contrib/dev/ath
crypto
ddb Fix CS_MACH definition. 0x10 is spelled 0x10, not 0x16. 2008-03-27 01:15:15 +00:00
dev Set (and display) the chip revision. 2008-04-28 20:07:39 +00:00
dist Define ACPI_THREAD_ID as uintptr_t, and return curlwp instead of 2008-04-24 21:42:05 +00:00
fs Network protocol interrupts can now block on locks, so merge the globals 2008-04-24 15:35:27 +00:00
gdbscripts
ipkdb
kern Even if PREEMPTION is defined, disable it by default until any preemption 2008-04-28 15:38:03 +00:00
lib Back out the ppc assembler changes for memcpy/memmove/memcmp on evbppc. 2008-04-18 05:34:04 +00:00
lkm Add some missing initializers to build the LKMs with WARNS=4. 2008-04-26 20:10:15 +00:00
miscfs Merge proc::p_mutex and proc::p_smutex into a single adaptive mutex, since 2008-04-24 18:39:20 +00:00
modules
net netstat_sysctl: set sysctl_size correctly. (fix netstat -s garbage output) 2008-04-26 08:17:01 +00:00
net80211 revert the broken DeMorgan-ification 2008-04-05 09:34:22 +00:00
netatalk Fix hang with atalkd. PR kern/38513. 2008-04-28 14:31:46 +00:00
netbt Merge the socket locking patch: 2008-04-24 11:38:36 +00:00
netinet udp_init: don't forget to allocate udp6stat_percpu. 2008-04-26 08:13:59 +00:00
netinet6 udp6_init: fix a comment. 2008-04-28 15:01:39 +00:00
netipsec Fix a stupid typo. In ipsec6_process_packet, reinject the packet in AF_INET6, 2008-04-28 17:40:11 +00:00
netisdn use aprint_*_dev and device_xname 2008-04-05 13:40:05 +00:00
netiso Set in a lock on new sockets. I don't know how this was missed before. 2008-04-28 13:24:38 +00:00
netkey key_usrreq: set in a lock on PRU_ATTACH. Spotted by yamt@. 2008-04-28 15:18:43 +00:00
netnatm Merge the socket locking patch: 2008-04-24 11:38:36 +00:00
netsmb Merge proc::p_mutex and proc::p_smutex into a single adaptive mutex, since 2008-04-24 18:39:20 +00:00
nfs as softint network processing is now safe to block, 2008-04-28 15:06:51 +00:00
opencrypto As suggested by rmind, do not check return status of KM_SLEEP/PR_WAITOK 2008-04-21 19:05:41 +00:00
rump Unbreak recent breakage. 2008-04-28 19:31:45 +00:00
secmodel
stand
sys KASSERT(l->l_nopreempt == 0) 2008-04-28 17:18:41 +00:00
ufs Merge proc::p_mutex and proc::p_smutex into a single adaptive mutex, since 2008-04-24 18:39:20 +00:00
uvm Disable preemption while swapping pmap. 2008-04-27 11:39:46 +00:00
Makefile