freebsd-dev/sys
Sam Leffler f060939f44 Small cleanup of memory resource allocation from Cambria branch:
o encode need for A4 bus space tag hackery according to the memory
  address; checking for "uart" breaks down with the GPS chip support
  which is also a uart but does not require the same hackery
o encode the correct memory window instead of carving up all of i/o
  space, potentially with a larger window than a device should have;
  this likely should be handled in the drivers by using a proper bus
  alloc call but since some drivers depend on the bus support to figure
  this out we cannot simply mod them
o add optional GPS and RS485 support (conditionally as the support
  isn't ready yet)
2009-03-10 17:16:16 +00:00
..
amd64 Eliminate the last use of the recursive mapping to access user-space page 2009-03-10 02:12:03 +00:00
arm Small cleanup of memory resource allocation from Cambria branch: 2009-03-10 17:16:16 +00:00
boot - Make it possible to disable GPT support by setting LOADER_NO_GPT_SUPPORT 2009-03-09 17:16:29 +00:00
bsm Merge OpenBSM 1.1 beta 1 from OpenBSM vendor branch to head, both 2009-03-02 13:29:18 +00:00
cam
cddl Extend the "vfsopt" mount options for more general use. Make struct 2009-03-02 23:26:30 +00:00
compat o port NDIS USB support from USB1 to the new usb(USB2). 2009-03-07 07:26:22 +00:00
conf add geom_redboot, a geom module that exports RedBoot FIS partitions as named 2009-03-09 23:18:36 +00:00
contrib For all files including net/vnet.h directly include opt_route.h and 2009-02-27 14:12:05 +00:00
crypto
ddb Prefer prototypes to k&r definitions. 2009-03-09 13:32:19 +00:00
dev When freeing all the resources of the card, it is better to turn off 2009-03-10 12:10:50 +00:00
fs Do not use bypass for vop_vptocnp() from nullfs, call standard 2009-03-10 14:35:21 +00:00
gdb
geom When attaching a geli on boot make sure that it is detached 2009-03-10 15:23:43 +00:00
gnu Don't declare bin_search() as an inline function, since there's no 2009-03-08 06:14:33 +00:00
i386 Trim comments about the MP-safety of various bits of the amd64/i386 2009-03-09 13:11:16 +00:00
ia64
isa Allow syscons to work on amd64 and i386 without any hints: 2009-03-05 19:10:17 +00:00
kern - Remove a recently added comment from kernel_sysctlbyname() that isn't 2009-03-10 17:00:28 +00:00
kgssapi
legacy/dev remove now-redunant cardbus attachment lines. 2009-03-09 13:25:34 +00:00
libkern Add memmove() to the kernel, making the kernel compile with Clang. 2009-02-28 16:21:25 +00:00
mips make loop clearer that it isn't a mistake... 2009-03-03 19:22:24 +00:00
modules Import support for ATI Radeon R600 and R700 series chips. 2009-03-07 21:36:57 +00:00
net Disable zerocopy by default for now. It's causing some problems in pcap 2009-03-10 14:28:19 +00:00
net80211 add the desired channel to the scan list if not already present and 2009-03-04 22:05:25 +00:00
netatalk
netgraph Make Netgraph compile with Clang. 2009-03-03 18:47:33 +00:00
netinet Remove now-unused INP_UNMAPPABLEOPTS. 2009-03-10 11:04:19 +00:00
netinet6 On architectures with strict alignment requirements compensate 2009-03-07 19:08:58 +00:00
netipsec SAs are valid (but dying) when they reached soft lifetime, 2009-03-05 16:22:32 +00:00
netipx
netnatm
netncp
netsmb
nfs
nfs4client
nfsclient For all files including net/vnet.h directly include opt_route.h and 2009-02-27 14:12:05 +00:00
nfsserver
nlm
opencrypto
pc98 Make a 1:1 mapping between syscons stats and terminal emulators. 2009-03-10 11:28:54 +00:00
pci The callback takes a void *, not a caddr_t * (sic). 2009-03-03 18:54:57 +00:00
powerpc Add memmove() to the kernel, making the kernel compile with Clang. 2009-02-28 16:21:25 +00:00
rpc
security Mark the bsdextended rules sysctl as being mpsafe. 2009-03-09 17:42:18 +00:00
sparc64
sun4v
sys Adjust some variables (mostly related to the buffer cache) that hold 2009-03-09 19:35:20 +00:00
tools
ufs Adjust some variables (mostly related to the buffer cache) that hold 2009-03-09 19:35:20 +00:00
vm Adjust some variables (mostly related to the buffer cache) that hold 2009-03-09 19:35:20 +00:00
xdr Add memmove() to the kernel, making the kernel compile with Clang. 2009-02-28 16:21:25 +00:00
xen
Makefile