aboutsummaryrefslogtreecommitdiff
path: root/usr.bin
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | | | | | Update clang, lld and llvm version numbers for r321414, and update buildDimitry Andric2017-12-241-0/+1
| * | | | | | Next step in updating llvm/clang build glue: make lld build.Dimitry Andric2017-12-221-4/+9
| * | | | | | Next step in updating llvm/clang build glue: make the optional llvm andDimitry Andric2017-12-222-0/+2
| * | | | | | First step in updating llvm/clang build glue: make only the clangDimitry Andric2017-12-212-0/+5
* | | | | | | limits(1): also bump .Dd...Eitan Adler2018-01-131-1/+1
* | | | | | | limits(1): fix grammarEitan Adler2018-01-131-2/+2
| |_|_|_|_|/ |/| | | | |
* | | | | | Fix a typo introduced in r327919.Michael Tuexen2018-01-131-1/+1
* | | | | | Add support for readv() and writev() to truss.Michael Tuexen2018-01-132-1/+67
* | | | | | Implement 'domainset', a cpuset based NUMA policy mechanism. This allowsJeff Roberson2018-01-122-66/+196
| |_|_|_|/ |/| | | |
* | | | | vmstat(8): Hook up NetBSD testsKyle Evans2018-01-112-0/+14
* | | | | patch(1): Don't check for NUL bytes in Plan AKyle Evans2018-01-111-2/+5
* | | | | awk(1): Add necessary bits for connecting tests, but leave disconnectedKyle Evans2018-01-112-0/+39
* | | | | lld: introduce basic man pageEd Maste2018-01-102-1/+366
| |_|_|/ |/| | |
* | | | morse(6): update documentationEitan Adler2018-01-061-3/+3
* | | | Unbreak build after r327614Li-Wen Hsu2018-01-061-1/+1
* | | | morse(6): minor nitsEitan Adler2018-01-061-2/+4
* | | | morse(6): implement support for decoding morse codeEitan Adler2018-01-062-33/+119
* | | | units(1): add missing ':' for two short argumentsEitan Adler2018-01-051-1/+1
* | | | hexdump(1): Speed up -s flag on devicesKyle Evans2018-01-051-11/+35
* | | | find: Speed up tests by using touch -d instead of sleep for timestampsJilles Tjoelker2018-01-041-4/+3
* | | | morse(6): fix two typodEitan Adler2018-01-032-2/+2
* | | | morse(6): add a few missing charactersEitan Adler2018-01-031-4/+4