summaryrefslogtreecommitdiffstats
path: root/sys/vm (follow)
Commit message (Expand)AuthorAgeFilesLines
* Begone.miod2001-11-062-2/+0
* remove per art@todd2001-11-061-1/+0
* Move the last content from vm/ to uvm/art2001-11-063-593/+2
* Kill vm/vm_param.h, move it to uvm/uvm_param.hart2001-11-062-182/+2
* merge vm/vm_kern.h into uvm/uvm_extern.h; art@ okmickey2001-09-191-74/+0
* Move pmap_{de,}activate to vm/pmap.h, it's same on all archs.art2001-08-181-2/+8
* buffer_map is not used.miod2001-08-121-2/+1
* merge vm_map.h into uvm_map.h, kinda matches netbsd's approachmickey2001-08-122-424/+2
* vm_pager.h no moremickey2001-08-122-75/+1
* vm_inherit.h no moremickey2001-08-122-88/+1
* vm_extern.h no moremickey2001-08-122-65/+1
* moce pglisth into uvm_pglist.hmickey2001-08-122-62/+2
* vm/vm_prot.h no moremickey2001-08-122-107/+3
* Various random fixes from NetBSD.art2001-08-113-8/+62
* remove vm_conf.h; art@ okmickey2001-08-061-36/+0
* Add a new type voff_t (right now it's typedefed as off_t) used for offsetsart2001-08-064-13/+14
* Sysctl for finding out how many pages there are in kmem_map.art2001-08-021-2/+4
* pmap_steal_memory takes to vaddr_t * as arguments, not paddr_t *.art2001-07-311-2/+2
* No longer used.art2001-07-261-78/+0
* Some updates to UVM from NetBSD. Nothing really critical, just a sync.art2001-07-251-5/+5
* Change the pmap_enter interface to merge access_type and the wired booleanart2001-07-251-14/+2
* Get rid of the PMAP_NEW option by making it mandatory for all archs.art2001-07-181-44/+3
* Remove some left-overs from the old vm system.art2001-07-051-92/+1
* No need to include vm/vm_object.h.art2001-07-051-2/+1
* kern_fthread is no longer needed.art2001-07-051-15/+1
* no more fork braindamageart2001-06-271-5/+1
* clean cruft.art2001-06-271-16/+1
* vm_pageout.h bye bye.art2001-06-271-71/+0
* MNN is no longer an option.art2001-06-271-16/+2
* Not used, kill.art2001-06-273-212/+0
* heh.art2001-06-271-115/+0
* Die!art2001-06-2717-15059/+0
* Remove junk from headers, just leave enough for UVM.art2001-06-279-736/+10
* Change the paddr_t pmap_extract(struct pmap *, vaddr_t) interface toart2001-06-084-18/+12
* No need to check M_WAIT/M_WAITOK malloc return values. (art@ ok)ho2001-05-163-17/+3
* More sync to NetBSD.art2001-05-101-1/+10
* Some locking protocol fixes and better enforcement of wiring limits.art2001-05-101-28/+137
* More sync to NetBSD.art2001-05-092-26/+4
* iprintf is not used with UVMart2001-05-061-2/+2
* Remove the (vaddr_t) casts inside the round_page and trunc_page macros.art2001-05-053-16/+20
* Get rid of CLSIZE and all related stuff.art2001-05-052-6/+6
* Always get struct pglist from vm/pglist.h, otherwise old VM compilationsniklas2001-04-071-4/+2
* Get rid of vm_pmap from struct vmspace.art2001-04-062-10/+4
* On popular demand, the Linux-compatibility clone(2) implementation basedniklas2001-04-021-7/+3
* Add to ifdef confusion.art2001-03-261-2/+2
* Take vm_pmap out of struct vmspace if we are using UVM since UVM doesn'tmillert2001-03-231-1/+3
* Merge in NetBSD's PMAP_NEW, still disabledniklas2001-03-221-1/+30
* Ok, I'm breaking my promise. I promised to not do anything with theart2001-03-211-2/+5
* Add mlockall and munlockall (dummy for the old vm system).art2001-03-091-1/+29
* More syncing to NetBSD.art2001-03-091-10/+20