aboutsummaryrefslogtreecommitdiff
path: root/contrib
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | Merge FreeBSD changes from usr.bin/cpio to contrib/libarchive/cpio:Martin Matuska2011-12-214-7/+21
* | | | | | Merge FreeBSD changes from usr.bin/tar to contrib/libarchive/tar:Martin Matuska2011-12-216-112/+183
* | | | | | Merge FreeBSD changes from usr.bin/tar to contrib/libarchive/libarchive_fe:Martin Matuska2011-12-211-2/+2
* | | | | | Add $FreeBSD$ to libarchive_fe headers where missing.Martin Matuska2011-12-212-0/+4
* | | | | | Merge FreeBSD changes from lib/libarchive to contrib/libarchive:Martin Matuska2011-12-2124-120/+252
* | | | | | Add missing integer casts to comparsions in libarchive read.Martin Matuska2011-12-212-3/+4
* | | | | | Partial merge of r224691 from lib/libarchive:Martin Matuska2011-12-211-1/+3
* | | | | | Remove libarchive/archive_entry_copy_bhfi.c and libarchive/mtree.5Martin Matuska2011-12-213-343/+2
* | | | | | Remove config_freebsd.h and add to FREEBSD-XlistMartin Matuska2011-12-214-294/+3
* | | | | | Strip unnecessary files and directories from contrib/libarchiveMartin Matuska2011-12-2160-11258/+0
* | | | | | Set svn:keywords to FreeBSD=%H for contrib/libarchiveMartin Matuska2011-12-21276-276/+276
* | | | | | Add FREEBSD-Xlist and FREEBSD-upgrade to contrib/libarchiveMartin Matuska2011-12-212-0/+49
* | | | | | Copy libarchive from vendor branch to contribMartin Matuska2011-12-21397-0/+108328
|\ \ \ \ \ \ | | |_|/ / / | |/| | | |
| * | | | | Vendor import of libarchive (release/2.8, r3824)Martin Matuska2011-12-2013-0/+2135
| / / / /
* | | | | Clean an inconsistency with -ffinite-math-only.Pedro F. Giffuni2011-12-212-7/+15
* | | | | Restore a feature that was present in 5.x and 6.x, and was cleared inGleb Smirnoff2011-12-201-0/+17
* | | | | - Fix examples to show new CARP style.Gleb Smirnoff2011-12-201-12/+11
* | | | | In contrib/tcpdump/print-icmp6.c, fix a problem where the comparisonDimitry Andric2011-12-191-8/+7
* | | | | Upgrade to OpenPAM Lycopsida.Dag-Erling Smørgrav2011-12-18158-26261/+27398
|\| | | |
* | | | | In contrib/pnpinfo/pnpinfo.c, remove an extraneous parameter from theDimitry Andric2011-12-171-1/+1
* | | | | In contrib/telnet/telnet/utilities.c, fix a few warnings about formatDimitry Andric2011-12-171-4/+4
* | | | | In contrib/less, cast away const a bunch of times, to make it buildDimitry Andric2011-12-172-7/+7
* | | | | In contrib/ee/ee.c, fix a few warnings about format strings not beingDimitry Andric2011-12-171-7/+7
* | | | | In contrib/bzip2/bzip2recover.c, use the correct printf length modifierDimitry Andric2011-12-171-1/+1
* | | | | Adter r228571 unbreak architectures with strict alignment rulesBjoern A. Zeeb2011-12-171-7/+7
* | | | | In contrib/gperf/src/output.cc, use the correct printf length modifierDimitry Andric2011-12-161-1/+1
* | | | | In contrib/telnet/telnetd/utility.c, fix a few warnings about formatDimitry Andric2011-12-161-4/+4
* | | | | In contrib/telnet/libtelnet/sra.c, use the correct number of bytes toDimitry Andric2011-12-161-1/+1
* | | | | In contrib/file/softmagic.c, fix a potential format string securityDimitry Andric2011-12-151-1/+1
* | | | | Add support for __COUNTER__.Ed Schouten2011-12-134-1/+9
* | | | | Include sys/queue.h: snmpmod.h uses TAILQ.Mikolaj Golub2011-12-111-0/+1
* | | | | Add minimal validation of the service name to fend off at least oneDag-Erling Smørgrav2011-12-101-0/+7
* | | | | Upgrade our copy of llvm/clang to 3.0 release. Release notes can beDimitry Andric2011-12-0933-1024/+1428
* | | | | Pull up vendor changes to mdoc(7).Ruslan Ermilov2011-12-084-17/+171
|\ \ \ \ \
* | | | | | - set progname for use in usage()Eitan Adler2011-12-081-0/+1
* | | | | | Make it possible to use the debug versions of std::map and std::multimapDimitry Andric2011-12-072-4/+0
* | | | | | Reimport .texi and .texinfo necessary to build the info documentation.Baptiste Daroussin2011-11-283-2/+1768
* | | | | | upgrade gperf to the last GPLv2 version (3.0.3)Baptiste Daroussin2011-11-28108-18985/+23151
* | | | | | Update libcxxrt to remove the pthread dependency.David Chisnall2011-11-263-9/+89
* | | | | | Import libc++ / libcxxrt into base. Not build by default yet (useDavid Chisnall2011-11-25143-0/+118717
* | | | | | Implement xlocale APIs from Darwin, mainly for use by libc++. This adds aDavid Chisnall2011-11-207-30/+57
* | | | | | Rename the linker emulation name for powerpc and powerc64. This is needed thatAndreas Tobler2011-11-193-2/+5
* | | | | | Pull in r144505 from upstream clang trunk:Dimitry Andric2011-11-199-7/+70
* | | | | | Pull in r144237 from upstream clang trunk:Dimitry Andric2011-11-191-2/+2
* | | | | | Pull in r144110 from upstream clang trunk:Dimitry Andric2011-11-192-113/+105
* | | | | | Upgrade to BIND 9.8.1-P1 to address the following DDOS bug:Doug Barton2011-11-174-18/+21
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | |
* | | | | | Copy over the ASM_DECLARE_FUNCTION_SIZE macro from linux64.h. This macroAndreas Tobler2011-11-161-0/+19
* | | | | | Import gcc fix for -fstack-protector that produces segfaultingFabien Thomas2011-11-091-2/+4
* | | | | | MFV of r226974, tzdata2011nEdwin Groothuis2011-11-015-24/+51
* | | | | | Pull in r143305 and r143312 from upstream clang trunk, so using "clangDimitry Andric2011-10-301-3/+18