aboutsummaryrefslogtreecommitdiff
path: root/contrib
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | [PowerPC64] Add ABI flags to 'file' magicLeandro Lupori2019-06-281-0/+3
* | | | | | | Upgrade to Bzip2 version 1.0.7.Xin LI2019-06-2819-87/+84
|\ \ \ \ \ \ \ | | |_|_|/ / / | |/| | | | |
* | | | | | | Fix a typo.Cy Schubert2019-06-281-1/+1
* | | | | | | Document the -B, binary logfile, and the -C config file options.Cy Schubert2019-06-281-1/+11
* | | | | | | libelftc: add RISC-V bfd targetsMitchell Horne2019-06-282-0/+28
* | | | | | | readelf: Add support for RISC-V specific e_flagsMitchell Horne2019-06-282-1/+41
* | | | | | | Return a return code scripts might expect. I missed this whileCy Schubert2019-06-271-1/+1
* | | | | | | Update usage() to refect the current state of ipmon.Cy Schubert2019-06-271-2/+5
* | | | | | | Fix a typo.Cy Schubert2019-06-271-1/+1
* | | | | | | libdwarf: Use the cached strtab pointer when reading string attributes.Mark Johnston2019-06-261-4/+1
* | | | | | | elfcopy: Provide a size hint when creating the section string table.Mark Johnston2019-06-261-1/+17
* | | | | | | libelftc: Fix the documented prototype for elftc_string_table_destroy().Mark Johnston2019-06-261-1/+1
* | | | | | | libelftc: Consistently use size_t for string table offsets and sizes.Mark Johnston2019-06-263-21/+24
* | | | | | | libelftc: Micro-optimize string table insertion.Mark Johnston2019-06-261-1/+1
* | | | | | | powerpc: Transition to Secure-PLT, like most other OSs (Toolchain part)Justin Hibbits2019-06-252-2/+4
* | | | | | | powerpc: Transition to Secure-PLT, like most other OSsJustin Hibbits2019-06-251-1/+2
* | | | | | | The variable names in the description of the port number usage isMichael Tuexen2019-06-201-5/+5
* | | | | | | MFV r349134:Martin Matuska2019-06-176-6/+747
|\ \ \ \ \ \ \ | | |/ / / / / | |/| | | | |
* | | | | | | Upgrade our copies of clang, llvm, lld, lldb, compiler-rt, libc++,Dimitry Andric2019-06-1247-486/+589
* | | | | | | MFV r348971,r348977:Martin Matuska2019-06-129-108/+219
|\| | | | | |
| * | | | | | Update vendor/libarchive/dist to git 614110e76d9dbb9ed3e159a71cbd75fa3b23efe3vendor/libarchive/3.4.0Martin Matuska2019-06-111-69/+180
* | | | | | | Teach readelf about some OpenBSD ELF program headersChristian S.J. Peron2019-06-072-11/+17
* | | | | | | elfcopy: Use libelftc's string table routines to build .shstrtab.Mark Johnston2019-06-045-98/+30
* | | | | | | libelftc: Fix some minor style bugs.Mark Johnston2019-06-042-5/+3
* | | | | | | elfcopy: Use elf_getscn() instead of iterating over all sections.Mark Johnston2019-06-041-15/+13
* | | | | | | libelf: Use a red-black tree to manage the section list.Mark Johnston2019-06-047-19/+41
* | | | | | | Another partial revert of r301289.Warner Losh2019-06-031-1/+1
* | | | | | | Fix mismerge that crept into r301289.Warner Losh2019-06-031-3/+0
* | | | | | | Revert r348518Warner Losh2019-06-021-1/+1
* | | | | | | Reapply r301691:Warner Losh2019-06-021-1/+1
* | | | | | | Reapply r315426 by pfg:Warner Losh2019-06-021-6/+6
* | | | | | | Reapply r301289 by pfg:Warner Losh2019-06-026-43/+46
* | | | | | | Merge from upstream at 4189ef5d from https://github.com/onetrueawk/awk.gitWarner Losh2019-06-0272-219/+1723
|\ \ \ \ \ \ \
* | | | | | | | readelf: Make -t imply -S, for compatibility with GNU binutils.Mark Johnston2019-05-302-2/+4
* | | | | | | | elfcopy: Optimize for insertions at the end of the section list.Mark Johnston2019-05-302-5/+7
* | | | | | | | elfcopy: Remove an unneeded memset.Mark Johnston2019-05-301-1/+0
* | | | | | | | Add missing powerpc64 relocation support to libdwarfJustin Hibbits2019-05-291-1/+7
* | | | | | | | Pull in r361696 from upstream llvm trunk (by Sanjay Patel):Dimitry Andric2019-05-261-6/+4
* | | | | | | | MFV r347989:Martin Matuska2019-05-2086-3671/+6993
|\ \ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | |
| * | | | | | | Update vendor/libarchive/dist to git b5818e39e128eca4951e2ab10467d4d850a2ba57Martin Matuska2019-05-201-0/+218
* | | | | | | | The driver list prints "(null)" for the NDIS driver when -h (help) orCy Schubert2019-05-162-7/+5
* | | | | | | | Provide separate accounting for user-wired pages.Mark Johnston2019-05-131-1/+1
* | | | | | | | Fix expected output after r347207Li-Wen Hsu2019-05-089-9/+9
* | | | | | | | Add ConnectX-6 DX HCA ID to libmlx5.Hans Petter Selasky2019-05-081-0/+2
* | | | | | | | Add support for 200Gbit speeds to libibverbs.Hans Petter Selasky2019-05-083-1/+23
* | | | | | | | Move contrib/zlib to sys/contrib/zlib so that we can use it in kernel.Xin LI2019-05-0845-21807/+0
* | | | | | | | Pull in r360099 from upstream llvm trunk (by Eli Friedman):Dimitry Andric2019-05-081-26/+4
* | | | | | | | Import libxo-1.0.4:Phil Shafer2019-05-0625-69/+100
* | | | | | | | MFV r347136:Cy Schubert2019-05-0510-3789/+5214
* | | | | | | | MFV r346563:Cy Schubert2019-04-23295-7064/+15640
|\ \ \ \ \ \ \ \ | | |_|_|_|_|/ / | |/| | | | | |