aboutsummaryrefslogtreecommitdiff
path: root/usr.bin
Commit message (Expand)AuthorAgeFilesLines
* fetch: correct env var name for --crl option to workFranco Fichtner2024-10-291-1/+1
* calendar: don't setlogin(2) in the -a user handlersKyle Evans2024-09-041-1/+1
* join(1): Fix ordering in case of missing fieldsTijl Coosemans2024-01-311-2/+2
* top: Avoid printing a blank line when the ZFS ARC is emptyMark Johnston2024-01-251-5/+15
* renice: Clean up the tests a bit.Dag-Erling Smørgrav2024-01-211-6/+7
* renice: Force /bin/sh usage on su calls for the regression tests.Olivier Cochard2024-01-211-2/+2
* nfsstat: make -q work without -e/-ELexi Winter2024-01-192-8/+14
* nfsstat: update option strings in docsLexi Winter2024-01-192-3/+3
* mail: add volatile in grabh()Lexi Winter2024-01-191-1/+1
* usr.bin/gh-bc: fix missing LTO support after MFCStefan Eßer2024-01-191-1/+2
* 13.3: update stable/13 to -PRERELEASEColin Percival2024-01-191-1/+1
* usr.bin/gh-bc: fix Makefile for WITHOUT_NLS_CATALOGS caseStefan Eßer2024-01-181-9/+8
* uniq: Replace NetBSD's unit tests with our own.Dag-Erling Smørgrav2024-01-174-43/+236
* uniq(1): use strtonum to parse optionsDaniel Tameling2024-01-171-7/+7
* login: Use getpwnam_r() instead of getpwnam().Dag-Erling Smørgrav2024-01-171-4/+8
* asa: Rewrite to fix line termination issue.Dag-Erling Smørgrav2024-01-172-58/+59
* find: Add a warning about -delete.Dag-Erling Smørgrav2024-01-171-1/+17
* gzip: Add support for decompressing zstd files.Dag-Erling Smørgrav2024-01-175-15/+143
* Remove SMALL conditionals from gzipTom Jones2024-01-171-136/+0
* Fix test output when gzip is run with -tlvTom Jones2024-01-171-6/+11
* Revert "fix using man(1) with multiple pages"Wolfram Schneider2024-01-151-1/+1
* fix using man(1) with multiple pagesWolfram Schneider2024-01-151-1/+1
* sys/*/conf/*, docs: fix links to handbookCeri Davies2024-01-101-2/+1
* Merge llvm-project main llvmorg-17-init-19304-gd0b54bb50e51Dimitry Andric2024-01-0724-22/+218
* llvm: Reduce overlinking with the minimal llvmAndrew Turner2024-01-072-4/+4
* tail(1): Fix a typo in a source code commentGordon Bergling2024-01-071-1/+1
* support spaces in filenamesWolfram Schneider2024-01-051-13/+13
* improve handling of shell metacharacters in filenamesWolfram Schneider2024-01-051-11/+11
* kdump: use print_mask_arg0 appropriatelyKyle Evans2024-01-031-4/+5
* fortune: update mailing list search urlChristos Margiolis2023-12-311-1/+1
* lockf: switch to strtonum() for parsing timeoutKyle Evans2023-12-151-5/+7
* lockf: allow locking file descriptorsKyle Evans2023-12-153-16/+266
* lockf: add some testsKyle Evans2023-12-153-0/+159
* lockf: don't hold stdin/stdout/stderr openAlexander Melkov2023-12-151-2/+5
* lockf: hide unavailable error with -n -sKyle Evans2023-12-151-7/+11
* lockf: correct omission in the usage statementKyle Evans2023-12-151-2/+2
* localedef: add newlines to error messagesKyle Evans2023-12-156-27/+27
* localedef: expand the default charmapKyle Evans2023-12-151-1/+37
* localedef: correct definition of right-parenthesis in default charmapKyle Evans2023-12-151-1/+1
* sort: Only build FreeBSD-specific ALTMON_x stuff when ATLMON_1 is definedWarner Losh2023-12-151-0/+10
* sort: test against all month formats in month-sortChristos Margiolis2023-12-154-46/+262
* Add IBM TS1170 density codes and specs.Kenneth D. Merry2023-12-141-1/+3
* tail: Fix heap overflow in -F case.Dag-Erling Smørgrav2023-12-135-30/+46
* tail.1: Lint with mandoc(1)Mateusz Piotrowski2023-12-131-3/+3
* tail: Verify correct behavior when input does not end in a newline.Dag-Erling Smørgrav2023-12-131-0/+14
* tail: Retry kevent if the system call was interruptedWarner Losh2023-12-131-3/+9
* Improve usability of head(1) and tail(1):Xin LI2023-12-1310-30/+173
* libfetch, fetch: Stop recommending the use of ca_root_nss.Dag-Erling Smørgrav2023-12-131-12/+2
* vmstat: fix column names broken in c168508655720Maxim Sobolev2023-12-051-1/+1
* nvi: import version 2.2.1Baptiste Daroussin2023-12-042-86/+86