aboutsummaryrefslogtreecommitdiff
path: root/usr.bin
Commit message (Expand)AuthorAgeFilesLines
* Makefiles: remove outdated commentsEitan Adler2018-06-241-5/+0
* top(1): Restructure printing of process statesEitan Adler2018-06-231-77/+63
* top(1): Convert process listing to sbuf tooEitan Adler2018-06-231-57/+45
* top(1): Use basename instead of a homegrown alternativeEitan Adler2018-06-231-5/+2
* top(1): show CPU state breakdown on first runEitan Adler2018-06-231-20/+1
* top(1): increase warningsEitan Adler2018-06-221-2/+2
* top(1): garbage collectEitan Adler2018-06-222-29/+6
* top(1): increase size of 'C' columnEitan Adler2018-06-221-2/+2
* top(1): remove special handling of load > 5Eitan Adler2018-06-223-20/+3
* top(1): reimplement header formatting as sbufEitan Adler2018-06-225-85/+47
* su(1): build with WARNS=6Eitan Adler2018-06-221-2/+0
* top(1): behave as documented for -tEitan Adler2018-06-221-1/+1
* Rename usr.bin/elfcopy to usr.bin/objcopyEd Maste2018-06-213-1/+1
* Don't leak tmpstr.Xin LI2018-06-211-1/+1
* usr.bin/ar: use standard 2-Clause FreeBSD licenseEd Maste2018-06-203-36/+42
* Rework how the ld link is handled in WORLDTMP from r322811.Bryan Drewery2018-06-201-1/+2
* sort(1): Fix -m when only implicit stdin is used for inputKyle Evans2018-06-203-5/+9
* sort(1): Add bits to allow easy checking against NetBSD testsKyle Evans2018-06-202-0/+17
* Use capsicum helpers to cache NLS data.Mariusz Zaborski2018-06-202-15/+2
* Convert `cap_enter() < 0 && errno != ENOSYS` to `caph_enter() < 0`.Mariusz Zaborski2018-06-1930-36/+38
* top(1): fix top -mioEitan Adler2018-06-191-0/+1
* top(1): Fix Coverity warningAlan Somers2018-06-191-1/+1
* usr.bin/ar: remove incorrect SPDX tagsEd Maste2018-06-193-6/+0
* usr.bin/ar: use standard 2-Clause FreeBSD licenseEd Maste2018-06-194-48/+48
* top(1): correct assertionEitan Adler2018-06-191-1/+1
* top(1): correct header in UP modeEitan Adler2018-06-191-2/+2
* dc: make use of caph_enterEitan Adler2018-06-181-2/+2
* top(1): use more modern signal codeEitan Adler2018-06-181-7/+8
* units: fix some nitsEitan Adler2018-06-161-4/+5
* Rework ofed build.Konstantin Belousov2018-06-1641-0/+420
* ldd: reference readelf instead of objdump in warning messageEd Maste2018-06-151-1/+1
* bsdgrep(1): Remove redundant initialization; unconditionally assigned laterKyle Evans2018-06-151-1/+0
* top(1): remove myself from top.1Eitan Adler2018-06-141-1/+0
* Fix top(1) support for displaying ZFS Compressed ARC statisticsAllan Jude2018-06-141-1/+1
* top(1): remove unneeded logicEitan Adler2018-06-131-9/+6
* top(1): style(9)Eitan Adler2018-06-133-8/+14
* top(1): add myself to authorsEitan Adler2018-06-132-0/+2
* top(1): shift from atoi to non-deprecated functionEitan Adler2018-06-131-1/+1
* top(1): replace homegrown itoa with sprintfEitan Adler2018-06-131-30/+4
* top(1): format_time, format_k, etc.Eitan Adler2018-06-134-85/+37
* top(1): format help more nicelyEitan Adler2018-06-131-5/+22
* vmstat(1): various nitsEitan Adler2018-06-132-7/+10
* top(1): several small bugfixes and nitsEitan Adler2018-06-134-17/+22
* 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