aboutsummaryrefslogtreecommitdiff
path: root/usr.bin
Commit message (Expand)AuthorAgeFilesLines
* Language fixes.Edward Tomasz Napierala2017-05-181-2/+2
* indent(1): Support binary integer literals.Piotr Pawel Stefaniak2017-05-184-4/+58
* Explain the new fields in top(1) related to ZFS compressed ARCAllan Jude2017-05-181-4/+17
* Revert local changes to find_progenv accidentally committed in r318436Enji Cooper2017-05-181-8/+1
* usr.bin/getconf: add some initial testsEnji Cooper2017-05-185-1/+204
* Make the `.gperf.c` suffix rule depend on fake-gperf.awkEnji Cooper2017-05-181-2/+3
* Import libxo-0.7.2; add xo_options.7.Phil Shafer2017-05-161-0/+1
* Start writing up some basic feature tests for procstatEnji Cooper2017-05-154-0/+195
* uniq: allow -c to be used with -d or -uEd Maste2017-05-152-20/+9
* bsdgrep: don't allow negative -A / -B / -CEd Maste2017-05-154-10/+15
* getconf: use nitems(..) to compute NWORDS instead of hardcodingEnji Cooper2017-05-141-1/+2
* Mark errf _Noreturn, and mark errf and warn __printflikeEnji Cooper2017-05-143-11/+12
* style(9): sort headersEnji Cooper2017-05-131-2/+2
* Add LTO-8 density codes.Kenneth D. Merry2017-05-111-1/+2
* procstat(1): also reference icmp(4) and sctp(4)Enji Cooper2017-05-111-0/+2
* procstat(1): document all possible `PRO` (network protocol) valuesEnji Cooper2017-05-111-1/+59
* procstat(1): clarify the Signal Disposition sectionEnji Cooper2017-05-111-3/+6
* procstat(1): fix a typo (it's -> its)Enji Cooper2017-05-111-2/+2
* Merge bmake-20170510Simon J. Gerraty2017-05-101-2/+2
|\
* | Don't depend on assert(3) getting evaluatedAlan Somers2017-05-101-3/+3
* | strcpy => strlcpyAlan Somers2017-05-101-1/+2
* | Revert to pre-r318116 wording to not give the false impressionEdward Tomasz Napierala2017-05-101-2/+2
* | mkimg: Add -C argument to specify maximum capacityEmmanuel Vadot2017-05-102-16/+53
* | Random updates to resizewin(1) man page.Edward Tomasz Napierala2017-05-091-16/+24
* | DIRDEPS_BUILD: Update dependencies.Bryan Drewery2017-05-0910-2/+8
* | DIRDEPS_BUILD: Connect new directories.Bryan Drewery2017-05-092-0/+40
* | csplit(1): Fix extraneous output in edge caseConrad Meyer2017-05-084-1/+76
* | Add myself (dbaio) as a new ports committerDanilo G. Baio2017-05-081-0/+1
* | Sort variable declarations; no functional changes.Edward Tomasz Napierala2017-05-081-2/+2
* | Add resizewin -z. It makes resizewin not do anything if the terminalEdward Tomasz Napierala2017-05-082-3/+43
* | Use tcflush(3) instead of (nonstandard) TIOCFLUSH.Edward Tomasz Napierala2017-05-081-4/+3
* | Make resizewin(1) discard the terminal queues, to lower the chanceEdward Tomasz Napierala2017-05-071-1/+7
* | Rename a variable, hopefully fixing build after r317901.Edward Tomasz Napierala2017-05-071-9/+9
* | Improve error reporting in resizewin(1).Edward Tomasz Napierala2017-05-071-4/+4
* | Build zstandard with threading enabledBaptiste Daroussin2017-05-061-1/+2
* | Add a zstdmt which is equivalent as running zstd -T0Baptiste Daroussin2017-05-061-2/+4
* | Import Zstandard 1.2.0Baptiste Daroussin2017-05-061-1/+2
* | Add basic programmable early warning error injection to the sa(4) driver.Kenneth D. Merry2017-05-051-1/+4
* | bsdgrep: don't ouptut matches with -c, -l, -LEd Maste2017-05-051-5/+7
* | MFV r317581: less v491.Xin LI2017-05-051-0/+5
* | Add support for sctp_generic_sendmsg() and sctp_generic_recvmsg().Michael Tuexen2017-05-031-0/+8
* | bsdgrep: correct uninitialized variable introduced in r317703Ed Maste2017-05-031-6/+6
* | Add support for sendmsg() and recvmsg().Michael Tuexen2017-05-031-0/+4
* | Decode the fourth argument of sendto and recvfrom call.Michael Tuexen2017-05-032-5/+10
* | Add support for [gs]etsockopt().Michael Tuexen2017-05-032-1/+26
* | Decode the third argument of socket().Michael Tuexen2017-05-032-2/+13
* | Add Socklent for handling args of type socklen_t.Michael Tuexen2017-05-032-4/+7
* | Add support for listen() call.Michael Tuexen2017-05-031-1/+3
* | csplit: Fix check of fputs() return value, making csplit work again.Jilles Tjoelker2017-05-021-3/+3
* | Use MAN=<empty> rather than MK_MAN=no to not install a manpage.Brooks Davis2017-05-021-1/+1