summaryrefslogtreecommitdiffstats
path: root/sys/sys/imgact.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* Terry Lambert's loadable kernel module support w/improvements from thedg1994-08-191-13/+1
* Fix up some sloppy coding practices:wollman1994-08-181-1/+7
* Change all #includes to follow the current Berkeley style. Some of thesewollman1994-08-131-4/+4
* The big 4.4BSD Lite to FreeBSD 2.0.0 (Development) patch.rgrimes1994-05-251-6/+0
* Let the linker keep track of pseudo-devices needing initialization andwollman1993-12-201-1/+12
* 1) Added proc file system from Paul Kranenburg with changes fromdg1993-12-121-0/+60
OpenPOWER on IntegriCloud