Age | Commit message (Expand) | Author |
2015-02-06 | Raise ELF_RANDOMIZE_LIMIT to 64K, so that programs and libraries can | Theo de Raadt |
2015-01-27 | Require EFT shared objects have a PT_PHDR entry to be considered | Kurt Miller |
2015-01-20 | Move ps_strings "after" the random stackgap. This makes its location a | Mark Kettenis |
2014-12-22 | Make it possible to execute PIE binaries that don't have an PT_INTERP segment | Mark Kettenis |
2014-12-16 | primary change: move uvm_vnode out of vnode, keeping only a pointer. | Ted Unangst |
2014-11-16 | Replace a plethora of historical protection options with just | Theo de Raadt |
2014-11-14 | prefer sizeof(*ptr) to sizeof(struct) for malloc and free | Ted Unangst |
2014-11-06 | printf debugging worked! figured out the bug (in free()) just after | Ted Unangst |
2014-11-06 | Make better use of the value of psectionslen instead of recomputing | Todd C. Miller |
2014-11-06 | resort to printf debugging hints until we can figure this out. ok deraadt | Ted Unangst |
2014-11-03 | pass size argument to free() | Theo de Raadt |
2014-07-13 | use mallocarray for multiplied value checking | Ted Unangst |
2014-07-12 | add a size argument to free. will be used soon, but for now default to 0. | Ted Unangst |
2014-07-08 | decouple struct uvmexp into a new file, so that uvm_extern.h and sysctl.h | Theo de Raadt |
2014-03-30 | Eliminates struct pcred by moving the real and saved ugids into | Philip Guenther |
2014-03-26 | Move p_emul and p_sigcode from proc to process. | Philip Guenther |
2014-03-22 | Move p_sigacts from struct proc to struct process. | Philip Guenther |
2014-01-21 | bzero -> memset | Ted Unangst |
2013-07-04 | now that free(null) is safe, delete checks | Ted Unangst |
2013-06-02 | Coredumping is now single-threaded, so update comment about locking | Philip Guenther |
2013-03-28 | do not include machine/cpu.h from a .c file; it is the responsibility of | Theo de Raadt |
2013-01-15 | Slice & dice coredump write requests into MAXPHYS blocks, and | Theo de Raadt |
2012-09-17 | Recognize executables tagged with ELFOSABI_OPENBSD (such as generated | Matthew Dempsky |
2012-09-11 | Remove the 'OLF method' used for the transition from a.out to ELF and | Theo de Raadt |
2012-08-20 | Add support for .openbsd.randomdata sections and PT_OPENBSD_RANDOMIZE | Matthew Dempsky |
2012-03-09 | New vmmap implementation. | Ariane van der Steldt |
2011-07-05 | Recommit the reverted sigacts change now that the NFS use-after-free | Philip Guenthe |
2011-07-04 | remove compat_svr4 support. ok deraadt | Ted Unangst |
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 |
2011-04-18 | Revert the sigacts diff: NFS can apparently retain pointers to processes | Philip Guenthe |
2011-04-15 | Correct the sharing of the signal handling state: stuff that should | Philip Guenthe |
2011-04-05 | Push COMPAT_FREEBSD in front of a whale. Buggy, out of date, no | Philip Guenthe |
2010-12-15 | add a BRKSIZ define and use it for the heap gap constant, decoupling | Ted Unangst |
2010-09-17 | don't forget to free program header sections when writing | Mike Belopuhov |
2010-07-26 | Correct the links between threads, processes, pgrps, and sessions, | Philip Guenthe |
2010-07-24 | struct emul's e_arglen member is expected to count in units of | Philip Guenthe |
2010-06-29 | Eliminate RTHREADS kernel option in favor of a sysctl. The actual status | Ted Unangst |
2010-05-02 | Use intermediate vaddr_t cast when casting a pointer to off_t. Prevents | Mark Kettenis |
2010-01-14 | fix typos in comments, no code changes; | Ingo Schwarze |
2009-11-19 | Dell's SVR4 apparently mapped page zero to the executable. We don't | Philip Guenthe |
2009-06-06 | We need miod's no-coredumps-on-ramdisks diff, because we have grown the | Theo de Raadt |
2009-03-08 | If a session leader exists s_leader is set to NULL, so don't dereference it | Mark Kettenis |
2009-03-05 | Make ELF platforms generate ELF core dumps. Somewhat based on code from | Mark Kettenis |
2008-11-10 | vm_map_lock() around calls to uvm_map_findspace(); ok tedu | Theo de Raadt |
2008-07-18 | Add support for the kernel to recognize, load and execute position | Kurt Miller |
2008-06-12 | Oops, do not dereference a NULL function pointer used as an array end | Miod Vallat |
2008-06-12 | Reorder foreign binaries probe list, so that more permissive ones are at the | Miod Vallat |
2008-06-07 | Remove the OLF os bitmask field from the compat probe functions array; | Miod Vallat |
2008-06-04 | olf support starts to die (easy stuff first); ok miod | Theo de Raadt |