freebsd-nq/sys/i386/i386
Julian Elischer 2b14f991e6 Reviewed by: julian with quick glances by bruce and others
Submitted by:	terry (terry lambert)
This is  a composite of 3 patch sets submitted by terry.
they are:
New low-level init code that supports loadbal modules better
some cleanups in the namei code to help terry in 16-bit character support
some changes to the mount-root code to make it a little more
modular..

NOTE: mounting root off cdrom or NFS MIGHT be broken as I haven't been able
to test those cases..

certainly mounting root of disk still works just fine..
mfs should work but is untested. (tomorrows task)

The low level init stuff includes a total rewrite of init_main.c
to make it possible for new modules to have an init phase by simply
adding an entry to a TEXT_SET (or is it DATA_SET) list. thus a new module can
be added to the kernel without editing any other files other than the
'files' file.
1995-08-28 09:19:25 +00:00
..
autoconf.c Reviewed by: julian with quick glances by bruce and others 1995-08-28 09:19:25 +00:00
conf.c First part of importing the Japanese `od' driver. 1995-08-19 15:59:35 +00:00
cons.c Partially fix `sysctl machdep.console_device'. The fix will be complete 1995-06-26 07:39:52 +00:00
cons.h Undo the move of `#include "sc.h"' etc. to cons.h. It broke anything 1995-04-24 16:43:01 +00:00
db_disasm.c Remove trailing whitespace. 1995-05-30 08:16:23 +00:00
db_interface.c Remove trailing whitespace. 1995-05-30 08:16:23 +00:00
db_trace.c Remove trailing whitespace. 1995-05-30 08:16:23 +00:00
dkbad.c
exception.s Fake a call frame for traps so that `gdb -k' can report where fatal 1995-08-15 19:23:33 +00:00
genassym.c Killed some unused stuff inherited from Bill Jolitz. Note that since 1995-08-17 11:30:03 +00:00
in_cksum.c Remove trailing whitespace. 1995-05-30 08:16:23 +00:00
locore.s Make path to kernel absolute if it is passed in relative. This fixes 1995-06-28 04:42:25 +00:00
machdep.c Reviewed by: julian with quick glances by bruce and others 1995-08-28 09:19:25 +00:00
math_emu.h
math_emulate.c Replace \n\r by \n in error messages. 1995-06-14 05:06:51 +00:00
mem.c
microtime.s
ns_cksum.c
pmap.c Fixed bug I introduced with the memory-size code rewrite that broke 1995-07-28 11:21:06 +00:00
procfs_machdep.c Add and move declarations to fix all of the warnings from `gcc -Wimplicit' 1995-03-16 18:17:34 +00:00
support.s Added a memcpy() routine. 1995-05-02 05:20:26 +00:00
swapgeneric.c First part of importing the Japanese `od' driver. 1995-08-19 15:59:35 +00:00
swtch.s
symbols.raw Removed the poorly named unused bogus common variable `total'. It was 1995-07-29 10:47:05 +00:00
sys_machdep.c Remove trailing whitespace. 1995-05-30 08:16:23 +00:00
trap.c A couple of micro optimizations to improve NULL syscall performance by 1995-08-21 18:06:48 +00:00
tsc.c Remove extra args from the calls to getit(). The bug was benign with the 1995-08-25 19:24:56 +00:00
userconfig.c Remove the fundamentally useless probe and attach commands I added. 1995-08-16 07:32:51 +00:00
vm_machdep.c Eliminate sloppy common-style declarations. There should be none left for 1995-07-29 11:44:31 +00:00