aboutsummaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Remove redundant include directories which expand to a noop,Cy Schubert2017-07-311-2/+1
*---------. Upgrade our copies of clang, llvm, lld and lldb to r309439 from theDimitry Andric2017-07-305-4/+9
|\ \ \ \ \ \
| | | | | | * Vendor import of llvm release_50 branch r309439:vendor/llvm/llvm-release_50-r309439Dimitry Andric2017-07-2918-86/+133
| | | | * | | Vendor import of lld release_50 branch r309439:vendor/lld/lld-release_50-r310316vendor/lld/lld-release_50-r309439Dimitry Andric2017-07-291-2/+6
| | | | * | | Vendor import of lld trunk r307894:vendor/lld/lld-trunk-r307894Dimitry Andric2017-07-131-3/+3
| | | * | | | Vendor import of libc++ trunk r308421:vendor/libc++/libc++-trunk-r308421Dimitry Andric2017-07-191-1/+1
| * | | | | | Vendor import of clang release_50 branch r309439:vendor/clang/clang-release_50-r309439Dimitry Andric2017-07-298-32/+132
* | | | | | | libprocstat(3): fix arguments list for procstat_getargv(3) and procstat_geten...Enji Cooper2017-07-291-2/+0
* | | | | | | libprocstat(3): fix reference (typo) to procstat_freeenvv in description forEnji Cooper2017-07-291-1/+1
* | | | | | | Add sys/socket.h to SYNOPSIS for libprocstat(3)Enji Cooper2017-07-291-1/+2
* | | | | | | Simplify flow control.Konstantin Belousov2017-07-281-12/+11
* | | | | | | Use MFENCE to serialize RDTSC on non-Intel CPUs.Konstantin Belousov2017-07-271-38/+89
* | | | | | | Re-add #endif accidentally deleted in r321484Enji Cooper2017-07-251-0/+1
* | | | | | | Only test ld_pi_odd with LDBL_MANT_DIG == 64 to fix the buildEnji Cooper2017-07-251-6/+1
* | | | | | | Mask issues with duplicate definitions for __fnstcw, __fldenv, and __fldcw onEnji Cooper2017-07-251-0/+4
* | | | | | | Fix indent.Konstantin Belousov2017-07-251-1/+1
* | | | | | | Mark :reduction as an expected failureEnji Cooper2017-07-251-0/+5
* | | | | | | Convert lib/msun/trig_test from TAP to ATF formatEnji Cooper2017-07-252-69/+73
* | | | | | | Raise WARNS to 1Enji Cooper2017-07-251-2/+2
* | | | | | | Move llvm Options.inc hack from r321433 for NO_CLEAN to lib/clang/libllvm.Bryan Drewery2017-07-241-0/+10
* | | | | | | fix typoWarner Losh2017-07-241-1/+1
* | | | | | | Add a few more object files to liblldb, which should solve errors whenDimitry Andric2017-07-241-0/+4
* | | | | | | Handle WITH/WITHOUT_PF in libsysdecodeKristof Provost2017-07-222-2/+8
* | | | | | | Merge ^/head r321307 through r321350.Dimitry Andric2017-07-213-9/+41
|\ \ \ \ \ \ \
| * | | | | | | Properly set userid for truncate_test.Bryan Drewery2017-07-211-1/+1
| * | | | | | | Implement SIGEV_THREAD notifications for lio_listio(2)Alan Somers2017-07-212-8/+40
* | | | | | | | Merge ^/head r321239 through r321306.Dimitry Andric2017-07-203-24/+0
|\| | | | | | |
| * | | | | | | Remove some private symbols from librtAlan Somers2017-07-203-24/+0
* | | | | | | | Merge ^/head r320994 through r321238.Dimitry Andric2017-07-193-6/+2
|\| | | | | | |
| * | | | | | | enable pidfile tests on arm64Ed Maste2017-07-191-2/+0
| * | | | | | | Remove special handling for 'disk*.h'John Baldwin2017-07-181-3/+1
| * | | | | | | libthr: check for possible overflow in the pthread_barrier_init() count.Pedro F. Giffuni2017-07-151-1/+1
| | | | | | | |
| \ \ \ \ \ \ \
| \ \ \ \ \ \ \
| \ \ \ \ \ \ \
*---. \ \ \ \ \ \ \ Merge llvm, clang, lld, lldb, compiler-rt and libc++ r308421, and updateDimitry Andric2017-07-194-5/+18
|\ \ \ \ \ \ \ \ \ \ | | | | |/ / / / / / | | | |/| / / / / / | | |_|_|/ / / / / | |/| | | | | | / | | | |_|_|_|_|/ | | |/| | | | |
| | | * | | | | Vendor import of clang trunk r308421:vendor/clang/clang-trunk-r308421Dimitry Andric2017-07-1978-1266/+4284
| | | * | | | | Vendor import of clang trunk r307894:vendor/clang/clang-trunk-r307894Dimitry Andric2017-07-13111-1167/+2128
| | * | | | | | Vendor import of llvm trunk r308421:vendor/llvm/llvm-trunk-r308421Dimitry Andric2017-07-19258-2985/+8701
| * | | | | | | Vendor import of compiler-rt trunk r308421:vendor/compiler-rt/compiler-rt-trunk-r308421vendor/compiler-rt/compiler-rt-release_50-r311219vendor/compiler-rt/compiler-rt-release_50-r310316vendor/compiler-rt/compiler-rt-release_50-r309439Dimitry Andric2017-07-1934-484/+1009
* | | | | | | | Merge ^/head r320971 through r320993.Dimitry Andric2017-07-143-2/+62
|\ \ \ \ \ \ \ \ | | |_|_|/ / / / | |/| | | | | |
| * | | | | | | Follow up to r320992, properly escape the backslash so it renders properly.Brad Davis2017-07-141-2/+2
| * | | | | | | Add a complete example to tsearch(3)Brad Davis2017-07-141-1/+59
| * | | | | | | Add IBM TS1155 density codes to libmt and the mt(1) man page.Kenneth D. Merry2017-07-141-0/+2
| * | | | | | | libthr: 'count' is unsigned so don't check for negative values.Pedro F. Giffuni2017-07-141-1/+1
* | | | | | | | Merge ^/head r320573 through r320970.Dimitry Andric2017-07-1321-141/+446
|\| | | | | | |
| * | | | | | | Don't dlclose NSS modules from nss_atexit().Mark Johnston2017-07-111-6/+3
| * | | | | | | DIRDEPS_BUILD: Connect more libraries.Bryan Drewery2017-07-117-0/+94
| * | | | | | | Provide libdl.Konstantin Belousov2017-07-105-1/+59
| * | | | | | | Fix warnings, adjust style.Konstantin Belousov2017-07-101-32/+44
| * | | | | | | An MMC/SD/SDIO stack using CAMWarner Losh2017-07-091-0/+1
| * | | | | | | Simplify language.Konstantin Belousov2017-07-081-3/+5
| * | | | | | | Correctly ignore branch operators in the top-level parser when applicable.Kyle Evans2017-07-071-1/+1