Age | Commit message (Expand) | Author |
2011-06-06 | Backout vmmap in order to repair virtual address selection algorithms | Ariane van der Steldt |
2011-05-24 | Reimplement uvm/uvm_map. | Ariane van der Steldt |
2010-12-24 | add a param to uvm_map_hint to not skip over the heap, and use it as a last | Ted Unangst |
2010-12-15 | add a BRKSIZ define and use it for the heap gap constant, decoupling | Ted Unangst |
2010-05-21 | Fix a locking problem in mincore where it was possible for us to sleep | Owain Ainsworth |
2009-07-25 | Add an extra argument to uvm_unmap_remove(), for the caller to tell it | Miod Vallat |
2009-07-22 | Put the PG_RELEASED changes diff back in. | Owain Ainsworth |
2009-07-09 | Remove the VREF() macro and replaces all instances with a call to verf(), | Thordur I. Bjornsson |
2009-06-17 | date based reversion of uvm to the 4th May. | Owain Ainsworth |
2009-06-16 | Backout all changes to uvm after pmemrange (which will be backed out | Owain Ainsworth |
2009-06-01 | Deal with wraparound when checking RLIMIT_DATA. | Todd C. Miller |
2009-06-01 | Since we've now cleared up a lot of the PG_RELEASED setting, remove the | Owain Ainsworth |
2009-03-20 | While working on some stuff in uvm I've gotten REALLY sick of reading | Owain Ainsworth |
2008-11-10 | vm_map_lock() around calls to uvm_map_findspace(); ok tedu | Theo de Raadt |
2007-09-01 | replace the machine dependant bytes-to-clicks macro by the MI ptoa() | Martin Reindl |
2007-06-18 | Bring back Mickey's UVM anon change. Testing by thib@, beck@ and | Pedro Martelletto |
2007-05-31 | zap the vm_amap am_l simplelock, and amap_{lock/unlock} macros for | Thordur I. Bjornsson |
2007-03-27 | Clean up some return value handling now that we know that what's returned | Artur Grabowski |
2007-03-26 | Rip out the KERN_ error codes. | Artur Grabowski |
2007-03-25 | remove KERN_SUCCESS and use 0 instead. | Artur Grabowski |
2007-02-25 | Make integer wrap checks the same for mmap, munmap, msync, etc | Todd C. Miller |
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 |