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