summaryrefslogtreecommitdiff
path: root/usr.sbin/mkuboot
AgeCommit message (Expand)Author
2021-06-22reduce verbosity of usage(), making it match SYNOPSIS;Jason McIntyre
2021-06-01amd64 U-Boot arch code should be ARCH_X86_64 not ARCH_IA64Jonathan Gray
2021-06-01list aarch64 as a valid archJonathan Gray
2020-04-28use (long long) and %llx to satisfy both 32-bit and 64-bit systems.Theo de Raadt
2019-06-28When system calls indicate an error they return -1, not some arbitraryTheo de Raadt
2017-10-29Prefer <elf.h> to the non portable <sys/exec_elf.h>.Martin Pieuchot
2017-10-27Add missing quote.Kevin Lo
2017-01-30build mkuboot on arm64Jonathan Gray
2016-12-20Add the u-boot arm64 architecture number and map it to "aarch64" toJonathan Gray
2015-10-12pledge "stdio" after opening up the input & output files.Theo de Raadt
2015-10-12fstat() of opened fd, rather than stat(), to avoid TOCTOUTheo de Raadt
2015-01-20Missing $OpenBSD$'s.Kenneth R Westerback
2014-05-18Correctly handle files smaller than an ELF header; reported by drahn@bitrigMiod Vallat
2014-01-01Fix 'make bsd.umg' by skipping PT_OPENBSD_RANDOMIZE segments, as well asRyan Thomas McBride
2013-12-31s/hphdr/phdr/ to fix compile with DEBUGRyan Thomas McBride
2013-11-11Make sure string and symbol tables are properly aligned.Patrick Wildt
2013-11-01Fix endianess for big endian architecture.Sylvestre Gallon
2013-10-28Improve mkuboot's ELF handling. This fixes the problem where mkubootPatrick Wildt
2013-09-04Beagle has been replaced by armv7.Patrick Wildt
2013-07-28Let mkuboot recognize native ELF binaries and only output the program headersMiod Vallat
2013-05-30Move mkuboot to the proper location.Brandon Mercer