aboutsummaryrefslogtreecommitdiff
path: root/bin
Commit message (Expand)AuthorAgeFilesLines
* pwait.1: add missing prompt and command in examplesMike Karels2023-11-271-2/+2
* bin: Automated cleanup of cdefs and other formattingWarner Losh2023-11-2769-180/+0
* Remove copyright strings ifdef'd outWarner Losh2023-11-2728-254/+0
* bin: Remove ancient SCCS tags.Warner Losh2023-11-27191-432/+0
* ps: s/kern.max_pid/kern.pid_max/ in a commentBrooks Davis2023-11-211-1/+1
* cat: fallback on EISDIR with copy_file_range(2)Martin Matuska2023-11-191-1/+2
* Fix /root permissions after 'make installworld'Thomas Eberhardt2023-11-162-0/+2
* ps.1: update regarding -D option and -p x/d interactionBenedict Reuschling2023-11-111-7/+2
* pkgbase: Move uuidgen to runtime packageEmmanuel Vadot2023-10-111-0/+1
* (s)tty: add support for IUTF8 input flagBojan Novković2023-10-073-0/+6
* Extend description of -p to include interactions with -d and implying -xBenedict Reuschling2023-10-061-1/+6
* cat: add CAP_SEEK capabilityMariusz Zaborski2023-09-281-1/+1
* sh: implement PS1 \D to print current timePiotr Pawel Stefaniak2023-09-232-0/+54
* sh: also auto-complete functionsPiotr Pawel Stefaniak2023-09-121-0/+12
* sh: introduce a function to iterate over all hashed commandsPiotr Pawel Stefaniak2023-09-122-7/+41
* sh: tab-complete aliasesPiotr Pawel Stefaniak2023-09-121-0/+9
* sh: introduce a function to iterate over all aliasesPiotr Pawel Stefaniak2023-09-122-6/+24
* sh: reindent a for loop in parser.cPiotr Pawel Stefaniak2023-09-121-119/+123
* Correct the grammo in "will underlined".Jens Schweikhardt2023-09-101-1/+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
* 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