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