aboutsummaryrefslogtreecommitdiff
path: root/usr.bin
Commit message (Expand)AuthorAgeFilesLines
* 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
* Changed to eliminate the upper limit of command length displayedDaichi GOTO2018-07-064-46/+84
* This exposes ZFS user and group quotas via the normalSean Eric Fagan2018-07-051-16/+26
* Work around lame warnings in ancient gcc on 32-bit platforms.Brooks Davis2018-07-052-3/+3
* Make struct xinpcb and friends word-size independent.Brooks Davis2018-07-053-14/+14
* top: do not fall to the thread name if kernel cache of the processKonstantin Belousov2018-07-041-1/+0
* Allow jail names (not just IDs) to be specified for: cpuset(1), ipfw(8),Jamie Gritton2018-07-036-10/+20
* rup: Fix -Wcast-align warningsJilles Tjoelker2018-07-032-21/+8
* Fix build: utf8strvisx() does signed data comparisons, but 'char' typeRuslan Bukin2018-07-031-1/+1
* When toggling the display using the "m" command to toggle from 'cpu'Cy Schubert2018-07-031-0/+1
* find(1): use correct type for readlinkEitan Adler2018-07-011-1/+1
* find(1): deLINTifyEitan Adler2018-07-017-16/+0
* top(1): permit infinite length for commandEitan Adler2018-07-011-6/+1
* find(1): remove portability ifdefsEitan Adler2018-07-011-11/+0
* top(1) - support UTF-8 displayDaichi GOTO2018-07-016-15/+114