summaryrefslogtreecommitdiffstats
path: root/usr.bin/tar
Commit message (Expand)AuthorAgeFilesLines
* Fix -u with absolute paths (e.g., "tar -uf foo.tar /bar") by handlingkientzle2005-09-241-12/+12
* Detect Mac OS X's broken ACL library.kientzle2005-09-242-1/+8
* Style fix: Correct a compiler warning from GCC 4kientzle2005-09-211-0/+1
* The bsdtar_warnc() reporting function requires the program name to bekientzle2005-08-021-10/+12
* Fixed troff warnings.ru2005-06-271-1/+1
* Clarify some error messages.kientzle2005-05-084-8/+8
* bsdtar now uses the "tree" package instead of "fts" for walkingkientzle2005-04-247-1518/+743
* Correct autoconf/automake invocation to work with devel/gnu-auto* fromkientzle2005-04-231-2/+2
* Minor fix to the configure logic to properly detect ACL support.kientzle2005-04-231-2/+1
* Overhaul getdate.y. In particular, remove minutes-based logickientzle2005-04-231-686/+574
* Point users to tcsh(1) for information about shell globbing patterns,murray2005-04-191-1/+2
* A very minor tweak to the handling of leading '/' characters.kientzle2005-04-171-1/+6
* A number of fixes to the autoconf-generated build system. Inkientzle2005-04-175-30/+120
* Configure script needs to test for dirent.d_namlen.kientzle2005-04-171-1/+1
* Update "make distfile" to use newest automake/autoconf from ports.kientzle2005-04-171-2/+2
* Support path-rewriting options (including --strip-components) for bothkientzle2005-04-176-90/+115
* Add directory hierarchy copying example.obrien2005-03-281-0/+7
* Deorbit gtar, step 1: Remove WITH_GTAR knob.kientzle2005-03-201-3/+0
* A handful of minor portability and style improvements.kientzle2005-03-143-15/+16
* Style correction: one tab after #define.kientzle2005-03-141-46/+47
* Re-unbreak the distfile target.kientzle2005-03-131-3/+4
* Fix a compile warning, fix the build.kientzle2005-03-131-1/+1
* "make depend" with .y files is trickier than it looks. <sigh>kientzle2005-03-131-3/+2
* Brain-o. Missing quote.kientzle2005-03-131-1/+1
* Add --newer-ctime, --newer-mtime, --newer-ctime-than, and --newer-mtime-thankientzle2005-03-139-39/+1067
* Add --strip-components option, per bin/77666.kientzle2005-03-135-2/+72
* Document the --null, --one-file-system, and -I options.kientzle2005-02-181-5/+34
* Sort sections.ru2005-01-181-52/+52
* Added the EXIT STATUS section where appropriate.ru2005-01-171-1/+1
* Add a fallback version of fnmatch() to the bsdtarkientzle2004-12-223-9/+170
* GC an unused #includekientzle2004-12-221-1/+0
* Fix -W long option handling.kientzle2004-12-221-5/+15
* Portability: the included fts.c should nowkientzle2004-12-222-2/+2
* Use a relative symlinking so that "tar" also works in /stand.ru2004-11-121-1/+1
* FreeBSD does have uintmax_t, so it can correctlykientzle2004-11-061-0/+1
* Correct error handling on failed writeskientzle2004-11-052-5/+3
* getopt(3) prints an "unrecognized option" warning for me, so Ikientzle2004-10-171-1/+0
* Cosmetic goof: Use two spaces in "Jan 03 2004" but only one in "Jan 03 12:32"kientzle2004-10-171-1/+1
* Make -C and -T work correctly together.kientzle2004-08-281-4/+5
* Document the -O option's new behavior in the presence of -t.kientzle2004-08-271-2/+4
* Support -t -O as in gtar. Perversely enough, -O means "send to stderr"kientzle2004-08-272-11/+16
* Permit -P to be combined with -t. (It's a no-op then, just as in gtar.)kientzle2004-08-261-2/+0
* Tell getopt to accept the (already-implemented) -I option.kientzle2004-08-261-1/+1
* Make -I and --files-from be synonyms for -Tkientzle2004-08-131-0/+4
* gtar uses -F for another purpose, so bsdtar no longer treats it as akientzle2004-08-083-20/+18
* Better low-memory handling: If the link cache runs out of memory, justkientzle2004-08-081-35/+36
* Move the smart chdir logic into a couple of utility functions in util.c.kientzle2004-08-085-85/+66
* It shouldn't be an error to specify the same mode twice: allow -cc but not -ct.kientzle2004-08-082-50/+38
* Another pointy-hat problem: PACKAGE_VERSION macro is set inkientzle2004-08-082-3/+0
* Minor portability fixes. bsdtar now compiles on Win32/cygwin, thoughkientzle2004-08-081-2/+18
OpenPOWER on IntegriCloud