aboutsummaryrefslogtreecommitdiff
path: root/usr.bin
Commit message (Expand)AuthorAgeFilesLines
* Merge ^/head r305397 through r305430.Dimitry Andric2016-09-051-8/+55
|\
| * Add a toggle to display the approximate amount of swap used by eachDag-Erling Smørgrav2016-09-051-8/+55
* | Some further micro-optimizations for the libllvm and lldb build.Dimitry Andric2016-09-041-1/+0
* | Undo r305299, since it also sets up BINDIR, via usr.bin/Makefile.inc.Dimitry Andric2016-09-021-0/+5
* | Merge ^/head r305220 through r305300.Dimitry Andric2016-09-022-3/+7
|\|
| * When -n is specified, don't make bogus DNS queries. Instead,Hajimu UMEMOTO2016-09-022-3/+7
* | For now, undo the WARNS=3 setting for the clang and llvm tools. MoreDimitry Andric2016-09-021-5/+0
* | DIRDEPS_BUILD: Connect lld.Bryan Drewery2016-09-011-0/+26
* | DIRDEPS_BUILD: Connect the new clang build.Bryan Drewery2016-09-0129-0/+700
* | DIRDEPS_BUILD: Use libllvmminimal for tblgen for the host build.Bryan Drewery2016-09-011-1/+1
* | Merge ^/head r305087 through r305219.Dimitry Andric2016-09-017-7/+63
|\|
| * - Invert calloc(3) argument order.Marcelo Araujo2016-09-011-6/+6
| * users: don't build when we don't have a C++ toolchainEd Maste2016-08-311-1/+1
| * DIRDEPS_BUILD: Add some missing dirctories to the build.Bryan Drewery2016-08-313-0/+47
| * DIRDEPS_BUILD: Update dependencies.Bryan Drewery2016-08-312-0/+9
* | Add WITH_/WITHOUT_LLD knobs to enable the lld linkerEd Maste2016-08-311-0/+3
* | Add lld MakefileEd Maste2016-08-301-0/+69
* | Merge ^/head r305029 through r305080.Dimitry Andric2016-08-301-1/+1
|\|
| * Squelch clang 3.9.0 warnings about BASE (which is 32768) being convertedDimitry Andric2016-08-301-1/+1
* | Merge ^/head r304885 through r304954.Dimitry Andric2016-08-281-0/+2
|\|
| * Fix build without INET6 and with gcc. A function definition was ifdefedBruce Evans2016-08-271-0/+2
* | Compile clang, lldb and related tools with WARNS=3 by default.Dimitry Andric2016-08-271-0/+2
* | Centralize where LLVM_SRCS, CLANG_SRCS and LLDB_SRCS are defined.Dimitry Andric2016-08-273-6/+3
* | Missed one .mk file where OBJTOP can be used.Dimitry Andric2016-08-271-4/+4
* | Merge ^/head r304700 through r304884.Dimitry Andric2016-08-274-38/+115
|\|
| * Use printable ASCII instead of octal representation.Xin LI2016-08-271-1/+1
| * bspatch: remove output file in the case of errorEd Maste2016-08-251-5/+32
| * Add non-TRUSTEDBSD prefixed knobs for the _PC_ACL* and {CAP,INF,MAC}_PRESENT ...Enji Cooper2016-08-251-0/+6
| * Capsicumize bspatchAllan Jude2016-08-251-12/+52
| * Make the iSCSI parameter negotiation more flexible.Navdeep Parhar2016-08-251-25/+29
* | Use SRCTOP and OBJTOP throughout the llvm/clang/lldb build.Dimitry Andric2016-08-273-11/+11
* | Completely revamp the way llvm, clang and lldb are built.Dimitry Andric2016-08-2658-2754/+282
* | Merge ^/head r304537 through r304699.Dimitry Andric2016-08-238-74/+81
|\|
| * Add support for _PC_ACL_NFS4 as TRUSTEDBSD_ACL_NFS4Enji Cooper2016-08-231-0/+1
| * Add `MIN_HOLE_SIZE` pathconf(2) support to getconfEnji Cooper2016-08-231-0/+1
| * Clean up trailing whitespaceEnji Cooper2016-08-231-2/+2
| * bspatch: apply style(9)Ed Maste2016-08-231-52/+60
| * indent(1): have the memset invocation somewhat more canonical.Pedro F. Giffuni2016-08-231-1/+1
| * indent(1): remove dead assignments.Pedro F. Giffuni2016-08-232-2/+1
| * indent(1): Fix off-by-one in control flow leading dead code.Pedro F. Giffuni2016-08-231-1/+1
| * indent(1): add some comments to quiet down Coverity.Pedro F. Giffuni2016-08-232-1/+3
| * indent(1): Fix memory leaks pointed out by clang-analyzer.Pedro F. Giffuni2016-08-232-15/+11
* | Don't link the clang executable with unnecessary libraries.Dimitry Andric2016-08-201-3/+0
* | Merge ^/head r304236 through r304536.Dimitry Andric2016-08-203-7/+5
|\|
| * Import the new automatically generated system call table for CloudABI.Ed Schouten2016-08-191-2/+0
| * Fix TAB replaced with spaces in prev. commit.Andrey A. Chernov2016-08-181-1/+1
| * Fix the output for scope statistics.Michael Tuexen2016-08-171-2/+2
| * Use names for SCTP and UDPLite when reporting the input histogram.Michael Tuexen2016-08-171-2/+2
* | Update build glue for lldb. Also comment out parts of theDimitry Andric2016-08-201-82/+87
* | Update build glue for clang and the llvm/clang extras.Dimitry Andric2016-08-1924-466/+445
|/