summaryrefslogtreecommitdiffstats
path: root/sys/uvm/uvm_param.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Introduce VM_KERNEL_SPACE_SIZE as a replacement formiod2015-02-071-1/+5
* decouple struct uvmexp into a new file, so that uvm_extern.h and sysctl.hderaadt2014-07-081-83/+4
* bye bye UBC; ok beck dlgderaadt2014-07-081-5/+1
* Remove the VM_KMPAGESFREE sysctl. After the pmemrangethib2010-07-221-4/+2
* Add back cast in ptoa() to prevent problems with integer overflow.kettenis2008-02-171-2/+2
* export kernel uvm_km_pages_free as vm.kmpagesfree; ok tedu, tested jsgderaadt2007-12-151-2/+4
* Rip out the KERN_ error codes.art2007-03-261-12/+1
* remove KERN_SUCCESS and use 0 instead.art2007-03-251-2/+1
* do not use any casting in the atop/ptoa; tested on all archs by martin@ miod@ mickey@mickey2005-11-251-3/+3
* typos from Jonathon Gray;jmc2003-11-081-2/+2
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-021-6/+2
* UBC was a disaster. It worked very good when it worked, but on someart2001-12-191-6/+18
* Yet another sync to NetBSD uvm.art2001-12-041-2/+4
* Sync in more uvm from NetBSD. Mostly just cosmetic stuff.art2001-11-281-9/+13
* Sync in more uvm changes from NetBSD.art2001-11-281-17/+3
* Merge in the unified buffer cache code as found in NetBSD 2001/03/10. Theart2001-11-271-4/+2
* Bring in more changes from NetBSD. Mostly pagedaemon improvements.art2001-11-121-4/+14
* Kill vm/vm_param.h, move it to uvm/uvm_param.hart2001-11-061-0/+174