aboutsummaryrefslogtreecommitdiff
path: root/usr.bin
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
* | | | | NLS data and tz can be cached using caspicum helpers.Mariusz Zaborski2018-01-031-29/+3
* | | | | find: Link tests to the buildJilles Tjoelker2017-12-311-2/+4
* | | | | man(1): document exit codeEitan Adler2017-12-311-0/+2
* | | | | find(1): Fix -newer and -samefile to conform to POSIX[0]Conrad Meyer2017-12-294-2/+93
| |_|/ / |/| | |
* | | | Free mp on a couple of error paths.Warner Losh2017-12-281-2/+6
* | | | Close the fp rather than the fd since we fdopen the fd so we don'tWarner Losh2017-12-281-1/+1
* | | | Close cpfrom in an error case.Warner Losh2017-12-281-0/+1
* | | | Free data after we're done with it.Warner Losh2017-12-281-0/+5
* | | | Free inb on error return.Warner Losh2017-12-281-0/+1
* | | | Free some variables before they go out of scope.Warner Losh2017-12-281-1/+5
* | | | Plug two resource leaks.Warner Losh2017-12-282-0/+2
* | | | Replace send-mail with the more standarized sendmail, we do not createXin LI2017-12-271-1/+1
* | | | Don't initialize lastlong before assigning it.Xin LI2017-12-271-1/+0