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
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