| Commit message (Expand) | Author | Age | Files | Lines |
* | Update libarchive to 3.0.4 | mm | 2012-07-28 | 2 | -12/+4 |
* | Update libarchive to 3.0.3 | mm | 2012-02-25 | 3 | -86/+23 |
* | Use contrib sources for building libarchive, tar and cpio. | mm | 2011-12-22 | 35 | -12639/+25 |
* | Sync bsdtar with vendor branch release/2.8: | mm | 2011-12-20 | 1 | -3/+2 |
* | Update libarchive, tar and cpio to version 2.8.5 | mm | 2011-12-20 | 2 | -115/+333 |
* | In usr.bin/tar/tree.c, if you really want to poke to NULL, you must use | dim | 2011-12-17 | 1 | -1/+1 |
* | Typo from previous commit. Urgh. | kientzle | 2011-10-22 | 1 | -1/+1 |
* | Bring in the --gid --gname --uid and --uname implementation | kientzle | 2011-10-22 | 5 | -8/+68 |
* | Correctly link bsdcpio and bsdtar against libmd and libcrpyto | mm | 2011-08-01 | 1 | -2/+6 |
* | Fix accidential commit part: | mm | 2011-07-17 | 1 | -1/+1 |
* | Update bsdtar to 2.8.4 | mm | 2011-07-17 | 36 | -2163/+2615 |
* | The --newer-than test should descend into old | kientzle | 2011-06-26 | 1 | -4/+12 |
* | If there is a read error reading Y/N confirmation from the keyboard, | kientzle | 2011-06-25 | 2 | -1/+12 |
* | Revert most of r210764, now that mdocml does the right | uqs | 2010-12-28 | 1 | -2/+2 |
* | Recognize both ! and ^ as markers for negated character classes. | kientzle | 2010-10-06 | 1 | -2/+2 |
* | mdoc: make sure to pass at least one argument to quotation macros | uqs | 2010-08-02 | 1 | -2/+2 |
* | Fix typos. | joel | 2010-08-01 | 1 | -1/+1 |
* | If the compressed data is larger than the uncompressed, | kientzle | 2010-06-14 | 2 | -2/+13 |
* | mdoc: move remaining sections into consistent order | uqs | 2010-05-13 | 1 | -2/+2 |
* | Enable liblzma support in libarchive | mm | 2010-05-10 | 2 | -4/+4 |
* | FreeBSD is now using bsdtar 2.8.3. | kientzle | 2010-05-08 | 1 | -1/+1 |
* | Config updates. | kientzle | 2010-05-08 | 1 | -7/+19 |
* | Various manpage updates, including many long-option synonyms that were previo... | kientzle | 2010-05-08 | 1 | -101/+209 |
* | If a file is specifically both included and excluded, then: | kientzle | 2010-04-11 | 1 | -25/+26 |
* | Diff reduction against bsdtar 2.8.3 | kientzle | 2010-04-11 | 1 | -11/+25 |
* | Diff reduction against bsdtar 2.8.3 | kientzle | 2010-04-11 | 1 | -1/+2 |
* | Fix -X. | kientzle | 2010-04-11 | 1 | -1/+1 |
* | Consistently specify O_BINARY when opening files. | kientzle | 2010-04-11 | 1 | -5/+9 |
* | Remove an unnecessary include and conditionalize some code. | kientzle | 2010-04-11 | 2 | -1/+6 |
* | Correct the markup for the -s option, | kientzle | 2010-04-11 | 1 | -7/+30 |
* | Fix several typos in macros or macro misusage. | uqs | 2010-03-12 | 1 | -1/+1 |
* | Fixed dependencies (make checkdpadd). | ru | 2010-02-25 | 1 | -1/+2 |
* | Fix common misspelling of hierarchy | uqs | 2010-02-20 | 3 | -3/+3 |
* | Simplify, remove unnecessary code. | kientzle | 2010-02-07 | 1 | -30/+10 |
* | Merge a bunch of refactoring from Joerg Sonnenberger to | kientzle | 2010-02-07 | 13 | -433/+724 |
* | Style & Portability: Use archive_entry methods to examine | kientzle | 2010-02-07 | 2 | -40/+24 |
* | Various portability workarounds for non-FreeBSD platforms. | kientzle | 2010-02-07 | 2 | -6/+49 |
* | Restructure the logic that determines when we're crossing a mount | kientzle | 2010-02-07 | 1 | -8/+29 |
* | Minor code rework. | kientzle | 2010-02-07 | 1 | -21/+8 |
* | Trim out some unused configuration variables, remove | kientzle | 2010-02-07 | 4 | -65/+0 |
* | Fill in some missing error handling, be a little more careful about | kientzle | 2010-02-06 | 2 | -17/+18 |
* | bsdtar doesn't actually know what compression is supported by libarchive | kientzle | 2010-02-06 | 2 | -42/+11 |
* | Refactor the siginfo/sigusr1 handling. The read/write reporting | kientzle | 2010-02-06 | 7 | -202/+146 |
* | Remove all traces of an experiment for handling "root" on Windows systems. | kientzle | 2010-02-06 | 2 | -7/+6 |
* | Reformat the Makefile slightly. | kientzle | 2010-02-06 | 1 | -1/+11 |
* | Allow -b up to 8192. I've had reports from people who routinely | kientzle | 2010-02-06 | 1 | -2/+2 |
* | Diff reduction compared to portable bsdtar 2.8: Move the | kientzle | 2010-02-06 | 12 | -184/+271 |
* | Build usr.bin/ with WARNS=6 by default. | ed | 2010-01-02 | 2 | -2/+0 |
* | Revert most part of 200420 as requested, as more review and polish is | delphij | 2009-12-13 | 1 | -0/+2 |
* | Remove unneeded header includes from usr.bin/ except contributed code. | delphij | 2009-12-11 | 1 | -2/+0 |