This website requires JavaScript.
Explore
Help
Sign In
d
/
freebsd-skq
Watch
1
Star
0
Fork
0
You've already forked freebsd-skq
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
freebsd-skq
/
sys
/
vm
History
rstone
62d7f50b87
Fix a typo in r212281. uintptr -> uintptr_t
...
Pointy hat to: rstone Approved by: emaste (mentor) MFC after: 2 weeks
2010-09-07 02:51:11 +00:00
..
default_pager.c
…
device_pager.c
…
memguard.c
Have memguard(9) crash with an easier-to-debug message on double-free.
2010-08-31 17:43:47 +00:00
memguard.h
The realloc case for memguard(9) will copy too many bytes when
2010-08-31 16:57:58 +00:00
phys_pager.c
…
pmap.h
…
redzone.c
…
redzone.h
…
sg_pager.c
…
swap_pager.c
…
swap_pager.h
…
uma_core.c
Add uma_zone_get_max() to obtain the effective limit after a call
2010-08-16 14:24:00 +00:00
uma_dbg.c
…
uma_dbg.h
…
uma_int.h
…
uma.h
Add uma_zone_get_max() to obtain the effective limit after a call
2010-08-16 14:24:00 +00:00
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
Fix a typo in r212281. uintptr -> uintptr_t
2010-09-07 02:51:11 +00:00
vm_object.c
…
vm_object.h
…
vm_page.c
vm_page.c: include opt_msgbuf.h for MSGBUF_SIZE use in vm_page_startup
2010-09-03 10:40:53 +00:00
vm_page.h
…
vm_pageout.c
…
vm_pageout.h
…
vm_pager.c
…
vm_pager.h
…
vm_param.h
…
vm_phys.c
…
vm_phys.h
…
vm_reserv.c
…
vm_reserv.h
…
vm_unix.c
…
vm_zeroidle.c
…
vm.h
…
vnode_pager.c
…
vnode_pager.h
…