summaryrefslogtreecommitdiff
path: root/usr.bin/brandelf
Commit message (Collapse)AuthorAgeFilesLines
* Tweaks to allow compiling -Wall (mostly adding "const" to char rcsid[]).Archie Cobbs1998-12-061-0/+1
| | | | Notes: svn path=/head/; revision=41568
* Add a forgotten 'static'.Eivind Eklund1998-04-211-2/+2
| | | | Notes: svn path=/head/; revision=35366
* Make brandelf test for known brands, and introduce a '-f' option toEivind Eklund1998-04-212-8/+40
| | | | | | | | | bypass the testing. Partially submitted by: Brian Feldman <green@feldman.dyn.ml.org> Notes: svn path=/head/; revision=35364
* .Sh AUTHOR -> .Sh AUTHORS. Use .An/.Aq.Philippe Charnier1998-03-231-4/+3
| | | | Notes: svn path=/head/; revision=34801
* Open the file r/o if looking only. Make the error message more useful.Joerg Wunsch1997-08-231-3/+3
| | | | | | | | PR: bin/3283 Submitted by: Martin Kammerhofer <dada@freepass.tu-graz.ac.at> Notes: svn path=/head/; revision=28620
* Use err(3). Typo fix in usage string.Philippe Charnier1997-06-231-15/+13
| | | | Notes: svn path=/head/; revision=26837
* Fill out the ELF header files to make them more or less complete.John Polstra1997-05-211-10/+10
| | | | | | | | Fix a macro name that was misspelled both in brandelf.c and imgact_elf.h. Notes: svn path=/head/; revision=25984
* compare return value from getopt against -1 rather than EOF, per the finalWarner Losh1997-03-291-2/+2
| | | | | | | posix standard on the topic. Notes: svn path=/head/; revision=24360
* Use the .Tn macro for a couple of generic FreeBSD references.Mike Pritchard1997-03-241-2/+3
| | | | | | | | This has the desired side-effect of preventing a bad hyphenation of the word FreeBSD in one place. Notes: svn path=/head/; revision=24162
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-221-1/+1
| | | | Notes: svn path=/head/; revision=23012
* This page will first appear in 2.2, not 3.0.John-Mark Gurney1997-02-171-1/+1
| | | | | | | 2.2 Candidate Notes: svn path=/head/; revision=22851
* Typo police.Mike Pritchard1997-02-091-1/+1
| | | | Notes: svn path=/head/; revision=22508
* Add a manpage for brandelf(1). Minor stylistic fixes, and a bufferJoerg Wunsch1997-02-093-8/+98
| | | | | | | | | overrun fix, too. Submitted by: John-Mark Gurney <jmg@nike.efn.org> Notes: svn path=/head/; revision=22499
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
| | | | | | | | | | | 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. Notes: svn path=/head/; revision=21673
* Utility to "brand" ELF binaries.Søren Schmidt1996-10-162-0/+118
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>. Notes: svn path=/head/; revision=18962