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
David Greenman
426de76026
Disabled swap anti-fragmentation code. It reduces swap paging performance
...
by 20% in my tests, and it appears to be the cause of a swap leak. Submitted by: John Dyson
1994-09-25 04:02:10 +00:00
..
device_pager.c
…
device_pager.h
…
kern_lock.c
…
lock.h
…
pmap.h
Removed all vestiges of tlbflush(). Replaced them with calls to pmap_update().
1994-09-02 04:12:26 +00:00
swap_pager.c
Disabled swap anti-fragmentation code. It reduces swap paging performance
1994-09-25 04:02:10 +00:00
swap_pager.h
…
vm_extern.h
Whoops, accidently left out some pieces of the munmapfd patch.
1994-09-02 15:06:51 +00:00
vm_fault.c
…
vm_glue.c
Fixed a bug I introduced when fixing the rss limit code. Changed swapout
1994-09-12 15:06:14 +00:00
vm_inherit.h
…
vm_init.c
…
vm_kern.c
…
vm_kern.h
…
vm_map.c
…
vm_map.h
…
vm_meter.c
Eliminated a whole pile of ancient (we're taking 4.3BSD) VM system
1994-09-12 11:38:31 +00:00
vm_mmap.c
Whoops, accidently left out some pieces of the munmapfd patch.
1994-09-02 15:06:51 +00:00
vm_object.c
1) Changed ddb into a option rather than a pseudo-device (use options DDB
1994-08-27 16:14:39 +00:00
vm_object.h
…
vm_page.c
…
vm_page.h
Simple changes to paging algorithms...but boy do they make a difference.
1994-09-06 11:28:46 +00:00
vm_pageout.c
Fixed a bug I introduced when fixing the rss limit code. Changed swapout
1994-09-12 15:06:14 +00:00
vm_pageout.h
…
vm_pager.c
…
vm_pager.h
…
vm_param.h
…
vm_prot.h
…
vm_swap.c
Fixed problem with no swap on boot device, but there is some on an
1994-09-11 03:55:39 +00:00
vm_unix.c
…
vm_user.c
…
vm.h
…
vnode_pager.c
Disabled a debugging printf.
1994-09-06 17:53:24 +00:00
vnode_pager.h
…