summaryrefslogtreecommitdiffstats
path: root/sys/vm/vnode_pager.c
Commit message (Collapse)AuthorAgeFilesLines
* Disabled a debugging printf.dg1994-09-061-1/+3
|
* Patches from John Dyson to improve swap code efficiency.dg1994-08-291-1/+2
| | | | | | | Religiously add back pmap_clear_modify() in vnode_pager_input until we figure out why system performance isn't what we expect. Submitted by: John Dyson (swap_pager) & David Greenman (vnode_pager)
* Provide support for upcoming merged VM/buffer cache, and fixed a few bugsdg1994-08-071-12/+7
| | | | | | that haven't appeared to manifest themselves (yet). Submitted by: John Dyson
* Fixed various prototype problems with the pmap functions and the subsequentdg1994-08-061-2/+2
| | | | problems that fixing them caused.
* Incorporated post 1.1.5 work from John Dyson. This includes performancedg1994-08-061-57/+93
| | | | | | | | | improvements via the new routines pmap_qenter/pmap_qremove and pmap_kenter/ pmap_kremove. These routine allow fast mapping of pages for those architectures that have "normal" MMUs. Also included is a fix to the pageout daemon to properly check a queue end condition. Submitted by: John Dyson
* Integrated VM system improvements/fixes from FreeBSD-1.1.5.dg1994-08-041-320/+334
|
* The big 4.4BSD Lite to FreeBSD 2.0.0 (Development) patch.rgrimes1994-05-251-245/+1089
| | | | | Reviewed by: Rodney W. Grimes Submitted by: John Dyson and David Greenman
* BSD 4.4 Lite Kernel Sourcesrgrimes1994-05-241-0/+580
OpenPOWER on IntegriCloud