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
jmg
92fb44f7fe
document some VM paging options for cache sizes:
...
PQ_NOOPT no coloring PQ_LARGECACHE used for 512k/16k cache PQ_HUGECACHE used for 1024k/16k cache
1998-06-30 08:01:30 +00:00
..
default_pager.c
…
default_pager.h
…
device_pager.c
…
device_pager.h
…
pmap.h
…
swap_pager.c
Work around some VM bugs, the worst being an overly aggressive
1998-05-04 03:01:44 +00:00
swap_pager.h
Tighten up management of memory and swap space during map allocation,
1998-04-29 04:28:22 +00:00
vm_extern.h
This commit fixes various 64bit portability problems required for
1998-06-07 17:13:14 +00:00
vm_fault.c
Work around some VM bugs, the worst being an overly aggressive
1998-05-04 03:01:44 +00:00
vm_glue.c
…
vm_inherit.h
…
vm_init.c
…
vm_kern.c
Removed unused includes.
1998-06-21 14:53:44 +00:00
vm_kern.h
…
vm_map.c
Removed unused includes.
1998-06-21 14:53:44 +00:00
vm_map.h
…
vm_meter.c
…
vm_mmap.c
Removed unused includes.
1998-06-21 18:02:50 +00:00
vm_object.c
Removed unused includes.
1998-06-21 14:53:44 +00:00
vm_object.h
Fix the shm panic. I mistakenly used the shadow_count to keep the object
1998-05-04 17:12:53 +00:00
vm_page.c
Removed unused includes.
1998-06-21 18:02:50 +00:00
vm_page.h
document some VM paging options for cache sizes:
1998-06-30 08:01:30 +00:00
vm_pageout.c
Correct sleep priority.
1998-06-02 05:39:13 +00:00
vm_pageout.h
…
vm_pager.c
…
vm_pager.h
…
vm_param.h
…
vm_prot.h
…
vm_swap.c
Remove bdevsw_add(), change the only two users to use bdevsw_add_generic().
1998-06-25 11:28:07 +00:00
vm_unix.c
…
vm_zone.c
…
vm_zone.h
…
vm.h
…
vnode_pager.c
…
vnode_pager.h
…