NetBSD/sys
knakahara 4348961022 fix two races between set_ip_addrs and clear_ip_addrs race.
(1) if set_ip_addrs and clear_ip_addrs run parallel, they can parallel call
        IN_ADDRHASH_WRITER_REMOVE to the same ifa.
    (2) if set_ip_addrs's workqueue is separated from clear_ip_addrs's one,
        the workers can run in reverse order of enqueued.
2016-12-01 02:30:54 +00:00
..
altq PR 51553 David Binderman: don't bother counting up backlogged classes 2016-11-21 07:15:36 +00:00
arch PR 51672 David Binderman: M_CSUM_TCPv6, not 2x M_CSUM_TCPv4. 2016-11-29 22:27:09 +00:00
coda Remove now obsolete operation vcache_remove(). 2016-08-20 12:37:06 +00:00
compat Handle CLOCKCTL_NTP_ADJTIME32 even when compiled with !NTP; 2016-11-21 03:50:50 +00:00
conf * Split sys/kern/sys_process.c into three parts: 2016-11-02 00:11:59 +00:00
crypto
ddb ddb: rename show arptab to show routes 2016-04-13 00:47:01 +00:00
dev Extra "buf->map = NULL;"s in ixgbe_txeof() were removed in FreeBSD r282299. 2016-11-30 05:30:28 +00:00
dist/pf Apply pserialize to some iterations of IP address lists 2016-07-20 07:37:51 +00:00
external Lock the manager and not just the node for inserting/removing nodes 2016-11-19 17:19:59 +00:00
fs More clean-up of #includes 2016-11-18 22:58:08 +00:00
gdbscripts Remove the last references to KMEMSTATS. 2016-08-19 18:08:50 +00:00
ipkdb
kern Fix a race condition of low priority xcall 2016-11-21 00:54:21 +00:00
lib Check bounds on input. From Michael Plass. 2016-09-05 21:11:11 +00:00
miscfs Return the "true" parent's pid as the parent pid (ppid) via the 2016-11-14 08:55:51 +00:00
modules Build the newly-created bufq_* modules 2016-11-16 00:49:27 +00:00
net fix two races between set_ip_addrs and clear_ip_addrs race. 2016-12-01 02:30:54 +00:00
net80211 PR/51540: Henning Petersen: replace , with ; 2016-10-09 14:49:51 +00:00
netatalk Fix race condition on ifqueue used by traditional netisr 2016-10-03 11:06:06 +00:00
netbt The last named argument of a variadic function shall not be default 2016-10-04 14:13:46 +00:00
netinet We must use PSLIST_ENTRY_DESTROY after PSLIST_WRITER_REMOVE and waiting all readers done. 2016-11-18 10:38:55 +00:00
netinet6 Fix panic on destroying an interface with IPv6 addresses obtained with RA 2016-11-30 02:08:57 +00:00
netipsec Apply pserialize to some iterations of IP address lists 2016-07-20 07:37:51 +00:00
netisdn Introduce m_set_rcvif and m_reset_rcvif 2016-06-10 13:27:10 +00:00
netkey
netmpls Assert size for sockaddr_mpls, but don't require it to be packed. 2016-10-08 20:19:37 +00:00
netnatm Fix race condition on ifqueue used by traditional netisr 2016-10-03 11:06:06 +00:00
netsmb Uninitialized vars, found by brainy 2016-08-15 08:17:35 +00:00
nfs Memory leak, found by Mootja. 2016-11-20 09:28:43 +00:00
opencrypto From Alexander Nasonov: 2016-09-26 14:50:54 +00:00
rump Fix NetBSD keyword expansion. 2016-11-26 11:20:09 +00:00
secmodel secmodel_extensions_system_cb() is not mount-specific, even though 2015-12-12 14:57:52 +00:00
stand
sys Extend dkdriver interface with a d_firstopen function. This is called 2016-11-28 08:42:20 +00:00
ufs KASSERT(mutex_owner(...)) ---> KASSERT(mutex_owned(...)) 2016-11-20 21:22:14 +00:00
uvm extend the pmap_activate/pmap_deactivate UVMHIST logs to include the 2016-12-01 02:15:08 +00:00
Makefile