summaryrefslogtreecommitdiffstats
path: root/usr.sbin/config/exec_elf.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* When system calls indicate an error they return -1, not some arbitraryderaadt2019-06-281-3/+3
* Prefer <elf.h> to the non portable <sys/exec_elf.h>.mpi2017-10-291-2/+2
* config -e mode should match our other policies which ensure og-rwx /bsd.deraadt2017-06-031-2/+2
* exec.c provided indirection for multiple exec formats. ELF-only now, so...guenther2015-09-251-31/+6
* Fix some minor things in config(8):edd2011-10-021-5/+6
* rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andderaadt2009-10-271-5/+1
* basic bounds check on elf header info. avoid crashes on i.e.e truncatedotto2008-08-121-2/+16
* knf and lintderaadt2004-01-041-12/+7
* use emallocderaadt2003-09-261-3/+4
* ansi & prototype cleanup. tested in mkr on most arch's. ok dhartmeideraadt2003-06-281-13/+13
* remove clause 3 and 4. -mojmaja2003-06-021-7/+2
* Make readjust work correctly.art2002-08-051-3/+4
* Remove \n from err/errx/warn/warnx().mpech2002-03-141-3/+3
* more free KNF from maja, though this was hard to doderaadt2001-12-051-14/+13
* Make this elf-size independent.art2001-01-251-11/+11
* Some format string problems that were missed during initial audit; deraadt@ andaaron2000-09-301-4/+4
* config -e support; ukc from maja@deraadt1999-10-041-0/+173