| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | pledge "stdio" after opening up the input & output files. | 2015-10-12 | 1 | -1/+4 | |
| | | | | | ok jsg | ||||
| * | fstat() of opened fd, rather than stat(), to avoid TOCTOU | 2015-10-12 | 1 | -5/+3 | |
| | | | | | ok jsg | ||||
| * | Missing $OpenBSD$'s. | 2015-01-20 | 2 | -0/+2 | |
| | | | | | ok deraadt@ | ||||
| * | Correctly handle files smaller than an ELF header; reported by drahn@bitrig | 2014-05-18 | 1 | -5/+3 | |
| | | |||||
| * | Fix 'make bsd.umg' by skipping PT_OPENBSD_RANDOMIZE segments, as well as | 2014-01-01 | 1 | -5/+24 | |
| | | | | | | | | | | other innocuous segment types (PT_NOTE, PT_NULL). Handle PT_LOAD, fail on any others. Thanks kettenis and millert for feedback ok deraadt | ||||
| * | s/hphdr/phdr/ to fix compile with DEBUG | 2013-12-31 | 1 | -2/+2 | |
| | | | | | ok miod | ||||
| * | Make sure string and symbol tables are properly aligned. | 2013-11-11 | 1 | -2/+15 | |
| | | | | | | From and with drahn@bitrig, fgs@, syl@ Tested by aalm@, ok fgs@ | ||||
| * | Fix endianess for big endian architecture. | 2013-11-01 | 1 | -67/+89 | |
| | | | | | | Works with macppc. ok miod@ | ||||
| * | Improve mkuboot's ELF handling. This fixes the problem where mkuboot | 2013-10-28 | 5 | -81/+289 | |
| | | | | | | | | running on 64-bit systems does not create valid images. While there, append kernel symbols at the end of the kernel. ok syl@ | ||||
| * | Beagle has been replaced by armv7. | 2013-09-04 | 1 | -2/+2 | |
| | | |||||
| * | Let mkuboot recognize native ELF binaries and only output the program headers | 2013-07-28 | 1 | -11/+165 | |
| | | | | | | | area in this case, to save the need for `objcopy -O binary'; this will make beagle install/upgrade processes easier until they get a native bootloader. Tested by florian@ on panda ES and rapha@ on BeagleBone | ||||
| * | Move mkuboot to the proper location. | 2013-05-30 | 3 | -0/+403 | |
| OK jasper@ get it in deraadt@ | |||||
