| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 |
* | vm_map_lock() around calls to uvm_map_findspace(); ok tedu |  deraadt | 2008-11-10 | 1 | -1/+4 |
* | Add support for the kernel to recognize, load and execute position |  kurt | 2008-07-18 | 1 | -23/+53 |
* | Oops, do not dereference a NULL function pointer used as an array end |  miod | 2008-06-12 | 1 | -4/+2 |
* | Reorder foreign binaries probe list, so that more permissive ones are at the |  miod | 2008-06-12 | 1 | -4/+4 |
* | Remove the OLF os bitmask field from the compat probe functions array; |  miod | 2008-06-07 | 1 | -13/+7 |
* | olf support starts to die (easy stuff first); ok miod |  deraadt | 2008-06-04 | 1 | -63/+3 |
* | Maintaining a broken compatibility layer for a broken OS is not a productive |  beck | 2007-05-28 | 1 | -8/+1 |
* | ``it's'' -> ``its'' when the grammar gods require this change. |  miod | 2007-04-10 | 1 | -3/+3 |
* | zap unused variable. |  thib | 2007-03-20 | 1 | -3/+1 |
* | Clean up after miod. |  kettenis | 2007-03-14 | 1 | -1/+3 |
* | Don't bother checking for OLF binaries if option SMALL_KERNEL. |  miod | 2007-03-13 | 1 | -5/+13 |
* | Avoid void * arithmetic, okay deraadt@, suggestions from millert@ |  pedro | 2006-12-29 | 1 | -2/+2 |
* | grammar, spelling, and style fixes from bret lambert; |  jmc | 2006-11-14 | 1 | -2/+2 |
* | Handle executables that have all load sections marked read-only. |  kettenis | 2006-07-10 | 1 | -1/+10 |
* | redo (w/ proper changes everywhere ;): |  mickey | 2006-01-19 | 1 | -33/+29 |
* | Backout last revision, it's broken. Try pkg_add redhat_base-8.0p7 on i386 |  aaron | 2006-01-07 | 1 | -29/+33 |