NetBSD/sys
elad 9ac35e8640 For raw disk requests, in case we don't have a vnode/device, use a
generic policy: always allow reading, allow writing in securelevel < 1
only.
2006-10-12 00:19:10 +00:00
..
altq add missing initializer 2006-09-03 04:28:16 +00:00
arch Forward-declare "struct lwp" before using it in an argument declaration. 2006-10-11 16:16:48 +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 Add subroutines for maintaining object-specific data for arbitrary 2006-10-08 04:21:53 +00:00
contrib/dev/ath Fix all the -D*DEBUG* code that it was rotting away and did not even compile. 2006-08-17 17:11:27 +00:00
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 Aggregate discharge rate over all batteries. Makes time remaining 2006-10-11 19:14:29 +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 nuke unused variable to make compile 2006-10-11 09:04:16 +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 Bug fix: do not try to destroy a NULL socket. Stops the kernel 2006-10-09 17:54:23 +00:00
net80211 comment out impossible comparisons. 2006-08-30 15:40:41 +00:00
netatalk change the MOWNER_INIT define to take two args; fix extant struct mowner 2006-10-10 21:49:14 +00:00
netbt change the MOWNER_INIT define to take two args; fix extant struct mowner 2006-10-10 21:49:14 +00:00
netinet change the MOWNER_INIT define to take two args; fix extant struct mowner 2006-10-10 21:49:14 +00:00
netinet6 change the MOWNER_INIT define to take two args; fix extant struct mowner 2006-10-10 21:49:14 +00:00
netipsec Make this compile again (hi xtos!). Switch to C99 structure initializations. 2006-08-31 23:21:54 +00:00
netisdn Use the LWP cached credentials where sane. 2006-07-23 22:06:03 +00:00
netiso change the MOWNER_INIT define to take two args; fix extant struct mowner 2006-10-10 21:49:14 +00:00
netkey use c99 initializers 2006-09-02 06:44:59 +00:00
netnatm One step closer to loadable domains. Store pointers to a domain's soft 2006-08-25 19:33:50 +00:00
netsmb add missing initializer 2006-09-03 05:27:28 +00:00
nfs change the MOWNER_INIT define to take two args; fix extant struct mowner 2006-10-10 21:49:14 +00:00
opencrypto fix incomplete initializer 2006-08-29 23:45:23 +00:00
secmodel For raw disk requests, in case we don't have a vnode/device, use a 2006-10-12 00:19:10 +00:00
stand
sys - Add specificdata_setspecific_nowait(). Not exposed by the wrappers yet 2006-10-11 05:37:32 +00:00
ufs add support for O_DIRECT (I/O directly to application memory, 2006-10-05 14:48:32 +00:00
uvm fix some warnings in the case of PDSIM. 2006-10-09 12:50:39 +00:00
Makefile Don't descend into netns and netccitt 2006-08-25 17:40:21 +00:00