summaryrefslogtreecommitdiffstats
path: root/usr.bin/strip/strip.c
Commit message (Collapse)AuthorAgeFilesLines
* remove __Pimp2002-03-221-4/+4
|
* Revert previous commit; it broke large file support on platforms thatdd2001-07-021-1/+1
| | | | | | had it to begin with (e.g., the Alpha). Submitted by: bde
* Silence a warning on the Alpha.dd2001-06-301-1/+1
|
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
|
* Use err(3) instead of local redefinition.charnier1997-08-121-57/+45
|
* compare return value from getopt against -1 rather than EOF, per the finalimp1997-03-291-2/+2
| | | | posix standard on the topic.
* Revert $FreeBSD$ to $Id$peter1997-02-221-1/+1
|
* Sweep through the tree fixing mmap() usage:alex1997-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
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-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.
* Add the -x option to the usage string.mpp1996-03-111-2/+2
| | | | Submitted by: Philippe Charnier <charnier@lirmm.fr>
* Remove trailing whitespace.rgrimes1995-05-301-3/+3
|
* strip not close files on errorache1994-12-181-1/+5
| | | | Submitted by: jc@irbs.com
* Don't exit early if malloc() fails (never exit early now; the `fatal'bde1994-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.
* - Bring in -x option changes from 1.xcsgr1994-09-031-6/+19
| | | | | - eval -> err_val : slightly more meaningful (eval is what you do in Linda ;-)) Submitted by: Geoff.
* BSD 4.4 Lite Usr.bin Sourcesrgrimes1994-05-271-0/+259
OpenPOWER on IntegriCloud