NetBSD/sys
dsl 7e5ac7072d Extract the fcntl64() suppoort from linux_file64.c into linux_fcntl64.c
Unravel some of the knots that caused linux_file64.c to be compiled twice
for an amd64 kernel (once for linux and once for linux32) with different
parts being skipped each time.
2008-02-02 19:37:52 +00:00
..
altq Now that __HAVE_TIMECOUNTER and __HAVE_GENERIC_TODR are invariants, 2008-01-20 18:09:03 +00:00
arch Use std.sh3e{l,b} 2008-02-02 18:28:33 +00:00
coda PR kern/37706 (forced unmount of file systems is unsafe): 2008-01-30 11:46:59 +00:00
compat Extract the fcntl64() suppoort from linux_file64.c into linux_fcntl64.c 2008-02-02 19:37:52 +00:00
conf Fix some race conditions in rename. 2008-01-28 14:31:15 +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 When doing a reboot from ddb, set panicstr, so that later LOCKDEBUG checks 2008-02-02 18:16:42 +00:00
dev Match up some VOP_OPEN()S with VOP_CLOSE()s. This allows the root 2008-02-02 16:15:01 +00:00
dist Convert rtcache_init()+rtcache_getrt() to single rtcache_init() 2008-01-14 17:17:19 +00:00
fs Remove debugging code that's no longer needed. 2008-01-31 13:13:20 +00:00
gdbscripts
ipkdb Improve chances of having this file compiled. 2007-11-24 14:20:41 +00:00
kern BO_COWDONE -> B_COWDONE: this flag is tested/modified from the thread owning 2008-02-02 16:51:34 +00:00
lib Improve my version of mtprng_random. Reshuffle things. Add an compatible 2008-02-02 01:13:04 +00:00
lkm Add new linux_uid16.c file needed for m68k. 2008-01-17 15:10:53 +00:00
miscfs PR kern/37706 (forced unmount of file systems is unsafe): 2008-01-30 11:46:59 +00:00
modules Pull in my modules code for review/test/hacking. 2008-01-16 12:34:50 +00:00
net Fix more fall-out from extracting ifioctl_common(): don't return 2008-01-23 16:51:19 +00:00
net80211 fix 0 bssid problem on rejoin. From FreeBSD. 2008-01-31 22:07:22 +00:00
netatalk Make one call to rtcache_lookup() out of calls to rtcache_setdst() 2008-01-28 18:28:31 +00:00
netbt do not destroy session callout until the session is definitely finished 2008-01-31 19:30:23 +00:00
netinet revert tcp_output.c 1.253 because it has an ill effect when sending 2008-01-29 12:34:47 +00:00
netinet6 Refactor in_cksum/in4_cksum/in6_cksum implementations: 2008-01-25 21:12:10 +00:00
netipsec Now that __HAVE_TIMECOUNTER and __HAVE_GENERIC_TODR are invariants, 2008-01-20 18:09:03 +00:00
netisdn __FUNCTION__ -> __func__ 2007-12-15 00:39:14 +00:00
netiso Use rtcache_validate() instead of rtcache_getrt(). 2008-01-14 04:17:35 +00:00
netkey s/DIGAGNOSTIC/DIAGNOSTIC/ 2008-01-13 10:45:19 +00:00
netnatm Use struct initializers. No functional change. 2007-12-07 19:46:18 +00:00
netsmb Replace crufty use of lockmgr. 2008-01-30 14:08:00 +00:00
nfs PR kern/37706 (forced unmount of file systems is unsafe): 2008-01-30 11:46:59 +00:00
opencrypto Add CRYPTO_*_HMAC_96 defines -- missed this file in previous commit. 2008-02-02 04:46:29 +00:00
rump Make it compile. 2008-01-30 14:57:24 +00:00
secmodel Replace a KAUTH_GENERIC_ISSUSER in the cpuctl code with a proper kauth 2008-02-01 20:01:06 +00:00
stand
sys BO_COWDONE -> B_COWDONE: this flag is tested/modified from the thread owning 2008-02-02 16:51:34 +00:00
ufs Make it work after lockmgr -> vlockmgr conversion: 2008-01-30 17:20:04 +00:00
uvm Lock swapdev_vp for VOP_OPEN. 2008-01-30 14:25:21 +00:00
Makefile