aboutsummaryrefslogtreecommitdiff
path: root/usr.bin
Commit message (Expand)AuthorAgeFilesLines
* renice: support -- as per POSIX.Dag-Erling Smørgrav2022-08-041-12/+19
* xinstall: alphabetize: upper case precedes lower.Dag-Erling Smørgrav2022-08-041-7/+7
* xinstall: use dynamic bufsize as in cat(1) / cp(1).Dag-Erling Smørgrav2022-08-031-5/+53
* xinstall: make md5 and ripemd160 conditionalDag-Erling Smørgrav2022-08-032-1/+34
* xinstall: fix dounpriv logic, add testsDag-Erling Smørgrav2022-08-032-8/+87
* diff3: Use ranges for new and old diffedits in ed scriptsTom Jones2022-08-021-5/+9
* diff3: Use ranges for the old and new diffedits in A scriptsTom Jones2022-08-021-18/+23
* diff3: Simplify startmark calculation in AscriptTom Jones2022-08-021-2/+3
* find.1: Correct the markupGordon Bergling2022-08-021-4/+4
* diff3: Use variables for old and new in A scriptsTom Jones2022-08-011-17/+19
* diff3: Replace literal marker with variableTom Jones2022-08-011-5/+6
* diff3: Fix indentationTom Jones2022-08-011-1/+1
* Deprecate minigzip(1) in preparation of removing it from base system.Xin LI2022-07-311-1/+9
* find.1: Fix mandoc warnings and mention a useful manpageGordon Bergling2022-07-311-5/+7
* calendar: clarify comment syntax in man pageStefan Eßer2022-07-311-5/+7
* Move sort to runtimeDoug Rabson2022-07-291-0/+1
* ncal: LT is the country code for LithuaniaWarner Losh2022-07-281-1/+1
* Update to bmake-20220726Simon J. Gerraty2022-07-273-6/+10
|\
* | Auto-create bmake/unit-tests objdir if appropriateSimon J. Gerraty2022-07-262-1/+15
* | Finish update to bmake-20220724Simon J. Gerraty2022-07-262-7/+8
* | nl: Correct historyWarner Losh2022-07-241-2/+2
* | find.1: small language fix after previous changeEugene Grosbein2022-07-221-1/+1
* | find.1: explain why "find -s" may differ from "find | sort"Eugene Grosbein2022-07-221-1/+21
* | vtfontcvt: improve hex font format validationEd Maste2022-07-191-1/+1
* | backlight(8): Update usage() to match the manual pageMateusz Piotrowski2022-07-191-5/+5
* | backlight.8: Show all possible modes in synopsisMateusz Piotrowski2022-07-191-2/+8
* | backlight.8: Standardize synopsis and improve examplesMateusz Piotrowski2022-07-191-5/+5
* | vtfontcvt(8): Update usage() to match vtfontcvt.8Mateusz Piotrowski2022-07-191-2/+2
* | vtfontcvt.8: Use D1 instead of Ql for readabilityMateusz Piotrowski2022-07-191-2/+2
* | vtfontcvt.8: Sort synopsisMateusz Piotrowski2022-07-191-3/+2
* | vtfontcvt.8: Improve synopsis and -f documentationMateusz Piotrowski2022-07-191-14/+27
* | vtfontcvt: correct usageEd Maste2022-07-181-2/+2
* | usr.bin/cksum: localize _total variables.Xin LI2022-07-183-5/+2
* | kdump(1): Sort options in alphabetical order.Dmitry Chagin2022-07-161-2/+2
* | ktrace: Increase precision of timestamps.Dmitry Chagin2022-07-162-31/+93
* | gcore: Trim stale bits from elf32core.c.John Baldwin2022-07-141-3/+0
* | Improve usability of head(1) and tail(1):Xin LI2022-07-1310-30/+173
* | protect.1: Document that protect(1) does not work in jailsMateusz Piotrowski2022-07-111-1/+19
* | protect.1: Improve synopsisMateusz Piotrowski2022-07-071-3/+6
* | sockstat(1): print PID adjusted to the rightGleb Smirnoff2022-07-071-1/+1
* | sockstat(1): print out full connection graph for unix(4) socketsGleb Smirnoff2022-07-072-34/+110
* | sockstat(1): widen the FD printing formatGleb Smirnoff2022-07-071-4/+4
* | sockstat(1): use tree(3) rbtree instead of hashGleb Smirnoff2022-07-071-48/+57
* | sockstat(1): we don't need kernel struct unpcbGleb Smirnoff2022-07-071-1/+0
* | netstat -i: do not truncate interface namesMike Karels2022-07-062-14/+20
* | xargs: fix description of strnsubst return valueTom Jones2022-07-051-1/+1
* | xargs: terminate if line replacement cannot be constructedTom Jones2022-07-052-7/+16
* | diff3: make the eflag logic easier to followTom Jones2022-07-051-13/+20
* | gcore: Use PT_GETREGSET for NT_THRMISC and NT_PTLWPINFO.John Baldwin2022-06-302-88/+2
* | gcore: Remove unused typedefs.John Baldwin2022-06-301-6/+0