freebsd-skq/sys/conf
peter 1adeb7ffb1 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
..
defines
files Split out the ISA bus front end code into its own file. PCCARD attachment 2000-05-01 09:05:19 +00:00
files.alpha Newbusify adv driver. 2000-04-07 11:32:42 +00:00
files.i386 * Use sys/sys/random.h rather than a i386 specific one. 2000-04-24 17:30:08 +00:00
files.pc98 Use kern/kern_random.c. 2000-04-24 21:53:54 +00:00
kern.mk Reserve register t7 on alpha to point at per-cpu global variables. 2000-04-28 08:44:42 +00:00
kmod.mk Add support for compiling kernel modules outside of the tree. If you 2000-04-08 17:20:00 +00:00
ldscript.alpha Add $FreeBSD$ 2000-01-11 15:35:16 +00:00
ldscript.amd64 Add $FreeBSD$ 2000-01-11 15:35:16 +00:00
ldscript.i386 Add $FreeBSD$ 2000-01-11 15:35:16 +00:00
ldscript.powerpc Add $FreeBSD$ 2000-01-11 15:35:16 +00:00
majors Reserve major device number for nsmb (SMB/CIFS protocol) device. 2000-05-01 00:49:19 +00:00
Makefile.alpha LOAD_ADDRESS is not used here. See conf/ldscript.* for the link base 2000-04-29 06:29:39 +00:00
Makefile.i386 LOAD_ADDRESS is not used here. See conf/ldscript.* for the link base 2000-04-29 06:29:39 +00:00
Makefile.pc98 LOAD_ADDRESS is not used here. See conf/ldscript.* for the link base 2000-04-29 06:29:39 +00:00
Makefile.powerpc LOAD_ADDRESS is not used here. See conf/ldscript.* for the link base 2000-04-29 06:29:39 +00:00
newvers.sh Welcome to 5.0-current! 2000-03-13 09:13:01 +00:00
NOTES Driver for DEC "Tulip" based WAN cards from LanMedia Corporation. 2000-04-26 20:16:56 +00:00
options Move the MSG* and SEM* options to opt_sysvipc.h 2000-05-01 13:33:56 +00:00
options.alpha Remove unused options. 2000-03-14 12:55:23 +00:00
options.i386 Some more i386-only BIOS-friendliness: 2000-04-16 20:48:33 +00:00
options.pc98 - Added UKBD_DFLT_KEYMAP option. 2000-04-30 09:12:48 +00:00
param.c Move the MSG* and SEM* options to opt_sysvipc.h 2000-05-01 13:33:56 +00:00
systags.sh $Id$ -> $FreeBSD$ 1999-08-28 01:08:13 +00:00