NetBSD/sys
rtr 8e80ae3c97 get_tcppcb() is nearly always called upon entry to usrreqs so
KASSERT(solocked(so)) inside it and remove the redundant KASSERT
everywhere we are using tcp_getpcb()
2014-08-05 07:10:41 +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 Whitespace. 2014-08-05 06:35:55 +00:00
dist/pf Add d_discard to all struct cdevsw instances I could find. 2014-07-25 08:10:31 +00:00
external Simplify the freeing of the interrupt pipe transfer. Inspired by OpenBSD. 2014-08-05 06:35:24 +00:00
fs Posix requires the va_size of a symlink to be pathlength for symbolic links. 2014-07-29 15:48:22 +00:00
gdbscripts Since mountlist is now a TAILQ, convert some missed usages 2013-11-23 16:15:24 +00:00
ipkdb
kern revert the removal of struct lwp * parameter from bind, listen and connect 2014-08-05 05:24:26 +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 revert the removal of struct lwp * parameter from bind, listen and connect 2014-08-05 05:24:26 +00:00
net80211 Use module-compatible sysctl init instead of link sets. 2014-04-07 00:07:40 +00:00
netatalk revert the removal of struct lwp * parameter from bind, listen and connect 2014-08-05 05:24:26 +00:00
netbt revert the removal of struct lwp * parameter from bind, listen and connect 2014-08-05 05:24:26 +00:00
netinet get_tcppcb() is nearly always called upon entry to usrreqs so 2014-08-05 07:10:41 +00:00
netinet6 revert the removal of struct lwp * parameter from bind, listen and connect 2014-08-05 05:24:26 +00:00
netipsec revert the removal of struct lwp * parameter from bind, listen and connect 2014-08-05 05:24:26 +00:00
netisdn Add d_discard to all struct cdevsw instances I could find. 2014-07-25 08:10:31 +00:00
netkey
netmpls revert the removal of struct lwp * parameter from bind, listen and connect 2014-08-05 05:24:26 +00:00
netnatm revert the removal of struct lwp * parameter from bind, listen and connect 2014-08-05 05:24:26 +00:00
netsmb Add d_discard to all struct cdevsw instances I could find. 2014-07-25 08:10:31 +00:00
nfs Add VOP_FALLOCATE and VOP_FDISCARD to every vnode ops table I can 2014-07-25 08:20:51 +00:00
opencrypto At least crypto_mtx needs initialisation here. Spotted during PR/49065 2014-08-04 14:17:18 +00:00
rump revert the removal of struct lwp * parameter from bind, listen and connect 2014-08-05 05:24:26 +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 revert the removal of struct lwp * parameter from bind, listen and connect 2014-08-05 05:24:26 +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 Retire OSI network stack. OK core@ 2013-03-01 18:25:13 +00:00