aboutsummaryrefslogtreecommitdiff
path: root/contrib
Commit message (Expand)AuthorAgeFilesLines
* Update libarchive to 3.0.3Martin Matuska2012-02-25460-13111/+125024
|\
| * Update vendor libarchive dist to new "release" branch (post 3.0.3)Martin Matuska2012-02-087-18/+65
* | Update to tcsh 6.18.01.Mark Peek2012-02-22327-10187/+11147
|\ \
* \ \ IFC @231845Bjoern A. Zeeb2012-02-1788-0/+15407
|\ \ \
| * | | Implement -print-file-name=include (which is undocumentedTim Kientzle2012-02-101-0/+11
| * | | Add a WITH_CLANG_EXTRAS option for src.conf(5), disabled by default,Dimitry Andric2012-02-0587-0/+15396
* | | | Switch from setfib(2) moving the process to a different FIB to setsockopt(2)Bjoern A. Zeeb2012-02-141-4/+9
* | | | Fix the upper limit bounds checking for the "rtables" keyword wrappingBjoern A. Zeeb2012-02-031-4/+28
|/ / /
* | | Uupdate code to vendor rev. 4183 (release/2.8)Martin Matuska2012-01-291-0/+13
|\ \ \ | | |/ | |/|
* | | Pull in r148240 from upstream llvm trunk:Dimitry Andric2012-01-201-1/+1
* | | Add SPARC64 version of div/mod written in assembly.Ed Schouten2012-01-126-0/+924
* | | Add a workaround to prevent endless recursion in compiler-rt.Ed Schouten2012-01-121-0/+20
* | | Silence a warning about redefinition of TARGET_ELF on powerpc.Andreas Tobler2012-01-061-0/+1
* | | Replace an OpenBSDism with a FreeBSDism in the pfctl(8) man page: we putRobert Watson2012-01-051-1/+1
* | | Pull up vendor changes to mdoc(7)Ulrich Spörlein2012-01-052-4/+4
* | | Import compiler-rt r147467.Ed Schouten2012-01-032-3/+3
* | | Redo r228645, but instead of casting away const conversion warnings inDimitry Andric2012-01-012-8/+8
* | | Revert r228645, which casts away a number of const conversion warningsDimitry Andric2012-01-012-7/+7
* | | Upgrade libcompiler_rt to upstream revision 147390.Ed Schouten2011-12-31149-897/+882
* | | Fix incorrect uses of sizeof().Kevin Lo2011-12-286-8/+8
* | | Update to vendor revision 4016.Martin Matuska2011-12-273-17/+94
|\| |
* | | Add libstdthreads.Ed Schouten2011-12-262-0/+3
* | | Merge from OpenBSD 5.0 (this is a dummy change, the vendor change does notXin LI2011-12-261-1/+1
|\ \ \
* | | | Add the C11 standard to groff. This allows us to refer to C11 as -isoC-11.Ed Schouten2011-12-252-0/+4
* | | | Fix a problem whereby a corrupt DNS record can cause named to crash. [11:06]Colin Percival2011-12-231-0/+3
* | | | Fix typo s/xz/libarchive/Martin Matuska2011-12-231-1/+1
* | | | Merge upstream r509: don't log an error in the common case (ENOENT).Dag-Erling Smørgrav2011-12-221-3/+5
|\ \ \ \
* | | | | Update libstdc++ with small updates from the latest rev. (135556)Pedro F. Giffuni2011-12-2115-49/+201
* | | | | 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