aboutsummaryrefslogtreecommitdiff
path: root/usr.bin
Commit message (Expand)AuthorAgeFilesLines
* 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
* top(1): another pass of cleanupEitan Adler2018-06-037-49/+35
* top(1): top warnings and cleanupEitan Adler2018-06-036-112/+93
* indent(1): new option -lplPiotr Pawel Stefaniak2018-06-035-1/+24
* indent(1): revert introduction of -lplPiotr Pawel Stefaniak2018-06-035-24/+1
* indent(1): new option -lpl (always line up to parenthesis)Piotr Pawel Stefaniak2018-06-035-1/+24
* indent(1): manual page corretionsPiotr Pawel Stefaniak2018-06-031-11/+12
* indent(1): if an identifier can be either a typedef name or as a structPiotr Pawel Stefaniak2018-06-034-1/+11
* indent(1): if the token is a "[" then neither of the blocks is relevantPiotr Pawel Stefaniak2018-06-031-2/+4
* indent(1): don't add a space after a labelPiotr Pawel Stefaniak2018-06-031-1/+0
* indent(1): ignore null characters from inputPiotr Pawel Stefaniak2018-06-031-1/+2
* indent(1): don't overflow di_stack[]Piotr Pawel Stefaniak2018-06-031-1/+6
* indent(1): improve CHECK_SIZE_ macrosPiotr Pawel Stefaniak2018-06-034-96/+111
* indent(1): remove troff output supportPiotr Pawel Stefaniak2018-06-038-363/+63
* indent(1): avoid resetting last_bl to a bogus value when reallocatingPiotr Pawel Stefaniak2018-06-031-2/+7
* indent(1): the check for buffer overflow has to be done before copyPiotr Pawel Stefaniak2018-06-031-2/+2
* indent(1): use errx() instead of abort()Piotr Pawel Stefaniak2018-06-031-2/+2
* indent(1): limit character classification functions' input to unsigned charPiotr Pawel Stefaniak2018-06-034-15/+17
* indent(1): recognize more type namesPiotr Pawel Stefaniak2018-06-031-0/+10
* indent(1): don't format function declarations as variablesPiotr Pawel Stefaniak2018-06-035-27/+119
* indent(1): remove is_procname.Piotr Pawel Stefaniak2018-06-031-6/+4
* indent(1): disjoint parser state from lexi()Piotr Pawel Stefaniak2018-06-035-30/+35
* indent(1): improve handling of boxed comments indentationPiotr Pawel Stefaniak2018-06-035-8/+67
* indent(1): improve predictability of lexi()Piotr Pawel Stefaniak2018-06-033-51/+93
* indent(1): improve handling of comments and newlines between "if (...)" orPiotr Pawel Stefaniak2018-06-033-126/+175
* top(1): restore size for kern.cp_timesEitan Adler2018-06-031-0/+1
* indent(1): remove undocumented and rather useless option (-ps)Piotr Pawel Stefaniak2018-06-033-8/+3
* top(1): Only use NO_WERROR for base gccEitan Adler2018-06-031-1/+3
* top(1): partial revert of r334517Eitan Adler2018-06-037-18/+16
* top(1): remove chdir to /Eitan Adler2018-06-031-9/+0
* top(1): use greater warningsEitan Adler2018-06-032-2/+12
* top(1): misc minor improvementsEitan Adler2018-06-033-13/+11
* top(1): Fix two speeling errors I introducedEitan Adler2018-06-022-2/+2
* top(1): chdir to / as init; remove unneeded commentEitan Adler2018-06-022-5/+9
* top(1): cleanup memory allocation and warningsEitan Adler2018-06-025-25/+22
* Included VSX registers in powerpc core dumpsJustin Hibbits2018-06-021-0/+26
* top: add -p option and p command to only show a single processRoman Bogorodskiy2018-06-028-10/+121
* Use stpcpy instead of home grown solutionEitan Adler2018-06-023-24/+11
* top(1): remove wrapper around putcharEitan Adler2018-06-022-10/+1