freebsd-src/sys
Warner Losh 223e8ce62d Change the order that we look for free memory windows from 0 -> MAX-1
to MAX-1 -> 0.  This should allow for less potential for conflict
between pccardd/pccardc and drivers.  As far as I can tell no drivers
try to use window 4, so this should be a no-op for them.
2002-09-08 22:18:06 +00:00
..
alpha Fill out two fields (si_pid, si_uid) in the siginfo structure handed back 2002-09-07 19:12:53 +00:00
amd64 Fix style(9) bugs. 2002-09-08 15:16:49 +00:00
arm
boot
cam
coda
compat Tidy up some loose ends that bde pointed out. caddr_t bad, ok? 2002-09-07 22:31:44 +00:00
conf Move the KSTACK_PAGES option from MD to MI. Although not all platforms 2002-09-07 22:07:11 +00:00
contrib
crypto
ddb
dev Add support for the BCM5703x chips. I do not have one of these 2002-09-08 19:12:02 +00:00
fs
geom Deal with a new exteded MBR paritition type 2002-09-08 15:13:33 +00:00
gnu
i4b
i386 Fix style(9) bugs. 2002-09-08 15:16:49 +00:00
ia64 Fill out two fields (si_pid, si_uid) in the siginfo structure handed back 2002-09-07 19:12:53 +00:00
isa
isofs/cd9660
kern Fix a logic bug in the struct dev_t allocation code. 2002-09-08 15:15:12 +00:00
libkern
modules opt_kstack_pages.h is not needed anymore. It would have been a Bad Thing 2002-09-08 02:59:38 +00:00
net
netatalk
netatm
netgraph
netinet
netinet6
netipx
netkey
netnatm
netncp
netns
netsmb
nfs
nfsclient Now that we have a cached mount credential in struct mount, use it istead 2002-09-08 15:11:18 +00:00
nfsserver
pc98 Fill out two fields (si_pid, si_uid) in the siginfo structure handed back 2002-09-07 19:12:53 +00:00
pccard Change the order that we look for free memory windows from 0 -> MAX-1 2002-09-08 22:18:06 +00:00
pci
posix4
powerpc
rpc
security
sparc64 Fill out two fields (si_pid, si_uid) in the siginfo structure handed back 2002-09-07 19:12:53 +00:00
sys Deal with a new exteded MBR paritition type 2002-09-08 15:13:33 +00:00
tools
ufs
vm
Makefile