summaryrefslogtreecommitdiffstats
path: root/sys/uvm/uvm_user.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Kill uvm_deallocate(9) and use uvm_unmap() directly.mpi2019-11-051-55/+0
| | | | ok kettenis@, semarie@, deraadt@
* remove uneeded proc.h includesjsg2014-09-141-2/+1
| | | | ok mpi@ kspillner@
* Chuck Cranor rescinded clauses in his licensejsg2014-07-111-8/+1
| | | | | | | | | | | | | on the 2nd of February 2011 in NetBSD. http://marc.info/?l=netbsd-source-changes&m=129658899212732&w=2 http://marc.info/?l=netbsd-source-changes&m=129659095515558&w=2 http://marc.info/?l=netbsd-source-changes&m=129659157916514&w=2 http://marc.info/?l=netbsd-source-changes&m=129665962324372&w=2 http://marc.info/?l=netbsd-source-changes&m=129666033625342&w=2 http://marc.info/?l=netbsd-source-changes&m=129666052825545&w=2 http://marc.info/?l=netbsd-source-changes&m=129666922906480&w=2 http://marc.info/?l=netbsd-source-changes&m=129667725518082&w=2
* compress code by turning four line comments into one line comments.tedu2014-04-131-2/+1
| | | | emphatic ok usual suspects, grudging ok miod
* Another indentation cleanup without binary changes.art2007-04-271-5/+2
| | | | (I'm reading code, that's where this comes from).
* Since memory deallocation can't fail, remove the error return fromart2002-10-291-6/+5
| | | | | uvm_unmap, uvm_deallocate and a few other functions. Simplifies some code and reduces diff to the UBC branch.
* UBC was a disaster. It worked very good when it worked, but on someart2001-12-191-7/+11
| | | | | | | | | machines or some configurations or in some phase of the moon (we actually don't know when or why) files disappeared. Since we've not been able to track down the problem in two weeks intense debugging and we need -current to be stable, back out everything to a state it had before UBC. We apologise for the inconvenience.
* Sync in more uvm from NetBSD. Mostly just cosmetic stuff.art2001-11-281-3/+3
| | | | Contains also support for page coloring.
* Sync in more uvm changes from NetBSD.art2001-11-281-10/+6
| | | | | This time we're getting rid of KERN_* and VM_PAGER_* error codes and use errnos instead.
* Move the last content from vm/ to uvm/art2001-11-061-3/+2
| | | | | | | The only thing left in vm/ are just dumb wrappers. vm/vm.h includes uvm/uvm_extern.h vm/pmap.h includes uvm/uvm_pmap.h vm/vm_page.h includes uvm/uvm_page.h
* $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
| | | | | Mostly cleanups, but also a few improvements to pagedaemon for better handling of low memory and/or low swap conditions.
* add OpenBSD tagsart1999-02-261-0/+1
|
* Import of uvm from NetBSD. Some local changes, some code disabledart1999-02-261-0/+72