freebsd-dev/sys/vm
Peter Wemm 9c8b8baa38 Slight reorganization of kernel thread/process creation. Instead of using
SYSINIT_KT() etc (which is a static, compile-time procedure), use a
NetBSD-style kthread_create() interface.  kproc_start is still available
as a SYSINIT() hook.  This allowed simplification of chunks of the
sysinit code in the process.  This kthread_create() is our old kproc_start
internals, with the SYSINIT_KT fork hooks grafted in and tweaked to work
the same as the NetBSD one.

One thing I'd like to do shortly is get rid of nfsiod as a user initiated
process.  It makes sense for the nfs client code to create them on the
fly as needed up to a user settable limit.  This means that nfsiod
doesn't need to be in /sbin and is always "available".  This is a fair bit
easier to do outside of the SYSINIT_KT() framework.
1999-07-01 13:21:46 +00:00
..
default_pager.c
default_pager.h
device_pager.c Casting handles from void * to uintptr_t on the way to dev_t became 1999-05-13 12:55:37 +00:00
pmap.h
swap_pager.c Kirk missed a required BUF_KERNPROC(). Even though this is a non-async 1999-06-27 22:08:38 +00:00
swap_pager.h
vm_extern.h Add a function kmem_alloc_nofault() - same as kmem_alloc_pageable(), but 1999-06-08 17:03:28 +00:00
vm_fault.c
vm_glue.c Remove some unused function and variable declarations. 1999-06-19 18:42:53 +00:00
vm_inherit.h
vm_init.c
vm_kern.c Add a function kmem_alloc_nofault() - same as kmem_alloc_pageable(), but 1999-06-08 17:03:28 +00:00
vm_kern.h
vm_map.c vm_map_growstack uses vmspace::vm_ssize as though it contained 1999-06-17 21:29:38 +00:00
vm_map.h Remove some unused function and variable declarations. 1999-06-19 18:42:53 +00:00
vm_meter.c
vm_mmap.c vm_mmap: 1999-06-05 18:21:53 +00:00
vm_object.c Remove vm_object::cache_count and vm_object::wired_count. They are 1999-06-20 21:47:02 +00:00
vm_object.h Remove vm_object::cache_count and vm_object::wired_count. They are 1999-06-20 21:47:02 +00:00
vm_page.c Remove (1) "extern" declarations for variables that were previously 1999-06-22 07:18:20 +00:00
vm_page.h Remove (1) "extern" declarations for variables that were previously 1999-06-22 07:18:20 +00:00
vm_pageout.c Slight reorganization of kernel thread/process creation. Instead of using 1999-07-01 13:21:46 +00:00
vm_pageout.h
vm_pager.c Minor tweaks to make sure (new) prerequisites for <sys/buf.h> (mostly 1999-06-27 11:44:22 +00:00
vm_pager.h
vm_param.h Remove (1) "extern" declarations for variables that were previously 1999-06-22 07:18:20 +00:00
vm_prot.h
vm_swap.c Convert buffer locking from using the B_BUSY and B_WANTED flags to using 1999-06-26 02:47:16 +00:00
vm_unix.c
vm_zone.c
vm_zone.h
vm.h
vnode_pager.c Convert buffer locking from using the B_BUSY and B_WANTED flags to using 1999-06-26 02:47:16 +00:00
vnode_pager.h