..
altq
Now that __HAVE_TIMECOUNTER and __HAVE_GENERIC_TODR are invariants,
2008-01-20 18:09:03 +00:00
arch
Split the softc from the device_t for all lpt(4) variants and attachments
2008-03-07 17:15:51 +00:00
coda
remove some unnecessary casting
2008-03-01 17:26:07 +00:00
compat
v_interlock is a kmutex_t now, simple_lock() -> mutex_enter().
2008-03-07 00:03:39 +00:00
conf
Since we say the kernel is C99, add -std=gnu99 to COPTS
2008-02-25 05:56:13 +00:00
contrib/dev /ath
Use BUILDSYMLINKS from <bsd.files.mk> instead of custom copy rules
2008-01-17 01:13:01 +00:00
crypto
use __KERNEL_RCSID()
2007-12-11 23:31:07 +00:00
ddb
Fix help string for "w" - it is "write" not "watch".
2008-02-21 02:07:45 +00:00
dev
Split the softc from the device_t for all lpt(4) variants and attachments
2008-03-07 17:15:51 +00:00
dist
Welcome to 4.99.55:
2008-03-01 14:16:49 +00:00
fs
Welcome to 4.99.55:
2008-03-01 14:16:49 +00:00
gdbscripts
+cpus
2008-02-20 21:01:23 +00:00
ipkdb
…
kern
PMF: synchronize device suspension and resumption.
2008-03-07 07:03:06 +00:00
lib
Fix typo in comment.
2008-02-25 15:33:20 +00:00
lkm
hppa bits for the kernel linker.
2008-03-01 12:40:08 +00:00
miscfs
sprinkle KERNEL_LOCK for socket.
2008-02-11 23:53:32 +00:00
modules
Add an example on how to handle the incoming properties during module load.
2008-03-02 11:19:30 +00:00
net
Split device_t/softc, and other related cosmetic changes.
2008-03-04 13:25:05 +00:00
net80211
s/MUTEX_DRIVER/MUTEX_DEFAULT/
2008-02-13 16:04:03 +00:00
netatalk
Make one call to rtcache_lookup() out of calls to rtcache_setdst()
2008-01-28 18:28:31 +00:00
netbt
a "Create Connection" command can sometimes fail to start for whatever
2008-03-06 20:56:26 +00:00
netinet
Welcome to 4.99.55:
2008-03-01 14:16:49 +00:00
netinet6
Convert to ansi definitions from old-style definitons.
2008-02-27 19:54:27 +00:00
netipsec
Fix build of FAST_IPSEC after the change of ip_newid prototype
2008-02-10 21:42:20 +00:00
netisdn
Add missing ';' to fix a compile error, which was introduced in the
2008-03-01 18:59:45 +00:00
netiso
Don't lock the socket to set/clear FNONBLOCK. Just set it atomically.
2008-02-06 21:57:53 +00:00
netkey
s/DIGAGNOSTIC/DIAGNOSTIC/
2008-01-13 10:45:19 +00:00
netnatm
…
netsmb
selclear() while exiting netsmb's custom copy of select(). PR kern/38123.
2008-03-05 18:09:57 +00:00
nfs
Nuke a KAUTH_GENERIC_ISSUSER, this time in favor of an euid == 0, as
2008-03-05 11:49:18 +00:00
opencrypto
From Darran Hunt: you can't just specify the "wrong" underlying algorithm
2008-02-28 09:29:10 +00:00
rump
+cpu_lookup_byindex
2008-02-27 17:02:56 +00:00
secmodel
Forgot this file in the previous commit.
2008-03-02 16:16:34 +00:00
stand
…
sys
PMF: synchronize device suspension and resumption.
2008-03-07 07:03:06 +00:00
ufs
Make MFS MP-safe. Needed because of the funny tricks it plays.
2008-02-21 14:10:57 +00:00
uvm
Swap sysctl -d description of vm.filemin and vm.execmin. Noted by
2008-03-07 08:44:51 +00:00
Makefile
…