summaryrefslogtreecommitdiffstats
path: root/sys/vm/vm_object.c
Commit message (Expand)AuthorAgeFilesLines
* Completed function declarations and/or added prototypes.bde1995-12-031-5/+17
* Remove unused vars & funcs, make things static, protoize a little bit.phk1995-11-201-15/+6
* Greatly simplify the msync code. Eliminate complications in vm_pageoutdyson1995-11-051-110/+61
* First phase of removing the PG_COPYONWRITE flag, and an architecturaldyson1995-10-231-10/+1
* Change vm_object_print() to have the correct number and type of argsbde1995-08-261-3/+6
* Make everything except the unsupported network sources compile cleanlybde1995-08-161-3/+1
* Eliminate sloppy common-style declarations. There should be none left forbde1995-07-291-4/+8
* 1) Merged swpager structure into vm_object.dg1995-07-161-8/+13
* NOTE: libkvm, w, ps, 'top', and any other utility which depends on structdg1995-07-131-569/+177
* Merge RELENG_2_0_5 into HEADrgrimes1995-06-111-3/+3
* Remove trailing whitespace.rgrimes1995-05-301-19/+19
* Changes to fix the following bugs:dg1995-05-211-1/+2
* 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
OpenPOWER on IntegriCloud