summaryrefslogtreecommitdiffstats
path: root/sys/vm/vm_object.c
Commit message (Expand)AuthorAgeFilesLines
...
* Changed object hash list to be a list rather than a tailq. This savesdg1995-05-021-26/+19
* Fixed a problem in _vm_object_page_clean that could cause andyson1995-04-211-4/+6
* Moved some zero-initialized variables into .bss. Made code intended to bedg1995-04-161-6/+7
* Fixed a few bugs in vm_object_page_clean, mostly related to not syncingdg1995-04-161-11/+21
* Changes from John Dyson and myself:dg1995-04-091-74/+159
* Removed (almost) meaningless "object cache lookups/hits" statistic. Indg1995-03-251-3/+1
* Removed cnt.v_nzfod: In our current scheme of things it is not possibledg1995-03-251-2/+1
* Fixed warning caused by returning a value in a void function (introduceddg1995-03-231-3/+3
* Removed unused fifth argument to vm_object_page_clean(). Fixed bug withdg1995-03-221-25/+28
* Fixed potential sleep/wakeup race conditional with splhigh().dg1995-03-221-2/+6
* Added a new boolean argument to vm_object_page_clean that causes it todg1995-03-211-3/+14
* Don't gain/lose an object reference in vnode_pager_setsize(). It willdg1995-03-201-3/+9
* Removed an unnecessary call to vinvalbuf after the page clean.dg1995-03-201-13/+3
* Add and move declarations to fix all of the warnings from `gcc -Wimplicit'bde1995-03-161-2/+1
* Fixed obsolete comment.dg1995-03-121-2/+2
* Deleted vm_object_setpager().dg1995-03-121-22/+1
* Don't attempt to reverse collapse non OBJ_INTERNAL objects.dg1995-03-071-6/+19
* Various changes from John and myself that do the following:dg1995-03-011-76/+38
* Removed bogus copy object collapse check (the idea is right, but thedg1995-02-221-145/+1
* Only do object paging_in_progress wakeups if someone is waiting on thisdg1995-02-221-8/+26
* Deprecated remaining use of vm_deallocate. Deprecated vm_allocate_with_dg1995-02-211-2/+1
* Panic if object is deallocated too many times.dg1995-02-201-5/+7
* 1) Added protection against collapsing OBJ_DEAD objects.dg1995-02-181-3/+8
* Carefully choose the value for vm_object_cache_max. The previous calculationdg1995-02-121-2/+5
* swap_pager.c:dg1995-02-021-108/+170
* Don't attempt to clean device_pager backed objects at terminate time.dg1995-01-251-2/+3
* Added ability to detect sequential faults and DTRT. (swap_pager.c)dg1995-01-241-1/+2
* Protect a qcollapse call with an object lock before calling. The locksdg1995-01-131-8/+13
* Improve my previous change to use the same tests as are used in qcollapse.dg1995-01-111-2/+3
* Fixed a panic that Garrett reported to me...the OBJ_INTERNAL flag wasn'tdg1995-01-111-4/+15
* These changes embody the support of the fully coherent merged VM buffer cache,dg1995-01-091-514/+497
* Make sure that the object being collapsed doesn't go away on us...bydg1995-01-051-3/+13
* Do vm_page_rename more conservatively in rcollapse and qcollapse, anddg1994-12-231-4/+9
* Don't put objects that have no parent on the reverse_shadow_list. Problemdg1994-12-111-2/+3
* These changes fix a couple of lingering VM problems:dg1994-11-251-26/+2
* Added support for starting the experimental "vmdaemon" system process.dg1994-11-061-3/+190
* Properly count object lookups and hits.dg1994-10-151-1/+3
* Cosmetics: unused vars, ()'s, #include's &c &c to silence gcc.phk1994-10-091-8/+7
* Stuff object into v_vmdata rather than pager. Not important which atdg1994-10-051-2/+2
* 1) Changed ddb into a option rather than a pseudo-device (use options DDBdg1994-08-271-3/+3
* Fix up some sloppy coding practices:wollman1994-08-181-4/+3
* Provide support for upcoming merged VM/buffer cache, and fixed a few bugsdg1994-08-071-3/+12
* Added $Id$dg1994-08-021-1/+3
* The big 4.4BSD Lite to FreeBSD 2.0.0 (Development) patch.rgrimes1994-05-251-143/+352
* BSD 4.4 Lite Kernel Sourcesrgrimes1994-05-241-0/+1436
OpenPOWER on IntegriCloud