NetBSD/sys
2014-09-13 18:08:38 +00:00
..
altq Fix error branches to avoid leaks, noted by maxv@. 2014-08-18 03:14:12 +00:00
arch Replace more vm_offset_t, vm_size_t with vaddr_t, vsize_t 2014-09-13 18:08:38 +00:00
coda
compat Fix previous. There is no uap. 2014-09-05 22:37:09 +00:00
conf options MOTG_ALLWINNER to select the awin specific reg layout 2014-09-13 14:47:35 +00:00
crypto Fix inconsistent use of inline in prototype and definition 2014-08-11 22:36:49 +00:00
ddb Try not to use f_data, use f_{vnode,socket,pipe,mqueue,kqueue,ksem} to get 2014-09-05 09:27:24 +00:00
dev Instead of polluting motgreg.h with AllWinner specific registers (things 2014-09-13 17:42:48 +00:00
dist/pf
external Omit vestigial notes on porting before the API was made to match. 2014-09-13 00:33:45 +00:00
fs PUFFS fixes for size update ater write plus read/write sanity checks 2014-09-11 07:59:14 +00:00
gdbscripts
ipkdb
kern Replace random with cprng_fast32. Reorganise computation to replace 2014-09-08 22:01:24 +00:00
lib Revert 1.33 and 1.34 for now, until either .INVISIBLE is reinstanciated 2014-09-08 12:12:19 +00:00
miscfs The comment about toxicity was correct, restore VNON setting code and 2014-09-05 10:43:26 +00:00
modules Add the infrastructure for MODULAR support for Xen kernels. At 2014-08-11 03:43:25 +00:00
net PR/49190: bpf_deliver: set scratch memory store in bpf_args_t. 2014-09-13 17:18:45 +00:00
net80211
netatalk Eliminate IFAREF() and IFAFREE() macros in favour of functions. 2014-09-09 20:16:12 +00:00
netbt split PRU_CONNECT2 & PRU_PURGEIF function out of pr_generic() usrreq 2014-08-09 05:33:00 +00:00
netinet Eliminate IFAREF() and IFAFREE() macros in favour of functions. 2014-09-09 20:16:12 +00:00
netinet6 Eliminate IFAREF() and IFAFREE() macros in favour of functions. 2014-09-09 20:16:12 +00:00
netipsec Don't use C++ keyword new 2014-09-05 09:26:44 +00:00
netisdn
netkey
netmpls split PRU_CONNECT2 & PRU_PURGEIF function out of pr_generic() usrreq 2014-08-09 05:33:00 +00:00
netnatm split PRU_CONNECT2 & PRU_PURGEIF function out of pr_generic() usrreq 2014-08-09 05:33:00 +00:00
netsmb Try not to use f_data, use f_{vnode,socket,pipe,mqueue,kqueue,ksem} to get 2014-09-05 09:26:16 +00:00
nfs Try not to use f_data, use f_{vnode,socket,pipe,mqueue,kqueue,ksem} to get 2014-09-05 09:20:59 +00:00
opencrypto Try not to use f_data, use f_fcrypt to get a correctly typed pointer. 2014-09-05 09:23:40 +00:00
rump Implement pci_intr_setattr() 2014-08-26 10:58:13 +00:00
secmodel
stand
sys Avoid casting f_data, make it a union of the various pointers it can be. 2014-09-05 09:17:04 +00:00
ufs Prefer cprng_fast32 over random. A good distribution even in the lower 2014-09-08 20:52:37 +00:00
uvm Use f_vnode instead of f_data 2014-09-05 09:24:48 +00:00
Makefile