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
Robert Watson
64a266f9e8
Change format string for u_int64_t to %ju from %llu, in order to use the
...
correct format string on 64-bit systems. Pointed out by: pjd
2005-10-20 21:28:31 +00:00
..
default_pager.c
…
device_pager.c
…
memguard.c
…
memguard.h
…
phys_pager.c
…
pmap.h
Pass a value of type vm_prot_t to pmap_enter_quick() so that it determine
2005-09-03 18:20:20 +00:00
swap_pager.c
Make sure we have a bufobj before calling bstrategy().
2005-09-21 15:01:09 +00:00
swap_pager.h
…
uma_core.c
Change format string for u_int64_t to %ju from %llu, in order to use the
2005-10-20 21:28:31 +00:00
uma_dbg.c
…
uma_dbg.h
…
uma_int.h
…
uma.h
As alc pointed out to me, vm_page.c 1.305 was incomplete: uma_startup()
2005-10-08 21:03:54 +00:00
vm_contig.c
…
vm_extern.h
…
vm_fault.c
Eliminate an incorrect cast.
2005-09-07 01:42:30 +00:00
vm_glue.c
…
vm_init.c
…
vm_kern.c
…
vm_kern.h
…
vm_map.c
Pass a value of type vm_prot_t to pmap_enter_quick() so that it determine
2005-09-03 18:20:20 +00:00
vm_map.h
…
vm_meter.c
…
vm_mmap.c
Move execve's access time update functionality into a new
2005-10-12 06:56:00 +00:00
vm_object.c
…
vm_object.h
…
vm_page.c
As alc pointed out to me, vm_page.c 1.305 was incomplete: uma_startup()
2005-10-08 21:03:54 +00:00
vm_page.h
…
vm_pageout.c
…
vm_pageout.h
…
vm_pageq.c
…
vm_pager.c
…
vm_pager.h
…
vm_param.h
…
vm_unix.c
…
vm_zeroidle.c
Trim a couple of unneeded includes.
2005-09-29 19:13:52 +00:00
vm.h
…
vnode_pager.c
…
vnode_pager.h
…