aboutsummaryrefslogtreecommitdiff
path: root/contrib
Commit message (Expand)AuthorAgeFilesLines
* Work around an ARM EABI issue where clang would sometimes incorrectly alignAndrew Turner2013-07-021-1/+1
* Make libsupc++'s __cxa_call_terminate() prototype consistent with theDimitry Andric2013-06-291-1/+1
* - Trim an unused and bogus Makefile for mount_smbfs.Davide Italiano2013-06-281-18/+0
* gcc: configuration fix.Pedro F. Giffuni2013-06-241-2/+2
* gcc: add some configuration and references.Pedro F. Giffuni2013-06-243-5/+15
* Pull in r183984 from llvm trunk:Dimitry Andric2013-06-202-13/+3
* Try to fix build of apr on FreeBSD/arm.Tim Kientzle2013-06-201-1/+1
* Fix use after free bug.Simon J. Gerraty2013-06-181-2/+4
* Merge 1.8.0Peter Wemm2013-06-186-7/+7
* Merge the commit template patch.Peter Wemm2013-06-181-1/+97
* Merge the 3-way merge marker tweak.Peter Wemm2013-06-181-1/+1
* Introduce svnlite so that we can check out our source code again.Peter Wemm2013-06-181008-0/+847730
* Fold in frame-unwind patchEd Maste2013-06-171-0/+4
* Import change e4ac6417c7504e1c55ec556ce908974c04e29e3c from upstream wpa:Sergey Kandaurov2013-06-171-1/+1
* Include die tag in error messageEd Maste2013-06-171-2/+2
* Update dialog to 1.2-20130523Baptiste Daroussin2013-06-17134-8147/+9796
* Remove CVS from the base system.Eitan Adler2013-06-15234-227580/+0
* Pull in r183926 from LLVM trunk:Andrew Turner2013-06-155-3/+13
* Pull in r184040 from upstream clang trunk:Ed Schouten2013-06-151-2/+2
* Pull in r181620 from llvm trunk:Dimitry Andric2013-06-142-27/+34
* Handle DW_TAG_unspecified_typeEd Maste2013-06-121-0/+26
* Handle DW_TAG_rvalue_reference_typeEd Maste2013-06-122-0/+5
* Upgrade our copy of llvm/clang to 3.3 release.Dimitry Andric2013-06-12922-19703/+52679
* Fix build for FreeBSD. We do not have alloca.h.Jung-uk Kim2013-06-051-0/+2
* Add GNU regex from glibc 2.17.Jung-uk Kim2013-06-056-0/+11388
* Pull in r183297 from upstream llvm trunk:Dimitry Andric2013-06-051-3/+31
* Update to bmake-20130604 to fix file descriptor leak.Simon J. Gerraty2013-06-055-22/+42
* Update jemalloc to version 3.4.0.Jason Evans2013-06-0319-164/+341
* Revert: Use time_t instead of long for archive timestamps.Pedro F. Giffuni2013-06-017-24/+15
* BFD: Use time_t instead of long for archive timestamps.Pedro F. Giffuni2013-06-017-15/+24
* Pull in r183033 and r183036 from LLVM trunk:Ed Schouten2013-06-011-28/+105
* GCC: bring back experimental support for amdfam10/barcelona CPUs.Pedro F. Giffuni2013-06-0115-165/+1515
* MFV: Redo the fixup using the submitted version accepted by upstream.Xin LI2013-05-311-3/+1
|\
* | Fix "automatic" login, broken by revision 69825 (12 years, 5 months ago).Marcel Moolenaar2013-05-311-14/+10
* | Revert files with no local changes to their vendor state to ease futureXin LI2013-05-315-6/+0
* | Remove unused files.Xin LI2013-05-3123-12238/+0
* | Diff reduction against tcpdump revision 949a22064d3534eddeb8aa2b9c36a50e45fe1...Xin LI2013-05-301-2/+1
* | MFV: tcpdump 4.4.0.Xin LI2013-05-3039-7877/+4631
|\|
* | Update byacc to 20130304Baptiste Daroussin2013-05-3037-1724/+1768
* | MFV: libpcap 1.4.0.Xin LI2013-05-3054-4050/+8632
|\ \
* | | Modify atf::fs::path::get_process_helpers_path API to properlyMarcel Moolenaar2013-05-294-8/+12
* | | Fix warnings from newer clang versions about constexpr member functionsDimitry Andric2013-05-281-4/+4
* | | Pull in r182656 from upstream llvm trunk:Dimitry Andric2013-05-261-1/+4
* | | Make the malloc(3) family of functions weak and make their non-weakMarcel Moolenaar2013-05-251-0/+41
* | | Work around build breakages with GCC 4.2.Jung-uk Kim2013-05-231-0/+1
* | | Enable GNU m4 compatibility mode.Jung-uk Kim2013-05-211-1/+1
* | | Allow YY_NO_UNPUT to disable unput() for backward compatibility.Jung-uk Kim2013-05-211-0/+5
* | | Define yy_current_buffer for backward compatibility.Jung-uk Kim2013-05-211-0/+1
* | | Do not use log10(3) to get rid of libm dependency. It is really not useful.Jung-uk Kim2013-05-213-3/+5
* | | Reduce compiler warnings.Jung-uk Kim2013-05-219-9/+16