| Commit message (Expand) | Author | Age | Files | Lines |
* | The bsdtar_warnc() reporting function requires the program name to be | kientzle | 2005-08-02 | 1 | -10/+12 |
* | Fixed troff warnings. | ru | 2005-06-27 | 1 | -1/+1 |
* | Clarify some error messages. | kientzle | 2005-05-08 | 4 | -8/+8 |
* | bsdtar now uses the "tree" package instead of "fts" for walking | kientzle | 2005-04-24 | 7 | -1518/+743 |
* | Correct autoconf/automake invocation to work with devel/gnu-auto* from | kientzle | 2005-04-23 | 1 | -2/+2 |
* | Minor fix to the configure logic to properly detect ACL support. | kientzle | 2005-04-23 | 1 | -2/+1 |
* | Overhaul getdate.y. In particular, remove minutes-based logic | kientzle | 2005-04-23 | 1 | -686/+574 |
* | Point users to tcsh(1) for information about shell globbing patterns, | murray | 2005-04-19 | 1 | -1/+2 |
* | A very minor tweak to the handling of leading '/' characters. | kientzle | 2005-04-17 | 1 | -1/+6 |
* | A number of fixes to the autoconf-generated build system. In | kientzle | 2005-04-17 | 5 | -30/+120 |
* | Configure script needs to test for dirent.d_namlen. | kientzle | 2005-04-17 | 1 | -1/+1 |
* | Update "make distfile" to use newest automake/autoconf from ports. | kientzle | 2005-04-17 | 1 | -2/+2 |
* | Support path-rewriting options (including --strip-components) for both | kientzle | 2005-04-17 | 6 | -90/+115 |
* | Add directory hierarchy copying example. | obrien | 2005-03-28 | 1 | -0/+7 |
* | Deorbit gtar, step 1: Remove WITH_GTAR knob. | kientzle | 2005-03-20 | 1 | -3/+0 |
* | A handful of minor portability and style improvements. | kientzle | 2005-03-14 | 3 | -15/+16 |
* | Style correction: one tab after #define. | kientzle | 2005-03-14 | 1 | -46/+47 |
* | Re-unbreak the distfile target. | kientzle | 2005-03-13 | 1 | -3/+4 |
* | Fix a compile warning, fix the build. | kientzle | 2005-03-13 | 1 | -1/+1 |
* | "make depend" with .y files is trickier than it looks. <sigh> | kientzle | 2005-03-13 | 1 | -3/+2 |
* | Brain-o. Missing quote. | kientzle | 2005-03-13 | 1 | -1/+1 |
* | Add --newer-ctime, --newer-mtime, --newer-ctime-than, and --newer-mtime-than | kientzle | 2005-03-13 | 9 | -39/+1067 |
* | Add --strip-components option, per bin/77666. | kientzle | 2005-03-13 | 5 | -2/+72 |
* | Document the --null, --one-file-system, and -I options. | kientzle | 2005-02-18 | 1 | -5/+34 |
* | Sort sections. | ru | 2005-01-18 | 1 | -52/+52 |
* | Added the EXIT STATUS section where appropriate. | ru | 2005-01-17 | 1 | -1/+1 |
* | Add a fallback version of fnmatch() to the bsdtar | kientzle | 2004-12-22 | 3 | -9/+170 |
* | GC an unused #include | kientzle | 2004-12-22 | 1 | -1/+0 |
* | Fix -W long option handling. | kientzle | 2004-12-22 | 1 | -5/+15 |
* | Portability: the included fts.c should now | kientzle | 2004-12-22 | 2 | -2/+2 |
* | Use a relative symlinking so that "tar" also works in /stand. | ru | 2004-11-12 | 1 | -1/+1 |
* | FreeBSD does have uintmax_t, so it can correctly | kientzle | 2004-11-06 | 1 | -0/+1 |
* | Correct error handling on failed writes | kientzle | 2004-11-05 | 2 | -5/+3 |
* | getopt(3) prints an "unrecognized option" warning for me, so I | kientzle | 2004-10-17 | 1 | -1/+0 |
* | Cosmetic goof: Use two spaces in "Jan 03 2004" but only one in "Jan 03 12:32" | kientzle | 2004-10-17 | 1 | -1/+1 |
* | Make -C and -T work correctly together. | kientzle | 2004-08-28 | 1 | -4/+5 |
* | Document the -O option's new behavior in the presence of -t. | kientzle | 2004-08-27 | 1 | -2/+4 |
* | Support -t -O as in gtar. Perversely enough, -O means "send to stderr" | kientzle | 2004-08-27 | 2 | -11/+16 |
* | Permit -P to be combined with -t. (It's a no-op then, just as in gtar.) | kientzle | 2004-08-26 | 1 | -2/+0 |
* | Tell getopt to accept the (already-implemented) -I option. | kientzle | 2004-08-26 | 1 | -1/+1 |
* | Make -I and --files-from be synonyms for -T | kientzle | 2004-08-13 | 1 | -0/+4 |
* | gtar uses -F for another purpose, so bsdtar no longer treats it as a | kientzle | 2004-08-08 | 3 | -20/+18 |
* | Better low-memory handling: If the link cache runs out of memory, just | kientzle | 2004-08-08 | 1 | -35/+36 |
* | Move the smart chdir logic into a couple of utility functions in util.c. | kientzle | 2004-08-08 | 5 | -85/+66 |
* | It shouldn't be an error to specify the same mode twice: allow -cc but not -ct. | kientzle | 2004-08-08 | 2 | -50/+38 |
* | Another pointy-hat problem: PACKAGE_VERSION macro is set in | kientzle | 2004-08-08 | 2 | -3/+0 |
* | Minor portability fixes. bsdtar now compiles on Win32/cygwin, though | kientzle | 2004-08-08 | 1 | -2/+18 |
* | Add --totals option. Unlike gtar, this reports the bytes actually | kientzle | 2004-08-07 | 4 | -3/+25 |
* | Linux port corrections: | kientzle | 2004-08-07 | 3 | -5/+6 |
* | Add "make distfile" capabilities to bsdtar, including informational | kientzle | 2004-08-07 | 7 | -50/+251 |