NetBSD/sys
abs e14333f8c1 Some fun in trying to work out what was broken with gcc-4.1 to
trigger the following warning when gcc-4.5 was silent:
  nd6_rtr.c: In function 'nd6_ra_input':
  nd6_rtr.c:788: warning: 'ext' may be used uninitialized in this function
Eventually determined that it was not unreasonable for gcc-4.1 to
bleat in this case as there is a nasty 'goto insert' which could
indeed have resulted in an uninitialised variable use. Yay gcc 4.1.
2012-06-25 17:25:29 +00:00
..
altq First step of random number subsystem rework described in 2011-11-19 22:51:18 +00:00
arch Implement dummy `cpu_mcontext_validate' to make it compile again. This 2012-06-25 14:43:54 +00:00
coda comment out debugging printfs 2012-05-04 17:57:22 +00:00
common Add support for PMAP_GROWKERNEL 2012-05-17 16:20:19 +00:00
compat From the "parse errors that you just do not see as a human" department: 2012-06-22 08:47:47 +00:00
conf Add a new resource to limit the number of lwps per user, RLIMIT_NTHR. There 2012-06-09 02:31:14 +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 Add more debugging, fix filehandle usage, login negotiation and session 2012-06-24 17:01:35 +00:00
dist remove KAME IPSEC, replaced by FAST_IPSEC 2012-03-22 20:34:37 +00:00
external when freeing the DRM_SHM kernel memory that can be mapped by a user process, 2012-06-17 15:15:34 +00:00
fs Assert that out_hr is not NULL in hfslib_read_header_node 2012-06-15 21:59:39 +00:00
gdbscripts a macro to dump kernel modules 2011-11-02 16:51:21 +00:00
ipkdb
kern regen 2012-06-22 18:27:25 +00:00
lib Remove the code that tries to load the "ffs" kernel module during boot. 2012-05-21 21:34:16 +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 Add a driver for Ralink Technology RT2700U/RT2800U/RT3000U USB IEEE 2012-05-30 14:30:32 +00:00
net NPF: 2012-06-22 13:43:17 +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 rename rfc6056 -> portalgo, requested by yamt 2012-06-25 15:28:38 +00:00
netinet6 Some fun in trying to work out what was broken with gcc-4.1 to 2012-06-25 17:25:29 +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 fix access permission check which got broken by some kauth rework 2012-04-27 18:12:01 +00:00
opencrypto Remove arc4random() and arc4randbytes() from the kernel API. Replace 2011-11-28 08:05:05 +00:00
rump Add missing $NetBSD$. 2012-06-24 17:28:09 +00:00
secmodel Replace the remaining KAUTH_GENERIC_ISSUSER authorization calls with 2012-03-13 18:40:26 +00:00
stand use NAME_MAX instead of MAXNAMLEN 2011-09-27 01:08:55 +00:00
sys regen 2012-06-22 18:27:25 +00:00
ufs Use two separate comments for stub where IN_RENAME was. 2012-06-04 22:01:07 +00:00
uvm Now that pool_cache_invalidate() is synchronous and can handle per-CPU 2012-06-05 22:51:47 +00:00
Makefile