summaryrefslogtreecommitdiff
path: root/usr.bin
Commit message (Expand)AuthorAgeFilesLines
* 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
* Use endian.h le32dec() instead of rolling our own.Xin LI2018-07-101-17/+6
* top(1): Fix the prompt bug and core dump problem in o / p mode that occurred ...Daichi GOTO2018-07-101-4/+11
* localedef(1): remove duplicated includes.Pedro F. Giffuni2018-07-092-2/+0
* sed(1): Suppress implicit-fallthrough.Pedro F. Giffuni2018-07-091-0/+2
* truncate: Add support for -s % and /Emmanuel Vadot2018-07-093-9/+110
* truncate: style(9) some partsEmmanuel Vadot2018-07-091-10/+10
* gzip(1): Don't shadow global 'err'Conrad Meyer2018-07-091-4/+4
* Don't delete outfile unconditionally.Xin LI2018-07-091-4/+12
* gzip: fix for undefined behavior.Pedro F. Giffuni2018-07-081-5/+9
* Missed a bit of doc change from r335921.Jamie Gritton2018-07-061-1/+1
* Adding myself to committers-src.dot and calendar.freebsdBen Widawsky2018-07-061-0/+1
* r336028 changed next_msg to a char * from char [] of fixed size. ChangeSean Bruno2018-07-061-1/+1