summaryrefslogtreecommitdiff
path: root/sys/uvm/uvm_page.c
AgeCommit message (Expand)Author
2001-03-08Replace thread_wakeup() with wakeup(). It is defined in vm_extern.h as asmart
2001-03-03Allow the syncer to get pages from the pagedaemon reserve.Artur Grabowski
2001-03-02Reserve more pages for the pagedaemon and the kernel.Artur Grabowski
2001-01-29$OpenBSD$Niklas Hallqvist
2000-09-07Convert bzero to memset(X, 0..) and bcopy to memcpy.Artur Grabowski
2000-04-25A fix to the dreaded isadmaattach panic which hunts people playing withNiklas Hallqvist
2000-03-16Bring in some new UVM code from NetBSD (not current).Artur Grabowski
1999-09-10fixup the uvm_map() call in the uvm_pagealloc_contig() w/Michael Shalayeff
1999-09-03Change the pmap_enter api to pass down an argument that indicatesArtur Grabowski
1999-08-23sync with NetBSD from 1999.05.24 (there is a reason for this date)Artur Grabowski
1999-07-23Add uvm_pagealloc_contigHakan Olsson
1999-02-26add OpenBSD tagsArtur Grabowski
1999-02-26Import of uvm from NetBSD. Some local changes, some code disabledArtur Grabowski