freebsd-dev/usr.bin/ar
Ed Maste ccd8660b86 ar: report errno on warning/error
Previously ar would report an error like "ar: fatal: Write error"
without including additional errno information.  Change warnings and
errors to include archive_errno() so that the user may have some idea
of the reason for the failure.

Reviewed by:	brooks
Sponsored by:	The FreeBSD Foundation
Differential Revision:	https://reviews.freebsd.org/D17650
2018-10-23 13:07:03 +00:00
..
acplex.l usr.bin/ar: use standard 2-Clause FreeBSD license 2018-06-19 17:28:05 +00:00
acpyacc.y ar: report errno on warning/error 2018-10-23 13:07:03 +00:00
ar.1 ar: enable reproducible output by default when invoked as 'ar -s' 2016-06-16 21:22:26 +00:00
ar.c usr.bin/ar: use standard 2-Clause FreeBSD license 2018-06-20 18:43:17 +00:00
ar.h ar: report errno on warning/error 2018-10-23 13:07:03 +00:00
Makefile Convert to usr.bin/ to LIBADD 2014-11-25 14:29:10 +00:00
Makefile.depend DIRDEPS_BUILD: Update dependencies. 2017-10-31 00:07:04 +00:00
read.c ar: report errno on warning/error 2018-10-23 13:07:03 +00:00
util.c usr.bin/ar: use standard 2-Clause FreeBSD license 2018-06-20 18:43:17 +00:00
write.c ar: report errno on warning/error 2018-10-23 13:07:03 +00:00