summaryrefslogtreecommitdiffstats
path: root/usr.sbin/elf2exe
Commit message (Collapse)AuthorAgeFilesLines
* Sort sections.ru2005-01-181-5/+5
|
* The .Nm utilitycharnier2002-07-141-3/+7
|
* This manpage is for Alpha only.ru2002-05-231-1/+1
|
* mdoc(7) police: simplify literal display block.ru2001-08-201-2/+4
|
* Perform a major cleanup of the usr.sbin Makefiles.obrien2001-07-201-1/+1
| | | | | These are not perfectly in agreement with each other style-wise, but they are orders of orders of magnitude more consistent style-wise than before.
* Remove GCC'isms in CFLAGS.obrien2001-07-201-1/+0
|
* Remove whitespace at EOL.dd2001-07-151-6/+6
|
* mdoc(7) police: removed HISTORY info from the .Os call.ru2001-07-101-1/+1
|
* - Backout botched attempt to introduce MANSECT feature.ru2001-03-261-0/+1
| | | | - MAN[1-9] -> MAN.
* Set the default manual section for usr.sbin/ to 8.ru2001-03-201-2/+0
|
* Prepare for mdoc(7)NG.ru2000-12-271-1/+1
|
* mdoc(7) police: removed history info from the .Os FreeBSD call.ru2000-12-141-1/+1
|
* mdoc(7) police: use the new features of the Nm macro.ru2000-11-201-1/+1
|
* 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-172-47/+62
| | | | | | 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-283-3/+3
|
* 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
* Fix typo and use Fx macro instead of literal FreeBSD.se1999-08-021-3/+4
| | | | Submitted by: charnier
* ELF to EXE converter for ARC BIOS / AlphaBIOS booting.se1999-07-283-0/+438
OpenPOWER on IntegriCloud