Date: Tue, 29 Dec 2009 05:35:40 +0000 (UTC) From: Tim Kientzle <kientzle@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/lib/libarchive archive_write_disk.c Message-ID: <200912290537.nBT5b3BI019756@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
kientzle 2009-12-29 05:35:40 UTC
FreeBSD src repository
Modified files:
lib/libarchive archive_write_disk.c
Log:
SVN rev 201159 on 2009-12-29 05:35:40Z by kientzle
Various fixes when creating objects on disk:
* Write xattrs last instead of first (required on platforms that use
system xattrs for security attributes)
* Better handling of chdir() failures
* Don't bother trying to shorten files via seek()/write()
* Fix build on systems that lack link()/symlink()/mknod()
* Prefer futimens()/utimensat() when they're present
Revision Changes Path
1.57 +74 -23 src/lib/libarchive/archive_write_disk.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200912290537.nBT5b3BI019756>
