freebsd_amp_hwpstate/sys/vm
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
..
default_pager.c
default_pager.h
device_pager.c
device_pager.h
kern_lock.c
lock.h
pmap.h
swap_pager.c
swap_pager.h
vm.h
vm_extern.h Reviewed by: julian with quick glances by bruce and others 1995-08-28 09:19:25 +00:00
vm_fault.c
vm_glue.c Reviewed by: julian with quick glances by bruce and others 1995-08-28 09:19:25 +00:00
vm_inherit.h
vm_init.c Reviewed by: julian with quick glances by bruce and others 1995-08-28 09:19:25 +00:00
vm_kern.c
vm_kern.h
vm_map.c Change vm_map_print() to have the correct number and type of args for 1995-08-26 23:18:38 +00:00
vm_map.h Change vm_map_print() to have the correct number and type of args for 1995-08-26 23:18:38 +00:00
vm_meter.c
vm_mmap.c
vm_object.c Change vm_object_print() to have the correct number and type of args 1995-08-26 23:19:49 +00:00
vm_object.h Change vm_object_print() to have the correct number and type of args 1995-08-26 23:19:49 +00:00
vm_page.c
vm_page.h
vm_pageout.c Reviewed by: julian with quick glances by bruce and others 1995-08-28 09:19:25 +00:00
vm_pageout.h Reviewed by: julian with quick glances by bruce and others 1995-08-28 09:19:25 +00:00
vm_pager.c
vm_pager.h
vm_param.h
vm_prot.h
vm_swap.c
vm_unix.c
vm_user.c
vm_vmio.c
vnode_pager.c
vnode_pager.h