NetBSD/sys
2012-07-19 18:03:32 +00:00
..
altq First step of random number subsystem rework described in 2011-11-19 22:51:18 +00:00
arch Add tdvfb (Voodoo2 driver) to GENERIC. 2012-07-19 09:20:41 +00:00
coda comment out debugging printfs 2012-05-04 17:57:22 +00:00
common More cleanup. Use a union (pmap_segtab) and a typedef (pmap_segtab_t). Add 2012-07-09 17:45:22 +00:00
compat Rename MDP_IRET to MDL_IRET since it is an lwp flag, not a proc one. 2012-07-15 15:17:56 +00:00
conf Add sata Port MultiPlier (PMP) support to the ata bus layer, 2012-07-02 18:15:44 +00:00
crypto Separate /dev/random pseudodevice implemenation from kernel entropy pool 2011-12-17 20:05:38 +00:00
ddb Add some pre-processor magic to verify that the type of the data item 2012-06-02 21:36:41 +00:00
dev Treat empty package returned from _AL<n> method the same as non-existent. 2012-07-19 18:03:32 +00:00
dist remove KAME IPSEC, replaced by FAST_IPSEC 2012-03-22 20:34:37 +00:00
external when freeing the DRM_SHM kernel memory that can be mapped by a user process, 2012-06-17 15:15:34 +00:00
fs Fix build - eg i386/ALL 2012-07-12 17:24:47 +00:00
gdbscripts a macro to dump kernel modules 2011-11-02 16:51:21 +00:00
ipkdb
kern From Roger Pau Monne: kill(2) called for a zombie process should return 0, 2012-07-18 20:30:07 +00:00
lib Remove the code that tries to load the "ffs" kernel module during boot. 2012-05-21 21:34:16 +00:00
miscfs Add some pre-processor magic to verify that the type of the data item 2012-06-02 21:36:41 +00:00
modules Move i386 and amd64 usermode configurations to their respective directories 2012-06-30 15:03:56 +00:00
net PR/46587: Roger Pau Monne: Prevent panic on shutdown on bridge teardown -> 2012-07-17 18:08:20 +00:00
net80211 Add some pre-processor magic to verify that the type of the data item 2012-06-02 21:36:41 +00:00
netatalk Fix AppleTalk name registration, as discussed on the port-macppc list 2012-01-31 09:53:44 +00:00
netbt Handle some ``Quality of Service'' configuration options, to 2011-11-29 13:16:27 +00:00
netinet rename rfc6056 -> portalgo, requested by yamt 2012-06-25 15:28:38 +00:00
netinet6 Remove the wrapper of frag6_input(), restore the behaviour changed in r1.50. 2012-07-01 22:04:44 +00:00
netipsec Add some pre-processor magic to verify that the type of the data item 2012-06-02 21:36:41 +00:00
netisdn
netiso - Eliminate so_nbio and turn it into a bit SS_NBIO in so_state. 2011-12-20 23:56:28 +00:00
netkey remove KAME IPSEC, replaced by FAST_IPSEC 2012-03-22 20:34:37 +00:00
netmpls old style def 2012-02-01 16:49:36 +00:00
netnatm
netsmb Tabify. 2012-05-12 01:40:37 +00:00
nfs fix access permission check which got broken by some kauth rework 2012-04-27 18:12:01 +00:00
opencrypto Remove arc4random() and arc4randbytes() from the kernel API. Replace 2011-11-28 08:05:05 +00:00
rump - Rework NPF tables and fix support for IPv6. Implement tree table type 2012-07-15 00:22:58 +00:00
secmodel KNF fix. spaces vs. tab 2012-06-27 10:15:25 +00:00
stand use NAME_MAX instead of MAXNAMLEN 2011-09-27 01:08:55 +00:00
sys Add a new (dummy) event type so we can use it for forcing sensors to be 2012-07-15 18:31:35 +00:00
ufs Convert a KDASSERT to a KDASSERTMSG 2012-07-09 11:20:22 +00:00
uvm Convert a KASSERT to a KASSERTMSG. Expand one KASSERTSG a little bit. 2012-07-09 11:19:34 +00:00
Makefile