summaryrefslogtreecommitdiffstats
path: root/bin
Commit message (Expand)AuthorAgeFilesLines
* Document recent p_flag2 additions.pluknet2015-05-271-1/+4
* Convert to use libxo. Document use of libxo as well.marcel2015-05-226-166/+253
* Eliminate unneeded includes.delphij2015-05-2112-17/+1
* date(1): Make -r behave like GNU's version when the option can not bedelphij2015-05-072-4/+13
* cp: Remove fts sorting.jilles2015-05-051-28/+1
* Standardise chmod, chflags, chown and chgrp recursive symlink processingsmh2015-04-294-80/+90
* Pet manlintbapt2015-04-261-1/+1
* Use mdoc(7) macros for curly bracesbapt2015-04-261-3/+3
* mdoc: escape Rebapt2015-04-261-1/+1
* sh: Pass along SIGINT from a child if job control is enabled, even when notjilles2015-04-251-1/+1
* ed(1): Fix [-Werror=logical-not-parentheses]eadler2015-04-201-1/+1
* bin/ed: use correct type in multiplicationeadler2015-04-181-1/+1
* sh: Fix the trap builtin to be POSIX-compliant for 'trap exit SIG' and 'trap ...bdrewery2015-04-185-4/+30
* Fix build after r281550 when WITHOUT_ICONV is defined.tijl2015-04-161-1/+1
* Remove the const qualifier from iconv(3) to comply with POSIX:tijl2015-04-151-1/+1
* sh: Add more tests for exotic IFS splitting.jilles2015-03-313-0/+13
* cp,mv: Use futimens() instead of utimensat() if possible.jilles2015-03-232-2/+2
* Build expr with -fwrapv, since it relies on signed integer wrappingdim2015-03-221-0/+3
* Implement pax -O option to permit limiting a PAX archive to a single volume.eadler2015-03-185-16/+32
* Use 24h timestamps in the ps(1) STARTED columnfeld2015-03-172-9/+4
* r* commands are not precious anymorebapt2015-03-041-1/+0
* sh: Fix more compiler warnings related to variable declarations.jilles2015-03-035-6/+7
* sh: Fix more compiler warnings.jilles2015-03-016-13/+20
* sh: Fix compiler warnings related to duplicate or missing declarations.jilles2015-03-016-8/+6
* Fix unitialized variable that broke sh on PowerPC starting with r278826.nwhitehorn2015-02-261-1/+1
* 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
OpenPOWER on IntegriCloud