NetBSD/sys
2014-08-05 08:52:10 +00:00
..
altq Add d_discard to all struct cdevsw instances I could find. 2014-07-25 08:10:31 +00:00
arch Don't set __NO_STRICT_ALIGNMENT as armv[67] ldm/stm have alignment 2014-08-05 06:24:56 +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 Just return sys_open(). COMPAT_10 will be handled internally. 2014-07-31 12:35:33 +00:00
conf Work around escaping issues with quotes in substitutions, to fix cross builds 2014-08-03 13:14:59 +00:00
crypto fix sprintf. 2014-03-25 16:28:15 +00:00
ddb Make this build. 2014-04-12 19:25:48 +00:00
dev Prevent the root hub sending updates once the root interrupt abort is 2014-08-05 08:33:50 +00:00
dist/pf Add d_discard to all struct cdevsw instances I could find. 2014-07-25 08:10:31 +00:00
external Prevent the root hub sending updates once the root interrupt abort is 2014-08-05 08:33:50 +00:00
fs Change adosfs from hashlist to vcache. 2014-08-05 08:50:54 +00:00
gdbscripts Since mountlist is now a TAILQ, convert some missed usages 2013-11-23 16:15:24 +00:00
ipkdb
kern actually use the passed in struct lwp *l instead of curlwp in unp_connect() 2014-08-05 08:52:10 +00:00
lib Fix braino in last commit and free the node iff the insert failed. 2014-07-20 14:40:58 +00:00
miscfs Change procfs from hashlist to vcache. 2014-07-27 16:47:26 +00:00
modules Add d_discard to all struct cdevsw instances I could find. 2014-07-25 08:10:31 +00:00
net split PRU_SEND function out of pr_generic() usrreq switches and put into 2014-08-05 07:55:31 +00:00
net80211 Use module-compatible sysctl init instead of link sets. 2014-04-07 00:07:40 +00:00
netatalk split PRU_SEND function out of pr_generic() usrreq switches and put into 2014-08-05 07:55:31 +00:00
netbt split PRU_SEND function out of pr_generic() usrreq switches and put into 2014-08-05 07:55:31 +00:00
netinet split PRU_SEND function out of pr_generic() usrreq switches and put into 2014-08-05 07:55:31 +00:00
netinet6 split PRU_SEND function out of pr_generic() usrreq switches and put into 2014-08-05 07:55:31 +00:00
netipsec split PRU_SEND function out of pr_generic() usrreq switches and put into 2014-08-05 07:55:31 +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_SEND function out of pr_generic() usrreq switches and put into 2014-08-05 07:55:31 +00:00
netnatm split PRU_SEND function out of pr_generic() usrreq switches and put into 2014-08-05 07:55:31 +00:00
netsmb Add d_discard to all struct cdevsw instances I could find. 2014-07-25 08:10:31 +00:00
nfs split PRU_SEND function out of pr_generic() usrreq switches and put into 2014-08-05 07:55:31 +00:00
opencrypto At least crypto_mtx needs initialisation here. Spotted during PR/49065 2014-08-04 14:17:18 +00:00
rump split PRU_SEND function out of pr_generic() usrreq switches and put into 2014-08-05 07:55:31 +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 split PRU_SEND function out of pr_generic() usrreq switches and put into 2014-08-05 07:55:31 +00:00
ufs Switch the FFS code for discarding free blocks to use VOP_FDISCARD. 2014-07-25 08:24:31 +00:00
uvm Add d_discard to all struct cdevsw instances I could find. 2014-07-25 08:10:31 +00:00
Makefile