NetBSD/sys
rmind 4177c9beb4 Improve description on struct vm_page and explain locking a little bit more. 2012-01-28 19:12:10 +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-01-28 16:30:23 +00:00
coda use CODA_MAXNAMLEN instead of bogus MAXNAMLEN 2011-09-27 00:54:47 +00:00
common thinko in comment. 2012-01-18 07:17:09 +00:00
compat Add FNOSIGPIPE for compat32; noted by yamt. 2012-01-25 14:06:07 +00:00
conf Add UDA1341TS audio CODEC support. Code is written by 2012-01-28 08:37:22 +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 a macro to dump kernel modules 2011-11-02 16:51:21 +00:00
ipkdb
kern replacing malloc(9) with kmem(9) 2012-01-28 18:02:56 +00:00
lib Add CTASSERT_SIGNED() and CTASSERT_UNSIGNED(). 2012-01-22 02:57:36 +00:00
miscfs only set CANTRCVMORE if no error. 2011-12-21 15:27:50 +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 Use if_addr_init() instead of ifp->if_ioctl(). 2011-10-19 01:50:27 +00:00
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 Hide the radix-trie implementation of the forwarding table so that we 2011-03-31 19:40:51 +00:00
netnatm unifdef -U__OpenBSD__ -D__NetBSD__ -U__FreeBSD__ for readability. No 2011-03-09 22:06:42 +00:00
netsmb rename SMBFS_MAXFNAMELEN to SMBFS_MAXNAMLEN for consistency 2011-09-27 02:05:10 +00:00
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 Remove obsolete ltsleep(9) and wakeup_one(9). 2012-01-28 12:22:33 +00:00
secmodel fix secmodel implementation of CPU_UCODE. 2012-01-17 10:47:26 +00:00
stand use NAME_MAX instead of MAXNAMLEN 2011-09-27 01:08:55 +00:00
sys Welcome to 5.99.61: major UVM/kmem/vmem changes, tsleep and wakeup_one removal. 2012-01-28 12:27:30 +00:00
ufs pool_page_alloc, pool_page_alloc_meta: avoid extra compare, use const. 2012-01-28 00:00:06 +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 build evbppc modules in 3 different flavours: 2011-06-15 09:45:58 +00:00