Age | Commit message (Expand) | Author |
2017-03-09 | Don't take the vmmap lock when dumping core: it's not actually necessary | Philip Guenther |
2017-03-05 | Handle unshared amaps in uvm_coredump_walkmap() such that untouched pages | Philip Guenther |
2017-03-05 | Generating a coredump requires walking the map twice; change | Philip Guenther |
2017-02-02 | When dumping core, skip pages marked as unreadable instead of aborting | Philip Guenther |
2016-09-16 | move the uvm_map_addr RB tree from RB macros to the RBT functions | David Gwynne |
2016-08-12 | Include map entries that have an amap associated with them in the coredump. | Mark Kettenis |
2016-04-04 | UVM_FLAG_AMAPPAD has no effect anymore, nuke it. | Stefan Kempf |
2016-03-15 | Allocate amap slots for a virtual memory range reserved with sbrk lazily. | Stefan Kempf |
2015-05-05 | emul_native is only used for kernel threads which can't dump core, so | Philip Guenther |
2015-02-09 | Stop using USRSTACK as the edge of the stack, but rather use the vmspace | Miod Vallat |
2014-12-17 | Prefer MADV_* over POSIX_MADV_* in kernel for consistency: the latter | Philip Guenther |
2014-12-15 | Use MAP_INHERIT_* for the 'inh' argument to the UMV_MAPFLAG() macro, | Philip Guenther |
2014-11-17 | instead of PROT_MASK, use PROT_READ | PROT_WRITE | PROT_EXEC to | Theo de Raadt |
2014-11-16 | Replace a plethora of historical protection options with just | Theo de Raadt |
2014-07-11 | Chuck Cranor rescinded clauses in his license | Jonathan Gray |
2014-04-13 | compress code by turning four line comments into one line comments. | Ted Unangst |
2014-03-26 | Move p_emul and p_sigcode from proc to process. | Philip Guenther |
2013-01-16 | in uvm_coredump, use RB_FOREACH_SAFE because we are torturing the map | Theo de Raadt |
2013-01-16 | oops, one IO_NODELOCKED left behind in the a.out coredumper | Theo de Raadt |
2013-01-15 | Allow SIGKILL to terminate coredumping processes. Semantics decided | Theo de Raadt |
2013-01-15 | Slice & dice coredump write requests into MAXPHYS blocks, and | Theo de Raadt |
2012-03-09 | New vmmap implementation. | Ariane van der Steldt |
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 |
2009-11-24 | Proper check for wrapping high address and setting the break below the | Otto Moerbeek |
2009-06-17 | Recommit part of miod's no-coredumps-on-ramdisks diff that got lost in the | Mark Kettenis |
2009-06-17 | date based reversion of uvm to the 4th May. | Owain Ainsworth |
2009-06-06 | We need miod's no-coredumps-on-ramdisks diff, because we have grown the | Theo de Raadt |
2009-03-20 | While working on some stuff in uvm I've gotten REALLY sick of reading | Owain Ainsworth |
2009-03-05 | Make ELF platforms generate ELF core dumps. Somewhat based on code from | Mark Kettenis |
2008-03-02 | Include sigcode in core dumps. This makes it possible to backtrace | Mark Kettenis |
2008-02-27 | Don't dump duplicate data in stack segments of core dumps when the stack | Mark Kettenis |
2008-01-05 | Mark vadvise(2) as obsolete and remove its implementation, so instead of | Miod Vallat |
2007-12-16 | Correctly calculate stack increment for MACHINE_STACK_GROWS_UP; fixes problems | Mark Kettenis |
2007-09-15 | replace ctob and btoc with ptoa and atop respectively | Martin Reindl |
2007-09-01 | replace the machine dependant bytes-to-clicks macro by the MI ptoa() | Martin Reindl |
2007-04-11 | The return value of uvm_grow() (and previously, grow()) has not been used | Miod Vallat |
2005-07-26 | - Make a UVM_OBJ_IS_DEVICE macro. | Artur Grabowski |
2003-03-04 | do not treat map entries above the stack as stack; only for the grow-ups | Michael Shalayeff |
2003-02-18 | fix the way stack is written into the core file on the upward growing stack m... | Michael Shalayeff |
2002-12-20 | user-defined stacks check is the same for grownups as for growndowns | Michael Shalayeff |
2002-12-19 | simplify stack grownups (growndowns are not touched) | Michael Shalayeff |
2002-10-29 | Since memory deallocation can't fail, remove the error return from | Artur Grabowski |
2002-08-23 | map the heap without PROT_EXEC. | Artur Grabowski |
2001-12-19 | UBC was a disaster. It worked very good when it worked, but on some | 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-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 | More sync to NetBSD. | Artur Grabowski |