summaryrefslogtreecommitdiffstats
path: root/usr.sbin/mkuboot/mkuboot.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/+3
* Add the u-boot arm64 architecture number and map it to "aarch64" tojsg2016-12-201-1/+3
* pledge "stdio" after opening up the input & output files.deraadt2015-10-121-1/+4
* fstat() of opened fd, rather than stat(), to avoid TOCTOUderaadt2015-10-121-5/+3
* Correctly handle files smaller than an ELF header; reported by drahn@bitrigmiod2014-05-181-5/+3
* Improve mkuboot's ELF handling. This fixes the problem where mkubootpatrick2013-10-281-80/+45
* Let mkuboot recognize native ELF binaries and only output the program headersmiod2013-07-281-11/+165
* Move mkuboot to the proper location.bmercer2013-05-301-0/+289