NetBSD/sys
ad a45b048ec2 Use atomics to maintain aio_jobs_count. XXX There is still a race, we
should should use atomic_inc_uint_nv() before setup to ensure that we
don't exceed the max number of concurrent jobs.
2007-11-29 17:52:27 +00:00
..
altq machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.h 2007-10-19 11:59:34 +00:00
arch Pending review by uwe@: 2007-11-29 17:33:09 +00:00
coda Remove the "struct lwp *" argument from all VFS and VOP interfaces. 2007-11-26 19:01:26 +00:00
compat Use system-provided atomic ops. 2007-11-29 14:29:29 +00:00
conf add dev/ofw/ofw_subr.c to VARSTACK 2007-11-29 01:39:27 +00:00
contrib/dev/ath machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.h 2007-10-19 11:59:34 +00:00
crypto
ddb Add a missing "else". Should finally fix PR kern/37110. 2007-11-14 12:05:42 +00:00
dev In wpi_init, check for the status of radio switch and print a useful message 2007-11-28 22:51:49 +00:00
dist Bug fix: make pf_route() set M_CSUM_IPV4 before calling ip_fragment(). 2007-11-28 04:23:33 +00:00
fs Pullup fixes from UDF RW support project. This commit fixes the 2007-11-27 18:10:42 +00:00
gdbscripts
ipkdb Improve chances of having this file compiled. 2007-11-24 14:20:41 +00:00
kern Use atomics to maintain aio_jobs_count. XXX There is still a race, we 2007-11-29 17:52:27 +00:00
lib style, indent, and ANSI-fy. 2007-11-24 13:20:53 +00:00
lkm Make securelevel a "secmodel" of its own. 2007-11-21 22:49:05 +00:00
miscfs Remove the "struct lwp *" argument from all VFS and VOP interfaces. 2007-11-26 19:01:26 +00:00
net Grab tty_lock in more places. Noted and tested by degroote@. 2007-11-28 21:44:11 +00:00
net80211 Fix compilation in case of COMPAT_FREEBSD_NET80211. 2007-11-28 23:23:11 +00:00
netatalk
netbt [experimentally] report failing commands 2007-11-28 21:46:52 +00:00
netinet Move IN_NEED_CHECKSUM() to in_offload.h for re-use. 2007-11-28 04:14:11 +00:00
netinet6 require that the options argument is the right size, not that it is greater 2007-11-27 22:45:29 +00:00
netipsec defflag IPSEC_DEBUG 2007-11-16 21:15:20 +00:00
netisdn machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.h 2007-10-19 11:59:34 +00:00
netiso de-__P()ify 2007-11-21 16:49:08 +00:00
netkey
netnatm
netsmb
nfs Remove the "struct lwp *" argument from all VFS and VOP interfaces. 2007-11-26 19:01:26 +00:00
opencrypto
rump Remove "puffs_cid" from the puffs interface following l-removal 2007-11-27 11:31:17 +00:00
secmodel Deprecate KAUTH_REQ_SYSTEM_TIME_BACKWARDS, as it was merged into 2007-11-25 09:39:26 +00:00
stand
sys Unify the license: All rights reserved. 2007-11-28 19:30:55 +00:00
ufs Remove the "struct lwp *" argument from all VFS and VOP interfaces. 2007-11-26 19:01:26 +00:00
uvm Remove the "struct lwp *" argument from all VFS and VOP interfaces. 2007-11-26 19:01:26 +00:00
Makefile