aboutsummaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
*-. Merge llvm 3.6.0rc3 from ^/vendor/llvm/dist, merge clang 3.6.0rc3 fromDimitry Andric2015-02-143-3/+7
|\ \
| | * Vendor import of llvm RELEASE_360/rc3 tag r229040 (effectively, 3.6.0 RC3):vendor/llvm/llvm-release_360-r229040Dimitry Andric2015-02-1443-543/+430
| * | Vendor import of clang RELEASE_360/rc3 tag r229040 (effectively, 3.6.0 RC3):vendor/clang/clang-release_360-r229040Dimitry Andric2015-02-1410-29/+53
* | | Merge ^/head r278499 through r278755.Dimitry Andric2015-02-1414-89/+98
|\ \ \
| * | | Properly interpose libc spinlocks, was missed in r276630. InKonstantin Belousov2015-02-146-30/+34
| * | | Disallow pattern spaces which would cause intermediate calculations toXin LI2015-02-141-0/+17
| * | | Remove disconnected (and broken) directory libiconv. It was added in theBryan Drewery2015-02-131-25/+0
| * | | Teach libproc how to find debugging symbols in /usr/lib/debug.Rui Paulo2015-02-131-3/+18
| * | | Revert 278634: This broke the build due to the compiler being too clever.Pedro F. Giffuni2015-02-131-2/+2
| * | | ulimit(3): Fix broken check.Pedro F. Giffuni2015-02-121-2/+2
| * | | Update libthr(3) man page to reflect the work done to support dlopen.Konstantin Belousov2015-02-121-31/+11
| * | | When catopen(3) returns an error, it caches the result of that errorBryan Drewery2015-02-101-0/+1
| * | | Initial version of DTrace on ARM32.George V. Neville-Neil2015-02-103-0/+17
* | | | Merge ^/head r278351 through r278498.Dimitry Andric2015-02-108-29/+39
|\| | |
| * | | Merge xz 5.2.0.Rui Paulo2015-02-095-21/+36
| * | | revert r278414Baptiste Daroussin2015-02-081-3/+0
| * | | Reapply r255891Baptiste Daroussin2015-02-081-0/+3
| * | | Protect uninitialized scalar variable from being accessedPedro F. Giffuni2015-02-072-2/+2
| * | | Remove useless comment.Edward Tomasz Napierala2015-02-071-6/+1
* | | | Update FreeBSD LLDB build for 3.6 updateEd Maste2015-02-0819-6/+104
* | | | Merging ^/head r278298 through r278350.Dimitry Andric2015-02-0712-43/+527
|\| | |
| * | | Truncate the exponent 'n' of type long to a domain containedSteve Kargl2015-02-071-19/+9
| * | | Add a new device control utility for new-bus devices called devctl. ThisJohn Baldwin2015-02-065-0/+470
| * | | Update comment and NetBSD ID tag.Pedro F. Giffuni2015-02-061-3/+3
| * | | Drop cgetclose() from getdiskbyname().Pedro F. Giffuni2015-02-061-1/+0
| * | | Fully initialize allocated memory for the new barrier. TheKonstantin Belousov2015-02-061-4/+1
| * | | Some NetGraph debug polishing.Alexander Motin2015-02-061-7/+22
| * | | Add a comment explaining why gcc is needed.Justin Hibbits2015-02-061-0/+4
| * | | tdelete(3): don't delete the node we are about to return.Pedro F. Giffuni2015-02-051-1/+2
| * | | getdiskbyname(): plug resource leakPedro F. Giffuni2015-02-051-8/+16
| * | | Expose the constants for internal new-bus device flags to userland. TheJohn Baldwin2015-02-051-1/+1
* | | | Merging ^/head r278224 through r278297.Dimitry Andric2015-02-052-1/+5
|\| | |
| * | | powerpc64 csu needs to be built by gcc, so enforce that.Justin Hibbits2015-02-051-0/+3
| * | | Followup to r278223, by only using -stdlib=libc++ when the compiler isDimitry Andric2015-02-041-1/+2
* | | | Merge ^/head r278110 through r278223.Dimitry Andric2015-02-044-7/+23
|\| | |
| * | | For now, add -stdlib=libc++ to the flags for building clang, since thatDimitry Andric2015-02-041-1/+1
| * | | Add MK_FILE to control whether or not to build file(1), libmagic(3), etcEnji Cooper2015-02-041-1/+5
| * | | Conditionalize building radius support into libpam, ppp, etc viaEnji Cooper2015-02-042-2/+8
| * | | scanblnl: drop extra braces.Pedro F. Giffuni2015-02-031-2/+1
| * | | Reduce confusion in scalbnl() family of functions.Pedro F. Giffuni2015-02-031-3/+10
* | | | Pull in r227752 from upstream llvm trunk (by Michael Kuperstein):Dimitry Andric2015-02-021-0/+1
* | | | Merge ^/head r278005 through r278109.Dimitry Andric2015-02-023-3/+4
|\| | |
| * | | rpc: Uninitialized pointer readPedro F. Giffuni2015-02-021-1/+1
| * | | Resource leakPedro F. Giffuni2015-02-011-0/+1
| * | | ttyname_r(): Return actual error, not always [ENOTTY].Jilles Tjoelker2015-02-011-2/+2
| | | |
| \ \ \
*-. \ \ \ Merge llvm 3.6.0rc2 from ^/vendor/llvm/dist, merge clang 3.6.0rc2 fromDimitry Andric2015-01-311-2/+2
|\ \ \ \ \ | | |_|/ / | |/| | / | | | |/ | | |/|
| | * | Vendor import of llvm RELEASE_360/rc2 tag r227651 (effectively, 3.6.0 RC2):vendor/llvm/llvm-release_360-r227651Dimitry Andric2015-01-3166-622/+988
| | * | Vendor import of llvm RELEASE_360/rc1 tag r226102 (effectively, 3.6.0 RC1):vendor/llvm/llvm-release_360-r226102Dimitry Andric2015-01-181436-71007/+123011
| * | | Vendor import of clang RELEASE_360/rc2 tag r227651 (effectively, 3.6.0 RC2):vendor/clang/clang-release_360-r227651Dimitry Andric2015-01-3117-234/+197
| * | | Vendor import of clang RELEASE_360/rc1 tag r226102 (effectively, 3.6.0 RC1):vendor/clang/clang-release_360-r226102Dimitry Andric2015-01-18401-20633/+42800