NetBSD/sys
2014-08-07 20:05:10 +00:00
..
altq Add d_discard to all struct cdevsw instances I could find. 2014-07-25 08:10:31 +00:00
arch remove obsolete comment 2014-08-07 19:05:18 +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 scanning fixes 2014-08-07 19:54:23 +00:00
dist/pf Add d_discard to all struct cdevsw instances I could find. 2014-07-25 08:10:31 +00:00
external provide a setmode callback for genfb; with this change, vt switching in and out of X works 2014-08-06 22:16:38 +00:00
fs Change efs from hashlist to vcache. 2014-08-07 08:24:23 +00:00
gdbscripts
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 Change efs from hashlist to vcache. 2014-08-07 08:24:23 +00:00
net Use NULL instead of 0 for pointers 2014-08-07 03:40:21 +00:00
net80211 Use module-compatible sysctl init instead of link sets. 2014-04-07 00:07:40 +00:00
netatalk suppress possibly used uninitialized warning on sgimips 2014-08-07 07:51:28 +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 Change efs from hashlist to vcache. 2014-08-07 08:24:23 +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 convert to unsigned multiplication. 2014-08-07 20:05:10 +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