freebsd-dev/usr.bin/ar
Ed Maste 3f71a0c918 ar: handle partial writes from archive_write_data
libarchive may limit a single archive_write_data call to handling
0x7fffffff bytes. Add a loop to handle partial writes.

Reviewed by:	kib, jhb
MFC after:	1 week
Sponsored by:	The FreeBSD Foundation
Differential Revision:	https://reviews.freebsd.org/D11715
2017-07-24 21:25:49 +00:00
..
acplex.l Work around build breakages with GCC 4.2. 2013-05-23 05:42:35 +00:00
acpyacc.y Replace deprecated (or remove obsolete) libarchive 2.8 functions 2013-03-22 10:17:42 +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 ar: enable reproducible output by default when invoked as 'ar -s' 2016-06-16 21:22:26 +00:00
ar.h Mark bsdar_errc as __dead2 to help code analysis tools. 2012-10-22 02:12:06 +00:00
Makefile Convert to usr.bin/ to LIBADD 2014-11-25 14:29:10 +00:00
Makefile.depend DIRDEPS_BUILD: Regenerate without local dependencies. 2016-02-24 17:20:11 +00:00
read.c Avoid escaping EOL for line continuation 2015-04-09 15:08:39 +00:00
util.c
write.c ar: handle partial writes from archive_write_data 2017-07-24 21:25:49 +00:00