aboutsummaryrefslogtreecommitdiff
path: root/usr.bin
Commit message (Expand)AuthorAgeFilesLines
* Update HISTORY and AUTHORS sections for cut(1) and paste(1)Gordon Bergling2022-11-072-8/+26
* wg: drop -Wno-cast-qual from CFLAGSKyle Evans2022-11-051-3/+0
* gzip: Add support for decompressing zstd files.Dag-Erling Smørgrav2022-11-045-15/+143
* mktemp: don't double up on trailing slashes for -t pathsKyle Evans2022-11-032-2/+20
* grep: correct argument name in man pageElvin Aslanov2022-11-011-1/+1
* mktemp: add -p/--tmpdir argumentKyle Evans2022-10-315-10/+201
* mktemp: add some GNU-compatible long optionsKyle Evans2022-10-312-5/+13
* tee.1: Add a HISTORY sectionGordon Bergling2022-10-301-1/+6
* usr.bin: hook wg(8) up to the buildKyle Evans2022-10-292-0/+42
* script: Handle a missing 's' stamp gracefully.Dag-Erling Smørgrav2022-10-271-0/+2
* script: Further usage string nits.Dag-Erling Smørgrav2022-10-271-2/+2
* script: Use size_t / ssize_t where needed.Dag-Erling Smørgrav2022-10-271-3/+3
* split: reset errno prior to getline()Math Ieu2022-10-271-1/+1
* script: Add usage string for playback mode.Dag-Erling Smørgrav2022-10-271-0/+2
* script: Correct -F in man page and usage string.Dag-Erling Smørgrav2022-10-272-5/+4
* pkgbase: Put less in FreeBSD-runtimeEmmanuel Vadot2022-10-261-0/+1
* pkgbase: Create a FreeBSD-games packageEmmanuel Vadot2022-10-263-0/+6
* w: Fix premature rounding.Dag-Erling Smørgrav2022-10-261-25/+34
* 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