aboutsummaryrefslogtreecommitdiff
path: root/bin
Commit message (Expand)AuthorAgeFilesLines
* Now that we have MK_LS_COLORS, we don't need RELEASE_CRUNCH check here.Warner Losh2019-07-151-2/+1
* Fix .depend files to work for build tools.Bryan Drewery2019-06-152-0/+2
* Some devices take undesired actions when RTS and DTR areStephen Hurd2019-06-123-0/+10
* Convert freebsd-version to using -vWarner Losh2019-05-231-1/+1
* Restore the -n flag parsing, but ignore it.Warner Losh2019-04-242-3/+7
* .Xr trim(8) from dd(1).Edward Tomasz Napierala2019-03-261-2/+3
* Remove -n flag, fix setting date / timeWarner Losh2019-03-212-56/+22
* Remove the -d and -t flags from the man pageWarner Losh2019-03-121-21/+1
* Remove now useless -d and -t flags.Warner Losh2019-03-121-28/+3
* Correct wording around '-' masks.Gordon Tetlow2019-03-091-1/+1
* sh/tests: Improve failure messages of expansion/arith15.0Jilles Tjoelker2019-03-071-3/+3
* sh: Add set -o pipefailJilles Tjoelker2019-02-2411-9/+82
* sh: Send normal output from bind builtin to stdoutJilles Tjoelker2019-02-193-1/+30
* sh: Restore $((x)) error checking after fix for $((-9223372036854775808))Jilles Tjoelker2019-02-107-3/+62
* Comment out the default sh(1) aliases for root, introduced in r343416.Edward Tomasz Napierala2019-01-251-7/+7
* Install .shrc for root, and set PS1 for the toor account.Edward Tomasz Napierala2019-01-243-3/+48
* Make sh(1) support \u in PS1. This removes one fork/exec on interactiveEdward Tomasz Napierala2019-01-242-1/+64
* Don't mess with BLOCKSIZE in shell startup files - it's set by login.conf(5);Edward Tomasz Napierala2019-01-203-8/+0
* sh: Send libedit "ferr" output to fd 2Jilles Tjoelker2019-01-201-5/+3
* Fix an edge case when parsing large numbers which resulted in inconsistentDag-Erling Smørgrav2019-01-093-2/+22
* sh: Add test for exported but unset variablesJilles Tjoelker2019-01-032-0/+6
* sh: Do not place exported but unset variables into the environmentJilles Tjoelker2019-01-031-2/+2
* Add a note that the use of -B option does not guarantee a size of fragmentChris Rees2018-12-291-3/+13
* Make sh(1) collapse $HOME into "~" in PS1.Edward Tomasz Napierala2018-12-281-2/+20
* Remove, the now very outdated, timed.George V. Neville-Neil2018-12-155-226/+3
* sh(1): Remove -c string from set builtin documentationJilles Tjoelker2018-12-081-3/+3
* Clarify that /dev/kmem is not used.Sevan Janiyan2018-12-031-1/+8
* Note these tools use kvm(3) and not procfs as in Solaris.Sevan Janiyan2018-12-031-1/+7
* Clarify that patterns are extended regular expressions in pkill(1) manual page.Guangyuan Yang2018-12-011-2/+2
* Replace hand-crafted naive byte-by-byte zero block detection routineMaxim Sobolev2018-11-292-7/+7
* sh: Fix ${param?} default error messageJilles Tjoelker2018-11-283-2/+15
* sh: Use 126 and 127 exit status for failures opening a scriptJilles Tjoelker2018-11-274-4/+18
* rm(1): Formalize non-functional status of -P flagConrad Meyer2018-11-102-137/+15
* sh: Unify EXERROR and EXEXECJilles Tjoelker2018-11-097-44/+25
* capsicum: use a new capsicum helpers in toolsMariusz Zaborski2018-11-041-4/+3
* Drop ed(1) "crypto"Conrad Meyer2018-11-048-467/+10
* Avoid copying a struct stat for acl_from_stat() calls.Mark Johnston2018-11-011-11/+11
* ps(1): Pet mandoc and igorMateusz Piotrowski2018-10-311-7/+8
* ps(1): Add a standard exit status sectionMateusz Piotrowski2018-10-311-1/+3
* sh: Use exitstatus instead of exerrno to pass EXEXEC statusJilles Tjoelker2018-10-275-13/+10
* Don't set NFSv4 ACL inheritance flags on non-directories.Mark Johnston2018-10-262-14/+71
* Don't print pathconf() errors if the target file doesn't exist.Mark Johnston2018-10-261-2/+2
* Avoid leaking memory in error paths.Mark Johnston2018-10-261-10/+11
* stty.1: Document kern.tty_info_kstacks behavior (r339471)Conrad Meyer2018-10-201-1/+8
* dd(1): Correct padding in status=progressKyle Evans2018-09-131-3/+3
* Fix unlink(1) for files starting with -Ed Maste2018-09-126-9/+79
* sh: Fix formal overflow in pointer arithmeticJilles Tjoelker2018-09-051-2/+2
* Finish moving dot.cshrc and dot.profile to bin/csh/ and bin/sh/.Brad Davis2018-08-294-2/+76
* Fix the install of /root/.login missed as part of r337849.Brad Davis2018-08-281-1/+4
* ls(1): Gate the do_color_* definitions behind COLORLSKyle Evans2018-08-181-0/+2