freebsd-skq/sys
2012-03-14 20:57:48 +00:00
..
amd64 Simplify the error checking in one branch of trap_pfault() and update 2012-03-12 00:47:13 +00:00
arm Disable the option VFS_ALLOW_NONMPSAFE by default on all the supported 2012-03-06 20:01:25 +00:00
boot Fix a bug introduced in r223938; on big-endian machines coping a 32-bit 2012-03-11 13:39:19 +00:00
bsm
cam Add LUN resizing to CTL. Also make it possible to explicitly set 2012-03-06 13:43:57 +00:00
cddl Add dependencies onto acl_posix1e and acl_nfs4. 2012-03-13 20:29:04 +00:00
compat Fix race condition in KfRaiseIrql(). 2012-03-04 17:08:43 +00:00
conf (Re)-make these ACL routines optional. 2012-03-13 20:29:56 +00:00
contrib Import the latest microcode.h which was used to generate the current 2012-03-14 08:00:33 +00:00
crypto
ddb
dev Correctly calculate the callout interval for beacon generation. 2012-03-14 16:43:22 +00:00
fs Prevent tmpfs_rename() deadlock in a way similar to UFS 2012-03-14 09:15:50 +00:00
gdb
geom Remove unactionable message about label geometry 2012-03-08 01:48:44 +00:00
gnu/fs Remove fifo.h. The only used function declaration from the header is 2012-03-11 12:19:58 +00:00
i386 Simplify the error checking in one branch of trap_pfault() and update 2012-03-12 05:28:02 +00:00
ia64 Disable the option VFS_ALLOW_NONMPSAFE by default on all the supported 2012-03-06 20:01:25 +00:00
isa
kern Add an assert for proctree_lock to proc_to_reap(). 2012-03-14 15:52:23 +00:00
kgssapi
libkern
mips Remove a now unneeded ARGE_UNLOCK(). 2012-03-13 06:50:56 +00:00
modules Update the rt2860's firmware and add a Makefile for the module. While 2012-03-13 21:25:25 +00:00
net - remove an extra parenthesis in a closing brace; 2012-03-11 17:35:12 +00:00
net80211 Add missing \n's. 2012-03-08 23:46:42 +00:00
netatalk
netgraph Use rt_numfibs variable instead of compile-time RT_NUMFIBS. 2012-03-13 11:08:40 +00:00
netinet Fix VNET build broken by r232865. 2012-03-12 15:41:36 +00:00
netinet6 In nd6_options() ignore the RFC 6106 options completely rather than printing 2012-03-04 18:51:45 +00:00
netipsec
netipx
netnatm
netncp
netsmb
nfs
nfsclient Remove fifo.h. The only used function declaration from the header is 2012-03-11 12:19:58 +00:00
nfsserver
nlm
ofed
opencrypto
pc98 Disable the option VFS_ALLOW_NONMPSAFE by default on all the supported 2012-03-06 20:01:25 +00:00
pci
powerpc Use LIST_FOREACH_SAFE() instead of LIST_FOREACH() in pmap_remove(), since 2012-03-14 20:19:49 +00:00
rpc
security
sparc64 Add casts to __uint16_t to the __bswap16() macros on all arches which 2012-03-09 20:34:31 +00:00
sys Tune cpuset macros to optimize cases when CPU_SETSIZE fits into single 2012-03-12 07:02:16 +00:00
teken
tools
ufs Supply boolean as the second argument to ffs_update(), and not a 2012-03-13 22:04:27 +00:00
vm Pedantic nit: use vm_pindex_t instead of long for a count of pages. 2012-03-14 20:57:48 +00:00
x86 Move i386's intr_machdep.c to the x86 tree and share it with amd64. 2012-03-09 20:43:29 +00:00
xdr
xen
Makefile