aboutsummaryrefslogtreecommitdiff
path: root/usr.bin
Commit message (Expand)AuthorAgeFilesLines
* Adjust formatting of grep and zgrep manual pages.Mateusz Piotrowski2018-08-202-79/+116
* Fully retire the unimplemented -t option from vmstat(8).John Baldwin2018-08-201-43/+2
* send-pr: wave goodbyeEitan Adler2018-08-194-28/+0
* diff(1): Refactor -B a little bitKyle Evans2018-08-191-31/+23
* diff(1): Implement -B/--ignore-blank-linesKyle Evans2018-08-1910-12/+72
* Use 'bool' instead of 'int' for various boolean flags.John Baldwin2018-08-181-20/+21
* dtc(1): Update to 97d2d5715eeb45108cc60367fdf6bd5b2046b050Kyle Evans2018-08-172-94/+104
* Revert r337419.Pedro F. Giffuni2018-08-161-3/+3
* indent(1): bug fix after r336333Piotr Pawel Stefaniak2018-08-153-1/+4
* tftp: Close a resource leak when putting filesAlan Somers2018-08-141-0/+1
* printf: Add test for width and precision in %b formatJilles Tjoelker2018-08-133-1/+4
* Chasing r337661, fix systat after arc accounting change.Cy Schubert2018-08-121-1/+6
* fix top after arc accounting changeMatt Macy2018-08-111-1/+5
* indent(1): revert r334640 and r334632Piotr Pawel Stefaniak2018-08-112-6/+6
* - Correct the description when jobs are executed related to load avgAlexander Leidinger2018-08-111-3/+4
* Move cron.d/at to usr.bin/at/Brad Davis2018-08-112-0/+10
* printf: Fix \c in %b in printf builtin exiting the shell after r337458Jilles Tjoelker2018-08-111-1/+1
* stat(1): cache id->name resolutionConrad Meyer2018-08-111-8/+4
* apply(1): Fix magic number substitution with magic character ' 'Kyle Evans2018-08-081-24/+17
* Switch the default pager for most commands to lessAlan Somers2018-08-087-12/+12
* Fix printf(1) ignores width and precision in %b format.Pedro F. Giffuni2018-08-081-4/+8
* Revert r337440: the log message is wrong.Pedro F. Giffuni2018-08-081-8/+4
* top(1): hide THR column in separate-thread mode.Eitan Adler2018-08-081-1/+4
* Fix printf(1) ignores width and precision in %b format.Pedro F. Giffuni2018-08-071-4/+8
* sed(1): partial fix for the case of the regex delimited with '['.Pedro F. Giffuni2018-08-071-3/+3
* Remove spurious ABI tags from kdump output.John Baldwin2018-08-071-47/+35
* wc(1): Fix 'wc -L'Conrad Meyer2018-08-022-13/+12
* Add a rudimentary test for procstat kstack.Mark Johnston2018-08-021-0/+15
* sed: compile with the default WARNS level.Pedro F. Giffuni2018-07-301-2/+0
* sed: unsign some indexes to fix sign-compare warnings.Pedro F. Giffuni2018-07-302-9/+9
* Make timespecadd(3) and friends publicAlan Somers2018-07-303-23/+5
* truncate: delintifyEitan Adler2018-07-291-2/+0
* truncate: use better type for 'round'Eitan Adler2018-07-291-2/+1
* MFV r336851:Martin Matuska2018-07-291-0/+1
* top(1): fix a buffer overflow copying states to display while they were incre...Daichi GOTO2018-07-271-0/+5
* Improve --strip-trailing-cr handling:Xin LI2018-07-272-5/+19
* top(1): fixed the empty output problem in non-interactive mode (-n, -b) regre...Daichi GOTO2018-07-271-0/+3
* top(1): forgot in r336160Daichi GOTO2018-07-261-1/+0
* top(1): increase number of columns for memoryEitan Adler2018-07-252-4/+4
* find(1): remove empty else conditionEitan Adler2018-07-252-2/+0
* Add jhixson to committers-ports.dot and calendar.freebsdJohn Hixson2018-07-241-0/+1
* Fix several Coverity warnings in tftpAlan Somers2018-07-222-3/+12
* Move mostly useless examples binaries from OFED, as well as the SubnetKonstantin Belousov2018-07-202-22/+31
* Add myself (zleslie) to calendar.freebsdZach Leslie2018-07-191-0/+1
* indent(1): rewrite the integer/floating constant scanning part of lexi.cPiotr Pawel Stefaniak2018-07-165-103/+87
* indent(1): move case_indent from parser state to the options structPiotr Pawel Stefaniak2018-07-153-7/+7
* Remove bits of the old NUMA.Konstantin Belousov2018-07-105-469/+0
* Fix thread state summary line display after r334918.Mark Johnston2018-07-101-4/+4
* Use uintptr_t alone when assigning to kvaddr_t variables.Brooks Davis2018-07-102-3/+3
* top(1): rollback r335836Daichi GOTO2018-07-105-113/+15