aboutsummaryrefslogtreecommitdiff
path: root/usr.bin
Commit message (Expand)AuthorAgeFilesLines
* Fix memory leakBaptiste Daroussin2018-06-121-0/+1
* Correctly test return value of pipe(2)Baptiste Daroussin2018-06-121-1/+2
* top(1): remove trailing whitespaceEitan Adler2018-06-125-32/+32
* top(1): style and relatedEitan Adler2018-06-126-13/+8
* top(1): move command mapping to commands.cEitan Adler2018-06-124-93/+88
* indent(1): rename -nsac/-sac ("space after cast") to -ncs/-csPiotr Pawel Stefaniak2018-06-119-17/+17
* top(1): handle 0 in "digits" functionsEitan Adler2018-06-112-5/+6
* indent(1): group global option variables into an options structurePiotr Pawel Stefaniak2018-06-107-243/+241
* top(1): use modern interfaces for nice and relatedEitan Adler2018-06-102-32/+10
* top(1): add command aliases; correct dumb supportEitan Adler2018-06-101-2/+5
* top(1): use sys_signame instead of hard coding signalsEitan Adler2018-06-103-74/+17
* top(1): bring some structure to commandsEitan Adler2018-06-103-56/+57
* top(1): use correct word when displaying threadsEitan Adler2018-06-101-1/+1
* top(1): filter fewer warnings; clean upEitan Adler2018-06-105-27/+12
* top(1): permit sending signal with any caseEitan Adler2018-06-101-6/+6
* Add myself to calendar.freebsdMichael Dexter2018-06-101-0/+1
* top(1): permit sub-second delay timesEitan Adler2018-06-102-19/+16
* top(1): correctly reset per-cpu countersEitan Adler2018-06-092-15/+12
* top(1): handle specific pids betterEitan Adler2018-06-092-10/+3
* top(1): implement additional missing long optionsEitan Adler2018-06-091-1/+3
* top(1): initial pass to freebsdize the man pageEitan Adler2018-06-091-383/+258
* top(1): Implement long optionsEitan Adler2018-06-091-1/+29
* diff: Import fixes from OpenBSDBaptiste Daroussin2018-06-091-6/+6
* Add myself to the calendarGuangyuan Yang2018-06-091-0/+1
* Isolate the pr(1) related code in its own source filesBaptiste Daroussin2018-06-094-81/+169
* top(1): allow starting with -T flagEitan Adler2018-06-091-1/+1
* bsdgrep(1): Some more int -> bool conversions and name changesKyle Evans2018-06-091-20/+25
* ncal: correct history sectionEitan Adler2018-06-091-5/+8
* top(1): correct header, align it.Eitan Adler2018-06-091-17/+32
* top(1): actually make change for tid vs pidEitan Adler2018-06-091-3/+1
* top(1): use a different command to toggle tid vs pidEitan Adler2018-06-096-30/+59
* bsdgrep(1): Evict character sequence that moved inKyle Evans2018-06-081-1/+1
* top(1): remove some unneeded indirectionEitan Adler2018-06-081-29/+11
* top(1): fix several style & const related issuesEitan Adler2018-06-085-41/+39
* bsdgrep(1): Slooowly peel away the chunky onionKyle Evans2018-06-083-23/+27
* bsdgrep(1): Don't initialize fts_flags twiceKyle Evans2018-06-071-1/+1
* bsdgrep(1): whoops, garbage collect the now write-only variableKyle Evans2018-06-071-2/+2
* bsdgrep(1): Do some less dirty things with return typesKyle Evans2018-06-073-23/+26
* Remove NLS support from BSD grepBaptiste Daroussin2018-06-0616-204/+12
* top(1): fix err againEitan Adler2018-06-061-1/+1
* top(1): make error message happyEitan Adler2018-06-061-1/+1
* indent(1): fix buildworld after r334632Piotr Pawel Stefaniak2018-06-041-1/+1
* indent(1): add --version optionPiotr Pawel Stefaniak2018-06-042-1/+14
* indent(1): remove the STACKSIZE macro and all of its usePiotr Pawel Stefaniak2018-06-042-6/+6
* indent(1): remove static const char copyright[]Piotr Pawel Stefaniak2018-06-041-8/+0
* indent(1): replace BSD bcopy() with C memmove()Piotr Pawel Stefaniak2018-06-041-1/+1
* top(1): some nitpicksEitan Adler2018-06-042-3/+3
* top(1): include what you useEitan Adler2018-06-047-24/+26
* top(1): Prefer memcpy over bcopyEitan Adler2018-06-041-1/+1
* top(1): Use strsep instead of homegrown alternativeEitan Adler2018-06-042-69/+16