| Commit message (Expand) | Author | Age | Files | Lines |
* | MFC r301974: ar: enable reproducible output by default when invoked as 'ar -s' | emaste | 2016-07-25 | 2 | -3/+9 |
* | MFC r299529,r299540,r299576,r299896: | mm | 2016-06-17 | 1 | -2/+2 |
* | MFC r286010: ar: enable deterministic mode by default | emaste | 2015-09-25 | 2 | -7/+23 |
* | MFC r287327: ar: Deobfuscate a while loop | emaste | 2015-09-24 | 1 | -1/+1 |
* | MFC r285844: ar: add -U (unique) option to disable -D (deterministic) mode | emaste | 2015-08-31 | 2 | -7/+34 |
* | MFC r284928: speed up ar(1) on UFS file systems | emaste | 2015-07-07 | 1 | -0/+26 |
* | MFC r276774: ar: Avoid null pointer deref while reading corrupt archives | emaste | 2015-05-21 | 1 | -1/+2 |
* | MFC r281311: ar: Disallow directory traversal | emaste | 2015-04-24 | 1 | -1/+9 |
* | Work around build breakages with GCC 4.2. | jkim | 2013-05-23 | 1 | -0/+2 |
* | Improve compatibility with recent flex from flex.sourceforge.net. | jkim | 2013-05-03 | 1 | -2/+2 |
* | Add the Clang specific -Wmissing-variable-declarations to WARNS=6. | ed | 2013-04-19 | 1 | -0/+2 |
* | MFV r248590,248594: | mm | 2013-03-22 | 1 | -2/+2 |
* | Replace deprecated (or remove obsolete) libarchive 2.8 functions | mm | 2013-03-22 | 3 | -11/+7 |
* | Mark bsdar_errc as __dead2 to help code analysis tools. | eadler | 2012-10-22 | 1 | -1/+1 |
* | Fix world after byacc import: | bapt | 2012-05-22 | 1 | -1/+0 |
* | Add src.conf option WITH_SHARED_TOOLCHAIN to enable building the | kib | 2012-04-29 | 1 | -0/+4 |
* | Update libarchive to 3.0.3 | mm | 2012-02-25 | 1 | -2/+2 |
* | Whitespace cleanup: | gjb | 2011-12-23 | 1 | -3/+3 |
* | Formatting fixes: | gjb | 2011-12-23 | 1 | -2/+2 |
* | Don't try to free() an address returned by mmap(). This appears to be | emaste | 2011-08-04 | 1 | -13/+20 |
* | Correct typos in comments, no functional changes. | bcr | 2011-05-20 | 3 | -8/+8 |
* | Document the syntax accepted by the `-M` option. | kaiw | 2010-12-26 | 1 | -0/+129 |
* | Improve the description of the `-q` option. | kaiw | 2010-12-26 | 1 | -13/+5 |
* | * Add mention of the `-f`, `-q`, `-S`, and `-V` options in the synopsis | kaiw | 2010-12-26 | 1 | -31/+75 |
* | Add option -D for ranlib(1). When -D is speicified, ranlib(1) will generate | kaiw | 2010-11-28 | 2 | -1/+5 |
* | Fix some more warnings found by clang. | brucec | 2010-11-22 | 1 | -0/+1 |
* | Add -D (deterministic) option to ar. | kientzle | 2010-10-09 | 4 | -9/+40 |
* | Fix a couple of typos. | uqs | 2010-07-30 | 1 | -1/+1 |
* | Removed ar(1)'s support for compressed archives. This change removes | kaiw | 2010-05-17 | 7 | -40/+11 |
* | Enable liblzma support in libarchive | mm | 2010-05-10 | 1 | -2/+2 |
* | mdoc: order prologue macros consistently by Dd/Dt/Os | uqs | 2010-04-14 | 1 | -1/+1 |
* | Build usr.bin/ with WARNS=6 by default. | ed | 2010-01-02 | 1 | -2/+0 |
* | ANSIfy various tools in usr.bin/. | ed | 2010-01-02 | 2 | -10/+10 |
* | ar only needs to support ar format. | kientzle | 2009-12-29 | 2 | -2/+2 |
* | Revert most part of 200420 as requested, as more review and polish is | delphij | 2009-12-13 | 1 | -0/+1 |
* | Remove unneeded header includes from usr.bin/ except contributed code. | delphij | 2009-12-11 | 1 | -1/+0 |
* | Act like ranlib if our name ends in ranlib. In particular, | kientzle | 2009-03-20 | 1 | -2/+5 |
* | Fix build. | kaiw | 2008-09-21 | 1 | -0/+2 |
* | Add support for option "-M", which is used to operate ar(1) in a | kaiw | 2008-09-20 | 6 | -47/+864 |
* | GNU ar did NOT implment option -q as a synonym of -r as the manual | kaiw | 2008-03-11 | 4 | -6/+25 |
* | - Do not malloc buffer for 0-size member when reading from archive. | kaiw | 2008-03-02 | 1 | -11/+17 |
* | Make again BSD ar(1) the default system ar(1), now properly handling | ru | 2008-02-25 | 1 | -14/+1 |
* | style(9) whitespace fix: A space is mandated after keyword 'return'. | kaiw | 2008-02-24 | 1 | -5/+5 |
* | Since the program is installed as 'bsdranlib', we need to | kaiw | 2008-02-24 | 1 | -1/+2 |
* | Handle properly when insert zero size objects into the archive: | kaiw | 2008-02-24 | 1 | -3/+9 |
* | Fix typo. | brueffer | 2008-02-23 | 1 | -1/+1 |
* | Fix essential bugs and warnings. | ru | 2008-02-22 | 1 | -5/+4 |
* | Clean up created turds. | obrien | 2008-02-22 | 1 | -0/+1 |
* | We build important toolchain statically. So build BSD 'ar' statically | obrien | 2008-02-22 | 1 | -0/+1 |
* | Re-introduce the new BSDLed 'ar' to the build. | obrien | 2008-02-22 | 2 | -2/+18 |