summaryrefslogtreecommitdiffstats
path: root/bin
Commit message (Expand)AuthorAgeFilesLines
* sh: Add details about importing the environment and initializing OPTIND.jilles2015-02-221-7/+14
* Disguising stderr from jls generally considered harmfulngie2015-02-212-2/+4
* symlink(7): Mention chflagsat() (can take AT_SYMLINK_NOFOLLOW).jilles2015-02-161-1/+2
* sh: Various cleanups to expand.c:jilles2015-02-151-60/+55
* sh: Prefer "" to nullstr where possible.jilles2015-02-158-9/+8
* sh: Add stsavestr(), like savestr() but allocates using stalloc().jilles2015-02-154-12/+16
* sh: Add simple tests for globbing/splitting command substitution.jilles2015-02-153-0/+9
* Refactor pkill-j_test to reflect the relevant changes done to pgrep-j_testngie2015-02-141-75/+66
* Simplify jail_name_to_jid and try to be more fault tolerant when scanning forngie2015-02-141-15/+14
* Call wait to ensure that background processes have diedngie2015-02-131-0/+2
* Parameterize out the amount of sleep done in each testngie2015-02-121-9/+12
* Refactor the testsngie2015-02-121-59/+48
* Add debugging output to help track down the recent Jenkins failuresngie2015-02-121-3/+3
* Prevent access to an uninitialized variablepfg2015-01-311-1/+1
* sh: Abort a wait builtin on any trapped signal.jilles2015-01-312-5/+6
* Fix overflow check for multiplication:se2015-01-271-4/+16
* cp,mv,touch: Set timestamps with nanosecond precision.jilles2015-01-242-10/+10
* Add futimens and utimensat system calls.jilles2015-01-231-3/+4
* Don't include newvers.sh into freebsd-version.ume2015-01-221-1/+1
* Integrate contrib/netbsd-tests/bin/expr into the build/kyua as bin/expr/testsngie2015-01-192-0/+22
* Add a ${CP} alias for copying files in the build.will2015-01-161-1/+1
* Install d_align.{in,out} for the :align testngie2015-01-051-0/+5
* Integrate bin/cat/tests from NetBSD into atf/kyuangie2015-01-042-0/+19
* symlink(7): Note that stat(1) does not follow symlinks by default.jilles2014-12-291-9/+8
* sh: Move some code from onint() to onsig(), making onint() noreturn.jilles2014-12-214-21/+21
* sh: Remove EXP_REDIR.jilles2014-12-213-15/+8
* sh: Make sure output suitable as shell input is also printable.jilles2014-12-143-22/+76
* Add facility to stop all userspace processes. The supposed use of thekib2014-12-131-1/+2
* Fix dependency on newvers.shdes2014-12-101-2/+1
* sh: Remove special case for '=' in set -x; always quote it in outqstr().jilles2014-11-302-11/+2
* Convert bin/ to LIBADD, reduce overlinking allow to build all components asbapt2014-11-258-21/+9
* sh: Prepend "$0: " to error messages if there is no command name.jilles2014-11-222-0/+4
* sh: Use DQSYNTAX only while expanding, not SQSYNTAX.jilles2014-11-221-1/+1
* sh(1): Add/improve information about exit status of commands.jilles2014-11-141-10/+24
* sh(1): Mention portability issue with shifting zero positional parameters.jilles2014-11-071-2/+3
* Document that df(1) supports libxo(3).marcel2014-11-071-1/+4
* Convert to use libxo.marcel2014-11-072-52/+76
* sh: Fix corruption of CTL* bytes in positional parameters in redirection.jilles2014-10-313-1/+28
* Treat IFS separators in "$*" as quoted.jilles2014-10-284-5/+25
* bin/dd: revert 273734, as it fails on 32bit platformspi2014-10-275-46/+54
* bin/dd: Fix incorrect casting of argumentspi2014-10-275-54/+46
* sh: Make getopts memory-safe if with changing arguments.jilles2014-10-265-6/+39
* sh: Allow backslash-newline continuation in more places:jilles2014-10-1910-32/+156
* sh: Add some tests for backslash-newline continuation.jilles2014-10-174-0/+30
* sh: Make parseredir() a proper function instead of an emulated nestedjilles2014-10-151-59/+58
* sh: Remove more gotos.jilles2014-10-153-73/+86
* sh: Fix break/continue/return in multiline eval.jilles2014-10-124-0/+20
* Integrate bin/sleep/tests from NetBSD into atf/kyuangie2014-10-092-0/+18
* sh: Eliminate some gotos.jilles2014-10-055-56/+43
* sh: Fix LINENO and prompt after $'\0 and newline.jilles2014-10-034-0/+16
OpenPOWER on IntegriCloud