NetBSD/sys
christos b0fb40a0ab When unloading the nfsserver module, call nfs_fini() so that the nfsrvdescpl
pool gets destroyed. Otherwise we are left with a stray pool that points to
unmapped memory behind (and bad things happen). Typically you get seemingly
random page faults (without printing uvm_fault) that happen in various pool
operations. Most frequent one is the pool_drain() from the page daemon.
2012-08-29 14:00:22 +00:00
..
altq First step of random number subsystem rework described in 2011-11-19 22:51:18 +00:00
arch Typo in comment 2012-08-29 08:29:57 +00:00
coda mention current status 2012-08-04 12:47:00 +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 Do not use a userland pointer, but the copied-in kernel version instead. 2012-08-18 15:25:15 +00:00
conf Deal with optional HAVE_GCC. 2012-08-10 16:05:26 +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 when in event mode, optionally pretend to be a USB keyboard 2012-08-29 02:44:07 +00:00
dist remove KAME IPSEC, replaced by FAST_IPSEC 2012-03-22 20:34:37 +00:00
external Make ipf compile even without INET6 support. 2012-07-30 19:27:46 +00:00
fs Missing bit in previous commit (PUFFS_KFLAG_CACHE_DOTDOT option to avoid 2012-08-11 01:10:11 +00:00
gdbscripts a macro to dump kernel modules 2011-11-02 16:51:21 +00:00
ipkdb
kern proper locking for DEBUG 2012-08-28 15:52:19 +00:00
lib Deal with optional HAVE_GCC. 2012-08-10 16:05:26 +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 - Extend npftest: add ruleset inspection testing from the config generated 2012-08-12 03:35:13 +00:00
net the address expire counter is just a time difference; it can turn 2012-08-23 12:06:32 +00:00
net80211 add more QoS bits 2012-08-20 07:30:10 +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 make this compile. 2012-08-20 16:01:37 +00:00
netinet6 Remove stray #undef, probably someone's debugging leftover from long ago. 2012-08-24 06:03:18 +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 Fix -fno-common found by building i386/conf/ALL 2012-07-28 00:43:22 +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 When unloading the nfsserver module, call nfs_fini() so that the nfsrvdescpl 2012-08-29 14:00:22 +00:00
opencrypto Remove arc4random() and arc4randbytes() from the kernel API. Replace 2011-11-28 08:05:05 +00:00
rump Use correct routine name - kcpuset_sysinit() vs kcpuset_init() 2012-08-16 19:40:48 +00:00
secmodel KNF fix. spaces vs. tab 2012-06-27 10:15:25 +00:00
stand
sys Provide names for the values associated with INDICATOR sensors. 2012-08-27 21:07:33 +00:00
ufs Move INITQFNAMES to the right header file. 2012-08-26 02:32:14 +00:00
uvm avoid leaking a uvm_object reference when merging a new map entry 2012-08-18 14:28:04 +00:00
Makefile Implement build_install in src/lib/Makefile, which traverses the 2012-08-17 16:22:27 +00:00