summaryrefslogtreecommitdiffstats
path: root/usr.bin/tar/bsdtar.c
Commit message (Expand)AuthorAgeFilesLines
* 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-081-3/+4
* Move the smart chdir logic into a couple of utility functions in util.c.kientzle2004-08-081-2/+1
* It shouldn't be an error to specify the same mode twice: allow -cc but not -ct.kientzle2004-08-081-50/+37
* Add --totals option. Unlike gtar, this reports the bytes actuallykientzle2004-08-071-2/+7
* Linux port corrections:kientzle2004-08-071-1/+4
* Add "make distfile" capabilities to bsdtar, including informationalkientzle2004-08-071-4/+31
* GNU and POSIX disagree about -o and -l.kientzle2004-08-031-20/+52
* Add a --version option to bsdtar that prints the versions ofkientzle2004-07-261-4/+19
* A bunch of style and security fixes (error checking return values, etc),kientzle2004-07-251-5/+13
* A bunch of stuff from Christoph Mellon:kientzle2004-07-241-49/+40
* Guard against argv[0] being NULL.kientzle2004-07-191-6/+11
* Remove unused user_uname variable.kientzle2004-07-171-15/+8
* Validate -o usage. Strictly speaking, -o only makes sense with -x,kientzle2004-07-171-0/+7
* Make the day/month ordering dependent on the current locale bykientzle2004-07-151-0/+6
* Fix tab/space screwup in long_help()kientzle2004-07-121-1/+1
* Pass the pointy hat, please:kientzle2004-07-041-2/+2
* Add yet another synonym for -n.kientzle2004-06-281-0/+1
* Update -p:kientzle2004-06-271-1/+2
* Augment the -T handling:kientzle2004-06-271-16/+16
* Rename C=dir to -C dir, which is what people expect.kientzle2004-06-261-34/+103
* 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-151-0/+4
* 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-111-1/+1
* The --include='pattern' option is the natural counterpart tokientzle2004-06-071-0/+7
* If -b is specified, then force full padding for the last block.kientzle2004-06-071-2/+0
* Improve help handling:kientzle2004-06-021-0/+13
* Correction: -h should be a synonym for -L, not -H.kientzle2004-05-311-2/+2
* Permit (but ignore) -Z with -x or -t, now that libarchivekientzle2004-05-301-2/+9
* Provide framework for exiting with non-zero value on non-critical errors.kientzle2004-05-271-1/+1
* 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
* Accept (but ignore) GNU tar's -B option. bsdtar neverkientzle2004-05-181-2/+8
* Propagate struct bsdtar down into a lot more places.kientzle2004-05-171-58/+52
* Make symlink protection a bit more useful:kientzle2004-05-171-0/+1
* Add --unlink and --unlink-first synonyms for -Ukientzle2004-05-051-30/+32
* Style: Use single tab after #definekientzle2004-05-021-2/+2
* --help is only supported if you have getopt_long().kientzle2004-04-161-0/+2
* As suggested by Julian Elischer, use a self-sizing hashkientzle2004-04-151-11/+1
* A simple cache of uid->uname lookups and gid->gname lookups eliminateskientzle2004-04-141-0/+11
* Manpage changes suggested by Irina Liakh.kientzle2004-04-131-2/+6
* Add DPADD to Makefile (thanks to Andrey for pointing this out).kientzle2004-04-121-3/+0
* Allow arguments to appear in any order.kientzle2004-04-081-58/+104
* Add support for -T option on create.kientzle2004-04-081-3/+8
OpenPOWER on IntegriCloud