Age | Commit message (Expand) | Author |
2001-08-18 | Move pmap_{de,}activate to vm/pmap.h, it's same on all archs. | Artur Grabowski |
2001-08-12 | buffer_map is not used. | Miod Vallat |
2001-08-12 | merge vm_map.h into uvm_map.h, kinda matches netbsd's approach | Michael Shalayeff |
2001-08-12 | vm_pager.h no more | Michael Shalayeff |
2001-08-12 | vm_inherit.h no more | Michael Shalayeff |
2001-08-12 | vm_extern.h no more | Michael Shalayeff |
2001-08-12 | moce pglisth into uvm_pglist.h | Michael Shalayeff |
2001-08-12 | vm/vm_prot.h no more | Michael Shalayeff |
2001-08-11 | Various random fixes from NetBSD. | Artur Grabowski |
2001-08-06 | remove vm_conf.h; art@ ok | Michael Shalayeff |
2001-08-06 | Add a new type voff_t (right now it's typedefed as off_t) used for offsets | Artur Grabowski |
2001-08-02 | Sysctl for finding out how many pages there are in kmem_map. | Artur Grabowski |
2001-07-31 | pmap_steal_memory takes to vaddr_t * as arguments, not paddr_t *. | Artur Grabowski |
2001-07-26 | No longer used. | Artur Grabowski |
2001-07-25 | Some updates to UVM from NetBSD. Nothing really critical, just a sync. | Artur Grabowski |
2001-07-25 | Change the pmap_enter interface to merge access_type and the wired boolean | Artur Grabowski |
2001-07-18 | Get rid of the PMAP_NEW option by making it mandatory for all archs. | Artur Grabowski |
2001-07-05 | Remove some left-overs from the old vm system. | Artur Grabowski |
2001-07-05 | No need to include vm/vm_object.h. | Artur Grabowski |
2001-07-05 | kern_fthread is no longer needed. | Artur Grabowski |
2001-06-27 | no more fork braindamage | Artur Grabowski |
2001-06-27 | clean cruft. | Artur Grabowski |
2001-06-27 | vm_pageout.h bye bye. | Artur Grabowski |
2001-06-27 | MNN is no longer an option. | Artur Grabowski |
2001-06-27 | Not used, kill. | Artur Grabowski |
2001-06-27 | heh. | Artur Grabowski |
2001-06-27 | Die! | Artur Grabowski |
2001-06-27 | Remove junk from headers, just leave enough for UVM. | Artur Grabowski |
2001-06-08 | Change the paddr_t pmap_extract(struct pmap *, vaddr_t) interface to | Artur Grabowski |
2001-05-16 | No need to check M_WAIT/M_WAITOK malloc return values. (art@ ok) | Hakan Olsson |
2001-05-10 | More sync to NetBSD. | Artur Grabowski |
2001-05-10 | Some locking protocol fixes and better enforcement of wiring limits. | Artur Grabowski |
2001-05-09 | More sync to NetBSD. | Artur Grabowski |
2001-05-06 | iprintf is not used with UVM | Artur Grabowski |
2001-05-05 | Remove the (vaddr_t) casts inside the round_page and trunc_page macros. | Artur Grabowski |
2001-05-05 | Get rid of CLSIZE and all related stuff. | Artur Grabowski |
2001-04-07 | Always get struct pglist from vm/pglist.h, otherwise old VM compilations | Niklas Hallqvist |
2001-04-06 | Get rid of vm_pmap from struct vmspace. | Artur Grabowski |
2001-04-02 | On popular demand, the Linux-compatibility clone(2) implementation based | Niklas Hallqvist |
2001-03-26 | Add to ifdef confusion. | Artur Grabowski |
2001-03-23 | Take vm_pmap out of struct vmspace if we are using UVM since UVM doesn't | Todd C. Miller |
2001-03-22 | Merge in NetBSD's PMAP_NEW, still disabled | Niklas Hallqvist |
2001-03-21 | Ok, I'm breaking my promise. I promised to not do anything with the | Artur Grabowski |
2001-03-09 | Add mlockall and munlockall (dummy for the old vm system). | Artur Grabowski |
2001-03-09 | More syncing to NetBSD. | Artur Grabowski |
2001-03-09 | PATH_MAX+1 is wrong. Not cranking libc/libc_r majors over this, since they j... | Theo de Raadt |
2001-03-01 | Fix compilation problems caused by last update | Constantine Sapuntzakis |
2001-02-28 | Get rid of VHOLD, replace with buf_replacevnode. | Constantine Sapuntzakis |
2001-02-24 | Cleanup of vnode interface continues. Get rid of VHOLD/HOLDRELE. | Constantine Sapuntzakis |
2000-11-10 | seperate -> separate, okay aaron@ | Niels Provos |