NetBSD/sys
2012-08-02 01:05:05 +00:00
..
altq First step of random number subsystem rework described in 2011-11-19 22:51:18 +00:00
arch Add BPF JIT compiler, currently supporting amd64 and i386. Code obtained 2012-08-01 23:24:28 +00:00
coda -fno-common fallout. 2012-07-28 00:10:22 +00:00
common More cleanup. Use a union (pmap_segtab) and a typedef (pmap_segtab_t). Add 2012-07-09 17:45:22 +00:00
compat Make SCM_RIGHTS work correctly. (make sure to advance m if we've completely 2012-07-30 07:31:16 +00:00
conf Add BPF JIT compiler, currently supporting amd64 and i386. Code obtained 2012-08-01 23:24:28 +00:00
crypto Separate /dev/random pseudodevice implemenation from kernel entropy pool 2011-12-17 20:05:38 +00:00
ddb Add some pre-processor magic to verify that the type of the data item 2012-06-02 21:36:41 +00:00
dev add support for anti-aliased fonts 2012-08-02 00:17:44 +00:00
dist remove KAME IPSEC, replaced by FAST_IPSEC 2012-03-22 20:34:37 +00:00
external Make ipf compile even without INET6 support. 2012-07-30 19:27:46 +00:00
fs Fix -fno-common found by building i386/conf/ALL 2012-07-28 00:43:22 +00:00
gdbscripts a macro to dump kernel modules 2011-11-02 16:51:21 +00:00
ipkdb
kern Remove final ';' from CONDVAR_DECL macro. The caller already adds its 2012-07-30 17:49:24 +00:00
lib Fix cd9660_read() to not read past the end of the file. This would result 2012-07-23 00:49:20 +00:00
miscfs Add some pre-processor magic to verify that the type of the data item 2012-06-02 21:36:41 +00:00
modules Add missing paren. 2012-08-02 00:22:32 +00:00
net Add struct bpf_insn tag. 2012-08-02 01:05:05 +00:00
net80211 Add some pre-processor magic to verify that the type of the data item 2012-06-02 21:36:41 +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 <grmbl>whitespace</grmbl> 2012-07-19 21:08:42 +00:00
netinet6 Add comments describing parameter handling for ip6_insertfraghdr. 2012-07-21 14:52:40 +00:00
netipsec Add some pre-processor magic to verify that the type of the data item 2012-06-02 21:36:41 +00:00
netisdn
netiso Fix -fno-common found by building i386/conf/ALL 2012-07-28 00:43:22 +00:00
netkey remove KAME IPSEC, replaced by FAST_IPSEC 2012-03-22 20:34:37 +00:00
netmpls old style def 2012-02-01 16:49:36 +00:00
netnatm
netsmb Tabify. 2012-05-12 01:40:37 +00:00
nfs Move some the test for MAKEENTRY into the cache_enter(9). Make some 2012-07-22 00:53:18 +00:00
opencrypto Remove arc4random() and arc4randbytes() from the kernel API. Replace 2011-11-28 08:05:05 +00:00
rump Use mmap hypercall for memory allocation only when absolutely necessary 2012-07-27 09:06:01 +00:00
secmodel KNF fix. spaces vs. tab 2012-06-27 10:15:25 +00:00
stand use NAME_MAX instead of MAXNAMLEN 2011-09-27 01:08:55 +00:00
sys Define _POSIX_SPAWN in unistd.h and also provide its value via sysconf(), 2012-08-01 15:24:22 +00:00
ufs Restore accidentally lost initialization of quotatypes[]. 2012-07-29 08:32:27 +00:00
uvm -fno-common broke kernhist since it used commons. 2012-07-30 23:56:48 +00:00
Makefile