summaryrefslogtreecommitdiffstats
path: root/sys/uvm/uvm_io.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Use uiomove(9) instead of uiomovei(9). From Martin Natano.kettenis2016-01-091-2/+2
* Remove some includes include-what-you-use claims don'tjsg2015-03-141-2/+1
* First step towards making uiomove() take a size_t size argument:miod2015-02-101-2/+2
* remove uneeded proc.h includesjsg2014-09-141-2/+1
* Chuck Cranor rescinded clauses in his licensejsg2014-07-111-8/+1
* compress code by turning four line comments into one line comments.tedu2014-04-131-24/+5
* New vmmap implementation.ariane2012-03-091-8/+7
* Backout vmmap in order to repair virtual address selection algorithmsariane2011-06-061-7/+8
* Reimplement uvm/uvm_map.ariane2011-05-241-8/+7
* Add an extra argument to uvm_unmap_remove(), for the caller to tell itmiod2009-07-251-2/+2
* Add an extra flags argument to uvm_io(), to specify whether we want to fixmiod2005-11-041-7/+8
* add a new field to vm_space and use it to track the number of anontedu2005-05-241-2/+2
* Since memory deallocation can't fail, remove the error return fromart2002-10-291-2/+2
* UBC was a disaster. It worked very good when it worked, but on someart2001-12-191-6/+7
* Sync in more uvm from NetBSD. Mostly just cosmetic stuff.art2001-11-281-5/+5
* Sync in more uvm changes from NetBSD.art2001-11-281-4/+3
* Move the last content from vm/ to uvm/art2001-11-061-4/+2
* Minor sync to NetBSD.art2001-11-051-3/+2
* Avoid leaking memory if uiomove fails.art2001-09-201-3/+8
* merge vm/vm_kern.h into uvm/uvm_extern.h; art@ okmickey2001-09-191-2/+1
* Various random fixes from NetBSD.art2001-08-111-2/+2
* $OpenBSD$niklas2001-01-291-0/+1
* Fix the NetBSD id strings.art2000-03-151-1/+1
* sync with NetBSD from 1999.05.24 (there is a reason for this date)art1999-08-231-5/+0
* add OpenBSD tagsart1999-02-261-0/+1
* Import of uvm from NetBSD. Some local changes, some code disabledart1999-02-261-0/+163