aboutsummaryrefslogtreecommitdiff
path: root/usr.bin
Commit message (Expand)AuthorAgeFilesLines
* Make lock(1) use PAM. This makes the -p option work again. (Well, kind of,Edward Tomasz Napierala2018-02-112-17/+38
* Fix uninitialized warning, and work around a bug in gcc over clobberingJustin Hibbits2018-02-101-2/+2
* Promote llvm-cov to a standalone optionEd Maste2018-02-101-2/+4
* tftp(1): Clean up leading and trailing whitespaceConrad Meyer2018-02-091-6/+6
* tftp(1): Fix libedit state corruption involving signalsConrad Meyer2018-02-091-21/+29
* Temporarily widen count for interrupt rate calculations on 32-bit archsJustin Hibbits2018-02-081-1/+1
* ld.lld.1: explain long options may use one or two dashesEd Maste2018-02-081-0/+11
* Update ld.lld.1 based on the version committed upstreamEd Maste2018-02-071-35/+172
* Fix the WITH_SORT_THREADS build.Mark Johnston2018-02-071-12/+12
* Fix broken SPDX comment in usr.bin/lex/initparse.cAlex Richardson2018-02-071-1/+1
* Allow compiling usr.bin/find on Linux and MacAlex Richardson2018-02-066-1/+62
* ld.lld.1: miscellaneous style improvementsEd Maste2018-02-021-4/+4
* dtc(1): Revert WARNS change from r328173Kyle Evans2018-01-311-0/+2
* nfsstat: Add libxo outputEmmanuel Vadot2018-01-303-597/+479
* awk(1): Don't install tests at allKyle Evans2018-01-291-1/+1
* fortune(6): Fix gcc80 -Wbool-operation warnings.Pedro F. Giffuni2018-01-271-9/+9
* time(1): use clock_gettime(2) instead of gettimeofday(2)Alan Somers2018-01-241-17/+21
* MFV r328323,328324:Martin Matuska2018-01-241-0/+1
* m4: add annotations to various functionsEitan Adler2018-01-241-5/+5
* Don't escape '?'s in protocol output.Brooks Davis2018-01-231-3/+3
* sockstat: add break that was forgot in 328279Emmanuel Vadot2018-01-231-0/+1
* sockstat: Add -q option to suppress the header lineEmmanuel Vadot2018-01-232-14/+21
* limits(1): fix always true conditionEitan Adler2018-01-211-1/+1
* limits(1): add missing breakEitan Adler2018-01-201-0/+1
* Silence the gcc warning: 'op' may be used uninitialized in this functionLi-Wen Hsu2018-01-201-0/+2
* od(1): Fix mis-patch from r328188Kyle Evans2018-01-201-45/+0
* od(1): Fix wrong output for some corner cases in multibyte locales.Kyle Evans2018-01-205-2/+115
* dtc(1): Update to upstream ea3c233Kyle Evans2018-01-197-80/+439
* Update various statements in vmstat(8) to match reality.John Baldwin2018-01-181-20/+25
* Add missing assignment to make sure non-first cmsgs are handled as such.Michael Tuexen2018-01-171-0/+1
* Allow xinstall and makefs to be crossbuilt on Linux and MacAlex Richardson2018-01-162-1/+23
* Improve the printing of cmgs when the length is 0. Fix error handling.Michael Tuexen2018-01-161-0/+5
* Using %p already prints "0x", so don't do it explicitly.Michael Tuexen2018-01-161-6/+6
* Rename 'recv' to 'receive' to appease shadow warnings from GCC.John Baldwin2018-01-161-8/+8
* Keep list sorted. Thanks to jhb@ to pointing out that I put it at theMichael Tuexen2018-01-151-2/+2
* Decode msghdr argument of sendmsg() and recvmsg().Michael Tuexen2018-01-152-130/+397
* units(1): units(1) free savescr in error condition tooEitan Adler2018-01-151-2/+8
* Improve support for sctp_generic_recvmsg() and sctp_generic_sendmsg()Michael Tuexen2018-01-142-6/+38
* Mark the iovec parameters of writev() and readv() as IN and OUT.Michael Tuexen2018-01-141-2/+2
* Upgrade our copies of clang, llvm, lld, lldb, compiler-rt and libc++ toDimitry Andric2018-01-1432-136/+1200
|\
| * Merge ^/head r327886 through r327930.Dimitry Andric2018-01-134-67/+263
| |\
| * | Build llvm-extract with -lz, and add a few objects to liblldb, both ofDimitry Andric2018-01-131-0/+2
| * | Merge ^/head r327624 through r327885.Dimitry Andric2018-01-127-3/+424
| |\ \
| * \ \ Merge ^/head r327341 through r327623.Dimitry Andric2018-01-0610-85/+265
| |\ \ \
| * \ \ \ Merge ^/head r327169 through r327340.Dimitry Andric2017-12-2913-9/+25
| |\ \ \ \
| * \ \ \ \ Merge ^/head r326936 through r327149.Dimitry Andric2017-12-247-4/+219
| |\ \ \ \ \
| * | | | | | Regenerate clang manpage.Dimitry Andric2017-12-241-35/+58
| * | | | | | Regenerate llvm tools manpages, and add one for llvm-pbdutil.Dimitry Andric2017-12-2418-83/+1114
| * | | | | | Minimize library dependencies for some llvm tools.Dimitry Andric2017-12-248-16/+0
| * | | | | | Add new llvm-objcopy utility, enabled when MK_CLANG_EXTRAS=yes.Dimitry Andric2017-12-242-0/+11