Age | Commit message (Expand) | Author |
2006-07-13 | Back out the anon change. Apparently it was tested by a few, but most of | Theo de Raadt |
2006-06-29 | fallout from previous: remmapping anonymous memory did not account dsize prop... | Michael Shalayeff |
2006-06-21 | from netbsd: make anons dynamically allocated from pool. | Michael Shalayeff |
2006-04-06 | Fix a process datasize leak with MAP_FIXED. When zapping old mappings | Kurt Miller |
2006-04-04 | Revert r1.58, I was on drugs - the array we are locking is one byte per | Miod Vallat |
2006-03-16 | In sys_mincore(), pass a size in bytes, not pages, to uvm_vslock() and | Miod Vallat |
2005-06-01 | use vm_dused for rlimit. much happier with mmap. tested by several | Ted Unangst |
2005-05-24 | add a new field to vm_space and use it to track the number of anon | Ted Unangst |
2005-01-15 | In uvm_mmap(), check for size wrap to 0, and return ENOMEM in that | Otto Moerbeek |
2004-05-07 | align to __LDPGSZ for anon mmap. this allows userland to be compiled | Ted Unangst |
2003-09-02 | add a random offset to uvm_map_hint. this has the primary effect of | Ted Unangst |
2003-09-01 | match syscallargs comments with reality | Henning Brauer |
2003-08-15 | change arguments to suser. suser now takes the process, and a flags | Ted Unangst |
2003-08-06 | Remove some double semicolons (hmm, do two semis equal a maxi?). | Todd C. Miller |
2003-07-21 | enforce restrictions on prot and flags to mprotect and mmap. invalid or | Ted Unangst |
2003-07-01 | add MAP_TRYFIXED, mostly to help emulate other systems. | Ted Unangst |
2003-07-01 | remove sys_omquery. it was only used for two weeks, and you can't | Ted Unangst |
2003-05-17 | Typos; from Julien Bordet <zejames@greyhats.org> | Alexander Yurchenko |
2003-04-28 | Change mquery() function call signature to be the same a mmap(). It | Dale Rahn |
2003-04-25 | backout mquery change, something broke when not combined with a different diff. | Dale Rahn |
2003-04-25 | change mquery() function call signature to be the same a mmap(). It | Dale Rahn |
2003-04-18 | Return EINVAL if MAP_FIXED was specified but was not available. ok tedu@ | Dale Rahn |
2003-04-17 | changes to support mquery with 1Gsep on i386. avoid heap on mappings. | Dale Rahn |
2003-04-14 | There are two related changes. | Artur Grabowski |
2003-04-07 | int -> ssize_t. | Mike Pechkin |
2003-01-09 | Remove fetch(9) and store(9) functions from the kernel, and replace the few | Miod Vallat |
2002-11-08 | Don't uvm_useracc and then vslock. vslock is better at finding illegal mappings. | Artur Grabowski |
2002-10-29 | Since memory deallocation can't fail, remove the error return from | Artur Grabowski |
2002-08-23 | Fix missing FRELE in mmap(2); ok art | Peter Valchev |
2002-02-14 | Correctly FREF/FRELE in mmap(2). | Artur Grabowski |
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-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 | 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-12 | Bring in more changes from NetBSD. Mostly pagedaemon improvements. | 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 | Move the last content from vm/ to uvm/ | Artur Grabowski |
2001-11-05 | Minor sync to NetBSD. | Artur Grabowski |
2001-10-26 | - every new fd created by falloc() is marked as larval and should not be used | Artur Grabowski |
2001-09-11 | Don't include <vm/vm_kern.h> if you don't need foo_map. | Miod Vallat |
2001-08-11 | Various random fixes from NetBSD. | Artur Grabowski |
2001-08-06 | Add a new type voff_t (right now it's typedefed as off_t) used for offsets | 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-06-23 | Sync with NetBSD 19990911 (just before PMAP_NEW was required) | smart |
2001-06-08 | Change the paddr_t pmap_extract(struct pmap *, vaddr_t) interface to | Artur Grabowski |