aboutsummaryrefslogtreecommitdiff
path: root/usr.bin
Commit message (Expand)AuthorAgeFilesLines
* cal: don't print terminal control characters unless stdout is a TTYAlan Somers2023-01-131-1/+2
* fuser: fix loop over kinfo_proc arrayGleb Smirnoff2023-01-091-7/+6
* grep: properly switch EOL indicator with -zKyle Evans2023-01-042-0/+14
* unzip: Document optional member listYoshihiro Takahashi2023-01-022-3/+10
* Restricting xargs to '-n1' is much slower and isn't needed for file(1)David E. O'Brien2022-12-281-2/+2
* do not expect mandoc(1) to terminate in finite timeWolfram Schneider2022-12-271-0/+6
* bspatch.1: fix missing argumentMike Karels2022-12-221-2/+3
* grep.1: Add an ENVIRONMENT sectionJose Luis Duran2022-12-181-1/+17
* tcp: retire TCPDEBUGGleb Smirnoff2022-12-141-1/+0
* diff: restyle loop a bitKyle Evans2022-12-141-3/+6
* diff: fix side-by-side output with tabbed inputKyle Evans2022-12-145-8/+35
* Always install llvm-objdump as objdumpEd Maste2022-12-121-2/+0
* posixshmcontrol(1): for regular shmfd, report used pages numberKonstantin Belousov2022-12-091-1/+7
* tcp: embed inpcb into tcpcbGleb Smirnoff2022-12-071-0/+1
* rpcgen: Unindent a line not guarded by if (mtflag).John Baldwin2022-12-051-1/+1
* rpcgen: Don't free() a pointer after realloc().John Baldwin2022-12-051-1/+0
* Explicitly set CXXSTD to c++11 for old C++ code using std::auto_ptr<>.John Baldwin2022-12-051-0/+1
* Retire trpt(8).Gleb Smirnoff2022-12-021-1/+0
* killall(1): allow sending signals to processes with control terminal on pts(4)Daniel Dowse2022-12-011-1/+2
* 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