aboutsummaryrefslogtreecommitdiff
path: root/bin
Commit message (Expand)AuthorAgeFilesLines
...
* Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-168-16/+0
* Link /usr/bin/cpuset to a relative pathEnji Cooper2023-08-111-1/+1
* cpuset(8): move to /bin/Enji Cooper2023-08-115-0/+731
* ls: Improve POSIX compatibility for -g and -n.Minsoo Choo2023-07-185-21/+28
* cat: fallback on EBADF with copy_file_range(2)Martin Matuska2023-07-081-1/+1
* cat: use copy_file_range(2) with fallback to previous behaviorMartin Matuska2023-07-081-0/+25
* cat: ensure serrno is always setAlfonso Gregory2023-07-071-25/+29
* Mark usage function as __dead2 in programs where it does not returnAlfonso Gregory2023-07-079-10/+10
* bin/date: Upgrade calculations (take 2)Pedro F. Giffuni2023-07-041-10/+11
* bin/date: Upgrade calculationsPedro F. Giffuni2023-07-041-10/+10
* Separate dependencies on tools built for host.Simon J. Gerraty2023-06-301-3/+6
* timeout(1): link to related manual pagesTom Hukins2023-06-261-2/+4
* getfacl: free `acl` in print_acl error pathKyle Evans2023-06-221-0/+1
* sh: also auto-complete built-insPiotr Pawel Stefaniak2023-06-191-7/+25
* sh: make smark a static variable instead of a local in main()Daniel Kolesa2023-06-081-1/+7
* sh(1): initialize smark to zero in main()Daniel Kolesa2023-06-031-1/+1
* dd(1): neutralize SIGINT while non-async-signal safe code is executingKonstantin Belousov2023-06-024-29/+67
* nproc.1: Fix "first appeared in" detailsMateusz Piotrowski2023-06-021-2/+2
* 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