Age | Commit message (Expand) | Author |
2002-07-02 | inital -> initial | Nathan Binkert |
2002-06-14 | spelling; from Brian Poole <raj@cerias.purdue.edu> | Todd T. Fries |
2002-06-11 | Allow MD code to define __HAVE_VM_PAGE_MD to add own members into struct vm_p... | Artur Grabowski |
2002-06-11 | Remove a stupid assert that grows the kernel by 40kB. | Artur Grabowski |
2002-06-09 | fix the use of "cuz" in the tree; these are all in comments | Jason Peel |
2002-06-05 | DIAGNOSTIC check for duplicate entry into the tree. | Artur Grabowski |
2002-05-30 | spelling errors; moritz@jodeit.org | Theo de Raadt |
2002-05-24 | Make sure that b_iodone handlers are called at splbio (and splassert(IPL_BIO)... | Artur Grabowski |
2002-05-24 | Protect biodone with splbio. | Artur Grabowski |
2002-05-22 | splassert(IPL_BIO) in the b_iodone handlers. | Artur Grabowski |
2002-05-09 | from netbsd; okay art@ | Niels Provos |
2002-04-29 | wierd -> weird | Peter Valchev |
2002-04-25 | do not map memory for malloc w/ execute perms. | Michael Shalayeff |
2002-04-22 | Uncommit. Since this came out of the blue, without anyone else having | Theo de Raadt |
2002-04-22 | do not map malloced memory executable (do avoid possible i-cache prefetch); a... | Michael Shalayeff |
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-17 | Don't set LK_RETRY to vn_lock with LK_RECURSEFAIL. | Artur Grabowski |
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 |