summaryrefslogtreecommitdiff
path: root/lib/libarchive/archive_platform.h
Commit message (Expand)AuthorAgeFilesLines
* MFC libarchive 1.9.Tim Kientzle2007-07-051-36/+21
* MFC: synchronize libarchive with FreeBSD-CURRENT. This includesTim Kientzle2007-01-271-76/+23
* MFC libarchive 1.2.53 to FreeBSD 6.Tim Kientzle2006-07-301-5/+7
* Minor clean up for flags restoration: Use fchflags/lchflags whenTim Kientzle2005-06-041-1/+3
* Start to address the race issue between restoring a file's contentsTim Kientzle2005-05-211-0/+13
* Fix broken ACL configuration on FreeBSD 4 and Linux.Tim Kientzle2005-04-231-5/+12
* Implement a custom print formatter (archive_string_vsprintf)Tim Kientzle2005-01-161-0/+6
* libarchive now has two complete build systems. The usual "Makefile"Tim Kientzle2004-08-071-25/+0
* Minor style nits.Tim Kientzle2004-07-241-2/+2
* Rework the feature-detection logic in archive_platform.h so thatTim Kientzle2004-07-241-62/+115
* Use "linux" instead of "LINUX" to control Linux-specific code.Tim Kientzle2004-07-241-0/+3
* Consistify: #define gets 1 tab character afterwardsTim Kientzle2004-05-031-37/+37
* More portability improvements, thanks to Juergen Lock.Tim Kientzle2004-04-211-6/+33
* Only enable the ACL restore logic on FreeBSD versions >= 5.0.Tim Kientzle2004-04-161-0/+3
* Linux still uses 32-bit off_t by default. Ask for 64-bit off_t onTim Kientzle2004-04-071-0/+1
* Just use autoconf-compatible feature macros; don't try to be clever.Tim Kientzle2004-03-221-2/+3
* Bug: Standard C still requires declarations to precede statements. <sigh>Tim Kientzle2004-03-201-0/+2
* Many fixes:Tim Kientzle2004-03-191-1/+26
* Many fixes.Tim Kientzle2004-03-091-0/+73