aboutsummaryrefslogtreecommitdiff
path: root/bin
Commit message (Expand)AuthorAgeFilesLines
* pwd.1: replace /home with /sys in exampleMike Karels2023-05-231-6/+6
* date: add -z output_zone optionBaptiste Daroussin2023-05-192-5/+29
* sh: improve stylePiotr Pawel Stefaniak2023-05-131-11/+12
* spdx: The BSD-2-Clause-NetBSD identifier is obsolete, drop -NetBSDWarner Losh2023-05-121-1/+1
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-122-2/+2
* dd: Fix SIGINT handling.Dag-Erling Smørgrav2023-05-055-6/+80
* dd: Tidy up the tests.Dag-Erling Smørgrav2023-05-051-32/+16
* setfacl.1: correct reference to a trailing comma, should read "colon"Ceri Davies2023-04-291-2/+2
* ps: Add libxo to usage messageMateusz Piotrowski2023-04-251-3/+3
* ps: Fix synopsisMateusz Piotrowski2023-04-252-3/+3
* cp: Revert "If copy_file_range(2) fails with EXDEV, use fall-back."Mateusz Guzik2023-04-241-1/+1
* Fix building host tools for hostSimon J. Gerraty2023-04-202-3/+9
* Update/fix Makefile.depend for userlandSimon J. Gerraty2023-04-1937-44/+18
* sendmail: Silence -Wdeprecated-non-prototype warnings.John Baldwin2023-04-181-0/+2
* date.1: Make sure that the example works in any localeMateusz Piotrowski2023-04-131-2/+2
* If copy_file_range(2) fails with EXDEV, use fall-back.Poul-Henning Kamp2023-04-041-1/+1
* fs/msdosfs: add tracking of free root directory entriesStefan Eßer2023-03-291-1/+12
* pkill: tests: do a pass for case-sensitive conflictsKyle Evans2023-03-209-8/+8
* pkill: use an ARG_MAX size buffer for argument matchingKyle Evans2023-03-204-5/+220
* sh(1): fix history file write checkingDaniel Kolesa2023-03-201-1/+1
* uuidgen(1): fix another typoBaptiste Daroussin2023-03-061-1/+1
* uuidgen(1): back to the past and fix typoBaptiste Daroussin2023-03-021-2/+2
* uuidgen: add -c for compact uuidBaptiste Daroussin2023-03-012-3/+35
* date.1: Examples: Use syntax that is also compatible with cshMateusz Piotrowski2023-02-271-2/+2
* nproc: denote an incompatiblity with LinuxMateusz Guzik2023-02-152-2/+7
* man: some typesetting and style fixes for recent additionsKonstantin Belousov2023-02-111-1/+2
* Add nproc(1)Mateusz Guzik2023-02-084-0/+191
* cp: Adjust the sparse file tests.Dag-Erling Smørgrav2023-02-083-23/+98
* cp: Minor code cleanup.Dag-Erling Smørgrav2023-02-032-5/+3
* timeout: Move from /usr/bin to /binMateusz Piotrowski2023-02-028-0/+828
* cp: Simplify the common case.Dag-Erling Smørgrav2023-02-022-90/+34
* cp: Add tests involving sparse files.Dag-Erling Smørgrav2023-02-021-0/+90
* df: Return non-zero status on write failure.Dag-Erling Smørgrav2023-01-171-8/+8
* sh(1): Allow non-printing characters in prompt stringsJuraj Lutter2022-12-223-10/+59
* bin/uuidgen: add support for v4 uuidsTobias C. Berner2022-12-172-12/+67
* csh: install hard link with same mode as targetEd Maste2022-11-291-1/+4
* sh: install hard link with same mode as targetEd Maste2022-11-231-0/+1
* ls(1): add a -v flag to sort naturallyAymeric Wibo2022-10-306-12/+67
* chio: Mark some arguments as unused.Warner Losh2022-10-251-2/+2
* sh: when loading profile, read only .sh files.Dag-Erling Smørgrav2022-10-221-8/+3
* pax: update date parsing code (from OpenBSD)Dag-Erling Smørgrav2022-10-193-65/+78
* sh: when loading profile, skip obvious scratch files.Dag-Erling Smørgrav2022-10-031-0/+5
* stty(1): provide details about interaction with job controlKonstantin Belousov2022-10-021-1/+27
* sh: read more profile files.Dag-Erling Smørgrav2022-10-011-0/+20
* sh: Fix mismatch in array bounds for vforkexecshell().John Baldwin2022-09-281-1/+1
* pax: name all supported formats.Dag-Erling Smørgrav2022-09-131-2/+3
* pax: comment typo fixes from NetBSD / OpenBSD.Dag-Erling Smørgrav2022-09-1310-31/+32
* pax: remove 4.4BSD compatibilityDag-Erling Smørgrav2022-09-1312-245/+0
* Handle NULL return from localtime(3) in ls(1) and find(1)Kirk McKusick2022-09-091-5/+6
* cp: Fix build without VM_AND_BUFFER_CACHE_SYNCHRONIZED.Alexander Motin2022-08-301-10/+9