summaryrefslogtreecommitdiffstats
path: root/sys/vm/sg_pager.c
Commit message (Expand)AuthorAgeFilesLines
* Explicitly initialize the page's queue field to PQ_NONE instead of relyingalc2011-01-171-0/+1
* Eliminate page queues locking around most calls to vm_page_free().alc2010-05-061-2/+0
* On Alan's advice, rather than do a wholesale conversion on a singlekmacy2010-04-301-3/+6
* Mark the fake pages constructed by the OBJT_SG pager valid. This wasjhb2009-08-291-0/+1
* Remove debugging that crept in with previous commit.jhb2009-07-241-5/+1
* Add a new type of VM object: OBJT_SG. An OBJT_SG object is very similar tojhb2009-07-241-0/+263
OpenPOWER on IntegriCloud