Age | Commit message (Expand) | Author |
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 |
2007-05-28 | Maintaining a broken compatibility layer for a broken OS is not a productive | Bob Beck |
2007-04-10 | ``it's'' -> ``its'' when the grammar gods require this change. | Miod Vallat |
2007-03-20 | zap unused variable. | Thordur I. Bjornsson |
2007-03-14 | Clean up after miod. | Mark Kettenis |
2007-03-13 | Don't bother checking for OLF binaries if option SMALL_KERNEL. | Miod Vallat |
2006-12-29 | Avoid void * arithmetic, okay deraadt@, suggestions from millert@ | Pedro Martelletto |
2006-11-14 | grammar, spelling, and style fixes from bret lambert; | Jason McIntyre |
2006-07-10 | Handle executables that have all load sections marked read-only. | Mark Kettenis |
2006-01-19 | redo (w/ proper changes everywhere ;): | Michael Shalayeff |
2006-01-07 | Backout last revision, it's broken. Try pkg_add redhat_base-8.0p7 on i386 | Aaron Campbell |
2006-01-06 | take interp[MAXPATHLEN] off the stack. from mickey, ok otto | Ted Unangst |
2005-11-11 | Allow binaries to run if all sections are marked writable | Dale Rahn |
2003-11-03 | verify exec headers before attempting malloc. reported by Georgi Guninski. | Ted Unangst |
2003-08-21 | emulation is now controlled by sysctl. changes: | Ted Unangst |
2003-05-17 | Typos; from Julien Bordet <zejames@greyhats.org> | Alexander Yurchenko |
2003-05-13 | Use EI_OSABI instead of EI_BRAND | Todd C. Miller |
2003-04-16 | Use uvm_findspace() to verify that the addresses allocated to ld.so are | Dale Rahn |
2003-02-18 | Map just the requested pages not p_aligned pages. ok art@ | Dale Rahn |
2002-11-22 | Allow more than two load sections on ELF executables, this limit | Dale Rahn |
2002-10-06 | Move out the execution of vmcmds into a separate function. | Artur Grabowski |
2002-09-23 | Add support for vmcmds that load sections relative to a base section. | Artur Grabowski |
2002-09-18 | Mark ELF ld.so as VTEXT to prevent the file from being overwritten. | Dale Rahn |
2002-08-22 | Change the vnode locking in exec to not keep the vnode locked almost all | Artur Grabowski |
2002-03-14 | First round of __P removal in sys | Todd C. Miller |
2001-11-15 | New function vn_marktext - mark a vnode as executing a text image. | Artur Grabowski |