NetBSD/sys
2012-01-26 21:10:24 +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-26 08:11:06 +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 a tpm driver from bsssd.sourceforge.net 2012-01-22 06:44:28 +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 Print error if couldn't enable card. 2012-01-26 02:20:12 +00:00
dist protect "union sockaddr_union" from being defined twice by a CPP symbol 2012-01-11 14:37:45 +00:00
external SVN r220966 from FreeBSD: 2011-11-28 00:30:17 +00:00
fs tmpfs_access: simplify, no need to separate the logic. 2012-01-22 03:13:19 +00:00
gdbscripts a macro to dump kernel modules 2011-11-02 16:51:21 +00:00
ipkdb
kern sysctl_dobuf: re-acquire the sysctl lock on retry path. PR/45827. 2012-01-26 19:18:25 +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 - Expire all sessions on flush. 2012-01-15 00:49:47 +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
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 Put the path to the compat/common directory in a .PATH line, not in 2011-12-20 17:09:04 +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 Add brackets arround macro arguments to avoid nasty problem caused by 2012-01-25 19:47:18 +00:00
ufs use enum instead of macros 2012-01-16 12:28:47 +00:00
uvm fix UVM_MAP_CLIP_* to only clip if the clip address is within the entry 2012-01-21 16:51:38 +00:00
Makefile build evbppc modules in 3 different flavours: 2011-06-15 09:45:58 +00:00