Wes Peters
b5ce857bec
Make brandelf explain itself a little better on error.
...
Also, at Boris' suggestion, add -l option to list known
ELF types.
PR: bin/15285
Reviewed by: bp
2000-01-04 02:33:54 +00:00
Peter Wemm
c3aac50f28
$Id$ -> $FreeBSD$
1999-08-28 01:08:13 +00:00
Nik Clayton
3be5f1f5ce
Add $Id$, to make it simpler for members of the translation teams to
...
track.
The $Id$ line is normally at the bottom of the main comment block in the
man page, separated from the rest of the manpage by an empty comment,
like so;
.\" $Id$
.\"
If the immediately preceding comment is a @(#) format ID marker than the
the $Id$ will line up underneath it with no intervening blank lines.
Otherwise, an additional blank line is inserted.
Approved by: bde
1999-07-12 20:24:20 +00:00
Mark Newton
d81380b49d
Added "SVR4" as an acceptable brand
1999-01-30 06:16:48 +00:00
Archie Cobbs
fa146c5335
Tweaks to allow compiling -Wall (mostly adding "const" to char rcsid[]).
1998-12-06 22:58:23 +00:00
Eivind Eklund
7b206e114e
Add a forgotten 'static'.
1998-04-21 02:44:12 +00:00
Eivind Eklund
e3e9c8eed9
Make brandelf test for known brands, and introduce a '-f' option to
...
bypass the testing.
Partially submitted by: Brian Feldman <green@feldman.dyn.ml.org>
1998-04-21 02:31:09 +00:00
Philippe Charnier
306005e78c
.Sh AUTHOR -> .Sh AUTHORS. Use .An/.Aq.
1998-03-23 07:48:45 +00:00
Joerg Wunsch
6fe3822809
Open the file r/o if looking only. Make the error message more useful.
...
PR: bin/3283
Submitted by: Martin Kammerhofer <dada@freepass.tu-graz.ac.at>
1997-08-23 15:51:14 +00:00
Philippe Charnier
4f971ac410
Use err(3). Typo fix in usage string.
1997-06-23 06:47:12 +00:00
John Polstra
5851a3655a
Fill out the ELF header files to make them more or less complete.
...
Fix a macro name that was misspelled both in brandelf.c and
imgact_elf.h.
1997-05-21 23:07:31 +00:00
Warner Losh
1c8af87873
compare return value from getopt against -1 rather than EOF, per the final
...
posix standard on the topic.
1997-03-29 04:34:07 +00:00
Mike Pritchard
1ffa2a8e1b
Use the .Tn macro for a couple of generic FreeBSD references.
...
This has the desired side-effect of preventing a bad hyphenation
of the word FreeBSD in one place.
1997-03-24 01:15:16 +00:00
Peter Wemm
c115df18cd
Revert $FreeBSD$ to $Id$
1997-02-22 19:58:13 +00:00
John-Mark Gurney
aae4530402
This page will first appear in 2.2, not 3.0.
...
2.2 Candidate
1997-02-17 15:54:47 +00:00
Mike Pritchard
a29f1d234c
Typo police.
1997-02-09 21:14:48 +00:00
Joerg Wunsch
b5b54135f4
Add a manpage for brandelf(1). Minor stylistic fixes, and a buffer
...
overrun fix, too.
Submitted by: John-Mark Gurney <jmg@nike.efn.org>
1997-02-09 20:35:54 +00:00
Jordan K. Hubbard
1130b656e5
Make the long-awaited change from $Id$ to $FreeBSD$
...
This will make a number of things easier in the future, as well as (finally!)
avoiding the Id-smashing problem which has plagued developers for so long.
Boy, I'm glad we're not using sup anymore. This update would have been
insane otherwise.
1997-01-14 07:20:47 +00:00
Søren Schmidt
fcfc24ca7d
Utility to "brand" ELF binaries.
...
Man page to come...
For now use: <brandelf -t Linux linuxbin> to brand, and just
<brandelf> to verify branding on a ELF file. FreeBSD native is
set with <brandelf -t FreeBSD freebsdbin>.
1996-10-16 18:16:22 +00:00