aboutsummaryrefslogtreecommitdiff
path: root/bin
Commit message (Expand)AuthorAgeFilesLines
* Prevent access to an uninitialized variablePedro F. Giffuni2015-01-311-1/+1
* sh: Abort a wait builtin on any trapped signal.Jilles Tjoelker2015-01-312-5/+6
* Fix overflow check for multiplication:Stefan Eßer2015-01-271-4/+16
* cp,mv,touch: Set timestamps with nanosecond precision.Jilles Tjoelker2015-01-242-10/+10
* Add futimens and utimensat system calls.Jilles Tjoelker2015-01-231-3/+4
* Don't include newvers.sh into freebsd-version.Hajimu UMEMOTO2015-01-221-1/+1
* Integrate contrib/netbsd-tests/bin/expr into the build/kyua as bin/expr/testsEnji Cooper2015-01-192-0/+22
* Add a ${CP} alias for copying files in the build.Will Andrews2015-01-161-1/+1
* Install d_align.{in,out} for the :align testEnji Cooper2015-01-051-0/+5
* Integrate bin/cat/tests from NetBSD into atf/kyuaEnji Cooper2015-01-042-0/+19
* symlink(7): Note that stat(1) does not follow symlinks by default.Jilles Tjoelker2014-12-291-9/+8
* sh: Move some code from onint() to onsig(), making onint() noreturn.Jilles Tjoelker2014-12-214-21/+21
* sh: Remove EXP_REDIR.Jilles Tjoelker2014-12-213-15/+8
* sh: Make sure output suitable as shell input is also printable.Jilles Tjoelker2014-12-143-22/+76
* Add facility to stop all userspace processes. The supposed use of theKonstantin Belousov2014-12-131-1/+2
* Fix dependency on newvers.shDag-Erling Smørgrav2014-12-101-2/+1
* sh: Remove special case for '=' in set -x; always quote it in outqstr().Jilles Tjoelker2014-11-302-11/+2
* Convert bin/ to LIBADD, reduce overlinking allow to build all components asBaptiste Daroussin2014-11-258-21/+9
* sh: Prepend "$0: " to error messages if there is no command name.Jilles Tjoelker2014-11-222-0/+4
* sh: Use DQSYNTAX only while expanding, not SQSYNTAX.Jilles Tjoelker2014-11-221-1/+1
* sh(1): Add/improve information about exit status of commands.Jilles Tjoelker2014-11-141-10/+24
* sh(1): Mention portability issue with shifting zero positional parameters.Jilles Tjoelker2014-11-071-2/+3
* Document that df(1) supports libxo(3).Marcel Moolenaar2014-11-071-1/+4
* Convert to use libxo.Marcel Moolenaar2014-11-072-52/+76
* sh: Fix corruption of CTL* bytes in positional parameters in redirection.Jilles Tjoelker2014-10-313-1/+28
* Treat IFS separators in "$*" as quoted.Jilles Tjoelker2014-10-284-5/+25
* bin/dd: revert 273734, as it fails on 32bit platformsKurt Jaeger2014-10-275-46/+54
* bin/dd: Fix incorrect casting of argumentsKurt Jaeger2014-10-275-54/+46
* sh: Make getopts memory-safe if with changing arguments.Jilles Tjoelker2014-10-265-6/+39
* sh: Allow backslash-newline continuation in more places:Jilles Tjoelker2014-10-1910-32/+156
* sh: Add some tests for backslash-newline continuation.Jilles Tjoelker2014-10-174-0/+30
* sh: Make parseredir() a proper function instead of an emulated nestedJilles Tjoelker2014-10-151-59/+58
* sh: Remove more gotos.Jilles Tjoelker2014-10-153-73/+86
* sh: Fix break/continue/return in multiline eval.Jilles Tjoelker2014-10-124-0/+20
* Integrate bin/sleep/tests from NetBSD into atf/kyuaEnji Cooper2014-10-092-0/+18
* sh: Eliminate some gotos.Jilles Tjoelker2014-10-055-56/+43
* sh: Fix LINENO and prompt after $'\0 and newline.Jilles Tjoelker2014-10-034-0/+16
* Fix pkill unit tests.Craig Rodrigues2014-09-302-53/+106
* sh(1): Clarify that assignments before commands do not affect expansions.Jilles Tjoelker2014-09-211-2/+3
* Fix incremental builds involving non-root users with read-only source files.Will Andrews2014-09-181-1/+1
* sh: Remove arbitrary length limit on << EOF markers.Jilles Tjoelker2014-09-145-49/+65
* sh: Make checkend() a real function instead of an emulated nested function.Jilles Tjoelker2014-09-141-36/+39
* sh: Add some const keywords.Jilles Tjoelker2014-09-143-3/+3
* sh: Allow enabling job control without a tty in non-interactive mode.Jilles Tjoelker2014-09-042-14/+47
* Update the date for last example.Warner Losh2014-08-301-1/+1
* Add canonical population of a disk / thumb drive from an imageWarner Losh2014-08-281-0/+5
* Return real parent pid in kinfo (used by e.g. ps)Mateusz Guzik2014-08-282-1/+4
* Always check the limits of array index variables before using them.Pedro F. Giffuni2014-08-211-1/+1
* sh: Remove two redundant (uintmax_t) casts.Jilles Tjoelker2014-08-201-3/+2
* Revert r267233 for now. PIE support needs to be reworked.Bryan Drewery2014-08-191-2/+0