summaryrefslogtreecommitdiffstats
path: root/sys/vm
Commit message (Expand)AuthorAgeFilesLines
* Added a copyright to this file.dg1995-07-131-0/+33
* Oops, forgot to add the "default" pager files...dg1995-07-132-0/+143
* NOTE: libkvm, w, ps, 'top', and any other utility which depends on structdg1995-07-1328-3050/+1073
* swapout_threads() -> swapout_procs().dg1995-07-103-6/+6
* Increased global RSS limit to total RAM.dg1995-07-101-2/+2
* Moved call to VOP_GETATTR() out of vnode_pager_alloc() and into the placesdg1995-07-092-39/+31
* Fixed an object allocation race condition that was causing a "objectdg1995-07-061-13/+34
* 1) Converted v_vmdata to v_object.dg1995-06-281-11/+11
* Merge RELENG_2_0_5 into HEADrgrimes1995-06-111-3/+3
* Remove trailing whitespace.rgrimes1995-05-3014-130/+130
* Removed check for sw_dev == NODEV; this is a normal condition for swapdg1995-05-251-3/+2
* Changes to fix the following bugs:dg1995-05-212-3/+4
* NFS diskless operation was broken because swapdev_vp wasn't initialized.dg1995-05-191-1/+6
* Fixed a bug that managed to slip in during Poul's dynamic swap partitiondg1995-05-181-17/+11
* Accessing pages beyond the end of a mapped file results in internaldg1995-05-185-26/+37
* Changed swap partition handling/allocation so that it doesn'tdg1995-05-143-122/+81
* I'm about to jump on the swap-initialization, and having talkedphk1995-05-121-132/+1
* Changed "handle" from type caddr_t to void *; "handle" is several differentdg1995-05-108-19/+19
* Another error in the correction for trimming swap allocation fordyson1995-05-071-4/+4
* Fixed a calculation that would once-in-a-while cause the swap_pagerdyson1995-05-071-12/+4
* Changed object hash list to be a list rather than a tailq. This savesdg1995-05-022-29/+22
* Fixed a "bswbuf" hang caused by the wakeup in relpbuf() waking up thedg1995-04-251-2/+2
* inline -> __inline.bde1995-04-231-4/+4
* Fixed a problem in _vm_object_page_clean that could cause andyson1995-04-211-4/+6
* New flag: B_PAGING. Added as part of the vn driver hack.dg1995-04-191-3/+3
* Fixed a logic bug that caused the vmdaemon to not wake up when intended.dg1995-04-171-22/+27
* Removed obsolete/unused variable declarations. Killed externs and includeddg1995-04-162-11/+4
* Removed obsolete/unused variable declarations.dg1995-04-161-12/+3
* Moved some zero-initialized variables into .bss. Made code intended to bedg1995-04-169-36/+29
* Removed gratuitous m->blah=0 assignments when initializing the vm_pagedg1995-04-161-4/+1
* Make "print_page_info" #ifdef DDB.dg1995-04-161-2/+3
* 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-097-479/+379
* Add and move declarations to fix all of the warnings from `gcc -Wimplicit'bde1995-03-281-1/+2
* 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
* Explicitly set page dirty if this is a write fault - reduces calls todg1995-03-271-2/+11
* Removed some obsolete flags.dg1995-03-261-6/+3
* Fix logic bug I just introduced with the flags to msync().dg1995-03-251-2/+2
* Pass syncio flag to vm_object_clean(). It remains unimplemented, however.dg1995-03-251-4/+1
* Disallow both MS_ASYNC and MS_INVALIDATE flags being set at the same timedg1995-03-251-3/+6
* Added "flags" argument to msync, and implemented MS_ASYNC and MS_INVALIDATE.dg1995-03-251-14/+11
* Implemented cnt.v_reactivated and moved vm_page_activate() routine todg1995-03-251-39/+41
* 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-223-35/+40
* Fixed potential sleep/wakeup race conditional with splhigh().dg1995-03-221-2/+6
* Added a check for wrong object size; print a warning, but deal with itdg1995-03-221-1/+9
* Fixed bug in vm_mmap() where the object that is created in some casesdg1995-03-221-2/+2
OpenPOWER on IntegriCloud