NetBSD/sys
cherry 054bec8aef Remove obsolete comment 2012-01-30 17:56:27 +00:00
..
altq First step of random number subsystem rework described in 2011-11-19 22:51:18 +00:00
arch Remove obsolete comment 2012-01-30 17:56:27 +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 Some further tidying for the COMPAT_50 quotactl code. Mostly cosmetic, 2012-01-29 07:19:48 +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 Allow adapters with SAS/SATA or FC devices to use tagged queuing by the scsipi 2012-01-30 17:45:14 +00:00
dist Merge IPFilter 5.1.1 into HEAD 2012-01-30 16:12:02 +00:00
external remove incomplete conversion to kmem_alloc -- inconsistent use 2012-01-29 11:49:02 +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 do the bookkeeping right 2012-01-30 17:35:18 +00:00
lib Add CTASSERT_SIGNED() and CTASSERT_UNSIGNED(). 2012-01-22 02:57:36 +00:00
miscfs Remove the extra op argument to VFS_QUOTACTL() - the op is now stored 2012-01-29 07:14:38 +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 New files required to build ipfilter into the kernel 2012-01-30 16:13:43 +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 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 Add permissions support to rump_vop_access(), to be used by 2012-01-30 16:17:14 +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 QUOTA_RESTRICT_READONLY, for the nfs quota access code. 2012-01-30 00:56:19 +00:00
ufs sprinkel some #ifdef QUOTA2 to avoid unused variables 2012-01-29 11:59:14 +00:00
uvm removed code from uvmpdpol_needsscan_p that got there by mistake 2012-01-30 17:21:52 +00:00
Makefile