index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
usr.bin
/
brandelf
/
brandelf.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix warning when compiling with gcc46:
eadler
2012-01-10
1
-2
/
+2
*
Reencode files from latin1 to UTF-8.
uqs
2011-12-30
1
-1
/
+1
*
Sync program's usage() with manpage's SYNOPSIS.
ru
2005-05-21
1
-1
/
+2
*
Make brandelf(1)'s -t "ABI format" case insensitive, as the ABI value
green
2005-05-02
1
-1
/
+1
*
Fix typo in the BSD copyright: s/withough/without/
schweikh
2002-06-02
1
-1
/
+1
*
Style improvements recommended by Bruce as a follow up to some
dwmalone
2001-12-10
1
-1
/
+0
*
Style fixes.
markm
2001-12-03
1
-9
/
+8
*
Quiet compiler warnings by making `WARNS 2' clean.
obrien
2001-06-22
1
-5
/
+6
*
Fix $FreeBSD$ style.
obrien
2001-05-02
1
-2
/
+5
*
* include/elf.h has been repo copied to include/elf-hints.h, and it no
obrien
2001-05-02
1
-1
/
+2
*
Fix typo: compatability -> compatibility.
asmodai
2001-02-06
1
-2
/
+2
*
fix fd leak by close(fd) at end of loop.
imp
2000-07-02
1
-0
/
+1
*
The SVR4 module calls itself ELFOSABI_SOLARIS, and who am I to disagree
green
2000-07-01
1
-2
/
+3
*
Change our ELF binary branding to something more acceptable to the Binutils
obrien
2000-04-18
1
-33
/
+61
*
Make brandelf explain itself a little better on error.
wes
2000-01-04
1
-11
/
+42
*
$Id$ -> $FreeBSD$
peter
1999-08-28
1
-1
/
+1
*
Added "SVR4" as an acceptable brand
newton
1999-01-30
1
-2
/
+2
*
Add a forgotten 'static'.
eivind
1998-04-21
1
-2
/
+2
*
Make brandelf test for known brands, and introduce a '-f' option to
eivind
1998-04-21
1
-7
/
+32
*
Open the file r/o if looking only. Make the error message more useful.
joerg
1997-08-23
1
-3
/
+3
*
Use err(3). Typo fix in usage string.
charnier
1997-06-23
1
-15
/
+13
*
Fill out the ELF header files to make them more or less complete.
jdp
1997-05-21
1
-10
/
+10
*
compare return value from getopt against -1 rather than EOF, per the final
imp
1997-03-29
1
-2
/
+2
*
Revert $FreeBSD$ to $Id$
peter
1997-02-22
1
-1
/
+1
*
Add a manpage for brandelf(1). Minor stylistic fixes, and a buffer
joerg
1997-02-09
1
-6
/
+15
*
Make the long-awaited change from $Id$ to $FreeBSD$
jkh
1997-01-14
1
-1
/
+1
*
Utility to "brand" ELF binaries.
sos
1996-10-16
1
-0
/
+113