aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/strip/strip.c
Commit message (Collapse)AuthorAgeFilesLines
* Finish the deorbital burn of the i386-only a.out toolchain.David E. O'Brien2003-06-271-266/+0
| | | | Notes: svn path=/head/; revision=116903
* remove __PWarner Losh2002-03-221-4/+4
| | | | Notes: svn path=/head/; revision=92922
* Revert previous commit; it broke large file support on platforms thatDima Dorfman2001-07-021-1/+1
| | | | | | | | | had it to begin with (e.g., the Alpha). Submitted by: bde Notes: svn path=/head/; revision=79112
* Silence a warning on the Alpha.Dima Dorfman2001-06-301-1/+1
| | | | Notes: svn path=/head/; revision=79009
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
| | | | Notes: svn path=/head/; revision=50477
* Use err(3) instead of local redefinition.Philippe Charnier1997-08-121-57/+45
| | | | Notes: svn path=/head/; revision=28098
* 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
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-221-1/+1
| | | | Notes: svn path=/head/; revision=23012
* Sweep through the tree fixing mmap() usage:Alexander Langer1997-01-161-1/+1
| | | | | | | | | | | | | | | - Use MAP_FAILED instead of the constant -1 to indicate failure (required by POSIX). - Removed flag arguments of '0' (required by POSIX). - Fixed code which expected an error return of 0. - Fixed code which thought any address with the high bit set was an error. - Check for failure where no checks were present. Discussed with: bde Notes: svn path=/head/; revision=21786
* 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
* Add the -x option to the usage string.Mike Pritchard1996-03-111-2/+2
| | | | | | | Submitted by: Philippe Charnier <charnier@lirmm.fr> Notes: svn path=/head/; revision=14521
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-3/+3
| | | | Notes: svn path=/head/; revision=8874
* strip not close files on errorAndrey A. Chernov1994-12-181-1/+5
| | | | | | | Submitted by: jc@irbs.com Notes: svn path=/head/; revision=5140
* Don't exit early if malloc() fails (never exit early now; the `fatal'Bruce Evans1994-09-081-10/+12
| | | | | | | | | | flag to err() is useless). The following files might be much smaller so malloc() might work for them. Clean up formatting of the -x change. Notes: svn path=/head/; revision=2581
* - Bring in -x option changes from 1.xGeoff Rehmet1994-09-031-6/+19
| | | | | | | | - eval -> err_val : slightly more meaningful (eval is what you do in Linda ;-)) Submitted by: Geoff. Notes: svn path=/head/; revision=2469
* BSD 4.4 Lite Usr.bin SourcesRodney W. Grimes1994-05-271-0/+259
Notes: svn path=/cvs2svn/branches/CHRISTOS/; revision=1590