aboutsummaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | Vendor import of llvm trunk r305575:vendor/llvm/llvm-trunk-r305575Dimitry Andric2017-06-16197-2630/+4631
| * | | | | | | Vendor import of libc++ trunk r305575:vendor/libc++/libc++-trunk-r305575Dimitry Andric2017-06-161-0/+1
* | | | | | | | Merge llvm, clang, lld, lldb, compiler-rt and libc++ r305145, and updateDimitry Andric2017-06-104-6/+8
|\ \ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | |
| * | | | | | | Vendor import of llvm trunk r305145:vendor/llvm/llvm-trunk-r305145Dimitry Andric2017-06-10886-4316/+10798
* | | | | | | | Merge ^/head r319548 through r319778.Dimitry Andric2017-06-109-245/+55
|\ \ \ \ \ \ \ \ | | |_|_|/ / / / | |/| | | | | |
| * | | | | | | Improve decoding of RB_AUTOBOOT in the 'howto' argument to reboot().John Baldwin2017-06-101-1/+12
| * | | | | | | Import libxo-0.8.1 with official fix to today's build break.Phil Shafer2017-06-092-8/+8
| * | | | | | | Import libxo-0.8.0:Phil Shafer2017-06-082-8/+8
| * | | | | | | libc: Remove futimens() and utimensat() compat stubs.Jilles Tjoelker2017-06-074-221/+1
| * | | | | | | tsearch_test: Test twalk & add some determinism.Will Andrews2017-06-061-1/+29
| * | | | | | | ANSIfy md5 functionsToomas Soome2017-06-051-14/+5
* | | | | | | | Merge ^/head r319480 through r319547.Dimitry Andric2017-06-037-3/+17
|\| | | | | | |
| * | | | | | | Decode the 'who' argument passed to getrusage().John Baldwin2017-06-035-1/+15
| * | | | | | | Add a cross-reference to sysdecode_socket_protocol(3).John Baldwin2017-06-031-1/+2
| * | | | | | | Remove stale cap_rights_get(2) manpage.John Baldwin2017-06-021-1/+0
* | | | | | | | Merge llvm, clang, lld, lldb, compiler-rt and libc++ r304659, and updateDimitry Andric2017-06-039-12/+8
|\ \ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | |
| * | | | | | | Vendor import of llvm trunk r304659:vendor/llvm/llvm-trunk-r304659Dimitry Andric2017-06-0399-1564/+4411
* | | | | | | | Merge ^/head r319251 through r319479.Dimitry Andric2017-06-016-23/+56
|\ \ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | |
| * | | | | | | For arm targets, place ABI at the end of the target tripleDimitry Andric2017-06-011-5/+6
| * | | | | | | When sysctlbyname fails, free buf before returning.Stephen J. Kiernan2017-06-011-1/+3
| * | | | | | | * limit size of buffers to RPC_MAXDATASIZEXin LI2017-06-014-17/+47
| | | | | | | |
| \ \ \ \ \ \ \
*-. \ \ \ \ \ \ \ Merge llvm, clang, lld, lldb, compiler-rt and libc++ r304460, and updateDimitry Andric2017-06-015-4/+8
|\ \ \ \ \ \ \ \ \ | | | |/ / / / / / | | |/| / / / / / | | |_|/ / / / / | |/| | | | | |
| | * | | | | | Vendor import of llvm trunk r304460:vendor/llvm/llvm-trunk-r304460Dimitry Andric2017-06-01149-1453/+5268
| | | | | | | |
| \ \ \ \ \ \ \
*-. \ \ \ \ \ \ \ Merge llvm, clang, lld, lldb, compiler-rt and libc++ r304222, and updateDimitry Andric2017-05-305-11/+13
|\ \ \ \ \ \ \ \ \ | | |_|/ / / / / / | |/| | | | | / / | | | |_|_|_|/ / | | |/| | | | |
| | * | | | | | Vendor import of clang trunk r304222:vendor/clang/clang-trunk-r304222Dimitry Andric2017-05-3021-1084/+1279
| * | | | | | | Vendor import of llvm trunk r304222:vendor/llvm/llvm-trunk-r304222Dimitry Andric2017-05-3055-456/+2259
* | | | | | | | Add one more file to libllvm.Dimitry Andric2017-05-291-1/+1
* | | | | | | | Merge ^/head r318964 through r319164.Dimitry Andric2017-05-2934-192/+909
|\ \ \ \ \ \ \ \ | | |_|_|/ / / / | |/| | | | | |
| * | | | | | | :dnvlist_get_string__default_value: fix a bogus string comparison testEnji Cooper2017-05-291-1/+1
| * | | | | | | logarithm_test: assert that feclearexcept succeedsEnji Cooper2017-05-291-1/+1
| * | | | | | | fma_test: mute a warning about unreachable code on amd64 by restructuringEnji Cooper2017-05-291-1/+2
| * | | | | | | :nvlist_unpack__duplicate_key : check the result of nvlist_pack(3)Enji Cooper2017-05-291-0/+1
| * | | | | | | lib/libnv/tests/dnv_test: fix memory leaks for memory allocated viaEnji Cooper2017-05-291-0/+5
| * | | | | | | Mention that the basep argument to getdirentries(2) can be NULL.Konstantin Belousov2017-05-281-2/+5
| * | | | | | | use the same option list for dhcp discovery and requestToomas Soome2017-05-281-28/+31
| * | | | | | | Update getdirentries(2) page for new struct dirent layout.Konstantin Belousov2017-05-281-5/+6
| * | | | | | | hostent_test_getaddrinfo_eq(..): call freeaddrinfo on `ai` when doneEnji Cooper2017-05-281-8/+10
| * | | | | | | hostent_test_getnameinfo_eq(..): initialize found_a_host to falseEnji Cooper2017-05-281-1/+1
| * | | | | | | Bump WARNS from 1 to 3 after recent commits to fix warnings in theEnji Cooper2017-05-281-1/+1
| * | | | | | | Push `snapshot_file` copying down into run_tests function, and mark snapshot_...Enji Cooper2017-05-282-25/+32
| * | | | | | | Implement sincos, sincosf, and sincosl.Michal Meloun2017-05-2811-4/+648
| * | | | | | | Fix a -Wunused-but-set-variable warning reported by gcc 6.3.0Enji Cooper2017-05-281-2/+1
| * | | | | | | Fix -Wunused and -Wshadow warningsEnji Cooper2017-05-281-8/+6
| * | | | | | | getgr_test: fix -Wunused warningsEnji Cooper2017-05-281-2/+2
| * | | | | | | getpw_test: fix -Wunused warningsEnji Cooper2017-05-281-3/+7
| * | | | | | | gethostby_test: fix multiple warning typesEnji Cooper2017-05-281-27/+29
| * | | | | | | getproto_test: fix -Wunused warningsEnji Cooper2017-05-281-2/+2
| * | | | | | | getrpc_test: fix -Wunused warningsEnji Cooper2017-05-281-4/+2
| * | | | | | | getserv_test: mark unused parameters __unused to fix correspondingEnji Cooper2017-05-281-2/+2
| * | | | | | | getusershell_test: mark mdata parameter in compare_usershell __unusedEnji Cooper2017-05-281-1/+2