NetBSD/sys
2008-08-16 21:51:43 +00:00
..
altq Use more timespecs internally. From Alexander Shishkin and me. 2008-07-15 16:18:08 +00:00
arch In Xen 3.2 (c/s 15985) the semantic of the HVM domain builder changed: 2008-08-16 08:02:20 +00:00
coda
compat 'if (error = 0)' -> 'if (error == 0)' 2008-08-08 16:21:44 +00:00
conf Use ${TOOL_SED}, which is defined by bsd.own.mk/bsd.sys.mk, 2008-08-05 08:26:05 +00:00
contrib/dev/ath
crypto
ddb Make "show uvmhist" available to all arches (not just sparc*) in ddb. 2008-08-08 17:09:28 +00:00
dev fix my last commit: add missing "break"s, from Marcus Glocker 2008-08-16 15:41:37 +00:00
dist Allow $arch/stand to use dist/acpica/acpica.h 2008-07-30 11:45:20 +00:00
external/bsd/drm/dist Fix type-o. 2008-07-29 23:44:42 +00:00
fs Remove the need for the kernel option UDF_READWRITE to be able to write to 2008-08-08 18:25:56 +00:00
gdbscripts
ipkdb
kern Don't call null handlers 2008-08-15 03:14:20 +00:00
lib Add KASSERTMSG(e, msg) for umass.c. XXX directly calls panic. 2008-07-02 15:25:08 +00:00
lkm Remove the '${.CURDIR}/' part in CLEANFILES, so that the files will be 2008-07-27 07:57:40 +00:00
miscfs remove always-true conditionals. 2008-08-14 00:47:13 +00:00
modules Fix build of the i915drm and radeondrm modules after the #include changes 2008-07-08 10:11:02 +00:00
net Apply patch from Yasuoka Masahiko in PR kern/39321: fix length check 2008-08-08 14:31:00 +00:00
net80211 - trailing commas in enums 2008-07-28 17:54:02 +00:00
netatalk
netbt Convert socket options code to use a sockopt structure 2008-08-06 15:01:23 +00:00
netinet constify sockopt in the PRCO_SETOPT path 2008-08-16 21:51:43 +00:00
netinet6 Convert socket options code to use a sockopt structure 2008-08-06 15:01:23 +00:00
netipsec Comment out the 'do' and 'while (0)' from KEY_CHKSASTATE(). 2008-07-25 20:55:43 +00:00
netisdn Make sure callouts are initialized before any access (including stopping 2008-07-20 01:05:27 +00:00
netiso as dyoung points out, %zu for size_t - not %zd. 2008-08-09 13:52:05 +00:00
netkey Change how 'while (0)' is commented out to avoid /* within a comment. 2008-07-27 20:12:47 +00:00
netnatm
netsmb Convert socket options code to use a sockopt structure 2008-08-06 15:01:23 +00:00
nfs Convert socket options code to use a sockopt structure 2008-08-06 15:01:23 +00:00
opencrypto In crypto_freereq, destroy explicitly the condvar 2008-08-03 10:18:12 +00:00
rump Since putter wants complete frames, make sure we can hand them to it. 2008-08-15 15:02:28 +00:00
secmodel
stand
sys Implement following constants and add support their to the UFS family of file 2008-08-14 16:19:25 +00:00
ufs ffs_suspendctl: make sure everything is on disk and the on disk log is empty. 2008-08-15 17:32:32 +00:00
uvm Make "show uvmhist" available to all arches (not just sparc*) in ddb. 2008-08-08 17:09:28 +00:00
Makefile be sure to decend into sys/rump during "make obj". fixes builds on r/o src. 2008-07-31 01:11:53 +00:00