summaryrefslogtreecommitdiff
path: root/usr.bin/strip
AgeCommit message (Expand)Author
2010-09-03add an EXIT STATUS section for /usr/bin;Jason McIntyre
2010-06-03tweak previous; ok deraadtJason McIntyre
2010-06-01Add compatibility interfaces for new names binutils-based strip(1) prefersTheo de Raadt
2010-05-24- note -o as an extensionJason McIntyre
2010-05-24document the -o optionTheo de Raadt
2010-05-24Support the -o operation in the non-binutils version, since someTheo de Raadt
2009-10-28rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andTheo de Raadt
2009-06-19format comment so source code fits on a 80-column display.Igor Sobrado
2009-02-10STANDARDS:Jason McIntyre
2009-02-08bump the posix reference in STANDARDS to IEEE Std 1003.1-2008, with a fewJason McIntyre
2007-09-02use calloc() to avoid malloc(n * m) overflows; checked by djm canacar jsgTheo de Raadt
2007-08-06the ellipsis is not an optional argument; while here, sync the usageIgor Sobrado
2007-05-31convert to new .Dd format;Jason McIntyre
2007-05-31- note some apps which are xpg4, not posixJason McIntyre
2004-10-09s/fix_long_order/fix_32_orderMichael Shalayeff
2004-07-12m88k cross-compile goo.Miod Vallat
2004-03-31allow cross-compiling for m68k and better usage(); miod@ okMichael Shalayeff
2003-06-10mostly ansi cleanup; pval okTheo de Raadt
2003-06-03Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
2002-08-21Working strip -x support.Marc Espie
2002-08-21Postpone ftruncate after unmap. Works around a bug in non-ubc memoryMarc Espie
2002-02-16Part one of userland __P removal. Done with a simple regexp with some minor ...Todd C. Miller
2001-11-19kill more registersMike Pechkin
2001-07-18-Wall cleanupPeter Valchev
2000-10-12Check for MAP_FAILED in mmap return value, not -1.Artur Grabowski
2000-09-26Remove unnecessary arguments to .Nm macro.Aaron Campbell
2000-06-30warnx?/errx? paranoia (use "%s" not a bare string unless it is aTodd C. Miller
2000-02-05Make hoststrip build correctly if cross-compilingNiklas Hallqvist
1999-05-10Fixes endianess problems with old a.out tools. This makes buildingMarc Espie
1998-09-27usr.bin/ man page cleanups, n-sAaron Campbell
1998-05-11Support building for cross purposesNiklas Hallqvist
1997-09-11cleanup -WallTheo de Raadt
1997-04-27COPY -> INSTALL_COPY and STRIP -> INSTALL_STRIPTodd C. Miller
1997-04-03fix my last fix. warnx, not warn!Michael Shalayeff
1997-02-13ok, this time the $HOSTCC stuff works correctlyTheo de Raadt
1997-02-11build hoststrip for install purposes; noted by tv@slack.iag.net, pr #88Theo de Raadt
1997-02-09use library err/warnMichael Shalayeff
1997-01-15getopt(3) returns -1 when out of args, not EOF, whee!Todd C. Miller
1997-01-14hack: if we're M68K, also allow us to strip M68K4K. Works for me.Jason Downs
1996-12-08install -> ${INSTALL}, -c -> ${COPY}Jason Downs
1996-09-03need param.hTheo de Raadt
1996-09-03check mid of exec tooTheo de Raadt
1996-06-26rcsidTheo de Raadt
1995-10-18initial import of NetBSD treeTheo de Raadt