Age | Commit message (Expand) | Author |
2002-03-15 | Cosmetic changes only, primarily making comments line up nicely after the | Todd C. Miller |
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 | Final __P removal plus some cosmetic fixups | Todd C. Miller |
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-03-08 | semicolon is not always what it seems, replace w/ a \n in asm labels | Michael Shalayeff |
2002-03-07 | use an augmented red-black tree to keep track of free space in the vm_map. | Niels Provos |
2002-03-06 | Some architectures don't allocate any memory out of the kernel_map space | Artur Grabowski |
2002-02-28 | use red-black tree for lookup_entry. the red-black tree case for | Niels Provos |
2002-02-28 | setting prevlcv to 0 doesnt require additional checks. from chs@ | Niels Provos |
2002-02-25 | back out red-black tree. they are very fast but alpha UVM is broken and | Niels Provos |
2002-02-25 | use a red-black tree to find entries in the vm_map. augment the red-black | Niels Provos |
2002-02-20 | merging ppref could cause negative back reference, fix from niklas@ | Niels Provos |
2002-02-19 | amap_pp_adjref could fragment ppref array; fix by merging adjacent chunks; | Niels Provos |
2002-02-18 | From the UBC branch and NetBSD. | Artur Grabowski |
2002-02-16 | Don't prototype functions if they are really just macros. | Todd C. Miller |
2002-02-14 | Correctly FREF/FRELE in mmap(2). | Artur Grabowski |
2002-02-12 | amap_extend is very expensive, allocate more memory to avoid bcopy the next | Niels Provos |
2002-02-10 | spelling | Theo de Raadt |
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 |