freebsd-skq/usr.bin/tar
kientzle 1a1471049f GNU and POSIX disagree about -o and -l.
For -l, upset everyone by breaking it.  Specifically, -l now produces
a lengthy error message that suggests --check-links (POSIX -l) or
--one-file-system (GNU -l) instead.  However, if POSIXLY_CORRECT is set,
use the POSIX interpretation.

For -o, please everyone by making it work both ways:
  * -xo uses POSIX behavior
  * -co uses "almost GNU" behavior (as close as we can get until
    libarchive implements a true V7 tar format)
2004-08-03 06:19:08 +00:00
..
bsdtar_platform.h Improve portability to FreeBSD 4. 2004-07-30 02:59:58 +00:00
bsdtar.1 GNU and POSIX disagree about -o and -l. 2004-08-03 06:19:08 +00:00
bsdtar.c GNU and POSIX disagree about -o and -l. 2004-08-03 06:19:08 +00:00
bsdtar.h A bunch of stuff from Christoph Mellon: 2004-07-24 22:13:44 +00:00
fts.c A bunch of stuff from Christoph Mellon: 2004-07-24 22:13:44 +00:00
fts.h Include local copies of fts.c and fts.h to be used ONLY on non-FreeBSD 2004-05-04 17:21:01 +00:00
Makefile Add a --version option to bsdtar that prints the versions of 2004-07-26 03:21:41 +00:00
matching.c A bunch of stuff from Christoph Mellon: 2004-07-24 22:13:44 +00:00
read.c A bunch of style and security fixes (error checking return values, etc), 2004-07-25 04:15:50 +00:00
util.c A bunch of style and security fixes (error checking return values, etc), 2004-07-25 04:15:50 +00:00
write.c A bunch of style and security fixes (error checking return values, etc), 2004-07-25 04:15:50 +00:00