NetBSD/sys
ozaki-r 6106c473fc Move in6_ifaddr_list to a more proper place (from ip6_input.c to in6.c)
It's a similar place as the IPv4 address list, i.e., in.c.

More varibles will join together.
2016-07-06 10:49:49 +00:00
..
altq apply if_start_lock() to L2 callers which call ifp->if_start() of device derivers 2016-06-20 08:30:58 +00:00
arch Add NEXCOM VTC100. 2016-07-04 15:53:25 +00:00
coda
compat Fix psref isn't released in a case of IFADDR_EMPTY 2016-07-05 07:55:08 +00:00
conf Fix UVMHIST builds for kernels that don't include usb 2016-06-23 07:32:12 +00:00
crypto
ddb
dev convert device polling from callout to kthread. 2016-07-03 12:26:55 +00:00
dist/pf Remove unnecessary NULL checks of ifa->ifa_addr 2016-06-22 07:48:17 +00:00
external apply if_output_lock() to L3 callers which call ifp->if_output() of L2(or L3 tunneling). 2016-06-20 06:46:37 +00:00
fs Fix false positives when comparing long file names that have the 2016-06-30 09:34:01 +00:00
gdbscripts make '$e' in here the whole structure instead of a pointer, to combine 2016-05-12 00:35:10 +00:00
ipkdb
kern Add HASH_PSLIST (pslist(9)) type for hashinit() 2016-07-06 05:20:48 +00:00
lib Fix typo. 2016-06-25 04:53:32 +00:00
miscfs
modules GSoC 2016 (Hrishikesh Goyal): Htree index support from FreeBSD 2016-06-24 17:21:30 +00:00
net Switch the IPv4 address list to pslist(9) 2016-07-06 08:42:34 +00:00
net80211 Get rid of invalid KASSERT 2016-06-20 08:57:18 +00:00
netatalk apply if_output_lock() to L3 callers which call ifp->if_output() of L2(or L3 tunneling). 2016-06-20 06:46:37 +00:00
netbt
netinet Switch the IPv4 address list to pslist(9) 2016-07-06 08:42:34 +00:00
netinet6 Move in6_ifaddr_list to a more proper place (from ip6_input.c to in6.c) 2016-07-06 10:49:49 +00:00
netipsec Switch the IPv4 address list to pslist(9) 2016-07-06 08:42:34 +00:00
netisdn Introduce m_set_rcvif and m_reset_rcvif 2016-06-10 13:27:10 +00:00
netkey
netmpls Avoid storing a pointer of an interface in a mbuf 2016-06-10 13:31:43 +00:00
netnatm Avoid storing a pointer of an interface in a mbuf 2016-06-10 13:31:43 +00:00
netsmb
nfs Serialize all access to the NFS request queue via splsoftnet(). Fixes random 2016-06-17 14:28:29 +00:00
opencrypto
rump regen 2016-07-03 14:26:47 +00:00
secmodel
stand
sys Add HASH_PSLIST (pslist(9)) type for hashinit() 2016-07-06 05:20:48 +00:00
ufs GSoC 2016 (Hrishikesh Goyal): Htree index support from FreeBSD 2016-06-24 17:21:30 +00:00
uvm Change two KASSERT to KASSERTMSG to provide better diagnostics. 2016-06-18 14:56:03 +00:00
Makefile