aboutsummaryrefslogtreecommitdiff
path: root/usr.bin
Commit message (Expand)AuthorAgeFilesLines
* split: add word order fixKyle Evans2022-10-251-1/+1
* split: add some testsKyle Evans2022-10-253-0/+225
* split: switch to getline() for line/pattern matchingKyle Evans2022-10-252-16/+17
* w: cosmetic fixes.Dag-Erling Smørgrav2022-10-212-27/+26
* logger: fix builds without casperMariusz Zaborski2022-10-191-1/+1
* truss: remove now-unused special case for MIPSEd Maste2022-10-171-6/+1
* xargs: fix exit code when using -Pliu-du2022-10-172-5/+14
* renice: Force /bin/sh usage on su calls for the regression tests.Olivier Cochard2022-10-131-2/+2
* sort: deindent file_reader_free and cleanup its usageBaptiste Daroussin2022-10-131-8/+6
* sort: simplify file_reader_cleanBaptiste Daroussin2022-10-131-18/+11
* sort: deindent closefileBaptiste Daroussin2022-10-131-11/+9
* sort: use asprintf(3) instead of malloc + snprintf(3)Baptiste Daroussin2022-10-131-9/+7
* sort: deindent openfileBaptiste Daroussin2022-10-131-30/+29
* sort: simplify the code to handle -z flagBaptiste Daroussin2022-10-131-7/+5
* sort: cleanup now unused structutre and prototypesBaptiste Daroussin2022-10-131-7/+0
* sort: unify the code to read from FILE *Baptiste Daroussin2022-10-131-94/+0
* sort: remove unused functionBaptiste Daroussin2022-10-132-59/+0
* sort: use memset to initialize structure when possibleBaptiste Daroussin2022-10-131-6/+2
* sort: use mkstemp(3) instead of reinventing itBaptiste Daroussin2022-10-121-6/+6
* sort: replace home made line reader by getdelim(3)Baptiste Daroussin2022-10-122-115/+12
* sort: remove NLS supportBaptiste Daroussin2022-10-126-70/+1
* sort: replace malloc+memset with callocBaptiste Daroussin2022-10-123-14/+7
* sort: add wrapper around callocBaptiste Daroussin2022-10-122-0/+11
* Update tip for adding a user to wheel:Pau Amma2022-10-091-1/+2
* w: don't truncate if we're writing libxo json/xmlKristof Provost2022-10-071-0/+3
* systat: remove INP_TIMEWAITGleb Smirnoff2022-10-071-11/+3
* ldd: ignore unverified filesSimon J. Gerraty2022-10-071-1/+1
* ldd: use direct exec mode unconditionallyKonstantin Belousov2022-10-061-6/+7
* rs: Fix some pointer arith UB.John Baldwin2022-10-051-3/+6
* rs: Fix a use after free.John Baldwin2022-10-051-1/+4
* rs: Fix various harmless warnings.John Baldwin2022-10-051-15/+12
* grep: Add quotes in manpage when using wildcards with --includeDaniel Engberg2022-10-051-2/+2
* diff: Fix a use after free as well as a memory leak in change().John Baldwin2022-10-031-11/+11
* fortune: Unindent a debug printf in get_fort().John Baldwin2022-10-031-4/+5
* tail: Fix misleading indentation in ARG() macro.John Baldwin2022-10-031-1/+1
* Put OPIE to rest.Dag-Erling Smørgrav2022-10-027-125/+0
* seq: fix style nitsMariusz Zaborski2022-10-011-1/+1
* seq: fix potential NULL ptr referenceMariusz Zaborski2022-10-011-2/+6
* vmstat: remove processor counting from getcpuinfo()Elliott Mitchell2022-09-301-10/+5
* renice: Prevent running regression tests in parallelOlivier Cochard2022-09-291-0/+1
* manpages: Remove telnetd referencesBrooks Davis2022-09-291-2/+2
* newkey: Fix mismatch in array bounds in for adjust().John Baldwin2022-09-281-1/+1
* mail: Fix mismatch in array bounds for isign().John Baldwin2022-09-281-1/+1
* Tcp progress timeoutRandall Stewart2022-09-272-4/+7
* clang: remove as(1) cross-reference from man pageEd Maste2022-09-251-1/+1
* contrib/bsddialog: Import version 0.4Alfonso S. Siciliano2022-09-251-3/+1
* ktrace: make ktr_tid a long not intptr_t (NFC)Brooks Davis2022-09-171-9/+8
* procstat(1): print AT_USRSTACKBASE and AT_USRSTACKLIMKonstantin Belousov2022-09-161-0/+14
* uname.1: Clarify the -r optionGordon Bergling2022-09-161-2/+5
* Handle NULL return from localtime(3) in ls(1) and find(1)Kirk McKusick2022-09-091-1/+5