summaryrefslogtreecommitdiffstats
path: root/sys/vm/vm_object.h
Commit message (Expand)AuthorAgeFilesLines
...
* Reviewed by:dyson1996-09-281-1/+2
* Addition of page coloring support. Various levels of coloring are afforded.dyson1996-09-081-1/+2
* Even though this looks like it, this is not a complex code change.dyson1996-08-211-1/+2
* Initial support for mincore and madvise. Both are almost fullydyson1996-05-191-1/+8
* 1) Eliminate unnecessary bzero of UPAGES.dyson1996-03-021-1/+2
* Another mega commit to staticize things.phk1995-12-141-4/+1
* Changes to support 1Tb filesizes. Pages are now named by andyson1995-12-111-12/+14
* Untangled the vm.h include file spaghetti.dg1995-12-071-5/+1
* Greatly simplify the msync code. Eliminate complications in vm_pageoutdyson1995-11-051-1/+3
* Change vm_object_print() to have the correct number and type of argsbde1995-08-261-2/+5
* Eliminate sloppy common-style declarations. There should be none left forbde1995-07-291-7/+7
* 1) Merged swpager structure into vm_object.dg1995-07-161-3/+7
* NOTE: libkvm, w, ps, 'top', and any other utility which depends on structdg1995-07-131-41/+26
* Changed object hash list to be a list rather than a tailq. This savesdg1995-05-021-3/+3
* Changes from John Dyson and myself:dg1995-04-091-1/+3
* Removed unused fifth argument to vm_object_page_clean(). Fixed bug withdg1995-03-221-2/+2
* Added a new boolean argument to vm_object_page_clean that causes it todg1995-03-211-2/+2
* Fixed "objde1" hang. It was caused by a "&" where an "&&" belonged in thedg1995-03-201-2/+2
* Add and move declarations to fix all of the warnings from `gcc -Wimplicit'bde1995-03-161-1/+7
* Move a kernel inline function inside `#ifdef KERNEL' so that includingbde1995-03-121-7/+7
* Deleted vm_object_setpager().dg1995-03-121-2/+1
* Remove a gratutious cast.jkh1995-03-041-2/+2
* Various changes from John and myself that do the following:dg1995-03-011-1/+11
* Removed object locking code (it was a left over from an abortion thatdg1995-02-221-41/+2
* Only do object paging_in_progress wakeups if someone is waiting on thisdg1995-02-221-1/+2
* swap_pager.c:dg1995-02-021-11/+10
* Added ability to detect sequential faults and DTRT. (swap_pager.c)dg1995-01-241-1/+2
* These changes embody the support of the fully coherent merged VM buffer cache,dg1995-01-091-74/+108
* Added support for starting the experimental "vmdaemon" system process.dg1994-11-061-1/+3
* Added $Id$dg1994-08-021-1/+3
* BSD 4.4 Lite Kernel Sourcesrgrimes1994-05-241-0/+173
OpenPOWER on IntegriCloud