NetBSD/sys
christos 8f6d079f97 This patches ditches the ptree(3) library, because it is broken (you
can get missing entries!).  Instead, as a temporary solution, we switch
to a simple linear scan of the hash tables for the longest-prefix-match
(lpm.c lpm.h) algorithm. In fact, with few unique prefixes in the set,
on modern hardware this simple algorithm is pretty fast anyway!
2016-12-09 02:40:38 +00:00
..
altq PR 51553 David Binderman: don't bother counting up backlogged classes 2016-11-21 07:15:36 +00:00
arch kill PCPPISPEAKER 2016-12-09 02:25:46 +00:00
coda Remove now obsolete operation vcache_remove(). 2016-08-20 12:37:06 +00:00
compat s/netbds32_copyout_statvfs/netbsd32_copyout_statvfs/ 2016-12-01 05:07:27 +00:00
conf Add a synthesized pc beeper and keyboard bell for platforms with an audio 2016-12-08 11:31:08 +00:00
crypto
ddb ddb: rename show arptab to show routes 2016-04-13 00:47:01 +00:00
dev split out the pcppi attachment of the speaker 2016-12-09 02:22:34 +00:00
dist/pf Add rtcache_unref to release points of rtentry stemming from rtcache 2016-12-08 05:16:33 +00:00
external Add rtcache_unref to release points of rtentry stemming from rtcache 2016-12-08 05:16:33 +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 void duplicate definition on statically linking libc+ssp and rumpkern+ssp. 2016-12-06 02:55:42 +00:00
lib Fix a wrong flag and KNF. 2016-12-03 09:20:55 +00:00
miscfs The audio sub-system now supports the following features as 2016-12-08 10:28:44 +00:00
modules Add spkr_pcppi.c 2016-12-09 02:22:56 +00:00
net This patches ditches the ptree(3) library, because it is broken (you 2016-12-09 02:40:38 +00:00
net80211 PR/51540: Henning Petersen: replace , with ; 2016-10-09 14:49:51 +00:00
netatalk Add rtcache_unref to release points of rtentry stemming from rtcache 2016-12-08 05:16:33 +00:00
netbt The last named argument of a variadic function shall not be default 2016-10-04 14:13:46 +00:00
netinet Use psref for ip_rtaddr 2016-12-08 06:25:43 +00:00
netinet6 Add rtcache_unref to release points of rtentry stemming from rtcache 2016-12-08 05:16:33 +00:00
netipsec Add rtcache_unref to release points of rtentry stemming from rtcache 2016-12-08 05:16:33 +00:00
netisdn Use percpuq if_input 2016-12-07 03:23:09 +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
stand
sys MCLOSE class->flag. Found by hannken@ 2016-12-08 20:53:12 +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