aboutsummaryrefslogtreecommitdiff
path: root/sys/vm/vm_object.h
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagupstream/2.1.7_cvsrelease/2.1.7_cvscvs2svn1997-03-111-1/+1
* Changed object hash list to be a list rather than a tailq. This savesDavid Greenman1995-05-021-3/+3
* Changes from John Dyson and myself:David Greenman1995-04-091-1/+3
* Removed unused fifth argument to vm_object_page_clean(). Fixed bug withDavid Greenman1995-03-221-2/+2
* Added a new boolean argument to vm_object_page_clean that causes it toDavid Greenman1995-03-211-2/+2
* Fixed "objde1" hang. It was caused by a "&" where an "&&" belonged in theDavid Greenman1995-03-201-2/+2
* Add and move declarations to fix all of the warnings from `gcc -Wimplicit'Bruce Evans1995-03-161-1/+7
* Move a kernel inline function inside `#ifdef KERNEL' so that includingBruce Evans1995-03-121-7/+7
* Deleted vm_object_setpager().David Greenman1995-03-121-2/+1
* Remove a gratutious cast.Jordan K. Hubbard1995-03-041-2/+2
* Various changes from John and myself that do the following:David Greenman1995-03-011-1/+11
* Removed object locking code (it was a left over from an abortion thatDavid Greenman1995-02-221-41/+2
* Only do object paging_in_progress wakeups if someone is waiting on thisDavid Greenman1995-02-221-1/+2
* swap_pager.c:David Greenman1995-02-021-11/+10
* Added ability to detect sequential faults and DTRT. (swap_pager.c)David Greenman1995-01-241-1/+2
* These changes embody the support of the fully coherent merged VM buffer cache,David Greenman1995-01-091-74/+108
* Added support for starting the experimental "vmdaemon" system process.David Greenman1994-11-061-1/+3
* Added $Id$David Greenman1994-08-021-1/+3
* BSD 4.4 Lite Kernel SourcesRodney W. Grimes1994-05-241-0/+173