NetBSD/sys
reinoud 5cbe80301b Fix /dev/kmem access and make vmstat(1) `work'. Not sure all the results are
indeed valid or correct but at least it shows them without coredumping or
coredumping the kernel.
2012-02-08 17:55:21 +00:00
..
altq
arch Fix /dev/kmem access and make vmstat(1) `work'. Not sure all the results are 2012-02-08 17:55:21 +00:00
coda
common thinko in comment. 2012-01-18 07:17:09 +00:00
compat ansi prototypes 2012-02-03 23:39:59 +00:00
conf -Wold-style-definitions for i386 and amd64 2012-02-03 23:39:26 +00:00
crypto Separate /dev/random pseudodevice implemenation from kernel entropy pool 2011-12-17 20:05:38 +00:00
ddb include stddef.h for offsetof 2011-12-31 22:42:25 +00:00
dev Convert uk(4) to device_t. While here, clean up the code a bit. 2012-02-08 12:22:00 +00:00
dist PR kern/45907 2012-02-01 17:11:46 +00:00
external remove incomplete conversion to kmem_alloc -- inconsistent use 2012-01-29 11:49:02 +00:00
fs Only use MALLOC_DECLARE if it exists. Helps with the dirty _KERNEL 2012-02-03 04:29:17 +00:00
gdbscripts
ipkdb
kern align allocations >=pagesize at a page boundary, to preserve traditional 2012-02-06 12:13:44 +00:00
lib Migrate one last leftover bit (used only by the kernel now) to 2012-02-05 14:19:02 +00:00
miscfs Change the syscall API for quotas over to the new non-proplib one. 2012-02-01 05:34:38 +00:00
modules - Split NPF rule procedure code into a separate module (no functional changes). 2012-02-06 23:30:14 +00:00
net - Split NPF rule procedure code into a separate module (no functional changes). 2012-02-06 23:30:14 +00:00
net80211 - fix offsetof usage, and redundant defines 2011-12-31 20:41:58 +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 Entropy-pool implementation move and cleanup. 2012-02-02 19:42:57 +00:00
netinet6 ip6_output: check for rtcache_setdst() error, which may happen if running 2012-02-05 00:41:15 +00:00
netipsec remove some DPRINTFs which are not just diagnostics but cause noise 2012-01-26 21:10:24 +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 more IPSEC header cleanup: don't install unneeded headers to userland, 2012-01-06 14:17:10 +00:00
netmpls old style def 2012-02-01 16:49:36 +00:00
netnatm
netsmb
nfs When using socket loaning, make sure the KVA used for the loan has the same 2012-02-01 02:27:23 +00:00
opencrypto Remove arc4random() and arc4randbytes() from the kernel API. Replace 2011-11-28 08:05:05 +00:00
rump make acorn26 compile by fixing up subpage pool allocations 2012-02-04 22:11:42 +00:00
secmodel fix secmodel implementation of CPU_UCODE. 2012-01-17 10:47:26 +00:00
stand
sys - Make KMGUARD interrupt-safe. 2012-02-05 03:40:07 +00:00
ufs Migrate one last leftover bit (used only by the kernel now) to 2012-02-05 14:19:02 +00:00
uvm - sys_swapctl: validate the number of swap devices argument for SWAP_STATS. 2012-02-05 16:08:28 +00:00
Makefile