| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
| |
1.43: Use "file system", not "filesystem".
1.42: Typos.
Approved by: re (murray)
Notes:
svn path=/stable/4/; revision=111332
|
| |
|
|
| |
Notes:
svn path=/stable/4/; revision=99962
|
| |
|
|
| |
Notes:
svn path=/stable/4/; revision=98297
|
| |
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
|
| |
tag.
Notes:
svn path=/stable/4/; revision=91410
|
| |
|
|
|
|
|
| |
Approved by: re
Notes:
svn path=/stable/4/; revision=81767
|
| |
|
|
| |
Notes:
svn path=/stable/4/; revision=81310
|
| |
|
|
| |
Notes:
svn path=/stable/4/; revision=73778
|
| |
|
|
| |
Notes:
svn path=/stable/4/; revision=73677
|
| |
|
|
|
|
|
|
|
| |
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
|
| |
|
|
| |
Notes:
svn path=/stable/4/; revision=70564
|
| |
|
|
| |
Notes:
svn path=/stable/4/; revision=70348
|
| |
|
|
|
|
|
|
|
|
| |
* -j new bzip2 option
* -I alias for -T
* -U short option for --unlink
* TAR_OPTIONS env var
Notes:
svn path=/stable/4/; revision=70329
|
| |
|
|
| |
Notes:
svn path=/stable/4/; revision=70328
|
| |
|
|
| |
Notes:
svn path=/stable/4/; revision=70280
|
| |
|
|
| |
Notes:
svn path=/stable/4/; revision=70269
|
| |
|
|
| |
Notes:
svn path=/stable/4/; revision=69898
|
| |
|
|
| |
Notes:
svn path=/stable/4/; revision=69762
|
| |
|
|
| |
Notes:
svn path=/stable/4/; revision=63636
|
| |
|
|
| |
Notes:
svn path=/stable/4/; revision=62635
|
| |
|
|
| |
Notes:
svn path=/stable/4/; revision=62345
|
| |
|
|
|
|
|
|
| |
PR: docs/17080
Submitted by: Udo Erdelhoff <ue@nathan.ruhr.de>
Notes:
svn path=/head/; revision=57660
|
| |
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
| |
Notes:
svn path=/head/; revision=50997
|
| |
|
|
| |
Notes:
svn path=/head/; revision=50488
|
| |
|
|
| |
Notes:
svn path=/head/; revision=50472
|
| |
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
|
|
|
| |
to flags).
PR: docs/9658
Notes:
svn path=/head/; revision=46430
|
| |
|
|
|
|
|
|
| |
PR: 11389
Submitted by: Adrian Chadd <adrian@FreeBSD.org>
Notes:
svn path=/head/; revision=46184
|
| |
|
|
|
|
|
|
|
| |
main's return type is int not void.
Reviewed by: obrien and chuckr
Notes:
svn path=/head/; revision=46077
|
| |
|
|
| |
Notes:
svn path=/head/; revision=45110
|
| |
|
|
|
|
|
|
|
| |
bzip2 as the compression mechanism, this makes life easier.
Obtained from: bzip2 website
Notes:
svn path=/head/; revision=44828
|
| |
|
|
|
|
|
|
| |
GNU 1.11.3 got in when this change was made. thepish's submitted fixes
unbroke --norecurse.
Notes:
svn path=/head/; revision=44324
|
| |
|
|
| |
Notes:
svn path=/head/; revision=43755
|
| |
|
|
|
|
|
| |
Submitted by: Arjan de Vet <Arjan.deVet@adv.iae.nl>
Notes:
svn path=/head/; revision=42616
|
| |
|
|
| |
Notes:
svn path=/head/; revision=42593
|
| |
|
|
|
|
|
|
|
| |
POSIXLY_CORRECT while I'm here.
Pointed out by: Andreas Klemm
Notes:
svn path=/head/; revision=39557
|
| |
|
|
| |
Notes:
svn path=/head/; revision=39546
|
| |
|
|
| |
Notes:
svn path=/head/; revision=39014
|
| |
|
|
|
|
|
|
| |
PR: 7809
Submitted by: Amakawa Shuhei <amakawa@sf.t.u-tokyo.ac.jp>
Notes:
svn path=/head/; revision=38964
|
| |
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
`-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
|
| |
|
|
| |
Notes:
svn path=/head/; revision=37313
|
| |
|
|
|
|
|
|
| |
PR: 6856
Submitted by: Josh Gilliam <josh@quick.net>
Notes:
svn path=/head/; revision=36649
|
| |
|
|
|
|
|
| |
if y.tab.h were generated. Don't generate y.tab.h, since it is not used.
Notes:
svn path=/head/; revision=35699
|
| |
|
|
| |
Notes:
svn path=/head/; revision=34985
|
| |
|
|
|
|
|
|
| |
PR: 5754
Submitted by: Kazuo Horikawa <k-horik@yk.rim.or.jp>
Notes:
svn path=/head/; revision=33405
|
| |
|
|
|
|
|
| |
Style nit - extraneous space.
Notes:
svn path=/head/; revision=33076
|
| |
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
|
| |
Actually implement --norecurse as documented in the man page.
Notes:
svn path=/head/; revision=32121
|