freebsd-src/usr.bin/tar
Tim Kientzle f0e6a2b96d Minor corrections to error handling and user notifications:
* Move format/compression reporting to end of output, since
  we don't always know the input format until then.
* Set bsdtar exit value to 1 if any file could not be restored.
* Generate gtar-style warning when stripping leading '/' characters.
* Warn when removing symlinks.
2004-05-27 04:35:36 +00:00
..
bsdtar.1 Update manpage to track new security features. 2004-05-17 03:19:31 +00:00
bsdtar.c Provide framework for exiting with non-zero value on non-critical errors. 2004-05-27 04:30:59 +00:00
bsdtar.h Provide framework for exiting with non-zero value on non-critical errors. 2004-05-27 04:30:59 +00:00
bsdtar_platform.h Style: Use single tab after #define 2004-05-02 22:58:18 +00:00
fts.c Include local copies of fts.c and fts.h to be used ONLY on non-FreeBSD 2004-05-04 17:21:01 +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 Allow brave souls to install bsdtar as the 2004-04-19 22:09:04 +00:00
matching.c Propagate struct bsdtar down into a lot more places. 2004-05-17 05:44:53 +00:00
read.c Minor corrections to error handling and user notifications: 2004-05-27 04:35:36 +00:00
util.c Speed up safe_fprintf by copying to a temp buffer, then writing 2004-05-17 07:35:52 +00:00
write.c Fix a segfault when looking up a non-existent group. 2004-05-18 23:40:25 +00:00