summaryrefslogtreecommitdiffstats
path: root/usr.sbin/elf2exe/elf2exe.c
Commit message (Collapse)AuthorAgeFilesLines
* Don't call err() without a format string.kris2000-07-121-2/+2
|
* Use long long format specifiers and cast each parameter to long long.marcel1999-12-181-14/+6
| | | | | | | This avoids the ugly #if ARCH/#else/#endif construct. Prompted to by: bde Could have thought of this himself: marcel
* o Don't use long for 64 bit variables. Use u_int64_t instead.marcel1999-12-171-46/+61
| | | | | | o Fix printf format specifiers on Alpha and add i386 version. o Minor style fixes while there. o Add -Wall compiler option.
* Allow elf2exe to be compiled on architectures other than Alpha. Thismarcel1999-12-151-1/+1
| | | | is trivially accomplished by including sys/elf64.h instead of elf.h.
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
|
* Remove accidental 8bit character in error message.se1999-08-021-5/+21
| | | | | | | Add checks for malloc failure and add error exit in case of malloc failure. Add rcsid. Submitted by: charnier
* ELF to EXE converter for ARC BIOS / AlphaBIOS booting.se1999-07-281-0/+380
OpenPOWER on IntegriCloud