aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/tar
Commit message (Expand)AuthorAgeFilesLines
* Document the -O option's new behavior in the presence of -t.Tim Kientzle2004-08-271-2/+4
* Support -t -O as in gtar. Perversely enough, -O means "send to stderr"Tim Kientzle2004-08-272-11/+16
* Permit -P to be combined with -t. (It's a no-op then, just as in gtar.)Tim Kientzle2004-08-261-2/+0
* Tell getopt to accept the (already-implemented) -I option.Tim Kientzle2004-08-261-1/+1
* Make -I and --files-from be synonyms for -TTim Kientzle2004-08-131-0/+4
* gtar uses -F for another purpose, so bsdtar no longer treats it as aTim Kientzle2004-08-083-20/+18
* Better low-memory handling: If the link cache runs out of memory, justTim Kientzle2004-08-081-35/+36
* Move the smart chdir logic into a couple of utility functions in util.c.Tim Kientzle2004-08-085-85/+66
* It shouldn't be an error to specify the same mode twice: allow -cc but not -ct.Tim Kientzle2004-08-082-50/+38
* Another pointy-hat problem: PACKAGE_VERSION macro is set inTim Kientzle2004-08-082-3/+0
* Minor portability fixes. bsdtar now compiles on Win32/cygwin, thoughTim Kientzle2004-08-081-2/+18
* Add --totals option. Unlike gtar, this reports the bytes actuallyTim Kientzle2004-08-074-3/+25
* Linux port corrections:Tim Kientzle2004-08-073-5/+6
* Add "make distfile" capabilities to bsdtar, including informationalTim Kientzle2004-08-077-50/+251
* Ensure that there's always a space between the user name andTim Kientzle2004-08-051-1/+1
* GNU and POSIX disagree about -o and -l.Tim Kientzle2004-08-032-22/+70
* Correct the explanation of the -X option.Tim Kientzle2004-08-011-3/+5
* Improve portability to FreeBSD 4.Tim Kientzle2004-07-301-0/+6
* Fix comment.Tim Kientzle2004-07-301-1/+1
* Add a --version option to bsdtar that prints the versions ofTim Kientzle2004-07-262-4/+21
* A bunch of style and security fixes (error checking return values, etc),Tim Kientzle2004-07-254-35/+70
* Of course, I meant POSIX.1-1996, not 1997.Tim Kientzle2004-07-251-1/+1
* A bunch of stuff from Christoph Mellon:Tim Kientzle2004-07-247-74/+77
* My bad: /dev/sa0, no 'r'Tim Kientzle2004-07-211-1/+1
* Guard against argv[0] being NULL.Tim Kientzle2004-07-191-6/+11
* Fix some misspellings, document the TAPE environmentTim Kientzle2004-07-191-2/+16
* Remove unused user_uname variable.Tim Kientzle2004-07-172-16/+8
* Make bsdtar the default system tar. This makes /usr/bin/tar a symlinkTim Kientzle2004-07-171-1/+1
* Validate -o usage. Strictly speaking, -o only makes sense with -x,Tim Kientzle2004-07-172-0/+8
* Make the day/month ordering dependent on the current locale byTim Kientzle2004-07-154-4/+17
* Mimic ls(1) by putting an extra space before the year in old datesTim Kientzle2004-07-121-1/+1
* Fix tab/space screwup in long_help()Tim Kientzle2004-07-121-1/+1
* Fixed cross-references in SEE ALSO.Ruslan Ermilov2004-07-041-1/+1
* Pass the pointy hat, please:Tim Kientzle2004-07-041-2/+2
* Mechanically kill hard sentence breaks.Ruslan Ermilov2004-07-021-1/+2
* Add yet another synonym for -n.Tim Kientzle2004-06-281-0/+1
* Update -p:Tim Kientzle2004-06-271-1/+2
* Warn about stripping leading '/' when creating archives.Tim Kientzle2004-06-271-1/+8
* Augment the -T handling:Tim Kientzle2004-06-276-98/+161
* Fix "@-" which has apparently been broken for some time. <sigh>Tim Kientzle2004-06-271-8/+28
* Don't abort immediately on directory change errors.Tim Kientzle2004-06-271-6/+16
* Document the -W convention for accessing long options.Tim Kientzle2004-06-261-9/+15
* Rename C=dir to -C dir, which is what people expect.Tim Kientzle2004-06-263-77/+127
* Update some internal comments about the --no-same-permissions option.Tim Kientzle2004-06-151-1/+6
* As near as I can tell, --no-same-permissions is a no-op inTim Kientzle2004-06-151-0/+7
* Oops. bsdtar's old -X option didn't take an argument; the newTim Kientzle2004-06-151-1/+1
* Add gtar-compatible -X/--exclude-fromTim Kientzle2004-06-153-0/+43
* Fix build.Tim Kientzle2004-06-151-1/+1
* Rename -X to --one-file-system, as GNU tar uses -X forTim Kientzle2004-06-151-5/+9
* Clean up usage message(s):Tim Kientzle2004-06-151-9/+29