| Commit message (Expand) | Author | Age | Files | Lines |
* | Track size of an opaque allocation to pass to free() later |  deraadt | 2015-09-28 | 1 | -3/+4 |
* | Now we use p_filesz - 1 to test for NUL check that p_filesz is |  jsg | 2015-04-30 | 1 | -2/+2 |
* | Error out if the PT_INTERP segment isn't NUL terminated |  guenther | 2015-04-30 | 1 | -1/+3 |
* | Require a PT_LOAD segment's p_filesz to be no larger than its p_memsz. |  guenther | 2015-04-26 | 1 | -1/+7 |
* | Extend uvm_map_hint() to get an address range as extra arguments, and make |  miod | 2015-03-30 | 1 | -2/+3 |
* | Don't use an uninitialized variable when a PT_LOAD segment with |  guenther | 2015-02-10 | 1 | -11/+10 |
* | Raise ELF_RANDOMIZE_LIMIT to 64K, so that programs and libraries can |  deraadt | 2015-02-06 | 1 | -4/+1 |
* | Require EFT shared objects have a PT_PHDR entry to be considered |  kurt | 2015-01-27 | 1 | -5/+11 |
* | Move ps_strings "after" the random stackgap. This makes its location a |  kettenis | 2015-01-20 | 1 | -2/+2 |
* | Make it possible to execute PIE binaries that don't have an PT_INTERP segment |  kettenis | 2014-12-22 | 1 | -9/+12 |
* | primary change: move uvm_vnode out of vnode, keeping only a pointer. |  tedu | 2014-12-16 | 1 | -1/+3 |
* | Replace a plethora of historical protection options with just |  deraadt | 2014-11-16 | 1 | -10/+10 |
* | prefer sizeof(*ptr) to sizeof(struct) for malloc and free |  tedu | 2014-11-14 | 1 | -2/+2 |
* | printf debugging worked! figured out the bug (in free()) just after |  tedu | 2014-11-06 | 1 | -3/+1 |
* | Make better use of the value of psectionslen instead of recomputing |  millert | 2014-11-06 | 1 | -11/+8 |
* | resort to printf debugging hints until we can figure this out. ok deraadt |  tedu | 2014-11-06 | 1 | -1/+3 |
* | pass size argument to free() |  deraadt | 2014-11-03 | 1 | -9/+10 |
* | use mallocarray for multiplied value checking |  tedu | 2014-07-13 | 1 | -5/+5 |
* | add a size argument to free. will be used soon, but for now default to 0. |  tedu | 2014-07-12 | 1 | -10/+10 |
* | decouple struct uvmexp into a new file, so that uvm_extern.h and sysctl.h |  deraadt | 2014-07-08 | 1 | -2/+1 |
* | Eliminates struct pcred by moving the real and saved ugids into |  guenther | 2014-03-30 | 1 | -5/+5 |
* | Move p_emul and p_sigcode from proc to process. |  guenther | 2014-03-26 | 1 | -3/+3 |
* | Move p_sigacts from struct proc to struct process. |  guenther | 2014-03-22 | 1 | -3/+3 |
* | bzero -> memset |  tedu | 2014-01-21 | 1 | -3/+3 |
* | now that free(null) is safe, delete checks |  tedu | 2013-07-04 | 1 | -7/+4 |
* | Coredumping is now single-threaded, so update comment about locking |  guenther | 2013-06-02 | 1 | -3/+4 |
* | do not include machine/cpu.h from a .c file; it is the responsibility of |  deraadt | 2013-03-28 | 1 | -2/+1 |
* | Slice & dice coredump write requests into MAXPHYS blocks, and |  deraadt | 2013-01-15 | 1 | -1/+4 |
* | Recognize executables tagged with ELFOSABI_OPENBSD (such as generated |  matthew | 2012-09-17 | 1 | -2/+3 |
* | Remove the 'OLF method' used for the transition from a.out to ELF and |  deraadt | 2012-09-11 | 1 | -21/+7 |
* | Add support for .openbsd.randomdata sections and PT_OPENBSD_RANDOMIZE |  matthew | 2012-08-20 | 1 | -1/+26 |
* | New vmmap implementation. |  ariane | 2012-03-09 | 1 | -12/+14 |
* | Recommit the reverted sigacts change now that the NFS use-after-free |  guenther | 2011-07-05 | 1 | -5/+5 |
* | remove compat_svr4 support. ok deraadt |  tedu | 2011-07-04 | 1 | -8/+1 |
* | Backout vmmap in order to repair virtual address selection algorithms |  ariane | 2011-06-06 | 1 | -13/+11 |
* | Reimplement uvm/uvm_map. |  ariane | 2011-05-24 | 1 | -11/+13 |
* | Revert the sigacts diff: NFS can apparently retain pointers to processes |  guenther | 2011-04-18 | 1 | -5/+5 |
* | Correct the sharing of the signal handling state: stuff that should |  guenther | 2011-04-15 | 1 | -5/+5 |
* | Push COMPAT_FREEBSD in front of a whale. Buggy, out of date, no |  guenther | 2011-04-05 | 1 | -8/+1 |
* | add a BRKSIZ define and use it for the heap gap constant, decoupling |  tedu | 2010-12-15 | 1 | -4/+4 |
* | don't forget to free program header sections when writing |  mikeb | 2010-09-17 | 1 | -1/+3 |
* | Correct the links between threads, processes, pgrps, and sessions, |  guenther | 2010-07-26 | 1 | -7/+8 |
* | struct emul's e_arglen member is expected to count in units of |  guenther | 2010-07-24 | 1 | -2/+2 |
* | Eliminate RTHREADS kernel option in favor of a sysctl. The actual status |  tedu | 2010-06-29 | 1 | -5/+1 |
* | Use intermediate vaddr_t cast when casting a pointer to off_t. Prevents |  kettenis | 2010-05-02 | 1 | -2/+2 |
* | fix typos in comments, no code changes; |  schwarze | 2010-01-14 | 1 | -4/+4 |
* | Dell's SVR4 apparently mapped page zero to the executable. We don't |  guenther | 2009-11-19 | 1 | -10/+1 |
* | We need miod's no-coredumps-on-ramdisks diff, because we have grown the |  deraadt | 2009-06-06 | 1 | -1/+17 |
* | If a session leader exists s_leader is set to NULL, so don't dereference it |  kettenis | 2009-03-08 | 1 | -2/+5 |
* | Make ELF platforms generate ELF core dumps. Somewhat based on code from |  kettenis | 2009-03-05 | 1 | -1/+475 |