NetBSD/sys
2012-01-29 06:55:44 +00:00
..
altq
arch Bump SYMTAB_SPACE 2012-01-29 00:50:59 +00:00
coda
common thinko in comment. 2012-01-18 07:17:09 +00:00
compat Add vfs_quotactl() in between the syscall and VFS_QUOTACTL. Call it 2012-01-29 06:29:04 +00:00
conf Add vfs_quotactl.c. This is where filesystem-independent quota 2012-01-29 06:26:54 +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 Add UDA1341TS audio CODEC support. Code is written by 2012-01-28 08:37:22 +00:00
dist protect "union sockaddr_union" from being defined twice by a CPP symbol 2012-01-11 14:37:45 +00:00
external extending vmem(9) to be able to allocated resources for it's own needs. 2012-01-27 19:48:38 +00:00
fs Include sys/malloc.h for MALLOC_DECLARE. 2012-01-28 16:24:35 +00:00
gdbscripts
ipkdb
kern Package up the args of QUOTACTL_DELETE as a struct quotakey. 2012-01-29 06:55:44 +00:00
lib Add CTASSERT_SIGNED() and CTASSERT_UNSIGNED(). 2012-01-22 02:57:36 +00:00
miscfs Introduce struct vfs_quotactl_args. Use it. 2012-01-29 06:36:06 +00:00
modules Add lm, lm_isa_common, lm_isa, lm_wbsio and wbsio modules to the x86 build. 2012-01-17 16:59:37 +00:00
net Replace tun_lock with mutex(9). XXX: too far from being MP-safe yet. 2012-01-28 01:02:27 +00:00
net80211 - fix offsetof usage, and redundant defines 2011-12-31 20:41:58 +00:00
netatalk
netbt Handle some ``Quality of Service'' configuration options, to 2011-11-29 13:16:27 +00:00
netinet Remove ipf_start from ipf struct 2012-01-19 13:13:48 +00:00
netinet6 Remove ip6f_start from ip6f struct 2012-01-19 13:19:34 +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
netnatm
netsmb
nfs Remove arc4random() and arc4randbytes() from the kernel API. Replace 2011-11-28 08:05:05 +00:00
opencrypto Remove arc4random() and arc4randbytes() from the kernel API. Replace 2011-11-28 08:05:05 +00:00
rump Add vfs_quotactl.c. This is where filesystem-independent quota 2012-01-29 06:26:54 +00:00
secmodel fix secmodel implementation of CPU_UCODE. 2012-01-17 10:47:26 +00:00
stand
sys Package up the args of QUOTACTL_DELETE as a struct quotakey. 2012-01-29 06:55:44 +00:00
ufs Package up the args of QUOTACTL_DELETE as a struct quotakey. 2012-01-29 06:55:44 +00:00
uvm Improve description on struct vm_page and explain locking a little bit more. 2012-01-28 19:12:10 +00:00
Makefile