aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/elf2aout
Commit message (Expand)AuthorAgeFilesLines
* Make manpage's SYNOPSIS match program's usage().Ruslan Ermilov2010-02-122-2/+5
* Build usr.bin/ with WARNS=6 by default.Ed Schouten2010-01-021-1/+0
* Add a basic manual page for elf2aout.Tom Rhodes2008-12-232-1/+65
* Because optarg and optind are defined in unistd.h,Xin LI2006-04-211-3/+0
* Make our ELF64 type definitions match standards. In particular thisMarcel Moolenaar2005-12-181-6/+6
* Start the dreaded NOFOO -> NO_FOO conversion.Ruslan Ermilov2004-12-211-1/+1
* For variables that are only checked with defined(), don't provideRuslan Ermilov2004-10-241-1/+1
* Back out the totally unapproved backout of my commits.David E. O'Brien2003-03-292-2/+1
* Back out the removal (here too) of the "custom" version ofRuslan Ermilov2003-02-192-1/+2
* Use the offical sys/endian.h rather than reaching way over into anotherDavid E. O'Brien2002-12-302-2/+1
* Adjust path to crunchide.David E. O'Brien2002-12-301-3/+3
* Set NO_WERROR to ignore the following warning which is emitted onBruce Evans2002-07-111-0/+1
* Make it work for a different endianness binary.Ruslan Ermilov2002-05-252-47/+31
* Bootstrap elf2aout(1) for sparc64; used to build sys/boot/sparc64/boot1.Ruslan Ermilov2002-05-201-1/+29
* Kill the stray #include line.Ruslan Ermilov2002-05-201-1/+0
* s/u_int/u_int32_t/Ruslan Ermilov2002-05-201-8/+9
* Get byte swapping primitives from sys/endian.h now that they are exportedJake Burkholder2002-05-171-5/+1
* Add a Makefile for this.Jake Burkholder2002-04-221-0/+6
* Utility to create a.out [kernels] from an ELF one.David E. O'Brien2002-03-281-0/+156