aboutsummaryrefslogtreecommitdiff
path: root/bin
Commit message (Expand)AuthorAgeFilesLines
* /bin/rmdir: Exit with status 2 for invalid argumentsHenrich Hartzer61 min.3-11/+12
* cat: Missed a couple.Dag-Erling Smørgrav33 hours1-3/+3
* cat: Check for lack of success rather than a specific failure.Dag-Erling Smørgrav33 hours1-5/+5
* ps: handle incorrect -D valuesJamie Landeg-Jones5 days1-0/+2
* date.1: Note that nanosecond support is to appear first in 14.1Mateusz Piotrowski9 days1-2/+2
* date: Correctly check outcome of mktime().Dag-Erling Smørgrav13 days1-1/+3
* uuidgen(1): Add EXAMPLES to manual pageFernando Apesteguía2024-04-271-0/+24
* date: Fix tests by initializing timespec structureMateusz Piotrowski2024-04-261-0/+2
* date: Add support for nanosecondsMateusz Piotrowski2024-04-263-35/+142
* sync.8: Document that the "sync dance" is not a thingMateusz Piotrowski2024-04-251-1/+29
* cp: Use warnc().Dag-Erling Smørgrav2024-04-171-2/+1
* cp: Additional sanity check.Dag-Erling Smørgrav2024-04-171-7/+20
* cp: Clarify an obscure comment.Dag-Erling Smørgrav2024-04-171-2/+8
* mv: Set file flags after setting file timesRicardo Branco2024-04-161-5/+6
* nproc: Prefer sys/cdefs.h __unreachable over the builtinCollin Funk2024-04-121-1/+1
* cp: Never follow symbolic links in destination.Dag-Erling Smørgrav2024-04-082-39/+44
* echo(1): Add EXAMPLESFernando Apesteguía2024-04-081-0/+29
* ln: Improve link(1) variant of ln(1).Dag-Erling Smørgrav2024-04-042-14/+83
* cp: Improved conformance when copying directories.Dag-Erling Smørgrav2024-04-011-9/+18
* cp: Correct the list of non-portable flags.Dag-Erling Smørgrav2024-04-011-3/+5
* cp: Fix grammar in comment.Dag-Erling Smørgrav2024-03-281-1/+1
* csh: Use HOST_CC when compiling hostprog used by csh buildStephen J. Kiernan2024-03-271-1/+1
* ln: Add a test case for ln -sfF.Dag-Erling Smørgrav2024-03-271-0/+17
* ln: Clean up and simplify tests.Dag-Erling Smørgrav2024-03-271-48/+20
* ln: Use stdbool, style nits.Dag-Erling Smørgrav2024-03-271-37/+39
* sleep: Overhaul.Dag-Erling Smørgrav2024-03-252-90/+98
* cp: Remove useless ssize_t castCollin Funk2024-03-211-1/+1
* tests: Fixing incomplete atf_skip if missing jail conditionOlivier Cochard2024-02-231-0/+3
* hostname(1): skip test if jail binary is missingOlivier Cochard2024-02-231-0/+3
* ls.1: Mention CLICOLOR environment variableGordon Bergling2024-02-211-3/+5
* ls: Fix -v and associated testWarner Losh2024-02-191-1/+2
* cat: fix cap_rights_init usageEd Maste2024-02-151-1/+1
* domainname(1): Grammar fixChia-Jung Chang2024-02-131-1/+1
* hostname(1): Grammar fixChia-Jung Chang2024-02-131-1/+1
* date(1): Grammar fixesChia-Jung Chang2024-02-131-3/+3
* cp(1): Grammar fix in commentChia-Jung Chang2024-02-131-1/+1
* df(1): Fix grammarChia-Jung Chang2024-02-131-1/+1
* ed(1): Fix grammar in commentChia-Jung Chang2024-02-131-1/+1
* pax(1): Grammar fix in file_subs.cHUNG-CHI CHANG2024-02-131-1/+1
* sh(1): Grammar fix in jobs.cFu-Cheng Wang2024-02-131-1/+1
* ed(1): Grammar fixesWilbert Allen Koeswoyo Suwito2024-02-131-2/+2
* chio(8): Fix typo in the copyright sectionWilbert Allen Koeswoyo Suwito2024-02-131-1/+1
* ls: versort incompatible w/ timesort and sizesortAlexander Ziaee2024-02-022-7/+11
* chflags(1): obey siginfo request on chflagsat(2) failureKonstantin Belousov2024-01-301-2/+8
* chflags(1): Fix -f optionRicardo Branco2024-01-301-3/+5
* hostname(1): Add test casesLin Lee2024-01-303-0/+97
* Fix "version introduced" in numerous manual pagesTom Hukins2024-01-081-1/+1
* bin/timeout: remove unreachable break after usage()rilysh2024-01-031-1/+0
* bin/setfacl: remove unreachable break after usage()rilysh2024-01-031-1/+0
* bin/cp: remove unreachable breakrilysh2024-01-031-1/+0