freebsd-dev/sys
Marcel Moolenaar 5cae408f81 Don't unconditionally compile-in the bcache code. It's only used on
i386/amd64 and pc98. Remove useless calls to bcache_init() from the
ia64 and sparc64 loaders, as well as from the OFW common code.
2006-11-02 00:26:45 +00:00
..
amd64 Add a cnputs() function to write a string to the console with 2006-11-01 04:54:51 +00:00
arm Do not include both <sys/types.h> and <sys/param.h>, it is a style bug as 2006-11-01 12:41:43 +00:00
boot Don't unconditionally compile-in the bcache code. It's only used on 2006-11-02 00:26:45 +00:00
bsm
cam Implement BIO_FLUSH handling for da(4), amr(4), ata(4) and ataraid(4). 2006-10-31 21:19:25 +00:00
coda
compat Backout the linux aio stuff. Several problems where identified and the 2006-10-29 14:02:39 +00:00
conf - In sunkbd_probe_keyboard() don't bother to determine the keyboard layout 2006-11-02 00:01:15 +00:00
contrib Complete break-out of sys/sys/mac.h into sys/security/mac/mac_framework.h 2006-10-22 11:52:19 +00:00
crypto Initialize T1 to silent gcc warning. 2006-10-22 02:19:33 +00:00
ddb Make KSE a kernel option, turned on by default in all GENERIC 2006-10-26 21:42:22 +00:00
dev Remove <sys/types.h>; including both <sys/param.h> and <sys/types.h> 2006-11-02 00:05:15 +00:00
fs Make KSE a kernel option, turned on by default in all GENERIC 2006-10-26 21:42:22 +00:00
gdb
geom Now, that we have gjournal in the tree add possibility to configure 2006-11-01 22:51:49 +00:00
gnu
i4b
i386 Add a cnputs() function to write a string to the console with 2006-11-01 04:54:51 +00:00
ia64 Add a cnputs() function to write a string to the console with 2006-11-01 04:54:51 +00:00
isa
isofs/cd9660
kern Increment nb_allocated while holding the pt_mtx lock to avoid races. 2006-11-01 16:50:13 +00:00
libkern
modules Hook up gjournal bits to the build. 2006-10-31 22:22:30 +00:00
net Bring in support for the Rapid Spanning Tree Protocol (802.1w). 2006-11-01 09:07:47 +00:00
net80211
netatalk Complete break-out of sys/sys/mac.h into sys/security/mac/mac_framework.h 2006-10-22 11:52:19 +00:00
netatm
netgraph Check pointer before dereferencing. 2006-10-18 07:47:07 +00:00
netinet - Use non-recursive mutex. MTX_RECURSE is unnecessary since rev. 1.70 2006-10-29 12:09:24 +00:00
netinet6 Complete break-out of sys/sys/mac.h into sys/security/mac/mac_framework.h 2006-10-22 11:52:19 +00:00
netipsec
netipx
netkey
netnatm
netncp
netsmb
nfs
nfs4client
nfsclient Make EWOULDBLOCK a recoverable error so that the request is retransmitted. 2006-10-31 20:25:37 +00:00
nfsserver Fix leak in NAMEI zone caused by nfs server when VOP_RENAME fails. 2006-10-26 12:41:53 +00:00
opencrypto
pc98 Remove the KSE option now that it's in DEFAULTS on these arches/machines. 2006-10-26 22:11:35 +00:00
pccard
pci Remove <sys/types.h>; including both <sys/param.h> and <sys/types.h> 2006-11-02 00:05:15 +00:00
posix4 Make KSE a kernel option, turned on by default in all GENERIC 2006-10-26 21:42:22 +00:00
powerpc Add a cnputs() function to write a string to the console with 2006-11-01 04:54:51 +00:00
rpc
security Forward declare struct cdev, since arguments of this type are used in 2006-10-30 15:20:49 +00:00
sparc64 - In sunkbd_probe_keyboard() don't bother to determine the keyboard layout 2006-11-02 00:01:15 +00:00
sun4v Spaces to tabs. (I shouldn't copy and paste from diff output to a terminal) 2006-11-01 21:33:17 +00:00
sys Add a cnputs() function to write a string to the console with 2006-11-01 04:54:51 +00:00
tools
ufs Aquire Giant in the softdep_flush for clear_remove() and clear_inodedeps() 2006-11-01 13:48:44 +00:00
vm Make KSE a kernel option, turned on by default in all GENERIC 2006-10-26 21:42:22 +00:00
Makefile