summaryrefslogtreecommitdiffstats
path: root/usr.bin/tar
Commit message (Expand)AuthorAgeFilesLines
* Fic typo in previous commit.cperciva2006-12-231-1/+1
* Add two checks for inappropriate options: -U only makes sense in "x"cperciva2006-12-231-0/+4
* Correct the names of some options.cperciva2006-12-232-5/+5
* Remove -F option from getopts string -- this option has never donecperciva2006-12-201-1/+1
* Fix "1 day ago", "yesterday" and similar relative-time phraseskientzle2006-11-021-2/+2
* Remove two unused variables.kientzle2006-07-311-6/+0
* Conditionally include sys/mkdev.h on platforms (such as Solaris) that need it.kientzle2006-07-301-1/+4
* In the examples, use "tar.gz" as the extension forkientzle2006-05-011-3/+3
* If you see a broken symlink, don't try to follow it,kientzle2006-04-022-4/+7
* Extended attribute support on write for Linux; FreeBSD hooks arekientzle2006-03-219-23/+140
* Remove non-FreeBSD source from FreeBSD repository.kientzle2006-03-121-20/+0
* Remove configure.ac.in and the 'distfile' target fromkientzle2006-03-084-164/+6
* Add a check for Linux' "libacl" library and headers.kientzle2006-03-071-0/+4
* Change the output of --version to match GNU "gnits" standards.kientzle2006-03-071-5/+2
* Fix a format mismatch (%d integer format, platform-dependentkientzle2006-03-071-1/+1
* If opendir(".") fails after descending into a subdirectory viapeadar2006-02-221-1/+2
* Use the .Fx macro.simon2006-01-171-2/+7
* Remove the -B option from the directory-copying examples. The -Bkientzle2005-12-091-2/+2
* Portability: remove AC_FUNC_MALLOC from configure.ac.in.kientzle2005-11-271-1/+0
* Edit pathnames for -x but not for -t. Otherwise, people get confusedkientzle2005-11-061-1/+1
* In mode 'u', check for an error return from archive_read_open.kientzle2005-11-011-2/+6
* Include <sys/param.h> in order to get current __FreeBSD_versionkientzle2005-11-011-0/+1
* Spell "--format" correctly in error message. (It hasn't beenkientzle2005-11-011-1/+1
* 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
OpenPOWER on IntegriCloud