aboutsummaryrefslogtreecommitdiff
path: root/contrib
Commit message (Expand)AuthorAgeFilesLines
* retire in-tree GPL dtc devicetree compilerEd Maste2020-02-2946-14781/+0
* remove contrib/gperfEd Maste2020-02-2959-32984/+0
* retire the LLVM_LIBUNWIND optionEd Maste2020-02-291-1/+0
* Remove contrib/gcc and contrib/gcclibsEd Maste2020-02-291678-1762659/+0
* Plug possible memory leaks in the previous patch.Jung-uk Kim2020-02-271-0/+2
* Do not free p and g parameters after calling DH_set0_pqg(3).Jung-uk Kim2020-02-271-5/+13
* Fix style inconsistencies near our OpenSSL 1.1.x patch.Jung-uk Kim2020-02-271-13/+13
* Fix a white space.Jung-uk Kim2020-02-271-1/+1
* Merge commit 7214f7a79 from llvm git (by Sam Elliott):Brooks Davis2020-02-272-0/+13
* Fix poor performance of ftp(1) due to small SO_SNDBUF and SO_RCVBUF.Hiroki Sato2020-02-274-2/+32
* Fix broken STARTTLS when SharedMemoryKey is enabled.Hiroki Sato2020-02-271-5/+2
* Update to 6.2-20200215Baptiste Daroussin2020-02-19569-7201/+6049
|\
* | As with ipf(8), give ippool(8) the ability to load IP pools from multipleCy Schubert2020-02-182-2/+6
* | Update ncurses to 20200118Baptiste Daroussin2020-02-18427-35227/+68849
|\|
* | Really skip the tests in capsicum testsLi-Wen Hsu2020-02-171-0/+1
* | Temporarily skip flakey test in sys.capsicum.capsicum-test.main:Li-Wen Hsu2020-02-161-0/+1
* | ncurses: correct check for gcc >= 5.0Kyle Evans2020-02-141-1/+1
* | addr2line: use stdbool.h header for boolEd Maste2020-02-131-0/+1
* | addr2line: Handle DW_AT_ranges in compile unitsEd Maste2020-02-121-41/+106
* | elfcopy: set ELF OS/ABI field when converting from binaryEd Maste2020-02-125-2/+15
* | MFV r357783:Martin Matuska2020-02-12127-681/+2538
|\ \
| * | Update vendor/libarchive/dist to git 3288ebb0353beb51dfb09d444dedbe9235ead53dvendor/libarchive/3.4.2Martin Matuska2020-02-111-5/+11
* | | MFV r357712: file 5.38.Xin LI2020-02-1197-6574/+11276
|\ \ \
* | | | MFV r357687: Import NFS fix for O_SEARCH testsKyle Evans2020-02-091-21/+12
* | | | O_SEARCH test: mark revokex an expected fail on NFSKyle Evans2020-02-071-0/+22
* | | | MFV r357635: imnport v1.9 of the O_SEARCH testsKyle Evans2020-02-061-2/+2
* | | | MFV r357608: Limit memory usage in xz(1) instead of in tuklib.Xin LI2020-02-063-6/+51
* | | | O_SEARCH test: drop O_SEARCH|O_RDWR local diffKyle Evans2020-02-051-4/+0
* | | | O_SEARCH tests: plug trivial fd leakKyle Evans2020-02-051-0/+1
* | | | readelf: Don't leak memory when dwarf_get_fde_info_for_all_regs() fails.Mark Johnston2020-02-041-0/+1
* | | | readelf: Fix the check for an error from realloc().Mark Johnston2020-02-041-2/+2
* | | | readelf: Fix a double close of the input file.Mark Johnston2020-02-041-1/+0
* | | | size: Avoid returning a stack pointer from xlatetom().Mark Johnston2020-02-041-12/+13
* | | | elfcopy: Avoid leaking dst's fd when we fail to copy a file.Mark Johnston2020-02-041-2/+6
* | | | elfcopy: Handle multiple data descriptors properly.Mark Johnston2020-02-041-1/+1
* | | | libelftc: Add a missing check for an error from vector_str_init().Mark Johnston2020-02-043-8/+7
* | | | libelftc: Fix memory leaks in the C++ demanglers.Mark Johnston2020-02-042-5/+9
* | | | libdwarf: Fix a memory leak in _dwarf_frame_section_init().Mark Johnston2020-02-041-3/+3
* | | | libdwarf: Make an out-pointer of _dwarf_abbrev_add() mandatory.Mark Johnston2020-02-041-3/+1
* | | | libdwarf: Fix a possible memory leak in dwarf_add_AT_location_expr().Mark Johnston2020-02-041-1/+3
* | | | libdwarf: Remove unnecessary NULL checks.Mark Johnston2020-02-041-5/+5
* | | | Revert r357201: downgrade sqlite3 from sqlite3-3.31.0 (3310000) toCy Schubert2020-02-0411-9226/+5528
* | | | addr2line: Avoid a name collision.Mark Johnston2020-02-031-5/+5
* | | | addr2line: Cache CU DIEs upon a successful address lookup.Mark Johnston2020-02-031-32/+69
* | | | Provide O_SEARCHKyle Evans2020-02-021-2/+76
* | | | retire BSD_CRTBEGIN optionEd Maste2020-01-311-1/+0
* | | | contrib/apr: Rip out bogus [CS]PRNG implementationConrad Meyer2020-01-301-257/+19
* | | | contrib/apr: Remove scope leak UBConrad Meyer2020-01-301-1/+1
* | | | Merge r357224 from the clang1000-import branch:Dimitry Andric2020-01-281-14/+14
|\ \ \ \
| * | | | Fix the following -Werror warning from clang 10.0.0 in binutils:Dimitry Andric2020-01-281-14/+14