aboutsummaryrefslogtreecommitdiff
path: root/usr.bin
Commit message (Expand)AuthorAgeFilesLines
* systat: Fix a bunch of use after frees in fetch_ifstat().John Baldwin2022-11-221-1/+1
* Retire CLANG_IS_CC optionEd Maste2022-11-211-2/+1
* tftp: cleanupDag-Erling Smørgrav2022-11-181-12/+13
* tftpd: Plug memory leaks in option handling code.Dag-Erling Smørgrav2022-11-181-16/+10
* tftpd: whitespace cleanupDag-Erling Smørgrav2022-11-171-2/+2
* tftp: Fix buffer overflow and fd leak in multi-file PUT.Dag-Erling Smørgrav2022-11-171-6/+12
* rs: Test actual output in the tests.John Baldwin2022-11-161-16/+134
* rs: Use getopt() and strtol() instead of mannual parsing.John Baldwin2022-11-162-154/+104
* rs: Convert to C++ to convert elem to a std::vector<char *>.John Baldwin2022-11-163-102/+57
* diff: Don't (ab)use sprintf() as a kind of strcat().John Baldwin2022-11-161-18/+21
* diff: Don't treat null characters like carriage returns in readhash().John Baldwin2022-11-161-0/+2
* tcp: account sent/received IP ECN markings independentlyRichard Scheffenegger2022-11-101-6/+10
* mktemp: skip later TMPDIR check if -p is specifiedKyle Evans2022-11-092-1/+7
* 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