aboutsummaryrefslogtreecommitdiff
path: root/gnu/usr.bin/tar
Commit message (Collapse)AuthorAgeFilesLines
* MFC: [sync with current]Giorgos Keramidas2003-02-231-2/+2
| | | | | | | | | | 1.43: Use "file system", not "filesystem". 1.42: Typos. Approved by: re (murray) Notes: svn path=/stable/4/; revision=111332
* MFC: GNU tar 1.13.25.Maxim Sobolev2002-07-1433-16143/+24
| | | | Notes: svn path=/stable/4/; revision=99962
* This commit was manufactured by cvs2svn to create branch 'RELENG_4'.cvs2svn2002-06-163-0/+589
| | | | Notes: svn path=/stable/4/; revision=98297
* MFC: strftime related improvementsAlexey Zelkin2002-03-121-6/+14
| | | | | | | | rev 1.9, use nl_langinfo() instead of parsing %c rev 1.10 use %R instead of %H:%M Notes: svn path=/stable/4/; revision=92165
* MFC: respect exit status of the child and make cvs happy by adding $FreeBSD$Maxim Sobolev2002-02-271-2/+22
| | | | | | | tag. Notes: svn path=/stable/4/; revision=91410
* MFC: markup and misc fixes.Ruslan Ermilov2001-08-161-1/+7
| | | | | | | Approved by: re Notes: svn path=/stable/4/; revision=81767
* MFC: r1.24: don't dump core on '-I'Kris Kennaway2001-08-081-1/+1
| | | | Notes: svn path=/stable/4/; revision=81310
* MFC: recent mdoc(7) fixes.Ruslan Ermilov2001-03-051-3/+3
| | | | Notes: svn path=/stable/4/; revision=73778
* MFC: 1.3: Don't attempt to free non-alloced memoryKris Kennaway2001-03-051-0/+4
| | | | Notes: svn path=/stable/4/; revision=73677
* MFC: Introduce $TAR_RSH to enable use of ssh as transport.Hajimu UMEMOTO2001-02-263-9/+28
| | | | | | | | | gnu/usr.bin/tar/Makefile: 1.13->1.14 gnu/usr.bin/tar/rtapelib.c: 1.2->1.3 gnu/usr.bin/tar/tar.1: 1.35->1.36 Notes: svn path=/stable/4/; revision=73075
* MFC: s/rsa0/sa0/gDavid E. O'Brien2001-01-012-8/+8
| | | | Notes: svn path=/stable/4/; revision=70564
* MFC: mdoc(7) formatting fixes.Ruslan Ermilov2000-12-251-87/+177
| | | | Notes: svn path=/stable/4/; revision=70348
* MFCDavid E. O'Brien2000-12-243-29/+63
| | | | | | | | | | * -j new bzip2 option * -I alias for -T * -U short option for --unlink * TAR_OPTIONS env var Notes: svn path=/stable/4/; revision=70329
* This commit was manufactured by cvs2svn to create branch 'RELENG_4'.cvs2svn2000-12-242-0/+112
| | | | Notes: svn path=/stable/4/; revision=70328
* MFC: update date of last change.David E. O'Brien2000-12-221-1/+1
| | | | Notes: svn path=/stable/4/; revision=70280
* MFC: add the -bzip and -I flags as aliases for -yDavid E. O'Brien2000-12-222-1/+5
| | | | Notes: svn path=/stable/4/; revision=70269
* MFC: use canonical form of .Dd macro.Ruslan Ermilov2000-12-121-1/+1
| | | | Notes: svn path=/stable/4/; revision=69898
* MFC: recent mdoc(7) fixes.Ruslan Ermilov2000-12-081-9/+12
| | | | Notes: svn path=/stable/4/; revision=69762
* MFC: Don't call vfprintf-like functions without a format string.Kris Kennaway2000-07-201-1/+3
| | | | Notes: svn path=/stable/4/; revision=63636
* MFC rev 1.20: correct usage() output for --exclude.Sheldon Hearn2000-07-051-1/+1
| | | | Notes: svn path=/stable/4/; revision=62635
* MFC: /dev/rXXX -> /dev/XXXPaul Saab2000-07-011-3/+3
| | | | Notes: svn path=/stable/4/; revision=62345
* Remove xrefs to obsolete ft driver.Nik Clayton2000-03-011-1/+0
| | | | | | | | PR: docs/17080 Submitted by: Udo Erdelhoff <ue@nathan.ruhr.de> Notes: svn path=/head/; revision=57660
* Fix typo for the flag ``--ungzip'' which should have been ``--gunzip''Archie Cobbs2000-01-241-1/+4
| | | | | | | | | | | as is documented in the man page. Retain the older mistaken version of the flag for backwards compatibility in case anybody is using it. Add $FreeBSD$ tag as cvs requires it. PR: gnu/7800 Notes: svn path=/head/; revision=56560
* $Revision$ -> $FreeBSD$Peter Wemm1999-09-061-1/+1
| | | | Notes: svn path=/head/; revision=50997
* $Header$ -> $FreeBSD$Peter Wemm1999-08-281-2/+2
| | | | Notes: svn path=/head/; revision=50488
* $Id$ -> $FreeBSD$Peter Wemm1999-08-271-1/+1
| | | | Notes: svn path=/head/; revision=50472
* Support 21-bit minor numbers. Avoid wasting a byte in their octalBruce Evans1999-08-111-2/+15
| | | | | | | | | | | representation by generating the same format as tar-1.13 (use a single space as the terminator for 7-digit octal numbers). This is POSIX.1 conformant (2-byte terminators are just a bug or historical wart in old versions of gnu tar). All devices created by `MAKEDEV all' except rsa0.ctl can now be handled by tar(1). Notes: svn path=/head/; revision=49620
* Correct SYNOPSIS (remove args from synopsis that are actually argumentsGuy Helmer1999-05-041-7/+5
| | | | | | | | | to flags). PR: docs/9658 Notes: svn path=/head/; revision=46430
* Handle byte counts for >2G archivesPeter Wemm1999-04-292-2/+8
| | | | | | | | PR: 11389 Submitted by: Adrian Chadd <adrian@FreeBSD.org> Notes: svn path=/head/; revision=46184
* Use braces to avoid potentially ambiguous else clause.Warner Losh1999-04-251-1/+1
| | | | | | | | | main's return type is int not void. Reviewed by: obrien and chuckr Notes: svn path=/head/; revision=46077
* Document -y/--bzip2/--bunzip2 flag.David E. O'Brien1999-03-291-1/+7
| | | | Notes: svn path=/head/; revision=45110
* Add new -y/--bzip2/--bunzip2 flag. With all the ports that are going toDavid E. O'Brien1999-03-171-1/+13
| | | | | | | | | bzip2 as the compression mechanism, this makes life easier. Obtained from: bzip2 website Notes: svn path=/head/; revision=44828
* I don't know why the version was bumped to 1.11.3, nothing from the realDavid E. O'Brien1999-02-282-3/+1
| | | | | | | | GNU 1.11.3 got in when this change was made. thepish's submitted fixes unbroke --norecurse. Notes: svn path=/head/; revision=44324
* Fix white-space spamming.David E. O'Brien1999-02-083-5/+5
| | | | Notes: svn path=/head/; revision=43755
* MF22 - allow dates to 2069Daniel O'Callaghan1999-01-131-7/+9
| | | | | | | Submitted by: Arjan de Vet <Arjan.deVet@adv.iae.nl> Notes: svn path=/head/; revision=42616
* Allow --newer and friends to handle dates beyond 1999/12/31Daniel O'Callaghan1999-01-121-5/+10
| | | | Notes: svn path=/head/; revision=42593
* Change rst0 into rsa0 in the man page too. Correct the spelling ofOllivier Robert1998-09-221-10/+10
| | | | | | | | | POSIXLY_CORRECT while I'm here. Pointed out by: Andreas Klemm Notes: svn path=/head/; revision=39557
* The default tape device should be /dev/rsa0 for CAM.Ollivier Robert1998-09-211-1/+1
| | | | Notes: svn path=/head/; revision=39546
* Fix fencepost error in readlink; inspired by OpenBSDWarner Losh1998-09-091-1/+1
| | | | Notes: svn path=/head/; revision=39014
* Fix typo.Joseph Koshy1998-09-091-2/+4
| | | | | | | | PR: 7809 Submitted by: Amakawa Shuhei <amakawa@sf.t.u-tokyo.ac.jp> Notes: svn path=/head/; revision=38964
* fixed: tar will extract file even if -C command failsJacques Vidrine1998-07-272-5/+16
| | | | | | | | | | tar now exits with new exit code EX_BADDIR after a failed chdir() in name_next(), name_match(), and name_from_list(). PR: bin/2394 Submitted by: Satoshi Asami <asami@freebsd.org> Notes: svn path=/head/; revision=37892
* fix description of `-C' option to match behaviour in the sources:Joseph Koshy1998-07-091-2/+2
| | | | | | | | | | | | | `-C' can be used both when creating and extracting files. Further, a `-C' inside the argument list causes a `chdir()' to the named directory before the subsequent filename arguments to be interpreted. Eg:- "tar -cf a+b.tar -C /a . -C /b ." PR: 7221 Notes: svn path=/head/; revision=37524
* Fixed printf format errors.Bruce Evans1998-06-304-10/+11
| | | | Notes: svn path=/head/; revision=37313
* Fix a bunch of spelling errors.Steve Price1998-06-041-2/+2
| | | | | | | | PR: 6856 Submitted by: Josh Gilliam <josh@quick.net> Notes: svn path=/head/; revision=36649
* Don't add y.tab.h to CLEANFILES, since this would now be done centrallyBruce Evans1998-05-041-1/+1
| | | | | | | if y.tab.h were generated. Don't generate y.tab.h, since it is not used. Notes: svn path=/head/; revision=35699
* .Use .An.Philippe Charnier1998-04-011-7/+16
| | | | Notes: svn path=/head/; revision=34985
* The ' character is treated differently as the first character of a line.Steve Price1998-02-151-3/+3
| | | | | | | | PR: 5754 Submitted by: Kazuo Horikawa <k-horik@yk.rim.or.jp> Notes: svn path=/head/; revision=33405
* Submitted by: Alex NashDaniel O'Callaghan1998-02-042-2/+2
| | | | | | | Style nit - extraneous space. Notes: svn path=/head/; revision=33076
* PR: gnu/4385Daniel O'Callaghan1998-01-053-27/+71
| | | | | | | | | Submitted by: Robert Eckardt <roberte@MEP.Ruhr-Uni-Bochum.de> Sundry man page fixes; handle Central European Summer Time (CEST); usage fixes in line with man page fixes. Notes: svn path=/head/; revision=32276
* Submitted by: Peter Hawkins <peter@clari.net.au>Daniel O'Callaghan1997-12-306-13/+24
| | | | | | | Actually implement --norecurse as documented in the man page. Notes: svn path=/head/; revision=32121