aboutsummaryrefslogtreecommitdiff
path: root/bin
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | | | | | Use mdoc(7) macros for curly bracesBaptiste Daroussin2015-04-261-3/+3
* | | | | | | | | | | mdoc: escape ReBaptiste Daroussin2015-04-261-1/+1
* | | | | | | | | | | sh: Pass along SIGINT from a child if job control is enabled, even when notJilles Tjoelker2015-04-251-1/+1
* | | | | | | | | | | ed(1): Fix [-Werror=logical-not-parentheses]Eitan Adler2015-04-201-1/+1
* | | | | | | | | | | bin/ed: use correct type in multiplicationEitan Adler2015-04-181-1/+1
* | | | | | | | | | | sh: Fix the trap builtin to be POSIX-compliant for 'trap exit SIG' and 'trap ...Bryan Drewery2015-04-185-4/+30
* | | | | | | | | | | Fix build after r281550 when WITHOUT_ICONV is defined.Tijl Coosemans2015-04-161-1/+1
* | | | | | | | | | | Remove the const qualifier from iconv(3) to comply with POSIX:Tijl Coosemans2015-04-151-1/+1
* | | | | | | | | | | sh: Add more tests for exotic IFS splitting.Jilles Tjoelker2015-03-313-0/+13
* | | | | | | | | | | cp,mv: Use futimens() instead of utimensat() if possible.Jilles Tjoelker2015-03-232-2/+2
* | | | | | | | | | | Build expr with -fwrapv, since it relies on signed integer wrappingDimitry Andric2015-03-221-0/+3
* | | | | | | | | | | Implement pax -O option to permit limiting a PAX archive to a single volume.Eitan Adler2015-03-185-16/+32
* | | | | | | | | | | Use 24h timestamps in the ps(1) STARTED columnMark Felder2015-03-172-9/+4
* | | | | | | | | | | r* commands are not precious anymoreBaptiste Daroussin2015-03-041-1/+0
* | | | | | | | | | | sh: Fix more compiler warnings related to variable declarations.Jilles Tjoelker2015-03-035-6/+7
* | | | | | | | | | | sh: Fix more compiler warnings.Jilles Tjoelker2015-03-016-13/+20
* | | | | | | | | | | sh: Fix compiler warnings related to duplicate or missing declarations.Jilles Tjoelker2015-03-016-8/+6
* | | | | | | | | | | Fix unitialized variable that broke sh on PowerPC starting with r278826.Nathan Whitehorn2015-02-261-1/+1
* | | | | | | | | | | sh: Add details about importing the environment and initializing OPTIND.Jilles Tjoelker2015-02-221-7/+14
* | | | | | | | | | | Disguising stderr from jls generally considered harmfulEnji Cooper2015-02-212-2/+4
* | | | | | | | | | | symlink(7): Mention chflagsat() (can take AT_SYMLINK_NOFOLLOW).Jilles Tjoelker2015-02-161-1/+2
* | | | | | | | | | | sh: Various cleanups to expand.c:Jilles Tjoelker2015-02-151-60/+55
* | | | | | | | | | | sh: Prefer "" to nullstr where possible.Jilles Tjoelker2015-02-158-9/+8
* | | | | | | | | | | sh: Add stsavestr(), like savestr() but allocates using stalloc().Jilles Tjoelker2015-02-154-12/+16
* | | | | | | | | | | sh: Add simple tests for globbing/splitting command substitution.Jilles Tjoelker2015-02-153-0/+9
* | | | | | | | | | | Refactor pkill-j_test to reflect the relevant changes done to pgrep-j_testEnji Cooper2015-02-141-75/+66
* | | | | | | | | | | Simplify jail_name_to_jid and try to be more fault tolerant when scanning forEnji Cooper2015-02-141-15/+14
* | | | | | | | | | | Call wait to ensure that background processes have diedEnji Cooper2015-02-131-0/+2
* | | | | | | | | | | Parameterize out the amount of sleep done in each testEnji Cooper2015-02-121-9/+12
* | | | | | | | | | | Refactor the testsEnji Cooper2015-02-121-59/+48
* | | | | | | | | | | Add debugging output to help track down the recent Jenkins failuresEnji Cooper2015-02-121-3/+3
* | | | | | | | | | | 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