summaryrefslogtreecommitdiffstats
path: root/usr.bin/tar
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add --totals option. Unlike gtar, this reports the bytes actuallykientzle2004-08-074-3/+25
* Linux port corrections:kientzle2004-08-073-5/+6
* Add "make distfile" capabilities to bsdtar, including informationalkientzle2004-08-077-50/+251
* Ensure that there's always a space between the user name andkientzle2004-08-051-1/+1
* GNU and POSIX disagree about -o and -l.kientzle2004-08-032-22/+70
* Correct the explanation of the -X option.kientzle2004-08-011-3/+5
* Improve portability to FreeBSD 4.kientzle2004-07-301-0/+6
* Fix comment.kientzle2004-07-301-1/+1
* 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
OpenPOWER on IntegriCloud