summaryrefslogtreecommitdiffstats
path: root/usr.bin/tar
Commit message (Expand)AuthorAgeFilesLines
* Add a --version option to bsdtar that prints the versions ofkientzle2004-07-262-4/+21
* A bunch of style and security fixes (error checking return values, etc),kientzle2004-07-254-35/+70
* Of course, I meant POSIX.1-1996, not 1997.kientzle2004-07-251-1/+1
* A bunch of stuff from Christoph Mellon:kientzle2004-07-247-74/+77
* My bad: /dev/sa0, no 'r'kientzle2004-07-211-1/+1
* Guard against argv[0] being NULL.kientzle2004-07-191-6/+11
* Fix some misspellings, document the TAPE environmentkientzle2004-07-191-2/+16
* Remove unused user_uname variable.kientzle2004-07-172-16/+8
* Make bsdtar the default system tar. This makes /usr/bin/tar a symlinkkientzle2004-07-171-1/+1
* Validate -o usage. Strictly speaking, -o only makes sense with -x,kientzle2004-07-172-0/+8
* Make the day/month ordering dependent on the current locale bykientzle2004-07-154-4/+17
* Mimic ls(1) by putting an extra space before the year in old dateskientzle2004-07-121-1/+1
* Fix tab/space screwup in long_help()kientzle2004-07-121-1/+1
* Fixed cross-references in SEE ALSO.ru2004-07-041-1/+1
* Pass the pointy hat, please:kientzle2004-07-041-2/+2
* Mechanically kill hard sentence breaks.ru2004-07-021-1/+2
* Add yet another synonym for -n.kientzle2004-06-281-0/+1
* Update -p:kientzle2004-06-271-1/+2
* Warn about stripping leading '/' when creating archives.kientzle2004-06-271-1/+8
* Augment the -T handling:kientzle2004-06-276-98/+161
* Fix "@-" which has apparently been broken for some time. <sigh>kientzle2004-06-271-8/+28
* Don't abort immediately on directory change errors.kientzle2004-06-271-6/+16
* Document the -W convention for accessing long options.kientzle2004-06-261-9/+15
* Rename C=dir to -C dir, which is what people expect.kientzle2004-06-263-77/+127
* Update some internal comments about the --no-same-permissions option.kientzle2004-06-151-1/+6
* As near as I can tell, --no-same-permissions is a no-op inkientzle2004-06-151-0/+7
* Oops. bsdtar's old -X option didn't take an argument; the newkientzle2004-06-151-1/+1
* Add gtar-compatible -X/--exclude-fromkientzle2004-06-153-0/+43
* Fix build.kientzle2004-06-151-1/+1
* Rename -X to --one-file-system, as GNU tar uses -X forkientzle2004-06-151-5/+9
* Clean up usage message(s):kientzle2004-06-151-9/+29
* Oops: gtar's --dereference should be a synonym for bsdtar's -L, not -H.kientzle2004-06-112-3/+3
* Set program exit value to 1 if there are any of various errors whenkientzle2004-06-071-0/+4
* Fix the symlink-detection code. Don't squawk if we're just replacingkientzle2004-06-071-6/+22
* The --include='pattern' option is the natural counterpart tokientzle2004-06-072-0/+25
* Ooops! Previous commit added an over-zealous error check.kientzle2004-06-071-0/+2
* If -b is specified, then force full padding for the last block.kientzle2004-06-074-6/+30
* Per style(9), don't use double spaces in expressions.kientzle2004-06-072-3/+3
* Pointy hat: sticky bit 't' or 'T' is shown over IXOTH bit, not IXGRP. <sigh>kientzle2004-06-032-2/+2
* Improve help handling:kientzle2004-06-021-0/+13
* Both "foo/" and "foo" should match "foo/bar", so stripkientzle2004-06-021-0/+3
* Correction: -h should be a synonym for -L, not -H.kientzle2004-05-312-3/+3
* Permit (but ignore) -Z with -x or -t, now that libarchivekientzle2004-05-301-2/+9
* Minor corrections to error handling and user notifications:kientzle2004-05-271-23/+26
* Provide framework for exiting with non-zero value on non-critical errors.kientzle2004-05-272-1/+3
* Add --no-same-owner as a synonym for -o.kientzle2004-05-221-0/+1
* Add --dereference as a synonym for -Hkientzle2004-05-211-0/+1
* Default is to restore timestamps, even when operating as root. <sigh>kientzle2004-05-191-1/+1
* Fix a segfault when looking up a non-existent group.kientzle2004-05-181-1/+1
* Accept (but ignore) GNU tar's -B option. bsdtar neverkientzle2004-05-181-2/+8
OpenPOWER on IntegriCloud