Age | Commit message (Expand) | Author |
2004-01-29 | fix prototype of pmap_update(), ok miod@ | Dale Rahn |
2003-06-02 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller |
2002-09-10 | Change the pmap_zero_page and pmap_copy_page API to take the struct vm_page * | Artur Grabowski |
2002-03-18 | These are macro inlines on vax, so check if they're defined before | Hugh Graham |
2002-03-18 | $OpenBSD$ | Hugh Graham |
2002-03-14 | Prototype pmap_unwire() only if it's not already defined. ok drahn@. | Daniel Hartmeier |
2002-03-14 | do not proto pmap(de)activate if one was defined | Michael Shalayeff |
2002-03-14 | First round of __P removal in sys | Todd C. Miller |
2002-03-14 | Don't prototype pmap_copy() if it is a macro | Todd C. Miller |
2002-02-16 | Don't prototype functions if they are really just macros. | Todd C. Miller |
2001-12-19 | UBC was a disaster. It worked very good when it worked, but on some | Artur Grabowski |
2001-12-04 | Yet another sync to NetBSD uvm. | Artur Grabowski |
2001-11-28 | Sync in more uvm from NetBSD. Mostly just cosmetic stuff. | Artur Grabowski |
2001-11-28 | more sync to netbsd. some bugfixes in uvm_km_kmemalloc, lots of fixes in uvm_... | Artur Grabowski |
2001-11-28 | make pmap_virtual_space madatory in all pmaps. | Artur Grabowski |
2001-11-28 | pmap_kenter_pgs is not used and not really useful. remove. | Artur Grabowski |
2001-11-06 | Move the last content from vm/ to uvm/ | Artur Grabowski |