aboutsummaryrefslogtreecommitdiff
path: root/shell (follow)
Commit message (Expand)AuthorAgeFilesLines
* libbb: add xfstat functionDenys Vlasenko2010-08-311-2/+6
* ash: small code shrink (-21 bytes)Denys Vlasenko2010-08-301-9/+6
* ash: add another ${v/a/b} test we currently failDenys Vlasenko2010-08-302-0/+15
* nandwrite: complain on malformed -s NUMDenys Vlasenko2010-08-291-1/+1
* *: make GNU licensing statement forms more regularDenys Vlasenko2010-08-1612-13/+13
* *: s/xatoi_u/xatoi_positive/g - I got bored of mistyping xatoi_u as xatou_iDenys Vlasenko2010-08-121-1/+1
* ash: fix another bit of var_bash4 bugDenys Vlasenko2010-08-073-5/+16
* ash: cosmetic fixes, no code changesDenys Vlasenko2010-08-071-60/+21
* ash: fix another bug detected by var_bash4.testsDenys Vlasenko2010-08-061-2/+3
* var_bash4.tests: better wording in commentDenys Vlasenko2010-08-061-4/+4
* ash: fix dequoting error detected by var_bash4 testDenys Vlasenko2010-08-061-7/+6
* update var_bash4 test. one more bug revealed by it now...Denys Vlasenko2010-08-062-8/+68
* ash: extend var_bash4.tests; nocode changesDenys Vlasenko2010-08-052-2/+7
* ash: add a testcase for bug 2281 (currently fails). Small code cleanups.Denys Vlasenko2010-08-056-71/+104
* cttyhack: make it survive WERROR buildDenys Vlasenko2010-07-301-1/+1
* cttyhack: serial console detection is Linux-specificJeremie Koenig2010-07-301-3/+12
* ulimit: set both hard and soft limits by defaultAlexander Shishkin2010-07-271-1/+6
* *: trailing empty lines removedDenys Vlasenko2010-07-261-1/+0
* *: mass cosmetic removal of extra empty lines. no code changesDenys Vlasenko2010-07-262-3/+0
* ash: fix $! value when traps are setAlexander Shishkin2010-07-256-2/+41
* mark Linux-specific configuration optionsJeremie Koenig2010-07-191-0/+1
* hush: move msh/lash config into hush.c, no code changesDenys Vlasenko2010-07-162-23/+14
* cttyhack: move build system bits into cttyhack.c, no code changesDenys Vlasenko2010-07-164-37/+53
* ash: move config stuff into ash.c, no code chagesDenys Vlasenko2010-07-164-110/+126
* hush: fix multimple dependent variable expansion casesDenys Vlasenko2010-07-163-28/+107
* hush: make set -x support optionalDenys Vlasenko2010-07-163-116/+147
* hush: add support for set -xDenys Vlasenko2010-07-161-1/+39
* hush: fix typo in commentDenys Vlasenko2010-07-151-1/+1
* hush: fix faloout from previous commitDenys Vlasenko2010-07-151-14/+12
* hush: make pun_pipe loop clearer; fix "cmd | var=`cmd` | cmd" handlingDenys Vlasenko2010-07-141-16/+26
* randomconfig fixesDenys Vlasenko2010-07-051-5/+13
* *: introduce and use xfork() and xvfork()Pascal Bellard2010-07-041-11/+4
* libbb: introduce and use BB_EXECVP_or_die()Pascal Bellard2010-07-041-2/+1
* ash: fix obscure case of replacing + globbing + backslashesDenys Vlasenko2010-06-263-21/+52
* build system: do not rebuild ash and hush on any change to any .c fileDenys Vlasenko2010-06-262-6/+2
* ash: <> redir should not truncateAndreas Bühmann2010-06-243-1/+7
* A few minor portability improvementsDan Fandrich2010-06-191-1/+1
* ash: times builtin: use unsigned type; take free-of-charge moduloDenys Vlasenko2010-06-181-4/+5
* *: stop defining _GNU_SOURCE in source files, it's in CFLAGS anywayDenys Vlasenko2010-06-181-6/+0
* ash: fix unset in standalone modeDenys Vlasenko2010-06-183-0/+4
* ash: cosmetics, no code changesDenys Vlasenko2010-06-181-23/+7
* *: add INSERTs to *.src files where appropriateDenys Vlasenko2010-06-082-0/+5
* bbconfig: make it independent from printf functionsDenys Vlasenko2010-06-071-1/+1
* typo fixDenys Vlasenko2010-06-071-1/+1
* fix allnoconfigDenys Vlasenko2010-06-061-52/+55
* fix a few goofs uncovered by "make allnoconfig" testingDenys Vlasenko2010-06-061-1/+1
* remove defconfig. Now "make defconfig" simply uses defaults from Config.inDenys Vlasenko2010-06-061-24/+24
* mass renaming Kbuild -> Kbuild.src, Config.in -> Config.srcDenys Vlasenko2010-06-042-0/+0
* ash: rename parsefile->fd to ->pf_fdDenys Vlasenko2010-06-031-15/+15
* ash: fix redirection of fd 0 in scripts are sourced from interactive ashDenys Vlasenko2010-06-033-13/+28