| Commit message (Expand) | Author | Age | Files | Lines |
* | Begone. |  miod | 2001-11-06 | 2 | -2/+0 |
* | remove per art@ |  todd | 2001-11-06 | 1 | -1/+0 |
* | Move the last content from vm/ to uvm/ |  art | 2001-11-06 | 3 | -593/+2 |
* | Kill vm/vm_param.h, move it to uvm/uvm_param.h |  art | 2001-11-06 | 2 | -182/+2 |
* | merge vm/vm_kern.h into uvm/uvm_extern.h; art@ ok |  mickey | 2001-09-19 | 1 | -74/+0 |
* | Move pmap_{de,}activate to vm/pmap.h, it's same on all archs. |  art | 2001-08-18 | 1 | -2/+8 |
* | buffer_map is not used. |  miod | 2001-08-12 | 1 | -2/+1 |
* | merge vm_map.h into uvm_map.h, kinda matches netbsd's approach |  mickey | 2001-08-12 | 2 | -424/+2 |
* | vm_pager.h no more |  mickey | 2001-08-12 | 2 | -75/+1 |
* | vm_inherit.h no more |  mickey | 2001-08-12 | 2 | -88/+1 |
* | vm_extern.h no more |  mickey | 2001-08-12 | 2 | -65/+1 |
* | moce pglisth into uvm_pglist.h |  mickey | 2001-08-12 | 2 | -62/+2 |
* | vm/vm_prot.h no more |  mickey | 2001-08-12 | 2 | -107/+3 |
* | Various random fixes from NetBSD. |  art | 2001-08-11 | 3 | -8/+62 |
* | remove vm_conf.h; art@ ok |  mickey | 2001-08-06 | 1 | -36/+0 |
* | Add a new type voff_t (right now it's typedefed as off_t) used for offsets |  art | 2001-08-06 | 4 | -13/+14 |
* | Sysctl for finding out how many pages there are in kmem_map. |  art | 2001-08-02 | 1 | -2/+4 |
* | pmap_steal_memory takes to vaddr_t * as arguments, not paddr_t *. |  art | 2001-07-31 | 1 | -2/+2 |
* | No longer used. |  art | 2001-07-26 | 1 | -78/+0 |
* | Some updates to UVM from NetBSD. Nothing really critical, just a sync. |  art | 2001-07-25 | 1 | -5/+5 |
* | Change the pmap_enter interface to merge access_type and the wired boolean |  art | 2001-07-25 | 1 | -14/+2 |
* | Get rid of the PMAP_NEW option by making it mandatory for all archs. |  art | 2001-07-18 | 1 | -44/+3 |
* | Remove some left-overs from the old vm system. |  art | 2001-07-05 | 1 | -92/+1 |
* | No need to include vm/vm_object.h. |  art | 2001-07-05 | 1 | -2/+1 |
* | kern_fthread is no longer needed. |  art | 2001-07-05 | 1 | -15/+1 |
* | no more fork braindamage |  art | 2001-06-27 | 1 | -5/+1 |
* | clean cruft. |  art | 2001-06-27 | 1 | -16/+1 |
* | vm_pageout.h bye bye. |  art | 2001-06-27 | 1 | -71/+0 |
* | MNN is no longer an option. |  art | 2001-06-27 | 1 | -16/+2 |
* | Not used, kill. |  art | 2001-06-27 | 3 | -212/+0 |
* | heh. |  art | 2001-06-27 | 1 | -115/+0 |
* | Die! |  art | 2001-06-27 | 17 | -15059/+0 |
* | Remove junk from headers, just leave enough for UVM. |  art | 2001-06-27 | 9 | -736/+10 |
* | Change the paddr_t pmap_extract(struct pmap *, vaddr_t) interface to |  art | 2001-06-08 | 4 | -18/+12 |
* | No need to check M_WAIT/M_WAITOK malloc return values. (art@ ok) |  ho | 2001-05-16 | 3 | -17/+3 |
* | More sync to NetBSD. |  art | 2001-05-10 | 1 | -1/+10 |
* | Some locking protocol fixes and better enforcement of wiring limits. |  art | 2001-05-10 | 1 | -28/+137 |
* | More sync to NetBSD. |  art | 2001-05-09 | 2 | -26/+4 |
* | iprintf is not used with UVM |  art | 2001-05-06 | 1 | -2/+2 |
* | Remove the (vaddr_t) casts inside the round_page and trunc_page macros. |  art | 2001-05-05 | 3 | -16/+20 |
* | Get rid of CLSIZE and all related stuff. |  art | 2001-05-05 | 2 | -6/+6 |
* | Always get struct pglist from vm/pglist.h, otherwise old VM compilations |  niklas | 2001-04-07 | 1 | -4/+2 |
* | Get rid of vm_pmap from struct vmspace. |  art | 2001-04-06 | 2 | -10/+4 |
* | On popular demand, the Linux-compatibility clone(2) implementation based |  niklas | 2001-04-02 | 1 | -7/+3 |
* | Add to ifdef confusion. |  art | 2001-03-26 | 1 | -2/+2 |
* | Take vm_pmap out of struct vmspace if we are using UVM since UVM doesn't |  millert | 2001-03-23 | 1 | -1/+3 |
* | Merge in NetBSD's PMAP_NEW, still disabled |  niklas | 2001-03-22 | 1 | -1/+30 |
* | Ok, I'm breaking my promise. I promised to not do anything with the |  art | 2001-03-21 | 1 | -2/+5 |
* | Add mlockall and munlockall (dummy for the old vm system). |  art | 2001-03-09 | 1 | -1/+29 |
* | More syncing to NetBSD. |  art | 2001-03-09 | 1 | -10/+20 |