NetBSD/sys
jakllsch 5b9a15ee6c Revert dsl@'s changes of Sun, 15 Jul 2012 10:55:35 +0000 and
Sun, 15 Jul 2012 10:56:50 +0000, excepting the kernel version bump.
First step in reverting regressions to ata(4) subsystem during the addition of
port multiplier support.
2012-07-24 14:04:28 +00:00
..
altq First step of random number subsystem rework described in 2011-11-19 22:51:18 +00:00
arch Revert dsl@'s changes of Sun, 15 Jul 2012 10:55:35 +0000 and 2012-07-24 14:04:28 +00:00
coda comment out debugging printfs 2012-05-04 17:57:22 +00:00
common More cleanup. Use a union (pmap_segtab) and a typedef (pmap_segtab_t). Add 2012-07-09 17:45:22 +00:00
compat always allocate a full ucontext structure so that we don't corrupt memory. 2012-07-20 02:27:36 +00:00
conf Add sata Port MultiPlier (PMP) support to the ata bus layer, 2012-07-02 18:15:44 +00:00
crypto Separate /dev/random pseudodevice implemenation from kernel entropy pool 2011-12-17 20:05:38 +00:00
ddb Add some pre-processor magic to verify that the type of the data item 2012-06-02 21:36:41 +00:00
dev Revert dsl@'s changes of Sun, 15 Jul 2012 10:55:35 +0000 and 2012-07-24 14:04:28 +00:00
dist remove KAME IPSEC, replaced by FAST_IPSEC 2012-03-22 20:34:37 +00:00
external Fix printf format 2012-07-22 17:48:53 +00:00
fs Backout NCHNAMLEN check for cache_enter. That change collided with rmind's 2012-07-23 19:06:10 +00:00
gdbscripts a macro to dump kernel modules 2011-11-02 16:51:21 +00:00
ipkdb
kern fork1: fix use-after-free problems. Addresses PR/46128 from Andrew Doran. 2012-07-22 22:40:18 +00:00
lib Fix cd9660_read() to not read past the end of the file. This would result 2012-07-23 00:49:20 +00:00
miscfs Add some pre-processor magic to verify that the type of the data item 2012-06-02 21:36:41 +00:00
modules Move i386 and amd64 usermode configurations to their respective directories 2012-06-30 15:03:56 +00:00
net - npf_fetch_tcpopts: fix off-by-one when validating TCP option length 2012-07-21 17:11:01 +00:00
net80211 Add some pre-processor magic to verify that the type of the data item 2012-06-02 21:36:41 +00:00
netatalk Fix AppleTalk name registration, as discussed on the port-macppc list 2012-01-31 09:53:44 +00:00
netbt Handle some ``Quality of Service'' configuration options, to 2011-11-29 13:16:27 +00:00
netinet <grmbl>whitespace</grmbl> 2012-07-19 21:08:42 +00:00
netinet6 Add comments describing parameter handling for ip6_insertfraghdr. 2012-07-21 14:52:40 +00:00
netipsec Add some pre-processor magic to verify that the type of the data item 2012-06-02 21:36:41 +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 remove KAME IPSEC, replaced by FAST_IPSEC 2012-03-22 20:34:37 +00:00
netmpls old style def 2012-02-01 16:49:36 +00:00
netnatm
netsmb Tabify. 2012-05-12 01:40:37 +00:00
nfs Move some the test for MAKEENTRY into the cache_enter(9). Make some 2012-07-22 00:53:18 +00:00
opencrypto Remove arc4random() and arc4randbytes() from the kernel API. Replace 2011-11-28 08:05:05 +00:00
rump Needs pmap_write_protect to finish DBG=-g build with clang. 2012-07-22 20:32:31 +00:00
secmodel KNF fix. spaces vs. tab 2012-06-27 10:15:25 +00:00
stand use NAME_MAX instead of MAXNAMLEN 2011-09-27 01:08:55 +00:00
sys Welcome to 6.99.10 (bump for cache_enter and lwp_t changes). 2012-07-22 22:44:28 +00:00
ufs Move some the test for MAKEENTRY into the cache_enter(9). Make some 2012-07-22 00:53:18 +00:00
uvm Convert a KASSERT to a KASSERTMSG. Expand one KASSERTSG a little bit. 2012-07-09 11:19:34 +00:00
Makefile