aboutsummaryrefslogtreecommitdiff
path: root/sys/sys/imgact.h
Commit message (Expand)AuthorAgeFilesLines
* Create shared (readonly) page. Each ABI may specify the use of page byKonstantin Belousov2011-01-081-0/+3
* Supply some useful information to the started image using ELF aux vectors.Konstantin Belousov2010-08-171-0/+4
* The interpreter name should no longer be treated as a buffer that can beAlan Cox2010-07-281-0/+1
* Introduce exec_alloc_args(). The objective being to encapsulate theAlan Cox2010-07-271-0/+1
* Revert r210451, and the similar part of the r210431. The forward-declarationKonstantin Belousov2010-07-261-1/+2
* Use forward declartion for enum uio_seg in imgact.h. This allows to removeKonstantin Belousov2010-07-241-2/+1
* Eliminate a little bit of duplicated code.Alan Cox2010-07-231-0/+1
* Add the ELF relocation base to struct image_params. This will beNathan Whitehorn2010-03-251-0/+1
* Change the arguments of exec_setregs() so that it receives a pointerNathan Whitehorn2010-03-251-1/+1
* Merge projects/enhanced_coredumps (r204346) into HEAD:Alfred Perlstein2010-03-021-0/+2
* Supply AT_EXECPATH auxinfo entry to the interpreter, both for native andKonstantin Belousov2009-03-171-0/+3
* Pair the VOP_OPEN call from do_execve() with the reciprocal VOP_CLOSE.Konstantin Belousov2008-07-171-0/+1
* Implement the fexecve(2) syscall.Konstantin Belousov2008-03-311-0/+1
* - Change process_exec function handlers prototype to include structAlexander Leidinger2006-08-151-0/+1
* - Always call exec_free_args() in kern_execve() instead of doing it in allJohn Baldwin2006-02-061-1/+0
* Welcome to the 21st century: increase MAXSHELLCMDLEN from 128 bytes toMaxim Sobolev2005-02-251-2/+2
* o Split out kernel part of execve(2) syscall into two parts: one thatMaxim Sobolev2005-01-291-10/+17
* Fixed some style bugs (useless forward declarations of structs andBruce Evans2004-04-241-6/+3
* Utilize sf_buf_alloc() rather than pmap_qenter() (and sometimesAlan Cox2004-04-231-1/+2
* Remove advertising clause from University of California Regent's license,Warner Losh2004-04-071-4/+0
* Bring in two sets of changes:Robert Watson2002-11-051-0/+2
* Remove reference to struct execve_args from struct imgact, whichRobert Watson2002-11-051-1/+2
* Use the fields in the sysentvec and in the vm map header in place of theJake Burkholder2002-09-211-2/+2
* Added fields for VM_MIN_ADDRESS, PS_STRINGS and stack protections toJake Burkholder2002-09-011-0/+1
* Renamed poorly named setregs to exec_setregs. Moved its prototype toJake Burkholder2002-08-291-0/+2
* Infrastructure tweaks to allow having both an Elf32 and an Elf64 executablePeter Wemm2002-07-201-1/+2
* Clean up execve locking:Jeff Roberson2002-07-061-0/+3
* Remove __PAlfred Perlstein2002-03-191-4/+4
* Return a more meaningful errno when the length of the interpreterJohn W. De Boskey2001-11-281-1/+1
* Make size of dynamic loader argument variable to supportTakanori Watanabe2000-09-261-0/+1
* Fix #! script exec under linux emulation. If a script is exec'd from aMatthew Dillon2000-04-261-1/+4
* Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"Peter Wemm1999-12-291-1/+1
* Introduce commandline caching in the kernel.Poul-Henning Kamp1999-11-161-0/+1
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Restore support for executing BSD/OS binaries on the i386 by passingJohn Polstra1999-04-031-1/+2
* Various changes to support OSF1 emulation:Doug Rabson1998-12-301-1/+2
* Update the ELF image activator to use some of the exec resources ratherPeter Wemm1998-03-021-1/+2
* Implement the first page access for object type determination moreJohn Dyson1998-01-111-1/+2
* Add argv0 field for imgact structure - for replacing argv0 in shellAndrey A. Chernov1997-04-231-1/+2
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notPeter Wemm1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
* Removed unnecessary #includes from <sys/imgact.h> so that it isBruce Evans1996-05-011-7/+4
* First attempt at FreeBSD & Linux ELF support.Søren Schmidt1996-03-101-1/+2
* All:David Greenman1995-11-061-2/+2
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-2/+2
* Prototypes, prototypes and even more prototypes. Not quite done yet, butPoul-Henning Kamp1994-10-021-1/+5
* Made them all idempotent.Paul Richards1994-08-211-4/+4
* Terry Lambert's loadable kernel module support w/improvements from theDavid Greenman1994-08-191-13/+1
* Fix up some sloppy coding practices:Garrett Wollman1994-08-181-1/+7
* Change all #includes to follow the current Berkeley style. Some of theseGarrett Wollman1994-08-131-4/+4