NetBSD/sys
2016-11-25 12:45:28 +00:00
..
altq PR 51553 David Binderman: don't bother counting up backlogged classes 2016-11-21 07:15:36 +00:00
arch KNF a little 2016-11-25 12:20:03 +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
dev Remove UZCOM_DEBUG 2016-11-25 12:45: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 make workqueue sppp_{set,clear}_ip_addrs to be able to call pserialize_perform. 2016-11-25 05:03:12 +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: "ifconfig destory" can stalls when "ifconfig" is done parallel. 2016-11-18 06:50:04 +00:00
netipsec Apply pserialize to some iterations of IP address lists 2016-07-20 07:37:51 +00:00
netisdn
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 In addition to initializing the bufq subsystem, we also need to init 2016-11-17 23:15:38 +00:00
secmodel
stand
sys Explain why we don't touch the next pointer of the removed entry. 2016-11-18 06:41:52 +00:00
ufs KASSERT(mutex_owner(...)) ---> KASSERT(mutex_owned(...)) 2016-11-20 21:22:14 +00:00
uvm fix the start index generation in pmap_segtab_release() to 2016-11-23 03:30:53 +00:00
Makefile