summaryrefslogtreecommitdiffstats
path: root/usr.bin/ar
Commit message (Expand)AuthorAgeFilesLines
* Improve compatibility with recent flex from flex.sourceforge.net.jkim2013-05-031-2/+2
* Add the Clang specific -Wmissing-variable-declarations to WARNS=6.ed2013-04-191-0/+2
* MFV r248590,248594:mm2013-03-221-2/+2
* Replace deprecated (or remove obsolete) libarchive 2.8 functionsmm2013-03-223-11/+7
* Mark bsdar_errc as __dead2 to help code analysis tools.eadler2012-10-221-1/+1
* Fix world after byacc import:bapt2012-05-221-1/+0
* Add src.conf option WITH_SHARED_TOOLCHAIN to enable building thekib2012-04-291-0/+4
* Update libarchive to 3.0.3mm2012-02-251-2/+2
* Whitespace cleanup:gjb2011-12-231-3/+3
* Formatting fixes:gjb2011-12-231-2/+2
* Don't try to free() an address returned by mmap(). This appears to beemaste2011-08-041-13/+20
* Correct typos in comments, no functional changes.bcr2011-05-203-8/+8
* Document the syntax accepted by the `-M` option.kaiw2010-12-261-0/+129
* Improve the description of the `-q` option.kaiw2010-12-261-13/+5
* * Add mention of the `-f`, `-q`, `-S`, and `-V` options in the synopsiskaiw2010-12-261-31/+75
* Add option -D for ranlib(1). When -D is speicified, ranlib(1) will generatekaiw2010-11-282-1/+5
* Fix some more warnings found by clang.brucec2010-11-221-0/+1
* Add -D (deterministic) option to ar.kientzle2010-10-094-9/+40
* Fix a couple of typos.uqs2010-07-301-1/+1
* Removed ar(1)'s support for compressed archives. This change removeskaiw2010-05-177-40/+11
* Enable liblzma support in libarchivemm2010-05-101-2/+2
* mdoc: order prologue macros consistently by Dd/Dt/Osuqs2010-04-141-1/+1
* Build usr.bin/ with WARNS=6 by default.ed2010-01-021-2/+0
* ANSIfy various tools in usr.bin/.ed2010-01-022-10/+10
* ar only needs to support ar format.kientzle2009-12-292-2/+2
* Revert most part of 200420 as requested, as more review and polish isdelphij2009-12-131-0/+1
* Remove unneeded header includes from usr.bin/ except contributed code.delphij2009-12-111-1/+0
* Act like ranlib if our name ends in ranlib. In particular,kientzle2009-03-201-2/+5
* Fix build.kaiw2008-09-211-0/+2
* Add support for option "-M", which is used to operate ar(1) in akaiw2008-09-206-47/+864
* GNU ar did NOT implment option -q as a synonym of -r as the manualkaiw2008-03-114-6/+25
* - Do not malloc buffer for 0-size member when reading from archive.kaiw2008-03-021-11/+17
* Make again BSD ar(1) the default system ar(1), now properly handlingru2008-02-251-14/+1
* style(9) whitespace fix: A space is mandated after keyword 'return'.kaiw2008-02-241-5/+5
* Since the program is installed as 'bsdranlib', we need tokaiw2008-02-241-1/+2
* Handle properly when insert zero size objects into the archive:kaiw2008-02-241-3/+9
* Fix typo.brueffer2008-02-231-1/+1
* Fix essential bugs and warnings.ru2008-02-221-5/+4
* Clean up created turds.obrien2008-02-221-0/+1
* We build important toolchain statically. So build BSD 'ar' staticallyobrien2008-02-221-0/+1
* Re-introduce the new BSDLed 'ar' to the build.obrien2008-02-222-2/+18
* Fix static linkage.ru2008-02-211-2/+2
* Import ar(1) front-end. (aka 'BSD' ar)kaiw2008-02-217-0/+1989
* Finish the deorbital burn of the i386-only a.out toolchain.obrien2003-06-2717-2578/+0
* WARNS=4alfred2002-07-142-3/+2
* Add .Pp before enumerating optionscharnier2002-04-192-0/+2
* remove __Pimp2002-03-223-22/+22
* Remove leaf node WARNS?=2 (that mainly I added). This shouldmarkm2002-02-081-1/+0
* Style improvements recommended by Bruce as a follow up to somedwmalone2001-12-1010-50/+60
* Use __FBSDID().markm2001-12-0210-18/+50
OpenPOWER on IntegriCloud