summaryrefslogtreecommitdiffstats
path: root/sys/vm/vm_pageout.c
Commit message (Expand)AuthorAgeFilesLines
...
* Removed obsolete/unused variable declarations. Killed externs and includeddg1995-04-161-9/+3
* Moved some zero-initialized variables into .bss. Made code intended to bedg1995-04-161-3/+3
* Changes from John Dyson and myself:dg1995-04-091-41/+110
* Fixed typo...using wrong variable in page_shortage calculation.dg1995-03-281-2/+2
* Fixed "pages freed by daemon" statistic (again).dg1995-03-281-1/+3
* Add and move declarations to fix all of the warnings from `gcc -Wimplicit'bde1995-03-161-2/+2
* Deleted vm_object_setpager().dg1995-03-121-2/+2
* Various changes from John and myself that do the following:dg1995-03-011-13/+16
* Don't use __P(()) in a function definition.bde1995-02-251-2/+2
* vm_page.c:dg1995-02-221-16/+10
* Only do object paging_in_progress wakeups if someone is waiting on thisdg1995-02-221-2/+5
* Moved ACT_MAX, ACT_ADVANCE, and ACT_DECLINE to vm_page.h.dg1995-02-201-4/+1
* YF fix.phk1995-02-141-6/+3
* Minor algorithmic adjustments that reduce the CPU consumption of thedg1995-02-091-72/+12
* swap_pager.c:dg1995-02-021-9/+3
* Completed the fix for attempting to page out pages via the device_pager.dg1995-01-281-1/+4
* Added ability to detect sequential faults and DTRT. (swap_pager.c)dg1995-01-241-21/+22
* Fixed some formatting weirdness that I overlooked in the previous commit.dg1995-01-101-6/+6
* These changes embody the support of the fully coherent merged VM buffer cache,dg1995-01-091-368/+408
* Submitted by: Ben Jacksonats1995-01-021-2/+2
* These changes fix a couple of lingering VM problems:dg1994-11-251-81/+2
* Don't ever try to kill off process 1 - even if we are out of swap spacedg1994-11-171-2/+3
* Set laundry flag when transitioning an inactive page from clean to dirty.dg1994-11-141-2/+4
* Added support for starting the experimental "vmdaemon" system process.dg1994-11-061-76/+165
* #if 0'd out the object cache trimming code - there are multiple waysdg1994-10-251-1/+3
* Fixed object cache trimming policy so it actually works.dg1994-10-231-7/+5
* Adjusted reserved levels to fix a deadlock condition.dg1994-10-231-3/+3
* Various changes to allow operation without any swapspace configured. Notedg1994-10-221-8/+55
* Fix the remaining vmmeter counters. They all now work correctly.dg1994-10-181-2/+5
* 1) Some of the counters in the vmmeter struct don't fit well into the Mach VMdg1994-10-151-6/+1
* Fixed an object reference count problem that was caused by a call todg1994-10-131-4/+3
* Cosmetics: unused vars, ()'s, #include's &c &c to silence gcc.phk1994-10-091-1/+2
* Cosmetics. Unused vars and other warnings.phk1994-10-071-14/+10
* Fixed minor bug caused by some missing parens that can result in slightlydg1994-10-051-2/+2
* Fixed bug related to proper sensing of page modification that wedg1994-10-041-8/+9
* Fixed a bug I introduced when fixing the rss limit code. Changed swapoutdg1994-09-121-5/+4
* Don't deactivate pages in 0-refcount objects. Added a couple of missingdg1994-09-121-23/+19
* Simple changes to paging algorithms...but boy do they make a difference.dg1994-09-061-20/+98
* Fixed bug caused by change of rlimit variables to quad_t's. The bug was indg1994-08-301-11/+10
* Fix up some sloppy coding practices:wollman1994-08-181-4/+3
* Incorporated post 1.1.5 work from John Dyson. This includes performancedg1994-08-061-3/+4
* Integrated VM system improvements/fixes from FreeBSD-1.1.5.dg1994-08-041-3/+4
* Added $Id$dg1994-08-021-2/+2
* Removed all code related to the pagescan daemon, and changed 'act_count'dg1994-08-011-84/+2
* 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-251-378/+685
* BSD 4.4 Lite Kernel Sourcesrgrimes1994-05-241-0/+567
OpenPOWER on IntegriCloud