aboutsummaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
* | libprocstat: Include cd9660 headers in the same order as the kernelConrad Meyer2017-01-081-1/+1
* | remove network mask calculation for Classful networkBaptiste Daroussin2017-01-071-23/+10
* | Export __cxa_thread_atexit_impl as an alias for __cxa_thread_atexit.Konstantin Belousov2017-01-075-106/+164
* | Make do_buff_decode() not read past the end of the buffer.Alexander Motin2017-01-071-34/+40
* | Unbreak lib/libsysdecode after r311568 by decoding MSG_MORETOCOME flagEnji Cooper2017-01-071-1/+1
* | [lib80211] add VHT bands and channel flags.Adrian Chadd2017-01-072-0/+34
* | MFV r311477: xz 5.2.3.Xin LI2017-01-061-8/+24
* | Add a reasonable bound on the symbol table index size.Mark Johnston2017-01-051-2/+4
* | __vdso_gettc(): be extra careful with /dev/hpet mappings, never unmapKonstantin Belousov2017-01-041-19/+35
* | MFV r311279: zlib 1.2.10.Xin LI2017-01-043-1/+15
|\ \
* | | Restructure libz, place vendor files in contrib/zlib like other thirdXin LI2017-01-0445-20548/+20
|\| |
* | | Update libsysdecode for getfsstat() 'flags' argument changing to 'mode'.John Baldwin2017-01-036-10/+15
* | | Cleanup inelegant calloc(3) introduced in r310984.Pedro F. Giffuni2017-01-021-1/+1
* | | libkvm - extend a bit the swap statistics field.Pedro F. Giffuni2017-01-023-9/+11
* | | Install bsnmpclient(3) as snmp_client_{init,set_host,set_port}(3)Enji Cooper2017-01-011-0/+3
* | | Look for list.h in ${.CURDIR} to unbreak the build with a ports-based copyEnji Cooper2017-01-011-1/+1
* | | Use calloc instead of malloc + memset(.., 0, ..)Enji Cooper2016-12-311-8/+4
* | | Move __hidden attribute towards the end of the declaration.Pedro F. Giffuni2016-12-311-12/+12
* | | MFV r310796, r310797:Martin Matuska2016-12-301-3/+5
* | | loader: nandfs calls strategy with one extra argument.Toomas Soome2016-12-301-1/+1
* | | dosfs support in libstand is broken since r298230Toomas Soome2016-12-308-52/+38
* | | Reapply 310775, now it also builds correctly if lldb is disabled:Dimitry Andric2016-12-301-27/+33
* | | Fix inverted loop condition which broke multi-line responses to CONNECT.Dag-Erling Smørgrav2016-12-301-1/+1
* | | Revert r310775 for now, until we can figure out why it does not seem toDimitry Andric2016-12-291-26/+20
* | | Use compiler driver to build relocatable objectAlexander Kabaev2016-12-291-1/+1
* | | Move llvm-objdump from CLANG_EXTRAS to installed by defaultDimitry Andric2016-12-291-20/+26
* | | Install {asn1,bsnmpagent,bsnmpclient,bsnmplib}.3 as all of the APIsEnji Cooper2016-12-281-2/+92
* | | Rename the 'flags' argument to getfsstat() to 'mode' and validate it.John Baldwin2016-12-273-10/+16
* | | libkvm: support access to vmm guest memory, allow writes to fwmem and vmmAndriy Gapon2016-12-272-7/+48
* | | MFV r310622:Martin Matuska2016-12-271-0/+2
* | | Revert r310138Enji Cooper2016-12-221-31/+0
* | | Fix memory leak.Gleb Smirnoff2016-12-201-0/+1
* | | hyperv: Implement userspace gettimeofday(2) with Hyper-V reference TSCSepherosa Ziehau2016-12-191-0/+73
* | | Merge ^/head r310169 through r310190.Dimitry Andric2016-12-171-1/+9
|\ \ \
| * | | Install the lib/libelftc manpagesEnji Cooper2016-12-171-1/+9
* | | | Merge ^/head r309817 through r310168.Dimitry Andric2016-12-163-10/+34
|\| | |
| * | | vfprintf(3): Add support for kernel %b formatConrad Meyer2016-12-161-0/+31
| * | | capsicum_helpers: Add LOOKUP flagConrad Meyer2016-12-161-0/+3
| * | | Now that external gcc directly natively links to libc++ we can removeBaptiste Daroussin2016-12-101-10/+0
| | | |
| \ \ \
| \ \ \
| \ \ \
| \ \ \
| \ \ \
| \ \ \
| \ \ \
| \ \ \
| \ \ \
*---------. \ \ \ Merge llvm, clang, lld, lldb, compiler-rt and libc++ 3.9.1 releaseDimitry Andric2016-12-161-1/+1
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Vendor import of clang 3.9.1 release r289601:vendor/clang/clang-release_391-r289601Dimitry Andric2016-12-161-1/+1
| | | | | | | | | |
| \ \ \ \ \ \ \ \ \
| \ \ \ \ \ \ \ \ \
| \ \ \ \ \ \ \ \ \
| \ \ \ \ \ \ \ \ \
| \ \ \ \ \ \ \ \ \
| \ \ \ \ \ \ \ \ \
| \ \ \ \ \ \ \ \ \
| \ \ \ \ \ \ \ \ \
| \ \ \ \ \ \ \ \ \
*---------. \ \ \ \ \ \ \ \ \ Update llvm, clang, lld, lldb, compiler-rt and libc++ to release_39Dimitry Andric2016-12-101-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|/ / / / / / / / / | |/| | | | | / / / / / / / / | | | |_|_|_|/ / / / / / / / | | |/| | | | / / / / / / / | | | | |_|_|/ / / / / / / | | | |/| | | / / / / / / | | | | | |_|/ / / / / / | | | | |/| | / / / / / | | | | | | |/ / / / / | | | | | |/| / / / / | | | | | | |/ / / /
| | | | | | * | | | Vendor import of llvm release_39 branch r288847:vendor/llvm/llvm-release_391-r289601vendor/llvm/llvm-release_39-r288847Dimitry Andric2016-12-103-19/+31
| | | | | | * | | | Vendor import of llvm release_39 branch r288513:vendor/llvm/llvm-release_39-r288513Dimitry Andric2016-12-027-25/+52
| | | | | | * | | | Vendor import of llvm release_39 branch r287912:vendor/llvm/llvm-release_39-r287912Dimitry Andric2016-11-2513-19/+261
| | | | | * | | | | Vendor import of lldb release_39 branch r276489:vendor/lldb/lldb-release_39-r276489Dimitry Andric2016-07-231-217/+0
| | | | * | | | | | Vendor import of lld release_39 branch r276489:vendor/lld/lld-release_39-r276489Dimitry Andric2016-07-23174-27087/+2828
| | | | * | | | | | Vendor import of lld trunk r257626:vendor/lld/lld-trunk-r257626Dimitry Andric2016-01-1331-455/+76
| | | | * | | | | | Vendor import of lld trunk r256945:vendor/lld/lld-trunk-r256945Dimitry Andric2016-01-063-113/+138
| | | | * | | | | | Vendor import of lld trunk r256633:vendor/lld/lld-trunk-r256633Dimitry Andric2015-12-30237-19887/+14355