freebsd-src/sys/amd64
Peter Wemm ab063af911 Move the MSG* and SEM* options to opt_sysvipc.h
Remove evil allocation macros from machdep.c (why was that there???) and
use malloc() instead.
Move paramters out of param.h and into the code itself.
Move a bunch of internal definitions from public sys/*.h headers (without
#ifdef _KERNEL even) into the code itself.

I had hoped to make some of this more dynamic, but the cost of doing
wakeups on all sleeping processes on old arrays was too frightening.
The other possibility is to initialize on the first use, and allow
dynamic sysctl changes to parameters right until that point. That would
allow /etc/rc.sysctl to change SEM* and MSG* defaults as we presently
do with SHM*, but without the nightmare of changing a running system.
2000-05-01 13:33:56 +00:00
..
amd64 Move the MSG* and SEM* options to opt_sysvipc.h 2000-05-01 13:33:56 +00:00
conf Fix typo, extentions -> extensions 2000-04-15 18:46:15 +00:00
include Some more i386-only BIOS-friendliness: 2000-04-16 20:48:33 +00:00
isa Mark two functions as private. 2000-04-29 07:48:37 +00:00
pci Some more i386-only BIOS-friendliness: 2000-04-16 20:48:33 +00:00
Makefile Add soft updates to the set of things being tagged. Syntax cleanup. 2000-01-27 01:22:06 +00:00