aboutsummaryrefslogtreecommitdiff
path: root/bin
Commit message (Expand)AuthorAgeFilesLines
* ps: extend the non-standard option -d (tree view) to work with -pPiotr Pawel Stefaniak2020-05-071-1/+9
* ls(1): Fix trivial SEGV due to NULL deref in OOM pathConrad Meyer2020-05-051-0/+14
* sh: Assert INTOFF rather than applying it in ck*Jilles Tjoelker2020-04-281-6/+13
* Remove include of stdint.h. It was added in r241014 for uintmax_t,Xin LI2020-04-231-1/+0
* sh: Remove remnants to compile out fc completelyJilles Tjoelker2020-04-222-10/+3
* Fix build with NO_HISTORY setBryan Drewery2020-04-211-3/+3
* [sh] Fix a "may be unused" warning on mips-gccAdrian Chadd2020-04-161-0/+1
* Bump WARNS for sh(1).Edward Tomasz Napierala2020-04-011-2/+0
* sh: remove duplicate el definitionKyle Evans2020-03-281-2/+0
* sh: fix read builtin on 32-bit systemsKyle Evans2020-02-221-1/+1
* Improve performance of "read" built-in command when using a seekableHiroki Sato2020-02-201-1/+73
* Remove unused include.Xin LI2020-02-021-1/+0
* Restore previous usage presentation (without "pwait: " prefix).Pawel Jakub Dawidek2020-02-011-1/+2
* Style changes, mostly usage of braces around single line statements -Pawel Jakub Dawidek2020-01-261-21/+34
* Implement tests for the newly added -o flag.Pawel Jakub Dawidek2020-01-261-0/+80
* Implement -o flag which tells pwait(1) to exit if any of the given processesPawel Jakub Dawidek2020-01-262-8/+21
* Don't setup a timeout if we are exiting.Pawel Jakub Dawidek2020-01-261-1/+1
* Check for duplicated PID without using additional variable.Pawel Jakub Dawidek2020-01-261-11/+12
* - Be consistent with using sysexits(3) codes.Pawel Jakub Dawidek2020-01-261-6/+5
* Allow building bin/cat on non-FreeBSD systemsAlex Richardson2020-01-162-2/+26
* sh: Fix rare memory leak with SIGINTJilles Tjoelker2020-01-011-1/+4
* sh: Test that executing various binary files is rejectedJilles Tjoelker2019-12-305-0/+64
* Update Makefile.depend filesSimon J. Gerraty2019-12-111-2/+0
* Add Makefile.depend.optionsSimon J. Gerraty2019-12-111-0/+8
* Add iflag=fullblock to ddMatt Macy2019-09-304-21/+76
* Add oflag=fsync and oflag=sync capability to ddMatt Macy2019-09-304-7/+67
* dd: Check result of close(2) for errorsMatt Macy2019-09-301-1/+2
* Add conv=fdatasync flag to ddMatt Macy2019-09-305-37/+46
* Do not use our custom completion function, it is not needed anymoreBaptiste Daroussin2019-09-161-1/+1
* pkgbase: Create a FreeBSD-utilities package and make it the default oneEmmanuel Vadot2019-09-051-1/+0
* Add conv=fsync flag to ddMatt Macy2019-09-034-0/+13
* 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