freebsd-skq/sys
ed c19a362092 Improve clarity: if (a && (b ? b : c)) -> if (a && (b || c))
Submitted by:	Christoph Mallon <christoph.mallon@gmx.de>
2009-04-07 19:44:06 +00:00
..
amd64 Don't explicitly force ecx to be used for MSR_FSBASE/MSR_GSBASE. 2009-04-07 19:31:36 +00:00
arm MFp4 //depot/projects/usb@159992 2009-04-05 18:21:40 +00:00
boot Rewrite SMBIOS for loader: 2009-04-07 17:58:15 +00:00
bsm
cam Add interleaving root hold tokens from the CAM probe to disk_create and geom 2009-04-03 19:49:33 +00:00
cddl Add a how argument to root_mount_hold() so it can be passed NOWAIT and be called 2009-04-03 19:46:12 +00:00
compat MFp4 //depot/projects/usb@159909 2009-04-05 18:20:38 +00:00
conf Remove usb_sw_transfer.[ch] which are now empty after r190735. 2009-04-06 00:32:54 +00:00
contrib Add uath(4) wireless USB driver for Atheros AR5005UG and AR5005UX 2009-04-04 11:23:00 +00:00
crypto
ddb
dev Improve clarity: if (a && (b ? b : c)) -> if (a && (b || c)) 2009-04-07 19:44:06 +00:00
fs Fix an inverted KASSERT. Add similar assertions in other similar places. 2009-04-07 16:13:10 +00:00
gdb
geom Add interleaving root hold tokens from the CAM probe to disk_create and geom 2009-04-03 19:49:33 +00:00
gnu
i386 Fix KBI breakage by r190520 which affects older linux.ko binaries: 2009-04-05 09:27:19 +00:00
ia64 Fix KBI breakage by r190520 which affects older linux.ko binaries: 2009-04-05 09:27:19 +00:00
isa
kern Add SDT DTrace probes for namei(): 2009-04-06 10:32:40 +00:00
kgssapi
legacy/dev
libkern
mips Fix KBI breakage by r190520 which affects older linux.ko binaries: 2009-04-05 09:27:19 +00:00
modules Add opt_kdtrace.h to fix standalone module build. 2009-04-06 20:17:28 +00:00
net Add parentheses to under-parenthesized macro. 2009-04-07 19:35:20 +00:00
net80211 fix whitespace 2009-04-03 20:46:32 +00:00
netatalk
netgraph
netinet With the right comparison we get a proper wscale value and thus 2009-04-07 14:42:40 +00:00
netinet6 First pass at separating per-vnet initializer functions 2009-04-06 22:29:41 +00:00
netipsec First pass at separating per-vnet initializer functions 2009-04-06 22:29:41 +00:00
netipx
netnatm
netncp
netsmb
nfs Adding sys/nfs/nfssvc.h and sys/nfs/nfs_nfssvc.c in preparation for 2009-04-07 19:06:51 +00:00
nfs4client When a stale file handle is encountered, purge all cached information about 2009-04-06 21:11:08 +00:00
nfsclient When a stale file handle is encountered, purge all cached information about 2009-04-06 21:11:08 +00:00
nfsserver Fix an mbuf leak in the error path. 2009-03-19 14:13:18 +00:00
nlm
opencrypto
pc98 MFi386: r190447 2009-03-27 03:45:42 +00:00
pci
powerpc Fix the build when KDB is disabled. The second instance of rfi in 2009-04-05 21:52:13 +00:00
rpc
security Get rid of VSTAT and replace it with VSTAT_PERMS, which is somewhat 2009-03-29 17:45:48 +00:00
sparc64 Fix KBI breakage by r190520 which affects older linux.ko binaries: 2009-04-05 09:27:19 +00:00
sun4v - There's no need to wrap kdb_active and kdb_trap() in #ifdef KDB as 2009-03-19 20:46:51 +00:00
sys First pass at separating per-vnet initializer functions 2009-04-06 22:29:41 +00:00
tools Add SDT DTrace probes for VFS vnode operations in the vfs:vop 2009-03-29 03:30:15 +00:00
ufs When removing or renaming snaphost, do not delve into request_cleanup(). 2009-04-04 12:19:52 +00:00
vm Retire VM_PROT_READ_IS_EXEC. It was intended to be a micro-optimization, 2009-04-04 23:12:14 +00:00
xdr
xen Fix the Xen build for i386 PV mode. 2009-04-01 17:06:28 +00:00
Makefile