NetBSD/sys
mrg 273c5b01ad avoid bringing in mc146818 routines for kernels that do not have the
'rtc'-style clock linked in.  put the rtc code in it's own file and
only link it in if it is actually configured.  fixes PR#23342.
2006-10-09 03:34:56 +00:00
..
altq
arch avoid bringing in mc146818 routines for kernels that do not have the 2006-10-09 03:34:56 +00:00
coda
compat Coverity CID 2990: fix memory leak (from Arnaud Lacombe) 2006-09-29 14:24:55 +00:00
conf Add subroutines for maintaining object-specific data for arbitrary 2006-10-08 04:21:53 +00:00
contrib/dev/ath
crypto
ddb ANSIfy db_error. 2006-09-05 21:56:44 +00:00
dev Remove unused variable. (Noted by mrg. Thanks.) 2006-10-09 02:43:28 +00:00
dist PR/34746: Nino Dehne: pf(4)'s synproxy state breaks when used with tags 2006-10-07 21:45:49 +00:00
fs move includes only needed for kernel inside ifdef _KERNEL. 2006-10-06 02:40:58 +00:00
gdbscripts Make these work again. I know, I'm a bit impatient, since they've 2006-09-29 15:43:06 +00:00
ipkdb Don't use KAUTH_RESULT_* where it's not applicable. 2006-09-13 10:07:42 +00:00
kern Remove unused variables. 2006-10-09 00:39:06 +00:00
lib - Move strtoll.c and strtoull.c from libc/stdlib to common/libc/stdlib. 2006-10-08 03:14:55 +00:00
lkm Make pn_family static. 2006-10-04 21:47:56 +00:00
miscfs fix build error in mount_sysvbfs. 2006-10-06 02:17:25 +00:00
net Make lo* always have the IFF_RUNNING flag set, to apease some 2006-10-08 23:19:32 +00:00
net80211
netatalk PR 10301: Change "oops" to something more interesting. (but less funny :-). 2006-10-07 15:49:00 +00:00
netbt fix empty if 2006-10-04 15:49:59 +00:00
netinet tcp_output: don't make TSO duplicate CWR/ECE. 2006-10-08 11:10:59 +00:00
netinet6 Protect calls to pool_put/pool_get that may occur in interrupt context 2006-10-05 17:35:19 +00:00
netipsec
netisdn
netiso remove more vestiges of CCITT, LLC, HDLC, NS, and NSIP. 2006-09-07 02:40:31 +00:00
netkey
netnatm
netsmb
nfs Flush regular files before setattr also if the mode bits are going to 2006-09-29 16:19:50 +00:00
opencrypto
secmodel Create 'security.curtain' for documentation compatibility. 2006-10-06 23:01:12 +00:00
stand
sys add {proc,lwp}_initspecific and use them to init proc0 and lwp0. 2006-10-08 22:57:11 +00:00
ufs add support for O_DIRECT (I/O directly to application memory, 2006-10-05 14:48:32 +00:00
uvm add support for O_DIRECT (I/O directly to application memory, 2006-10-05 14:48:32 +00:00
Makefile