summaryrefslogtreecommitdiffstats
path: root/sys/lib/libsa/exec.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove libsa exec.c, not used by anything anymore; all boot blocks now usemiod2013-01-011-179/+0
| | | | loadfile or a derivative of.
* ansification and knf and protosderaadt2003-08-111-12/+9
|
* Add missing close() on EFTYPE error in exec(); from Patrick Latifimillert2003-08-041-1/+2
|
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-021-6/+2
| | | | rescinded 22 July 1999. Proofed by myself and Theo.
* strcpy/strcat/sprintf removal in all bootblocks. various testing byderaadt2003-06-011-3/+3
| | | | | various people. outside of some messy things in src/gnu, only one thing in the main tree now violates this rule: bind
* struct exec members are not long any moremickey1998-07-141-2/+2
|
* Silence warning now that a_* is not long.millert1998-04-271-2/+3
|
* a.out fields are u_int32_t not long; fix warnings from printf.millert1998-04-251-6/+6
|
* strong signedness typing a version of egcs I tried months ago wantedniklas1998-02-231-17/+17
| | | | | me to fix. I am not sure these are necessary for gas 2.8 but I figure I would commit them anyhow.
* Kill non-secure blip.weingart1997-09-281-9/+3
|
* machdep_start has to do esym mucking...weingart1997-04-111-5/+2
|
* even better indentderaadt1997-03-311-4/+3
|
* indentderaadt1997-03-311-5/+5
|
* Fix for my fix...weingart1997-03-311-6/+6
|
* Fix symbol handling (stripped kernels)weingart1997-03-311-23/+28
|
* fix commentmickey1997-03-301-2/+2
|
* Various fixes for ZMAGIC. Thanks Theoweingart1997-03-271-13/+26
|
* Get rid of userland includesniklas1997-03-251-3/+2
|
* The hp300 bug is now fixed correctly...downsj1997-02-051-8/+12
|
* Gross hack for hp300, and a fix for NO_LSEEK as pointed out by briggs.downsj1997-01-181-2/+9
|
* Merge to NetBSD 961207niklas1996-12-081-2/+2
|
* prototype changes.mickey1996-10-161-3/+3
|
* add OpenBSD tag.mickey1996-09-231-0/+1
|
* pull string.h at right placederaadt1996-06-101-2/+2
|
* obviously killing gcc warnings is more important than keeping this library smallderaadt1996-05-221-5/+5
|
* from netbsd; 64-bit cleanupderaadt1995-12-151-2/+2
|
* initial import of NetBSD treederaadt1995-10-181-0/+165