aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/ar/ar.c
Commit message (Expand)AuthorAgeFilesLines
* Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-231-2/+0
* ar: Avoid overwriting the stdout file stream pointerMark Johnston2022-02-091-1/+1
* ar: diff reduction against ELF Tool ChainEd Maste2022-02-091-36/+16
* ar: deprecate -T optionEd Maste2022-01-051-1/+5
* ar: provide error exit status upon failureEd Maste2021-10-091-29/+33
* usr.bin/ar: use standard 2-Clause FreeBSD licenseEd Maste2018-06-201-12/+14
* usr.bin/ar: remove incorrect SPDX tagsEd Maste2018-06-191-2/+0
* General further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-0/+2
* ar: enable reproducible output by default when invoked as 'ar -s'Ed Maste2016-06-161-1/+2
* Make code compile when basename() is POSIX compliant.Ed Schouten2016-05-191-2/+2
* ar: Deobfuscate a while loopEd Maste2015-08-311-1/+1
* ar: fix deterministic mode when running as ranlibEd Maste2015-08-311-0/+3
* ar: Fix deterministic mode default with options other than -q or -rEd Maste2015-07-291-8/+18
* ar: enable deterministic mode by defaultEd Maste2015-07-291-0/+2
* ar: add -U (unique) option to disable -D (deterministic) modeEd Maste2015-07-241-6/+12
* Update libarchive to 3.0.3Martin Matuska2012-02-251-2/+2
* Correct typos in comments, no functional changes.Benedict Reuschling2011-05-201-1/+1
* Add option -D for ranlib(1). When -D is speicified, ranlib(1) will generateKai Wang2010-11-281-1/+4
* Add -D (deterministic) option to ar.Tim Kientzle2010-10-091-4/+9
* Removed ar(1)'s support for compressed archives. This change removesKai Wang2010-05-171-2/+2
* ANSIfy various tools in usr.bin/.Ed Schouten2010-01-021-4/+4
* Act like ranlib if our name ends in ranlib. In particular,Tim Kientzle2009-03-201-2/+5
* Add support for option "-M", which is used to operate ar(1) in aKai Wang2008-09-201-2/+10
* GNU ar did NOT implment option -q as a synonym of -r as the manualKai Wang2008-03-111-1/+2
* Since the program is installed as 'bsdranlib', we need toKai Wang2008-02-241-1/+2
* Import ar(1) front-end. (aka 'BSD' ar)Kai Wang2008-02-211-0/+377
* Finish the deorbital burn of the i386-only a.out toolchain.David E. O'Brien2003-06-271-246/+0
* WARNS=4Alfred Perlstein2002-07-141-3/+1
* remove __PWarner Losh2002-03-221-3/+3
* Style improvements recommended by Bruce as a follow up to someDavid Malone2001-12-101-5/+6
* Use __FBSDID().Mark Murray2001-12-021-4/+6
* WARNS=2 fixup.Mark Murray2001-12-021-3/+4
* Replace the local `rname' with the cannonical `basename'.David E. O'Brien2001-07-241-1/+2
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Eliminate compiler warnings from -WallArchie Cobbs1998-12-061-4/+4
* Convert man page to mdoc format. Cosmetic in usage string.Philippe Charnier1997-06-231-9/+12
* compare return value from getopt against -1 rather than EOF, per the finalWarner Losh1997-03-291-1/+1
* The -q option does not require a list of elements: the command 'ar q foo.a'Jean-Marc Zucconi1996-10-171-2/+2
* Add setlocale LC_TIMEAndrey A. Chernov1995-10-241-0/+3
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-1/+1
* BSD 4.4 Lite Usr.bin SourcesRodney W. Grimes1994-05-271-0/+237