summaryrefslogtreecommitdiff
path: root/usr.bin
Commit message (Expand)AuthorAgeFilesLines
* bsdgrep: use safer sizeof() constructEd Maste2017-05-261-2/+2
* bsdgrep: correct assumptions to prepare for chunkingEd Maste2017-05-263-6/+6
* Update the diff3 manpage to reflect the fact the version in freebsd doesBaptiste Daroussin2017-05-251-21/+1
* For now comment tests for arguments which are not in par with GNU diff3 yetBaptiste Daroussin2017-05-251-5/+5
* Remove the MAX_CHECK macro, it was initially used to test if a file was aBaptiste Daroussin2017-05-251-2/+0
* Import working progress BSD diff3Baptiste Daroussin2017-05-2517-0/+1171
* Improve the decoding of the third argument of the socket() call.Michael Tuexen2017-05-251-2/+9
* Commit the 64-bit inode project.Konstantin Belousov2017-05-233-36/+71
* Let vmstat -o recognize OBJT_MGTDEVICE objects.Mark Johnston2017-05-231-0/+3
* Make catman(1) use mandoc(1) by defaultBaptiste Daroussin2017-05-212-5/+26
* compress: Allow uncompress -c with multiple pathnames, as required by POSIX.Jilles Tjoelker2017-05-212-1/+23
* compress: Add basic tests.Jilles Tjoelker2017-05-213-0/+187
* bsdgrep: Correct per-line line metadata printingEd Maste2017-05-203-10/+27
* bsdgrep: emit more than MAX_LINE_MATCHES per lineEd Maste2017-05-201-7/+23
* bsdgrep: fix segfault with --mmapEd Maste2017-05-201-11/+11
* 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