NetBSD/sys
bjh21 9dc368e353 Clean up read_region_2 code to use fast version under more circumstances, and
to always use it aligned on a 4-word boundary.  The setup code feels like
it could be sleeker, but I can't currently see how.
2006-10-03 22:27:02 +00:00
..
altq add missing initializer 2006-09-03 04:28:16 +00:00
arch Clean up read_region_2 code to use fast version under more circumstances, and 2006-10-03 22:27:02 +00:00
coda fix incomplete initializer 2006-08-29 23:45:23 +00:00
compat Coverity CID 2990: fix memory leak (from Arnaud Lacombe) 2006-09-29 14:24:55 +00:00
conf Go ahead and include files.spi. It is going to be used by my alchemy 2006-10-02 07:57:46 +00:00
contrib/dev/ath
crypto static comes first 2006-09-03 05:22:36 +00:00
ddb ANSIfy db_error. 2006-09-05 21:56:44 +00:00
dev Coverity CID 3061: Add KASSERT (from Arnaud Lacombe) 2006-10-03 18:21:53 +00:00
dist In pf, there are lots of #ifdef ALTQ, but our ALTQ is not what pf expects, 2006-10-01 12:52:24 +00:00
fs Fix memory leaks on mounting and dismounting UDF volumes. 2006-10-03 15:54:03 +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 Coverity CID 2961: Add KDASSERT (from Arnaud Lacombe) 2006-10-03 18:16:31 +00:00
lib Remove stale copy. Pointed out by uwe@ ages ago. 2006-09-28 13:12:59 +00:00
lkm Back out linux_ptrace.c changes, looks like they were removed with 2006-09-25 10:55:54 +00:00
miscfs The poll routine needs to return POLLERR on error, not an errno. Sorry 2006-09-30 21:00:13 +00:00
net PR/19795: Joel Wilsson: net_osdep.h is lying. 2006-09-23 15:17:58 +00:00
net80211 comment out impossible comparisons. 2006-08-30 15:40:41 +00:00
netatalk
netbt Reduce memory usage by not allocating a chunk for a bitmask. 2006-10-01 10:13:54 +00:00
netinet back out revision 1.144 calculating txsegsizep since it unmasks 2006-10-01 22:29:20 +00:00
netinet6 Fix typo in comment 2006-09-26 11:55:41 +00:00
netipsec Make this compile again (hi xtos!). Switch to C99 structure initializations. 2006-08-31 23:21:54 +00:00
netisdn
netiso remove more vestiges of CCITT, LLC, HDLC, NS, and NSIP. 2006-09-07 02:40:31 +00:00
netkey use c99 initializers 2006-09-02 06:44:59 +00:00
netnatm
netsmb add missing initializer 2006-09-03 05:27:28 +00:00
nfs Flush regular files before setattr also if the mode bits are going to 2006-09-29 16:19:50 +00:00
opencrypto fix incomplete initializer 2006-08-29 23:45:23 +00:00
secmodel Implement the "device" scope. 2006-09-30 20:05:57 +00:00
stand
sys Back out previous (p_flag2). 2006-10-03 16:07:12 +00:00
ufs Coverity CID 3690: Add KASSERT to check for reverse INULL. 2006-10-03 19:04:25 +00:00
uvm Coverity CID 3170,3171: Add KASSERT. 2006-10-03 18:26:03 +00:00
Makefile