aboutsummaryrefslogtreecommitdiff
path: root/bin
Commit message (Expand)AuthorAgeFilesLines
* bin/ps: Make the rtprio option actually show realtime prioritiesLorenzo Salvadore2020-06-192-10/+11
* sh/tests: Add tests for SIGINT in non-jobc background commandsJilles Tjoelker2020-06-143-0/+30
* ps: remove xo_no_setlocale() callYuri Pankov2020-06-091-1/+0
* ps: use %hs instead of %s format specifiersYuri Pankov2020-06-073-5/+6
* Add O_DIRECT flag to DD for cache bypassRichard Scheffenegger2020-06-044-4/+17
* vfs: add restrictions to read(2) of a directory [1/2]Kyle Evans2020-06-042-0/+7
* sh: Allow more scripts without #!Jilles Tjoelker2020-05-303-1/+42
* sh: Remove a comment that was obsoleted by r358152Jilles Tjoelker2020-05-221-3/+1
* ls: fix WITHOUT_LS_COLORS buildKyle Evans2020-05-211-0/+4
* ls(1): actually restore proper behaviorKyle Evans2020-05-212-2/+16
* ls: fix a --color regression from r337956Kyle Evans2020-05-212-4/+10
* sh: Fix double INTON with vforkJilles Tjoelker2020-05-163-1/+10
* sh/tests: Test some obscure cases with aliasing keywordsJilles Tjoelker2020-05-125-0/+21
* 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