freebsd-dev/sys/i386/linux
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
..
imgact_linux.c Moved setting of VTEXT flag into the appropriate image activators. This 1995-08-24 10:32:37 +00:00
linux_dummy.c First incarnation of our Linux emulator or rather compatibility code. 1995-06-25 17:32:43 +00:00
linux_file.c Modified linux_readdir() function to properly handle Linux readdir() 1995-08-28 00:50:08 +00:00
linux_generic.c First incarnation of our Linux emulator or rather compatibility code. 1995-06-25 17:32:43 +00:00
linux_ioctl.c First incarnation of our Linux emulator or rather compatibility code. 1995-06-25 17:32:43 +00:00
linux_ipc.c First incarnation of our Linux emulator or rather compatibility code. 1995-06-25 17:32:43 +00:00
linux_misc.c First incarnation of our Linux emulator or rather compatibility code. 1995-06-25 17:32:43 +00:00
linux_signal.c First incarnation of our Linux emulator or rather compatibility code. 1995-06-25 17:32:43 +00:00
linux_socket.c First incarnation of our Linux emulator or rather compatibility code. 1995-06-25 17:32:43 +00:00
linux_stats.c Reviewed by: julian with quick glances by bruce and others 1995-08-28 09:19:25 +00:00
linux_sysent.c First incarnation of our Linux emulator or rather compatibility code. 1995-06-25 17:32:43 +00:00
linux.h First incarnation of our Linux emulator or rather compatibility code. 1995-06-25 17:32:43 +00:00