Age | Commit message (Expand) | Author |
2002-01-28 | allocate vm pages with uvm_km_alloc (this code is ifdefed out anyway). | Artur Grabowski |
2002-01-28 | PR_MALLOCOK is not necessary. | Artur Grabowski |
2002-01-23 | Pool deals fairly well with physical memory shortage, but it doesn't deal | Artur Grabowski |
2002-01-15 | A fix to amap_wiperange from Chuck Cranor that has been in my tree for | Artur Grabowski |
2002-01-02 | Back out a few more uvm changes, especially wrt swap usage. | Miod Vallat |
2002-01-02 | Add more vocabulary (commands) to ddb, from NetBSD. | Miod Vallat |
2001-12-19 | UBC was a disaster. It worked very good when it worked, but on some | Artur Grabowski |
2001-12-10 | Merge in struct uvm_vnode into struct vnode. | Artur Grabowski |
2001-12-06 | remove unnecessary newline | Niklas Hallqvist |
2001-12-06 | Keep track of how many pages a vnode hold with vhold and vholdrele | Artur Grabowski |
2001-12-04 | Yet another sync to NetBSD uvm. | Artur Grabowski |
2001-12-02 | VOP_GETPAGES expects the vnode locked. Make it so. | Artur Grabowski |
2001-11-30 | Now that pmaps can have vm_page_md, make pmap_physseg optional. | Artur Grabowski |
2001-11-30 | Kill uvm_pagealloc_contig. The two drivers that still used it should have | Artur Grabowski |
2001-11-30 | Call buf_cleanout, which handles wakeups | Constantine Sapuntzakis |
2001-11-29 | Correctly handle b_vp with bgetvp and brelvp in {get,put}pages. | 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-28 | Sync in more uvm changes from NetBSD. | Artur Grabowski |
2001-11-27 | Merge in the unified buffer cache code as found in NetBSD 2001/03/10. The | Artur Grabowski |
2001-11-15 | Remove creds from struct buf, move the creds that nfs need into the nfs node. | Artur Grabowski |
2001-11-12 | Bring in more changes from NetBSD. Mostly pagedaemon improvements. | Artur Grabowski |
2001-11-11 | Sync in more stuff from NetBSD. | Artur Grabowski |
2001-11-10 | Move maxdmap and maxsmap to kern_resource.c | Artur Grabowski |
2001-11-10 | Merge in some parts of the ubc work that has been done in NetBSD that are not | Artur Grabowski |
2001-11-09 | various style fixes. | Artur Grabowski |
2001-11-09 | minor sync to NetBSD. | Artur Grabowski |
2001-11-07 | Another sync of uvm to NetBSD. Just minor fiddling, no major changes. | Artur Grabowski |
2001-11-07 | Add an alignment argument to uvm_map that specifies an alignment hint | Artur Grabowski |
2001-11-06 | Replace inclusion of <vm/foo.h> with the correct <uvm/bar.h> when necessary. | Miod Vallat |
2001-11-06 | Let fork1, uvm_fork, and cpu_fork take a function/argument pair as argument, | Artur Grabowski |
2001-11-06 | More sync to NetBSD. | Artur Grabowski |
2001-11-06 | Move the last content from vm/ to uvm/ | Artur Grabowski |
2001-11-06 | Kill vm/vm_param.h, move it to uvm/uvm_param.h | Artur Grabowski |
2001-11-06 | Sync to NetBSD. | Artur Grabowski |
2001-11-06 | sync to NetBSD. | Artur Grabowski |
2001-11-06 | Minor sync to NetBSD. | Artur Grabowski |
2001-11-05 | Minor sync to NetBSD. | Artur Grabowski |
2001-11-01 | Don't allow negative offsets. Some type confusion. | Artur Grabowski |
2001-11-01 | Change d_mmap in struct cdevsw from: | Artur Grabowski |
2001-10-26 | - every new fd created by falloc() is marked as larval and should not be used | Artur Grabowski |
2001-09-20 | occured->occurred | Mike Pechkin |
2001-09-20 | Avoid leaking memory if uiomove fails. | Artur Grabowski |
2001-09-19 | merge vm/vm_kern.h into uvm/uvm_extern.h; art@ ok | Michael Shalayeff |
2001-09-11 | Don't include <vm/vm_kern.h> if you don't need foo_map. | Miod Vallat |
2001-09-05 | use %ll instead of %q | Theo de Raadt |
2001-08-31 | do not init swapdev_vp if it's already done elsewhere; art@ ok | Michael Shalayeff |
2001-08-25 | Default to disabled zeroing of pages in the idle loop. | Artur Grabowski |