aboutsummaryrefslogtreecommitdiff
path: root/sys/sys/imgact.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* The big 4.4BSD Lite to FreeBSD 2.0.0 (Development) patch.Rodney W. Grimes1994-05-251-6/+0
* Let the linker keep track of pseudo-devices needing initialization andGarrett Wollman1993-12-201-1/+12
* 1) Added proc file system from Paul Kranenburg with changes fromDavid Greenman1993-12-121-0/+60