summaryrefslogtreecommitdiffstats
path: root/bin
Commit message (Expand)AuthorAgeFilesLines
* Updated/new dependenciessjg2014-11-191-0/+1
* Merge from head@274682sjg2014-11-1973-624/+1156
|\
| * 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
| * Fix pkill unit tests.rodrigc2014-09-302-53/+106
| * sh(1): Clarify that assignments before commands do not affect expansions.jilles2014-09-211-2/+3
| * Fix incremental builds involving non-root users with read-only source files.will2014-09-181-1/+1
| * sh: Remove arbitrary length limit on << EOF markers.jilles2014-09-145-49/+65
| * sh: Make checkend() a real function instead of an emulated nested function.jilles2014-09-141-36/+39
| * sh: Add some const keywords.jilles2014-09-143-3/+3
| * sh: Allow enabling job control without a tty in non-interactive mode.jilles2014-09-042-14/+47
| * Update the date for last example.imp2014-08-301-1/+1
| * Add canonical population of a disk / thumb drive from an imageimp2014-08-281-0/+5
| * Return real parent pid in kinfo (used by e.g. ps)mjg2014-08-282-1/+4
| * Always check the limits of array index variables before using them.pfg2014-08-211-1/+1
| * sh: Remove two redundant (uintmax_t) casts.jilles2014-08-201-3/+2
| * Revert r267233 for now. PIE support needs to be reworked.bdrewery2014-08-191-2/+0
| * sh: Avoid overflow in atoi() when parsing HISTSIZE.jilles2014-08-171-2/+3
| * sh: Reject integer overflow in number and is_number.jilles2014-08-171-3/+11
| * sh: Don't hardcode relative paths in the tests stderr files.jilles2014-08-1711-17/+11
| * sh: Mask off shift distance (<< and >>) in arithmetic.jilles2014-08-153-2/+44
| * Skip pgrep-j and pkill-j if jail or jls is not installed.asomers2014-08-141-0/+2
| * Port date/bin/tests to ATFngie2014-08-133-92/+93
| * Convert bin/sh/tests to ATFngie2014-08-1315-82/+127
| * Correct the problems with the ptrace(2) making the debuggee an orphan.kib2014-08-071-2/+1
* | Merge head from 7/28sjg2014-08-1938-125/+205
|\ \ | |/
| * sh: Allow arbitrarily large numbers in break and continue.jilles2014-07-203-1/+18
| * sh: Remove prefix() function. Use strncmp() instead.jilles2014-07-204-18/+5
| * sh: Deduplicate some code in ulimit builtin.jilles2014-07-191-27/+25
| * Replace all uses of libncurses and libtermcap with their wide characterbrooks2014-07-173-6/+6
| * sh: Correctly handle positional parameters beyond INT_MAX on 64-bit systems.jilles2014-07-123-2/+19
| * sh: Consistently treat ${01} like $1.jilles2014-07-123-7/+11
| * sh: Add test for ${01} and ${010} that already works.jilles2014-07-082-0/+5
| * Don't install locale1.0 if MK_NLS == no.jilles2014-07-081-0/+2
| * rm -rf can fail sometimes with an error from fts_read. Make it honorimp2014-07-071-1/+1
OpenPOWER on IntegriCloud