summaryrefslogtreecommitdiff
path: root/sys/uvm/uvm_vnode.c
AgeCommit message (Expand)Author
2000-06-27remove include of <vm/vm.h>mrg
2000-06-26remove/move more mach vm header files:mrg
2000-05-19Tell uvm_pagermapin() the direction of the I/O so that it can mapthorpej
2000-04-03remove the "shareprot" pagerop. it's not needed anymore sincechs
2000-03-27Kill duplicate uvn_attach() prototype (public, already in uvm_vnode.h).kleink
2000-03-26Merge parts of chs-ubc2 into the trunk:kleink
2000-03-13Fix doubled 'the's in comments.soren
2000-01-28remove a debug printf that has outlived its usefulness.chs
1999-10-19put various debugging printfs under #ifdef DEBUG.chs
1999-09-12eliminate the PMAP_NEW option by making it required for all ports.chs
1999-07-22Garbage collect thread_sleep()/thread_wakeup() left over from the oldthorpej
1999-07-220 -> FALSE in a few places.thorpej
1999-04-11add a `flags' argument to uvm_pagealloc_strat().chs
1999-03-25remove now >1 year old pre-release message.mrg
1999-03-25Prevent deadlock cited in PR4629 from crashing the system. (copyoutsommerfe
1999-03-24after discussion with chuck, nuke pgo_attach from uvm_pageropscgd
1999-03-04fix printf arg types.chs
1999-01-29A small typo fix, + enclose "used_vnode_size = %qu" debug printf insidebouyer
1998-11-04we must unlock a vp's object's lock before calling vrele().chs
1998-10-18shift by PAGE_SHIFT instead of multiplying or dividing by PAGE_SIZE.chs
1998-08-13Merge paddr_t changes into the main branch.eeh
1998-08-09bzero->memset, bcopy->memcpy, bcmp->memcmpperry
1998-07-07Add support for mmap'ing disk block devices.thorpej
1998-06-24Always include fifos; "not an option any more".sommerfe
1998-06-22defopt for options FIFOsommerfe
1998-05-05Remove inclusions of syscall (and syscall argument) related header files;kleink
1998-03-11bug fix: when doing uvm_vnp_sync() actually skip over blocked uvn's sochuck
1998-03-09KNF.mrg
1998-03-01Merge with Lite2 + local changesfvdl
1998-02-19Include the NFS option header.thorpej
1998-02-18bug fix from chuck: uvm_vnp_terminate panic when /sbin/init was unlinkedmrg
1998-02-10- add defopt's for UVM, UVMHIST and PMAP_NEW.mrg
1998-02-07restore rcsidsmrg
1998-02-06RCS ID police.thorpej
1998-02-05initial import of the new virtual memory system, UVM, into -current.mrg