aboutsummaryrefslogtreecommitdiff
path: root/usr.bin
Commit message (Expand)AuthorAgeFilesLines
* cpuset: add --countMateusz Guzik2023-02-042-2/+65
* gh-bc: don't force CFLAGS to -O0 -gDimitry Andric2023-02-021-1/+1
* timeout: Move from /usr/bin to /binMateusz Piotrowski2023-02-028-826/+0
* cmp: Increase buffer size for non-mmap case.Dag-Erling Smørgrav2023-01-311-0/+2
* cmp: Print a summary on SIGINFO.Dag-Erling Smørgrav2023-01-314-0/+32
* gh-bc: fix build with WITHOUT_NLS_CATALOGS=YESGleb Smirnoff2023-01-301-1/+0
* Add missing check for xo_parse_args return code.Phil Shafer2023-01-301-0/+3
* Import Juniper libxo-1.6.0Phil Shafer2023-01-301-1/+1
* man(1): Support zstd compressed manpages using zstdcatCameron Katri2023-01-301-0/+1
* usr.bin/stat: Fix error message formatting.Jamie Landeg-Jones2023-01-291-1/+1
* netstat: export weight for single-path routes.Alexander V. Chernikov2023-01-293-7/+21
* usr.bin/gh-bc: update Makefiles for version 6.2.2Stefan Eßer2023-01-282-18/+26
* Disable sandboxing when building with WITHOUT_CAPSICUM.Xin LI2023-01-281-1/+5
* stat(1): Do not pass S_IFBLK to devname unconditionallyAlexander Naumochkin2023-01-281-8/+3
* Merge/update to bmake-20230126Simon J. Gerraty2023-01-285-46/+120
|\
* | netstat: fix format string on 32-bit archsAlexander V. Chernikov2023-01-271-1/+1
* | MFV: zstd 1.5.2Allan Jude2023-01-271-1/+2
* | netstat: make netstat -rn use netlink instead of rtsockAlexander V. Chernikov2023-01-274-42/+550
* | Retire WITHOUT_CXX optionEd Maste2023-01-271-5/+3
* | w: Unlike err(3), xo_err(3) won't accept a null format string.Dag-Erling Smørgrav2023-01-251-1/+1
* | w: Complete libxo transition.Dag-Erling Smørgrav2023-01-251-8/+9
* | find: Logic nit in man page.Dag-Erling Smørgrav2023-01-241-2/+2
* | vmstat: fix overflow of interrupt name bufferElliott Mitchell2023-01-201-1/+1
* | vmstat: remove shadow variablesElliott Mitchell2023-01-201-10/+7
* | 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