NetBSD/sys
2014-09-17 16:16:33 +00:00
..
altq Fix error branches to avoid leaks, noted by maxv@. 2014-08-18 03:14:12 +00:00
arch Always set SMP on the A7 since it's needed for ldrex/strex 2014-09-16 22:29:09 +00:00
coda Add VOP_FALLOCATE and VOP_FDISCARD to every vnode ops table I can 2014-07-25 08:20:51 +00:00
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 Use lower case for USBHIST messages. 2014-09-16 10:27:53 +00:00
dist/pf Add d_discard to all struct cdevsw instances I could find. 2014-07-25 08:10:31 +00:00
external Avoid missing field initializers. 2014-09-17 16:16:33 +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 Remove vestigial drm2pci module, replaced by drmkms_pci. 2014-09-14 20:16:07 +00:00
net Delete link local addresses of a vlan interface when detaching its parent 2014-09-15 06:07:37 +00:00
net80211 Use module-compatible sysctl init instead of link sets. 2014-04-07 00:07:40 +00:00
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 Add d_discard to all struct cdevsw instances I could find. 2014-07-25 08:10:31 +00:00
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 Make shmif buildable when DRPINTF enabled 2014-09-17 04:20:58 +00:00
secmodel Ensure that the top level sysctl nodes (kern, vfs, net, ...) exist before 2014-02-25 18:30:08 +00:00
stand
sys Avoid data abort at src/sys/dev/dkwedge/dkwedge_apple.c:swap_apple_drvr_descriptor() on zaurus. 2014-09-14 17:39:06 +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