summaryrefslogtreecommitdiff
path: root/sys/vm/vm_object.c
Commit message (Expand)AuthorAgeFilesLines
* $Id$ -> $FreeBSD$Peter Wemm1999-09-051-1/+1
* Fixed bug that could lead to pmap corruption during asynchronous pageDavid Greenman1996-11-241-3/+3
* Revert to previous calculation of vm_object_cache_max: it simply worksDavid Greenman1996-03-291-2/+2
* Brought in change from rev 1.61: increased vm_object_cache_max to handleDavid Greenman1996-01-291-2/+2
* (2.1.0 branch)David Greenman1995-06-141-1/+2
* Merge RELENG_2_0_5 into HEADRodney W. Grimes1995-06-111-3/+3
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-19/+19
* Changes to fix the following bugs:David Greenman1995-05-211-1/+2
* Changed object hash list to be a list rather than a tailq. This savesDavid Greenman1995-05-021-26/+19
* Fixed a problem in _vm_object_page_clean that could cause anJohn Dyson1995-04-211-4/+6
* Moved some zero-initialized variables into .bss. Made code intended to beDavid Greenman1995-04-161-6/+7
* Fixed a few bugs in vm_object_page_clean, mostly related to not syncingDavid Greenman1995-04-161-11/+21
* Changes from John Dyson and myself:David Greenman1995-04-091-74/+159
* Removed (almost) meaningless "object cache lookups/hits" statistic. InDavid Greenman1995-03-251-3/+1
* Removed cnt.v_nzfod: In our current scheme of things it is not possibleDavid Greenman1995-03-251-2/+1
* Fixed warning caused by returning a value in a void function (introducedDavid Greenman1995-03-231-3/+3
* Removed unused fifth argument to vm_object_page_clean(). Fixed bug withDavid Greenman1995-03-221-25/+28
* Fixed potential sleep/wakeup race conditional with splhigh().David Greenman1995-03-221-2/+6
* Added a new boolean argument to vm_object_page_clean that causes it toDavid Greenman1995-03-211-3/+14
* Don't gain/lose an object reference in vnode_pager_setsize(). It willDavid Greenman1995-03-201-3/+9
* Removed an unnecessary call to vinvalbuf after the page clean.David Greenman1995-03-201-13/+3
* Add and move declarations to fix all of the warnings from `gcc -Wimplicit'Bruce Evans1995-03-161-2/+1
* Fixed obsolete comment.David Greenman1995-03-121-2/+2
* Deleted vm_object_setpager().David Greenman1995-03-121-22/+1
* Don't attempt to reverse collapse non OBJ_INTERNAL objects.David Greenman1995-03-071-6/+19
* Various changes from John and myself that do the following:David Greenman1995-03-011-76/+38
* Removed bogus copy object collapse check (the idea is right, but theDavid Greenman1995-02-221-145/+1
* Only do object paging_in_progress wakeups if someone is waiting on thisDavid Greenman1995-02-221-8/+26
* Deprecated remaining use of vm_deallocate. Deprecated vm_allocate_with_David Greenman1995-02-211-2/+1
* Panic if object is deallocated too many times.David Greenman1995-02-201-5/+7
* 1) Added protection against collapsing OBJ_DEAD objects.David Greenman1995-02-181-3/+8
* Carefully choose the value for vm_object_cache_max. The previous calculationDavid Greenman1995-02-121-2/+5
* swap_pager.c:David Greenman1995-02-021-108/+170
* Don't attempt to clean device_pager backed objects at terminate time.David Greenman1995-01-251-2/+3
* Added ability to detect sequential faults and DTRT. (swap_pager.c)David Greenman1995-01-241-1/+2
* Protect a qcollapse call with an object lock before calling. The locksDavid Greenman1995-01-131-8/+13
* Improve my previous change to use the same tests as are used in qcollapse.David Greenman1995-01-111-2/+3
* Fixed a panic that Garrett reported to me...the OBJ_INTERNAL flag wasn'tDavid Greenman1995-01-111-4/+15
* These changes embody the support of the fully coherent merged VM buffer cache,David Greenman1995-01-091-514/+497
* Make sure that the object being collapsed doesn't go away on us...byDavid Greenman1995-01-051-3/+13
* Do vm_page_rename more conservatively in rcollapse and qcollapse, andDavid Greenman1994-12-231-4/+9
* Don't put objects that have no parent on the reverse_shadow_list. ProblemDavid Greenman1994-12-111-2/+3
* These changes fix a couple of lingering VM problems:David Greenman1994-11-251-26/+2
* Added support for starting the experimental "vmdaemon" system process.David Greenman1994-11-061-3/+190
* Properly count object lookups and hits.David Greenman1994-10-151-1/+3
* Cosmetics: unused vars, ()'s, #include's &c &c to silence gcc.Poul-Henning Kamp1994-10-091-8/+7
* Stuff object into v_vmdata rather than pager. Not important which atDavid Greenman1994-10-051-2/+2
* 1) Changed ddb into a option rather than a pseudo-device (use options DDBDavid Greenman1994-08-271-3/+3
* Fix up some sloppy coding practices:Garrett Wollman1994-08-181-4/+3
* Provide support for upcoming merged VM/buffer cache, and fixed a few bugsDavid Greenman1994-08-071-3/+12