aboutsummaryrefslogtreecommitdiff
path: root/bin
Commit message (Expand)AuthorAgeFilesLines
...
* cred: Hide internal flag CRED_FLAG_CAPMODEOlivier Certner2024-12-161-1/+1
* cat: report copy_file_range() errors with the read filenameKyle Evans2024-12-141-1/+1
* sh.1: update history + spdx + linter errorAlexander Ziaee2024-11-291-2/+5
* sh(1): -l is only valid in cli option not as set -lBaptiste Daroussin2024-11-201-1/+1
* sh(1): add -l optionBaptiste Daroussin2024-11-204-15/+26
* mv: Add test cases for command-line options.Dag-Erling Smørgrav2024-11-191-0/+117
* mv: Convert tests to ATF.Dag-Erling Smørgrav2024-11-193-296/+392
* mv: More style nits.Dag-Erling Smørgrav2024-11-191-22/+15
* ps.1: remove stray tab which breaks columns alignmentKonstantin Belousov2024-11-181-1/+1
* sh tests: Fix ktrace usage now that envvars are traced by defaultMark Johnston2024-11-172-2/+2
* ps.1: restore always true if predicateKonstantin Belousov2024-11-141-5/+1
* mv: Type and style nits.Dag-Erling Smørgrav2024-11-131-6/+7
* ps(1): clean up after swapout removalKonstantin Belousov2024-11-094-53/+10
* ps.1: document rest of flag2 bitsKonstantin Belousov2024-11-091-0/+18
* ps.1: visually align process flags hex values by filling leading zeroesKonstantin Belousov2024-11-091-27/+27
* tests: Switch bin/hostname/hostname_test to execenv=jailIgor Ostapenko2024-10-311-6/+1
* manuals: Fix "unusual .Xr" warnings with a scriptGraham Percival2024-10-151-1/+1
* Update Makefile.depend filesSimon J. Gerraty2024-10-144-1/+18
* ps(1): Complete libxo transitionYan-Hao Wang2024-10-123-14/+14
* manuals: Fix typos in -offset for .Bd and .BlGraham Percival2024-10-031-2/+2
* timeout(1): Update STANDARDS sectionGordon Bergling2024-09-241-1/+7
* bin/sh: support RLIMIT_PIPEBUFKonstantin Belousov2024-09-201-1/+4
* date: Documentation nits.Dag-Erling Smørgrav2024-09-101-3/+6
* date: Fix a few nits.Dag-Erling Smørgrav2024-09-041-4/+4
* faccessat(2): Honor AT_SYMLINK_NOFOLLOWFernando Apesteguía2024-08-111-1/+2
* test(1): quote closing bracket in error messageDaniel Tameling2024-07-291-1/+1
* pax: Clear arcn in each read function.Dag-Erling Smørgrav2024-07-242-27/+5
* ls: Make -, apply to -s as well as -l.Dag-Erling Smørgrav2024-07-244-10/+27
* Remove residual blank line at start of MakefileWarner Losh2024-07-1570-70/+0
* pax: Terminate loop for empty directory namesGanael Laplanche2024-06-211-1/+6
* csh: Remove hardlink /.cshrcEmmanuel Vadot2024-05-291-9/+0
* cp: avoid a resource leakPierre Pronchery2024-05-231-0/+3
* man filesystems: fix xrefs after move to section 4Alexander Ziaee2024-05-161-1/+1
* /bin/rmdir: Exit with status 2 for invalid argumentsHenrich Hartzer2024-05-113-11/+12
* cat: Missed a couple.Dag-Erling Smørgrav2024-05-101-3/+3
* cat: Check for lack of success rather than a specific failure.Dag-Erling Smørgrav2024-05-101-5/+5
* ps: handle incorrect -D valuesJamie Landeg-Jones2024-05-061-0/+2
* date.1: Note that nanosecond support is to appear first in 14.1Mateusz Piotrowski2024-05-021-2/+2
* date: Correctly check outcome of mktime().Dag-Erling Smørgrav2024-04-281-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