summaryrefslogtreecommitdiff
path: root/sys/vm
Commit message (Expand)AuthorAgeFilesLines
* Brought in change from rev 1.26: moved vm_map_lock call to close window.David Greenman1995-11-121-2/+2
* Brought in changes from rev 1.28: remove unnecessary tsleep that couldDavid Greenman1995-10-161-2/+1
* Brought in changes from rev 1.26: check return value of vm_map_pageable()s.David Greenman1995-09-171-4/+8
* Brought in one small bug fix from the main branch: swap_pager_copy() mustDavid Greenman1995-07-221-4/+1
* Brought in "VOP_GETATTR" fix from the main branch. See rev 1.43 ofDavid Greenman1995-07-202-39/+31
* Bring a fragment of a fix in the 2.2 branch: Don't mess with sw_piip; theDavid Greenman1995-07-201-7/+1
* (2.1.0 branch)David Greenman1995-07-071-14/+35
* (2.1.0 branch)David Greenman1995-06-141-1/+2
* This commit was manufactured by cvs2svn to create branch 'RELENG_2_1_0'.cvs2svn1995-06-132-519/+0
* Merge RELENG_2_0_5 into HEADRodney W. Grimes1995-06-111-3/+3
* Remove trailing whitespace.Rodney W. Grimes1995-05-3014-130/+130
* Removed check for sw_dev == NODEV; this is a normal condition for swapDavid Greenman1995-05-251-3/+2
* Changes to fix the following bugs:David Greenman1995-05-212-3/+4
* NFS diskless operation was broken because swapdev_vp wasn't initialized.David Greenman1995-05-191-1/+6
* Fixed a bug that managed to slip in during Poul's dynamic swap partitionDavid Greenman1995-05-181-17/+11
* Accessing pages beyond the end of a mapped file results in internalDavid Greenman1995-05-185-26/+37
* Changed swap partition handling/allocation so that it doesn'tDavid Greenman1995-05-143-122/+81
* I'm about to jump on the swap-initialization, and having talkedPoul-Henning Kamp1995-05-121-132/+1
* Changed "handle" from type caddr_t to void *; "handle" is several differentDavid Greenman1995-05-108-19/+19
* Another error in the correction for trimming swap allocation forJohn Dyson1995-05-071-4/+4
* Fixed a calculation that would once-in-a-while cause the swap_pagerJohn Dyson1995-05-071-12/+4
* Changed object hash list to be a list rather than a tailq. This savesDavid Greenman1995-05-022-29/+22
* Fixed a "bswbuf" hang caused by the wakeup in relpbuf() waking up theDavid Greenman1995-04-251-2/+2
* inline -> __inline.Bruce Evans1995-04-231-4/+4
* Fixed a problem in _vm_object_page_clean that could cause anJohn Dyson1995-04-211-4/+6
* New flag: B_PAGING. Added as part of the vn driver hack.David Greenman1995-04-191-3/+3
* Fixed a logic bug that caused the vmdaemon to not wake up when intended.David Greenman1995-04-171-22/+27
* Removed obsolete/unused variable declarations. Killed externs and includedDavid Greenman1995-04-162-11/+4
* Removed obsolete/unused variable declarations.David Greenman1995-04-161-12/+3
* Moved some zero-initialized variables into .bss. Made code intended to beDavid Greenman1995-04-169-36/+29
* Removed gratuitous m->blah=0 assignments when initializing the vm_pageDavid Greenman1995-04-161-4/+1
* Make "print_page_info" #ifdef DDB.David Greenman1995-04-161-2/+3
* 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-097-479/+379
* Add and move declarations to fix all of the warnings from `gcc -Wimplicit'Bruce Evans1995-03-281-1/+2
* Fixed typo...using wrong variable in page_shortage calculation.David Greenman1995-03-281-2/+2
* Fixed "pages freed by daemon" statistic (again).David Greenman1995-03-281-1/+3
* Explicitly set page dirty if this is a write fault - reduces calls toDavid Greenman1995-03-271-2/+11
* Removed some obsolete flags.David Greenman1995-03-261-6/+3
* Fix logic bug I just introduced with the flags to msync().David Greenman1995-03-251-2/+2
* Pass syncio flag to vm_object_clean(). It remains unimplemented, however.David Greenman1995-03-251-4/+1
* Disallow both MS_ASYNC and MS_INVALIDATE flags being set at the same timeDavid Greenman1995-03-251-3/+6
* Added "flags" argument to msync, and implemented MS_ASYNC and MS_INVALIDATE.David Greenman1995-03-251-14/+11
* Implemented cnt.v_reactivated and moved vm_page_activate() routine toDavid Greenman1995-03-251-39/+41
* 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-223-35/+40
* Fixed potential sleep/wakeup race conditional with splhigh().David Greenman1995-03-221-2/+6
* Added a check for wrong object size; print a warning, but deal with itDavid Greenman1995-03-221-1/+9