freebsd-dev/sys
Doug Rabson 2750f739f9 * Use a mutex to protect the RID allocator.
* Use ptc.g instead of ptc.l so that TLB shootdowns are broadcast to the
  coherence domain.
* Use smp_rendezvous for pmap_invalidate_all to ensure it happens on all
  cpus.
* Dike out a DIAGNOSTIC printf which didn't compile.
* Protect the internals of pmap_install with cpu_critical_enter/exit.
2002-03-14 09:28:05 +00:00
..
alpha Remove a bogus cast and deconstification that broke the Alpha kernel build. 2002-03-13 19:16:41 +00:00
amd64 Export a (machine dependent) kernel variable bootdev as 2002-03-10 20:08:44 +00:00
arm
boot Implement -m and -p loader(8) "boot" command options in boot2. 2002-03-13 11:03:36 +00:00
cam Mark some arguments __unused. 2002-03-11 08:04:59 +00:00
coda
compat
conf Add a DEBUGGER_ON_POWERFAIL option. This makes the power button on ultra 10s 2002-03-13 05:58:45 +00:00
contrib
crypto - Speedup 3DES by using assembly code for i386. 2002-03-05 09:19:02 +00:00
ddb Allow '.' in identifiers - some ia64 register names contain '.'. 2002-03-10 17:08:24 +00:00
dev Fixes to make select/poll mpsafe. 2002-03-14 01:32:30 +00:00
fs If in strategy we find that we have no devsw on the device anymore we 2002-03-05 13:25:57 +00:00
geom First commit of the GEOM subsystem to make it easier for people to 2002-03-11 21:42:35 +00:00
gnu Remove use of the bogus ioctl DIOCGPART. 2002-03-11 10:11:00 +00:00
i4b remove BSD/OS specific ppp-interface file since the FreeBSD-BSD/OS merger 2002-03-09 13:18:24 +00:00
i386 Fixes to make select/poll mpsafe. 2002-03-14 01:32:30 +00:00
ia64 * Use a mutex to protect the RID allocator. 2002-03-14 09:28:05 +00:00
isa Fixes to make select/poll mpsafe. 2002-03-14 01:32:30 +00:00
isofs/cd9660
kern Fixes to make select/poll mpsafe. 2002-03-14 01:32:30 +00:00
libkern DBA update: used the wrong of several NAI DBAs. 2002-03-07 17:52:03 +00:00
modules Add generalized power profile code. 2002-03-04 18:46:13 +00:00
net Missed this file for select SMP fixes associated with rev 1.93 of 2002-03-14 04:47:08 +00:00
netatalk
netatm
netgraph Official timeout routines for netgraph nodes that know how to 2002-03-05 20:26:20 +00:00
netinet o Add INET_ADDRSTRLEN and INET6_ADDRSTRLEN defines to <arpa/inet.h> 2002-03-10 06:42:27 +00:00
netinet6 o Add INET_ADDRSTRLEN and INET6_ADDRSTRLEN defines to <arpa/inet.h> 2002-03-10 06:42:27 +00:00
netipx
netkey
netnatm
netncp
netns
netsmb Missed this file for select SMP fixes associated with rev 1.93 of 2002-03-14 05:16:18 +00:00
nfs
nfsclient Add a readonly sysctl variable of type string, kern.bootp_cookie, 2002-03-13 09:23:11 +00:00
nfsserver
pc98 Use the dx register for the destination port address. A immediate port 2002-03-13 13:59:41 +00:00
pccard
pci
posix4
powerpc Correct a typo. (* that should've been &) 2002-03-11 07:09:42 +00:00
rpc
security/lomac DBA update: pick the right DBA for various LOMAC copyrights. 2002-03-13 22:55:20 +00:00
sparc64 Fix ifdef LOCORE protection. 2002-03-13 06:04:36 +00:00
svr4
sys Fixes to make select/poll mpsafe. 2002-03-14 01:32:30 +00:00
tools
ufs This corrects the first of two known deadlock conditions that 2002-03-14 01:21:13 +00:00
vm Document faultstate.lookup_still_valid more than none. 2002-03-14 02:10:14 +00:00
Makefile