aboutsummaryrefslogtreecommitdiff
path: root/bin
Commit message (Expand)AuthorAgeFilesLines
* date.1: Note that nanosecond support is to appear first in 14.1Mateusz Piotrowski2024-05-021-4/+2
* date: Correctly check outcome of mktime().Dag-Erling Smørgrav2024-05-021-1/+3
* date: Fix tests by initializing timespec structureMateusz Piotrowski2024-05-021-0/+2
* date: Add support for nanosecondsMateusz Piotrowski2024-05-023-35/+142
* date(1): Grammar fixesChia-Jung Chang2024-05-021-3/+3
* sync.8: Document that the "sync dance" is not a thingMateusz Piotrowski2024-04-281-1/+29
* mv: Set file flags after setting file timesRicardo Branco2024-04-251-5/+6
* cp: Clarify an obscure comment.Dag-Erling Smørgrav2024-04-242-11/+29
* cp: Remove useless ssize_t castCollin Funk2024-04-181-1/+1
* ln: Improve link(1) variant of ln(1).Dag-Erling Smørgrav2024-04-082-14/+83
* cp: Improved conformance when copying directories.Dag-Erling Smørgrav2024-04-082-12/+23
* ln: Use stdbool, style nits.Dag-Erling Smørgrav2024-04-042-85/+76
* cat: fix cap_rights_init usageEd Maste2024-03-221-1/+1
* cat: add CAP_SEEK capabilityMariusz Zaborski2024-03-221-1/+1
* ls.1: Mention CLICOLOR environment variableGordon Bergling2024-02-281-3/+5
* ls: Fix -v and associated testWarner Losh2024-02-281-1/+2
* ls: versort incompatible w/ timesort and sizesortAlexander Ziaee2024-02-282-7/+11
* Correct the grammo in "will underlined".Jens Schweikhardt2024-02-281-1/+1
* hostname(1): Add test casesLin Lee2024-02-083-0/+98
* chflags(1): obey siginfo request on chflagsat(2) failureKonstantin Belousov2024-02-061-2/+8
* chflags(1): Fix -f optionRicardo Branco2024-02-061-3/+5
* cp: Add tests for hard link case.Dag-Erling Smørgrav2024-01-174-78/+154
* cp: Add -N flag, inspired by NetBSD's similar flagWarner Losh2024-01-174-11/+27
* Fix "version introduced" in numerous manual pagesTom Hukins2024-01-151-1/+1
* bsdinstall: rename "Live CD" to "Live System"Pierre Pronchery2024-01-071-1/+1
* ps: s/kern.max_pid/kern.pid_max/ in a commentBrooks Davis2023-12-131-1/+1
* Fix /root permissions after 'make installworld'Thomas Eberhardt2023-12-012-0/+2
* cat: fallback on EISDIR with copy_file_range(2)Martin Matuska2023-11-261-1/+2
* (s)tty: add support for IUTF8 input flagBojan Novković2023-10-213-0/+6
* pkgbase: Move uuidgen to runtime packageEmmanuel Vadot2023-10-181-0/+1
* ps: add a new option -D to reimplement tree traversalPiotr Pawel Stefaniak2023-08-242-4/+61
* Revert "ps: extend the non-standard option -d (tree view) to work with -p"Piotr Pawel Stefaniak2023-08-241-9/+1
* sh tests: Update $LINENO tests after $FreeBSD$ removalMark Johnston2023-08-232-4/+4
* Use proper convention for relative path linkingEnji Cooper2023-08-181-1/+1
* Remove $FreeBSD$: one-line bare tagWarner Losh2023-08-1616-16/+0
* Remove $FreeBSD$: one-line nroff patternWarner Losh2023-08-1628-28/+0
* Remove $FreeBSD$: two-line nroff patternWarner Losh2023-08-1611-22/+0
* Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-16713-713/+0
* Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-16107-215/+0
* Remove $FreeBSD$: one-line .c comment patternWarner Losh2023-08-164-4/+0
* Remove $FreeBSD$: one-line .h patternWarner Losh2023-08-1643-43/+0
* 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