aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/brandelf/brandelf.c
Commit message (Expand)AuthorAgeFilesLines
* Fix warning when compiling with gcc46:Eitan Adler2012-01-101-2/+2
* Reencode files from latin1 to UTF-8.Ulrich Spörlein2011-12-301-1/+1
* Sync program's usage() with manpage's SYNOPSIS.Ruslan Ermilov2005-05-211-1/+2
* Make brandelf(1)'s -t "ABI format" case insensitive, as the ABI valueBrian Feldman2005-05-021-1/+1
* Fix typo in the BSD copyright: s/withough/without/Jens Schweikhardt2002-06-021-1/+1
* Style improvements recommended by Bruce as a follow up to someDavid Malone2001-12-101-1/+0
* Style fixes.Mark Murray2001-12-031-9/+8
* Quiet compiler warnings by making `WARNS 2' clean.David E. O'Brien2001-06-221-5/+6
* Fix $FreeBSD$ style.David E. O'Brien2001-05-021-2/+5
* * include/elf.h has been repo copied to include/elf-hints.h, and it noDavid E. O'Brien2001-05-021-1/+2
* Fix typo: compatability -> compatibility.Jeroen Ruigrok van der Werven2001-02-061-2/+2
* fix fd leak by close(fd) at end of loop.Warner Losh2000-07-021-0/+1
* The SVR4 module calls itself ELFOSABI_SOLARIS, and who am I to disagreeBrian Feldman2000-07-011-2/+3
* Change our ELF binary branding to something more acceptable to the BinutilsDavid E. O'Brien2000-04-181-33/+61
* Make brandelf explain itself a little better on error.Wes Peters2000-01-041-11/+42
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Added "SVR4" as an acceptable brandMark Newton1999-01-301-2/+2
* Add a forgotten 'static'.Eivind Eklund1998-04-211-2/+2
* Make brandelf test for known brands, and introduce a '-f' option toEivind Eklund1998-04-211-7/+32
* Open the file r/o if looking only. Make the error message more useful.Joerg Wunsch1997-08-231-3/+3
* Use err(3). Typo fix in usage string.Philippe Charnier1997-06-231-15/+13
* Fill out the ELF header files to make them more or less complete.John Polstra1997-05-211-10/+10
* compare return value from getopt against -1 rather than EOF, per the finalWarner Losh1997-03-291-2/+2
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-221-1/+1
* Add a manpage for brandelf(1). Minor stylistic fixes, and a bufferJoerg Wunsch1997-02-091-6/+15
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
* Utility to "brand" ELF binaries.Søren Schmidt1996-10-161-0/+113