summaryrefslogtreecommitdiffstats
path: root/sys/vm
Commit message (Expand)AuthorAgeFilesLines
* Fixed a bug I introduced when fixing the rss limit code. Changed swapoutdg1994-09-122-8/+15
* Eliminated a whole pile of ancient (we're taking 4.3BSD) VM systemdg1994-09-121-2/+1
* Don't deactivate pages in 0-refcount objects. Added a couple of missingdg1994-09-121-23/+19
* Fixed problem with no swap on boot device, but there is some on andg1994-09-111-3/+7
* Disabled a debugging printf.dg1994-09-061-1/+3
* Simple changes to paging algorithms...but boy do they make a difference.dg1994-09-062-21/+100
* Whoops, accidently left out some pieces of the munmapfd patch.dg1994-09-022-6/+7
* Removed all vestiges of tlbflush(). Replaced them with calls to pmap_update().dg1994-09-021-2/+1
* Fixed bug caused by change of rlimit variables to quad_t's. The bug was indg1994-08-301-11/+10
* Patches from John Dyson to improve swap code efficiency.dg1994-08-292-20/+9
* 1) Changed ddb into a option rather than a pseudo-device (use options DDBdg1994-08-271-3/+3
* Made idempotentpaul1994-08-212-2/+12
* Fix up some sloppy coding practices:wollman1994-08-189-53/+36
* Fixed vm_page_deactivate to deal with getting called with a page that'sdg1994-08-101-48/+1
* Removed an old, obsolete call to vmmeter(). This is called now in thedg1994-08-091-2/+1
* Made pmap_kenter "TLB safe". ...and then removed all the pmap_updates thatdg1994-08-072-4/+2
* Provide support for upcoming merged VM/buffer cache, and fixed a few bugsdg1994-08-076-51/+42
* Fixed various prototype problems with the pmap functions and the subsequentdg1994-08-062-33/+33
* Incorporated post 1.1.5 work from John Dyson. This includes performancedg1994-08-067-218/+243
* Enabled page table preloading of cached objects.dg1994-08-061-1/+8
* Added some code that was accidently left out early in the 1.x -> 2.0 VMdg1994-08-041-1/+10
* Integrated VM system improvements/fixes from FreeBSD-1.1.5.dg1994-08-045-349/+363
* Added $Id$dg1994-08-0231-21/+70
* Removed all code related to the pagescan daemon, and changed 'act_count'dg1994-08-013-87/+4
* Don't move the page's position in the active queue if it is busy ordg1994-06-061-2/+0
* The big 4.4BSD Lite to FreeBSD 2.0.0 (Development) patch.rgrimes1994-05-2528-2100/+4909
* BSD 4.4 Lite Kernel Sourcesrgrimes1994-05-2434-0/+14336
OpenPOWER on IntegriCloud