summaryrefslogtreecommitdiff
path: root/usr.bin
Commit message (Expand)AuthorAgeFilesLines
* Ensure .inc files are regenerated when llvm/clang tblgen binaries changeDimitry Andric2023-03-0411-0/+22
* Add nproc(1)Mateusz Guzik2023-02-231-0/+1
* Change "ctlstat -P"'s schemaAlan Somers2023-02-161-83/+139
* top: fix sorting by pid (-o pid)Kyle Evans2023-02-161-0/+1
* contrib/bc: update to version 6.2.4Stefan Eßer2023-02-091-2/+2
* cmp: Print a summary on SIGINFO.Dag-Erling Smørgrav2023-02-094-0/+34
* w: Complete libxo transition.Dag-Erling Smørgrav2023-02-091-8/+9
* find: Logic nit in man page.Dag-Erling Smørgrav2023-02-091-2/+2
* irdma: Add RDMA driver for Intel(R) Ethernet Controller E810Bartosz Sobczak2023-02-082-2/+2
* timeout: Move from /usr/bin to /binMateusz Piotrowski2023-02-078-827/+0
* contrib/bc: update to version 6.2.2Stefan Eßer2023-02-071-4/+7
* man(1): Support zstd compressed manpages using zstdcatCameron Katri2023-02-061-0/+1
* Disable sandboxing when building with WITHOUT_CAPSICUM.Xin LI2023-02-031-1/+5
* stat(1): Do not pass S_IFBLK to devname unconditionallyAlexander Naumochkin2023-02-031-8/+3
* pkgbase: Put less in FreeBSD-runtimeEmmanuel Vadot2023-02-021-0/+1
* pkgbase: Create a FreeBSD-games packageEmmanuel Vadot2023-02-023-0/+6
* pkgbase: Put accounting utilities in the acct packageEmmanuel Vadot2023-02-023-0/+3
* usr.bin/stat: Fix error message formatting.Jamie Landeg-Jones2023-02-011-1/+1
* grep: properly switch EOL indicator with -zKyle Evans2023-01-282-0/+14
* 13.2: update stable/13 to -PRERELEASE to start the release cycleColin Percival2023-01-281-1/+1
* cal: don't print terminal control characters unless stdout is a TTYAlan Somers2023-01-271-1/+2
* diff: Don't (ab)use sprintf() as a kind of strcat().John Baldwin2023-01-241-18/+21
* diff: Don't treat null characters like carriage returns in readhash().John Baldwin2023-01-241-0/+2
* fuser: fix loop over kinfo_proc arrayGleb Smirnoff2023-01-231-7/+6
* unzip: Document optional member listYoshihiro Takahashi2023-01-222-3/+10
* vmstat: fix overflow of interrupt name bufferElliott Mitchell2023-01-221-1/+1
* vmstat: remove shadow variablesElliott Mitchell2023-01-221-10/+7
* posixshmcontrol(1): for regular shmfd, report used pages numberKonstantin Belousov2023-01-201-1/+7
* netstat: print path weight when showing routes in structured output.Alexander V. Chernikov2023-01-131-0/+2
* motd: Fix Questions List addressDanilo G. Baio2023-01-111-1/+1
* grep.1: Add an ENVIRONMENT sectionJose Luis Duran2022-12-281-1/+17
* bspatch.1: fix missing argumentMike Karels2022-12-261-2/+3
* killall(1): allow sending signals to processes with control terminal on pts(4)Daniel Dowse2022-12-081-1/+2
* Update HISTORY and AUTHORS sections for cut(1) and paste(1)Gordon Bergling2022-11-142-8/+26
* logger: fix builds without casperMariusz Zaborski2022-11-131-1/+1
* mktemp: don't double up on trailing slashes for -t pathsKyle Evans2022-11-132-2/+20
* mktemp: add -p/--tmpdir argumentKyle Evans2022-11-135-10/+207
* mktemp: add some GNU-compatible long optionsKyle Evans2022-11-132-5/+13
* wg: drop -Wno-cast-qual from CFLAGSKyle Evans2022-11-131-3/+0
* usr.bin: hook wg(8) up to the buildKyle Evans2022-11-132-0/+42
* rs: Fix some pointer arith UB.John Baldwin2022-11-111-3/+6
* rs: Fix a use after free.John Baldwin2022-11-111-1/+4
* rs: Fix various harmless warnings.John Baldwin2022-11-111-15/+12
* diff: Fix a use after free as well as a memory leak in change().John Baldwin2022-11-111-11/+11
* fortune: Unindent a debug printf in get_fort().John Baldwin2022-11-111-4/+5
* tail: Fix misleading indentation in ARG() macro.John Baldwin2022-11-111-1/+1
* newkey: Fix mismatch in array bounds in for adjust().John Baldwin2022-11-111-1/+1
* mail: Fix mismatch in array bounds for isign().John Baldwin2022-11-111-1/+1
* split: reset errno prior to getline()Math Ieu2022-11-111-1/+1
* split: add word order fixKyle Evans2022-11-111-1/+1