NetBSD/sys
yamt 31e27eaca4 BUFQ_PRIOCSCAN:
- to reduce cpu consumption for a long queue, maintain the sorted lists of
  buffers with rbtree instead of TAILQ.  i vaguely remember that the problem
  pointed out by someone on a public mailing list while ago.  sorry, i can't
  remember who and where.

- add some #ifdef'ed out experimental code.

- bump kernel version for struct buf change.
2012-02-17 08:45:11 +00:00
..
altq
arch Added cpuconf.h needed by libkvm build. 2012-02-16 21:13:50 +00:00
coda
common thinko in comment. 2012-01-18 07:17:09 +00:00
compat Change old-style function defintions to C89 prototypes. 2012-02-12 16:34:06 +00:00
conf Add new -k (for kernel modules) flag to return MM.99.pp for current and MM.mm 2012-02-16 23:56:57 +00:00
crypto
ddb add __printflike where needed 2012-02-10 02:14:23 +00:00
dev remove debug spam 2012-02-16 20:45:21 +00:00
dist Back out the recent import of IPFilter 5.1.1 for the upcoming branch, 2012-02-15 17:55:03 +00:00
external Consistently use ar5416SetPowerMode. From Henning Petersen in PR 45999. 2012-02-12 13:55:27 +00:00
fs Only use MALLOC_DECLARE if it exists. Helps with the dirty _KERNEL 2012-02-03 04:29:17 +00:00
gdbscripts
ipkdb
kern BUFQ_PRIOCSCAN: 2012-02-17 08:45:11 +00:00
lib void function _arc4randbytes cannot return a value. 2012-02-14 18:57:35 +00:00
miscfs Change the syscall API for quotas over to the new non-proplib one. 2012-02-01 05:34:38 +00:00
modules - Split NPF rule procedure code into a separate module (no functional changes). 2012-02-06 23:30:14 +00:00
net - Split NPF rule procedure code into a separate module (no functional changes). 2012-02-06 23:30:14 +00:00
net80211 - fix offsetof usage, and redundant defines 2011-12-31 20:41:58 +00:00
netatalk Fix AppleTalk name registration, as discussed on the port-macppc list 2012-01-31 09:53:44 +00:00
netbt
netinet Back out the recent import of IPFilter 5.1.1 for the upcoming branch, 2012-02-15 17:55:03 +00:00
netinet6 ip6_output: check for rtcache_setdst() error, which may happen if running 2012-02-05 00:41:15 +00:00
netipsec remove some DPRINTFs which are not just diagnostics but cause noise 2012-01-26 21:10:24 +00:00
netisdn
netiso - Eliminate so_nbio and turn it into a bit SS_NBIO in so_state. 2011-12-20 23:56:28 +00:00
netkey more IPSEC header cleanup: don't install unneeded headers to userland, 2012-01-06 14:17:10 +00:00
netmpls old style def 2012-02-01 16:49:36 +00:00
netnatm
netsmb
nfs When using socket loaning, make sure the KVA used for the loan has the same 2012-02-01 02:27:23 +00:00
opencrypto
rump Regen for posix_spawn 2012-02-11 23:18:13 +00:00
secmodel fix secmodel implementation of CPU_UCODE. 2012-01-17 10:47:26 +00:00
stand
sys BUFQ_PRIOCSCAN: 2012-02-17 08:45:11 +00:00
ufs Pass t_renamerace and t_rmdirrace tests. 2012-02-16 02:47:54 +00:00
uvm Add KASSERTs to uvm_pagealloc_pgfl to verify the page is actually free and has 2012-02-16 11:46:14 +00:00
Makefile