This website requires JavaScript.
Explore
Help
Sign In
d
/
freebsd-nq
Watch
1
Star
0
Fork
0
You've already forked freebsd-nq
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
freebsd-nq
/
sys
/
vm
History
John Baldwin
29fdb744d1
Process priority is locked by the sched_lock, not the proc lock.
2001-09-01 20:16:30 +00:00
..
default_pager.c
…
device_pager.c
…
phys_pager.c
…
pmap.h
…
swap_pager.c
…
swap_pager.h
…
vm_contig.c
…
vm_extern.h
…
vm_fault.c
…
vm_glue.c
…
vm_init.c
…
vm_kern.c
…
vm_kern.h
…
vm_map.c
…
vm_map.h
…
vm_meter.c
…
vm_mmap.c
Cleanup
2001-08-31 01:26:30 +00:00
vm_object.c
…
vm_object.h
…
vm_page.c
Implement idle zeroing of pages. I've been tinkering with this
2001-08-25 05:00:44 +00:00
vm_page.h
Implement idle zeroing of pages. I've been tinkering with this
2001-08-25 05:00:44 +00:00
vm_pageout.c
…
vm_pageout.h
…
vm_pageq.c
…
vm_pager.c
…
vm_pager.h
…
vm_param.h
…
vm_swap.c
make swapon() MPSAFE (will adjust syscalls.master later)
2001-08-31 22:15:37 +00:00
vm_unix.c
mark obreak() and ovadvise() as being MPSAFE
2001-08-31 22:10:03 +00:00
vm_zeroidle.c
Process priority is locked by the sched_lock, not the proc lock.
2001-09-01 20:16:30 +00:00
vm_zone.c
…
vm_zone.h
…
vm.h
…
vnode_pager.c
…
vnode_pager.h
…