freebsd-skq/sys/conf
Alfred Perlstein 21d56e9c33 Make AIO a loadable module.
Remove the explicit call to aio_proc_rundown() from exit1(), instead AIO
will use at_exit(9).

Add functions at_exec(9), rm_at_exec(9) which function nearly the
same as at_exec(9) and rm_at_exec(9), these functions are called
on behalf of modules at the time of execve(2) after the image
activator has run.

Use a modified version of tegge's suggestion via at_exec(9) to close
an exploitable race in AIO.

Fix SYSCALL_MODULE_HELPER such that it's archetecuterally neutral,
the problem was that one had to pass it a paramater indicating the
number of arguments which were actually the number of "int".  Fix
it by using an inline version of the AS macro against the syscall
arguments.  (AS should be available globally but we'll get to that
later.)

Add a primative system for dynamically adding kqueue ops, it's really
not as sophisticated as it should be, but I'll discuss with jlemon when
he's around.
2001-12-29 07:13:47 +00:00
..
defines
files Make AIO a loadable module. 2001-12-29 07:13:47 +00:00
files.alpha
files.i386 Add the ifpi2 driver. 2001-12-22 09:29:03 +00:00
files.ia64
files.pc98 Merged from files.i386 revision 1.384. 2001-12-22 01:25:54 +00:00
files.powerpc
files.sparc64
kern.mk
kern.post.mk
kern.pre.mk Compile all kernels with "-ffreestanding": 2001-12-06 17:53:32 +00:00
kmod.mk
ldscript.alpha
ldscript.amd64
ldscript.i386
ldscript.ia64
ldscript.powerpc
ldscript.sparc64
majors
Makefile.alpha Proper fix for old config setting maxusers to 8. 2001-12-14 09:39:29 +00:00
Makefile.i386 Proper fix for old config setting maxusers to 8. 2001-12-14 09:39:29 +00:00
Makefile.ia64 Proper fix for old config setting maxusers to 8. 2001-12-14 09:39:29 +00:00
Makefile.pc98 Proper fix for old config setting maxusers to 8. 2001-12-14 09:39:29 +00:00
Makefile.powerpc Proper fix for old config setting maxusers to 8. 2001-12-14 09:39:29 +00:00
Makefile.sparc64 Add -mcmodel=medlow to COPTS. This is needed to build working kernels. 2001-12-24 13:35:43 +00:00
newvers.sh
NOTES Add the ifpi2 driver. 2001-12-22 09:29:03 +00:00
options Add OS layer ACPI mutex and threading support. 2001-12-22 16:05:41 +00:00
options.alpha
options.i386 Move the PCI_ENABLE_IO_MODES option from conf/options.i386 to 2001-12-21 21:46:55 +00:00
options.ia64
options.pc98 MFi386: revision 1.159 2001-12-22 00:48:39 +00:00
options.powerpc
options.sparc64
systags.sh