| Commit message (Expand) | Author | Age | Files | Lines |
* | move the backwards-stack vm_minsaddr check from hppa trap.c to uvm_grow(), |  deraadt | 2020-10-21 | 1 | -1/+5 |
* | Serialize accesses to "struct vmspace" and document its refcounting. |  mpi | 2020-10-19 | 1 | -2/+7 |
* | typo in comment |  mpi | 2020-10-13 | 1 | -2/+2 |
* | Add support for timeconting in userland. |  pirofti | 2020-07-06 | 1 | -2/+3 |
* | Kill uvm_deallocate(9) and use uvm_unmap() directly. |  mpi | 2019-11-05 | 1 | -2/+2 |
* | Make resource limit access MP-safe. So far, the copy-on-write sharing |  visa | 2019-06-21 | 1 | -3/+3 |
* | New mmap(2) flag: MAP_CONCEAL. |  cheloha | 2019-03-01 | 1 | -1/+5 |
* | Don't take the vmmap lock when dumping core: it's not actually necessary |  guenther | 2017-03-09 | 1 | -3/+1 |
* | Handle unshared amaps in uvm_coredump_walkmap() such that untouched pages |  guenther | 2017-03-05 | 1 | -5/+142 |
* | Generating a coredump requires walking the map twice; change |  guenther | 2017-03-05 | 1 | -64/+78 |
* | When dumping core, skip pages marked as unreadable instead of aborting |  guenther | 2017-02-02 | 1 | -1/+11 |
* | move the uvm_map_addr RB tree from RB macros to the RBT functions |  dlg | 2016-09-16 | 1 | -2/+2 |
* | Include map entries that have an amap associated with them in the coredump. |  kettenis | 2016-08-12 | 1 | -1/+2 |
* | UVM_FLAG_AMAPPAD has no effect anymore, nuke it. |  stefan | 2016-04-04 | 1 | -3/+2 |
* | Allocate amap slots for a virtual memory range reserved with sbrk lazily. |  stefan | 2016-03-15 | 1 | -2/+2 |
* | emul_native is only used for kernel threads which can't dump core, so |  guenther | 2015-05-05 | 1 | -115/+4 |
* | Stop using USRSTACK as the edge of the stack, but rather use the vmspace |  miod | 2015-02-09 | 1 | -12/+17 |
* | Prefer MADV_* over POSIX_MADV_* in kernel for consistency: the latter |  guenther | 2014-12-17 | 1 | -2/+2 |
* | Use MAP_INHERIT_* for the 'inh' argument to the UMV_MAPFLAG() macro, |  guenther | 2014-12-15 | 1 | -2/+2 |
* | instead of PROT_MASK, use PROT_READ | PROT_WRITE | PROT_EXEC to |  deraadt | 2014-11-17 | 1 | -2/+3 |
* | Replace a plethora of historical protection options with just |  deraadt | 2014-11-16 | 1 | -5/+5 |
* | Chuck Cranor rescinded clauses in his license |  jsg | 2014-07-11 | 1 | -7/+2 |
* | compress code by turning four line comments into one line comments. |  tedu | 2014-04-13 | 1 | -23/+8 |
* | Move p_emul and p_sigcode from proc to process. |  guenther | 2014-03-26 | 1 | -3/+3 |
* | in uvm_coredump, use RB_FOREACH_SAFE because we are torturing the map |  deraadt | 2013-01-16 | 1 | -3/+3 |
* | oops, one IO_NODELOCKED left behind in the a.out coredumper |  deraadt | 2013-01-16 | 1 | -3/+2 |
* | Allow SIGKILL to terminate coredumping processes. Semantics decided |  deraadt | 2013-01-15 | 1 | -1/+4 |
* | Slice & dice coredump write requests into MAXPHYS blocks, and |  deraadt | 2013-01-15 | 1 | -10/+25 |
* | New vmmap implementation. |  ariane | 2012-03-09 | 1 | -7/+3 |
* | Backout vmmap in order to repair virtual address selection algorithms |  ariane | 2011-06-06 | 1 | -3/+7 |
* | Reimplement uvm/uvm_map. |  ariane | 2011-05-24 | 1 | -7/+3 |
* | Proper check for wrapping high address and setting the break below the |  otto | 2009-11-24 | 1 | -5/+5 |
* | Recommit part of miod's no-coredumps-on-ramdisks diff that got lost in the |  kettenis | 2009-06-17 | 1 | -1/+5 |
* | date based reversion of uvm to the 4th May. |  oga | 2009-06-17 | 1 | -5/+1 |
* | We need miod's no-coredumps-on-ramdisks diff, because we have grown the |  deraadt | 2009-06-06 | 1 | -1/+5 |
* | While working on some stuff in uvm I've gotten REALLY sick of reading |  oga | 2009-03-20 | 1 | -13/+5 |
* | Make ELF platforms generate ELF core dumps. Somewhat based on code from |  kettenis | 2009-03-05 | 1 | -1/+74 |
* | Include sigcode in core dumps. This makes it possible to backtrace |  kettenis | 2008-03-02 | 1 | -2/+3 |
* | Don't dump duplicate data in stack segments of core dumps when the stack |  kettenis | 2008-02-27 | 1 | -5/+9 |
* | Mark vadvise(2) as obsolete and remove its implementation, so instead of |  miod | 2008-01-05 | 1 | -21/+1 |
* | Correctly calculate stack increment for MACHINE_STACK_GROWS_UP; fixes problems |  kettenis | 2007-12-16 | 1 | -2/+2 |
* | replace ctob and btoc with ptoa and atop respectively |  martin | 2007-09-15 | 1 | -4/+4 |
* | replace the machine dependant bytes-to-clicks macro by the MI ptoa() |  martin | 2007-09-01 | 1 | -5/+5 |
* | The return value of uvm_grow() (and previously, grow()) has not been used |  miod | 2007-04-11 | 1 | -9/+7 |
* | - Make a UVM_OBJ_IS_DEVICE macro. |  art | 2005-07-26 | 1 | -2/+13 |
* | do not treat map entries above the stack as stack; only for the grow-ups |  mickey | 2003-03-04 | 1 | -2/+2 |
* | fix the way stack is written into the core file on the upward growing stack machines. the other case is not affected. miod@ deraadt@ ok |  mickey | 2003-02-18 | 1 | -5/+8 |
* | user-defined stacks check is the same for grownups as for growndowns |  mickey | 2002-12-20 | 1 | -5/+1 |
* | simplify stack grownups (growndowns are not touched) |  mickey | 2002-12-19 | 1 | -2/+2 |
* | Since memory deallocation can't fail, remove the error return from |  art | 2002-10-29 | 1 | -20/+15 |