index
:
delta/busybox.git
0_60_stable
1_00_stable
1_00_stable_10817
1_10_stable
1_11_stable
1_12_stable
1_13_stable
1_14_stable
1_15_stable
1_16_stable
1_17_stable
1_18_stable
1_19_stable
1_1_stable
1_20_stable
1_21_stable
1_22_stable
1_23_stable
1_24_stable
1_25_stable
1_26_stable
1_27_stable
1_28_stable
1_29_stable
1_30_stable
1_31_stable
1_32_stable
1_33_stable
1_34_stable
1_35_stable
1_36_stable
1_3_stable
1_4_stable
1_5_stable
1_6_stable
1_7_stable
1_8_stable
1_9_stable
baserock/1.22.1-openwrt
baserock/1.23.2-openwrt
baserock/build-essential
baserock/danielfirth/RT144
baserock/danielsilverstone/vagrant-support
baserock/jjardon/build-essential
baserock/liw/S8704-always-ntpd
baserock/morph
baserock/pedroalvarez/build-essential
baserock/pedroalvarez/enable-patch
baserock/radiofree/busyboxfix
baserock/radiofree/ntpdscript
baserock/richardmaw/S5892/boot-sequencing
baserock/richardmaw/S8564/ro-staging-area
baserock/richardmaw/S9245/init
baserock/richardmaw/add-read-dash-d
baserock/robkendrick/mips64
baserock/tiagogomes/bbgawk
master
git.busybox.net: busybox.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
shell
Commit message (
Expand
)
Author
Age
Files
Lines
*
more C standard compat fixes from Dan Fandrich
Denys Vlasenko
2009-09-06
1
-1
/
+1
*
remove some GNUisms. by Dan Fandrich (dan AT coneharvesters.com)
Denys Vlasenko
2009-09-06
2
-3
/
+4
*
hush: export PWD
Denys Vlasenko
2009-09-05
2
-5
/
+60
*
ash: better comment. no code changes
Denys Vlasenko
2009-08-30
1
-1
/
+1
*
ash: revent one place where number() doesn't work
Denys Vlasenko
2009-08-30
1
-1
/
+1
*
ash: deal with some TODOs (mostly trivial)
Denys Vlasenko
2009-08-29
1
-63
/
+55
*
ash: add testsuite for bug 585
Denys Vlasenko
2009-08-29
2
-0
/
+13
*
ash: fix handling of Unicode chars in redirects. Fixes bug 585
Denys Vlasenko
2009-08-29
1
-1
/
+1
*
ash: trivial simplifications and optimizations
Denys Vlasenko
2009-08-29
1
-19
/
+20
*
ash: make "jobs -l" more similar to bash. By Earl Chew. Fixes bug 481
Denys Vlasenko
2009-08-23
1
-25
/
+31
*
msh: aliased to hush
Denys Vlasenko
2009-08-21
4
-4
/
+13
*
hush: enable "lash is deprecated, please use hush instead" message
Denys Vlasenko
2009-08-20
1
-1
/
+1
*
hush: do not process options after non-option args
Denys Vlasenko
2009-08-20
3
-1
/
+8
*
ash: fix bug 571 (jobs %string misbehaving)
Denys Vlasenko
2009-08-17
1
-5
/
+6
*
hust test: complain if busybox binary can't be found
Denys Vlasenko
2009-08-12
1
-6
/
+10
*
hush: fix \<newline> handling on NOMMU
Denys Vlasenko
2009-08-12
4
-11
/
+37
*
hush tests: remove the requirement that .config is in ../..
Denys Vlasenko
2009-08-12
2
-4
/
+11
*
hush: do not use ps -o in leak_argv1; do not hardcode path in negate
Denys Vlasenko
2009-08-12
4
-50
/
+17
*
ash: further fixes to debug machinery (closes bug 485)
Denys Vlasenko
2009-07-24
1
-6
/
+7
*
ash: make "jobs" work even in subshells
Denys Vlasenko
2009-07-24
1
-2
/
+12
*
ash: fix debug machinery a bit
Denys Vlasenko
2009-07-23
1
-12
/
+18
*
remove msh_function.patch. msh is deprecated
Denys Vlasenko
2009-07-19
1
-350
/
+0
*
remove trailing whitespace
Denys Vlasenko
2009-07-15
1
-1
/
+1
*
ash: fixes in debug printouts
Denys Vlasenko
2009-07-11
1
-8
/
+9
*
ash: fix . builtin
Denys Vlasenko
2009-06-14
5
-44
/
+22
*
ash: revert over-zealous usage of FAST_FUNC
Denys Vlasenko
2009-06-11
1
-16
/
+16
*
added comments about [[ ]] to ash and hush. no code changes
Denys Vlasenko
2009-06-10
2
-0
/
+10
*
hush: add HUSH_BASH_COMPAT, make [[ special handling depend on it
Denys Vlasenko
2009-06-10
2
-30
/
+41
*
hush: specially handle [[ - suppress globbing & multiword expansion
Denys Vlasenko
2009-06-09
3
-20
/
+138
*
randomconfig fixes
Denys Vlasenko
2009-06-09
1
-2
/
+8
*
hush: drop REDIRECT_INVALID; other minor tweaks
Denys Vlasenko
2009-06-07
1
-42
/
+38
*
hush: fix a segfault in export builtin
Denys Vlasenko
2009-06-07
1
-13
/
+12
*
hush: make builtins work in pipes (eval ... | ...) on NOMMU
Denys Vlasenko
2009-06-06
4
-94
/
+186
*
printf: accept negative numbers for %x; sh: overflowed numbers are 0
Denys Vlasenko
2009-06-05
2
-4
/
+8
*
*: add FAST_FUNC to function ptrs where it makes sense
Denys Vlasenko
2009-06-05
2
-140
/
+141
*
hush: document a TODO in export builtin
Denys Vlasenko
2009-06-03
1
-2
/
+16
*
hush: fix a case when backgrounded cmd makes shell hang
Denys Vlasenko
2009-06-03
1
-0
/
+2
*
hush: add support for local builtin
Denys Vlasenko
2009-06-03
6
-70
/
+210
*
hush_test: stop mixing tabs/spaces for indentation
Mike Frysinger
2009-06-01
1
-37
/
+37
*
hush: unify syntax_error_unterm_{ch,str} a bit
Mike Frysinger
2009-06-01
1
-9
/
+7
*
hush: push down expansion var in handle_dollar()
Mike Frysinger
2009-06-01
1
-2
/
+3
*
hush: add support for special vars in braces
Mike Frysinger
2009-06-01
7
-8
/
+9
*
hush_test: filter test output to avoid C lib differences
Mike Frysinger
2009-06-01
1
-0
/
+4
*
nc, hush: cosmetic cleanups, no code changes
Denys Vlasenko
2009-06-01
1
-13
/
+13
*
read_key: drop optimization where we read 3 bytes at once
Denys Vlasenko
2009-05-29
1
-2
/
+2
*
hust: trivial simplification in builtin_type
Denys Vlasenko
2009-05-28
1
-3
/
+1
*
hush: fix bug 353 (wrong handling of \x in assignments)
Denys Vlasenko
2009-05-28
3
-22
/
+31
*
hush: optimize type builtin a bit more
Denys Vlasenko
2009-05-28
1
-6
/
+5
*
hush: optimize type builtin a bit
Denys Vlasenko
2009-05-28
1
-11
/
+10
*
hush: implement `type`
Mike Frysinger
2009-05-27
1
-27
/
+78
[next]