summaryrefslogtreecommitdiffstats
path: root/sys/sys/imgact.h
Commit message (Expand)AuthorAgeFilesLines
* MFC r282708:kib2015-05-241-0/+3
* MFC r281548:kib2015-04-221-0/+1
* MFC r271141: Allow multiple image activators to run on the samesbruno2014-10-021-1/+3
* Create shared (readonly) page. Each ABI may specify the use of page bykib2011-01-081-0/+3
* Supply some useful information to the started image using ELF aux vectors.kib2010-08-171-0/+4
* The interpreter name should no longer be treated as a buffer that can bealc2010-07-281-0/+1
* Introduce exec_alloc_args(). The objective being to encapsulate thealc2010-07-271-0/+1
* Revert r210451, and the similar part of the r210431. The forward-declarationkib2010-07-261-1/+2
* Use forward declartion for enum uio_seg in imgact.h. This allows to removekib2010-07-241-2/+1
* Eliminate a little bit of duplicated code.alc2010-07-231-0/+1
* Add the ELF relocation base to struct image_params. This will benwhitehorn2010-03-251-0/+1
* Change the arguments of exec_setregs() so that it receives a pointernwhitehorn2010-03-251-1/+1
* Merge projects/enhanced_coredumps (r204346) into HEAD:alfred2010-03-021-0/+2
* Supply AT_EXECPATH auxinfo entry to the interpreter, both for native andkib2009-03-171-0/+3
* Pair the VOP_OPEN call from do_execve() with the reciprocal VOP_CLOSE.kib2008-07-171-0/+1
* Implement the fexecve(2) syscall.kib2008-03-311-0/+1
* - Change process_exec function handlers prototype to include structnetchild2006-08-151-0/+1
* - Always call exec_free_args() in kern_execve() instead of doing it in alljhb2006-02-061-1/+0
* Welcome to the 21st century: increase MAXSHELLCMDLEN from 128 bytes tosobomax2005-02-251-2/+2
* o Split out kernel part of execve(2) syscall into two parts: one thatsobomax2005-01-291-10/+17
* Fixed some style bugs (useless forward declarations of structs andbde2004-04-241-6/+3
* Utilize sf_buf_alloc() rather than pmap_qenter() (and sometimesalc2004-04-231-1/+2
* Remove advertising clause from University of California Regent's license,imp2004-04-071-4/+0
* Bring in two sets of changes:rwatson2002-11-051-0/+2
* Remove reference to struct execve_args from struct imgact, whichrwatson2002-11-051-1/+2
* Use the fields in the sysentvec and in the vm map header in place of thejake2002-09-211-2/+2
* Added fields for VM_MIN_ADDRESS, PS_STRINGS and stack protections tojake2002-09-011-0/+1
* Renamed poorly named setregs to exec_setregs. Moved its prototype tojake2002-08-291-0/+2
* Infrastructure tweaks to allow having both an Elf32 and an Elf64 executablepeter2002-07-201-1/+2
* Clean up execve locking:jeff2002-07-061-0/+3
* Remove __Palfred2002-03-191-4/+4
* Return a more meaningful errno when the length of the interpreterjwd2001-11-281-1/+1
* Make size of dynamic loader argument variable to supporttakawata2000-09-261-0/+1
* Fix #! script exec under linux emulation. If a script is exec'd from adillon2000-04-261-1/+4
* Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"peter1999-12-291-1/+1
* Introduce commandline caching in the kernel.phk1999-11-161-0/+1
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Restore support for executing BSD/OS binaries on the i386 by passingjdp1999-04-031-1/+2
* Various changes to support OSF1 emulation:dfr1998-12-301-1/+2
* Update the ELF image activator to use some of the exec resources ratherpeter1998-03-021-1/+2
* Implement the first page access for object type determination moredyson1998-01-111-1/+2
* Add argv0 field for imgact structure - for replacing argv0 in shellache1997-04-231-1/+2
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notpeter1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
* Removed unnecessary #includes from <sys/imgact.h> so that it isbde1996-05-011-7/+4
* First attempt at FreeBSD & Linux ELF support.sos1996-03-101-1/+2
* All:dg1995-11-061-2/+2
* Remove trailing whitespace.rgrimes1995-05-301-2/+2
* Prototypes, prototypes and even more prototypes. Not quite done yet, butphk1994-10-021-1/+5
* Made them all idempotent.paul1994-08-211-4/+4
OpenPOWER on IntegriCloud