aboutsummaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | | | Fix sparc64 libc build after r320742.Kyle Evans2017-07-061-4/+12
| * | | | The impending libregex will implement GNU extensions to bring BREs andKyle Evans2017-07-062-92/+224
| * | | | Fix cleanup in lib/libc/gen/setdomainname_testAlan Somers2017-07-061-0/+1
| * | | | compiler_rt: provide bswap buildins on sparc64Ed Maste2017-07-061-3/+2
| * | | | Sort entries in libgcc_s Version.mapEd Maste2017-07-051-1/+1
| * | | | libelftc: bump version, tracking import in r320343Ed Maste2017-07-051-1/+1
| * | | | cam: EOL whitespace cleanup and line wrapping changesEd Maste2017-07-041-2/+3
| | | | |
| \ \ \ \
| \ \ \ \
| \ \ \ \
*---. \ \ \ \ Merge llvm, clang, lld, lldb, compiler-rt and libc++ r307894, and updateDimitry Andric2017-07-1310-9/+10
|\ \ \ \ \ \ \ | | |_|_|/ / / | |/| | | / / | | | | |/ / | | | |/| |
| | | * | | Vendor import of llvm trunk r307894:vendor/llvm/llvm-trunk-r307894Dimitry Andric2017-07-13374-4184/+11756
| | * | | | Vendor import of libc++ trunk r307894:vendor/libc++/libc++-trunk-r307894Dimitry Andric2017-07-131-3/+3
| * | | | | Vendor import of compiler-rt trunk r307894:vendor/compiler-rt/compiler-rt-trunk-r307894Dimitry Andric2017-07-1370-968/+1132
* | | | | | Merge ^/head r320398 through r320572.Dimitry Andric2017-07-0250-205/+247
|\ \ \ \ \ \ | | |_|_|/ / | |/| | | |
| * | | | | Correct signatures of several pthreads stubs.Konstantin Belousov2017-07-021-4/+5
| * | | | | Increase loop unrolling for skein hashesAllan Jude2017-07-011-0/+4
| * | | | | Fix functional_test.sh to use --libxo options instead of the deprecatedPhil Shafer2017-06-301-3/+3