aboutsummaryrefslogtreecommitdiff
path: root/bin
Commit message (Expand)AuthorAgeFilesLines
* Fix missing '-' for the flags -s and -d on both manpage and usage.Marcelo Araujo2016-11-092-3/+3
* Add -d flag that prints domain only.Marcelo Araujo2016-11-082-6/+17
* Capsicumize some trivial stdio programsConrad Meyer2016-11-082-0/+9
* Use what(1) instead of strings(1). It's simpler and always available.Dag-Erling Smørgrav2016-11-041-2/+2
* sh: Add simple test for 'set -C' (noclobber).Jilles Tjoelker2016-11-022-0/+13
* Increase timeouts so tests have more chances to succeedRuslan Bukin2016-10-192-7/+7
* Increase timeout so low-end platforms have a chance to complete testRuslan Bukin2016-10-171-1/+2
* sh: Do not import IFS's value from the environment.Jilles Tjoelker2016-10-084-3/+15
* Add history section for test(1)Sevan Janiyan2016-10-051-1/+6
* Add history section for stty(1)Sevan Janiyan2016-10-051-1/+6
* Add history section of pwd(1)Sevan Janiyan2016-10-051-1/+6
* Document origins of expr & authorsSevan Janiyan2016-10-051-1/+17
* Add history section for echo(1)Sevan Janiyan2016-10-051-1/+6
* Add history section for dd(1)Sevan Janiyan2016-10-051-1/+6
* Document where chio(1) originated from & which version of FreeBSD first inclu...Sevan Janiyan2016-10-051-1/+9
* In v3 UNIX, the kill utility is documented in category 8, not 1.Sevan Janiyan2016-10-021-2/+3
* Move the description of CHANGER variable to ENVIRONMENT section rather than i...Sevan Janiyan2016-10-021-5/+7
* "POSIX doesn't specify -h." - r1.27 from NetBSDSevan Janiyan2016-10-021-6/+5
* Use .At macro instead of specifying AT&T UNIX literaly.Sevan Janiyan2016-10-021-2/+2
* Implement multibyte encoding support for -v with fallbackAndrey A. Chernov2016-09-151-6/+31
* MFhead @ r305314Enji Cooper2016-09-034-0/+21
|\
| * sh: Add some tests for non-standard features of the echo builtin.Jilles Tjoelker2016-09-024-0/+21
* | MFhead @ r305170Enji Cooper2016-09-011-0/+3
|\|
| * df(1): Allow duplicate -l flags gracefullyConrad Meyer2016-08-311-0/+3
* | MFhead @ r304815Enji Cooper2016-08-252-2/+10
|\|
| * Remove last remnants of acd(4), mcd(4), and scd(4) drivers.Alex Kozlov2016-08-251-2/+2
| * Skip ls tests that use sparse files if these are not supported.Julio Merino2016-08-241-0/+8
* | MFhead @ r304038Enji Cooper2016-08-131-3/+3
|\|
| * Remove description of P_FOLLOWFORK as this flag was removed.John Baldwin2016-08-121-2/+1
| * Correct the history of where ps first appeared.Warren Block2016-08-121-1/+2
* | Hack around output differences between FreeBSD and other BSDsEnji Cooper2016-08-131-0/+6
* | Checkpoint initial integration workEnji Cooper2016-08-121-0/+2
|\ \ | |/ |/|
| * Update ^/vendor/NetBSD/tests/dist to a more recent snapshotEnji Cooper2016-08-1227-244/+5419
| * Check in first src/tests snapshot from NetBSD anoncvsvendor/NetBSD/tests/09.30.2014_20.45Enji Cooper2014-10-01229-0/+4743
* uuid_to_string(3) is allocating memory and can fail on that.Mariusz Zaborski2016-08-031-2/+4
* sh: Fix a clang warning.Jilles Tjoelker2016-07-311-1/+2
* When a debugger attaches to the process, SIGSTOP is sent to theKonstantin Belousov2016-07-281-1/+2
* Addm missed required call to xo_finish() when only header is printed.Konstantin Belousov2016-07-231-0/+1
* Path generation was not according to collateAndrey A. Chernov2016-07-165-1/+39
* Back out non-collating [a-z] ranges.Andrey A. Chernov2016-07-142-2/+20
* After removing collation for [a-z] ranges in r302512, do it here too.Andrey A. Chernov2016-07-132-20/+2
* dd(1): Enable access to SIZE_T_MAX character devicesConrad Meyer2016-07-092-10/+31
* WITH_META_MODE: Fix bin/csh rebuilding tc.const.hBryan Drewery2016-06-141-1/+1
* Explicitly NUL terminate the buffer filled by fread().Don Lewis2016-06-081-3/+3
* sh: Improve descriptions in 'ulimit -a' output.Jilles Tjoelker2016-06-051-2/+2
* WITH_META_MODE: Don't expect meta files for side-effect generated files.Bryan Drewery2016-06-031-0/+3
* ps(1): Expand variables to match expanded fieldsConrad Meyer2016-06-012-2/+2
* The (i < PROMPTLEN - 1) test added by r300442 in the code for the defaultDon Lewis2016-06-011-1/+1
* Clarify the explanations for the hostname and FQDN entries.Warren Block2016-05-311-3/+3
* Use require.progs with bc instead of require.files with /usr/bin/bcEnji Cooper2016-05-291-1/+1