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
*
- wrap overlong lines (Cristian Ionescu-Idbohrn)
Bernhard Reutner-Fischer
2008-07-22
1
-9
/
+9
*
libbb: [x]fopen_for_{read,write} introduced and used.
Denis Vlasenko
2008-07-21
3
-6
/
+6
*
- fix spelling
Bernhard Reutner-Fischer
2008-07-21
3
-12
/
+12
*
msh: fix "while...continue" bug 3884.
Denis Vlasenko
2008-07-20
3
-0
/
+24
*
config help fixes
Denis Vlasenko
2008-07-16
1
-1
/
+1
*
hush: fix "... pattern) cmd;; esac" case
Denis Vlasenko
2008-07-14
2
-3
/
+27
*
hush: delete unused field in struct child.
Denis Vlasenko
2008-07-14
2
-16
/
+95
*
hush: add case statement support. It is incomplete and disabled for now.
Denis Vlasenko
2008-07-14
1
-45
/
+147
*
ash: small code shrink
Denis Vlasenko
2008-07-13
1
-5
/
+5
*
ash: fix segfault in "command -v"
Denis Vlasenko
2008-07-11
1
-12
/
+24
*
hush: compile fixes for !LOOPS case
Denis Vlasenko
2008-07-09
1
-0
/
+4
*
hush: support "for if in do done then; do echo $if; done" case
Denis Vlasenko
2008-07-06
3
-24
/
+41
*
hush: support "for v; do ... done" syntax (implied 'in "$@"')
Denis Vlasenko
2008-07-05
3
-14
/
+38
*
hush: fix a case where "$@" must expand to no word at all
Denis Vlasenko
2008-07-05
3
-6
/
+36
*
*: rename ATTRIBUTE_XXX to just XXX.
Denis Vlasenko
2008-07-05
5
-82
/
+82
*
sendmail: fix wrong vfork usage here too
Denis Vlasenko
2008-07-01
1
-1
/
+1
*
revert last two commits. vfork cannot be used in subroutine,
Denis Vlasenko
2008-07-01
1
-2
/
+4
*
*: introduce and use xfork()
Denis Vlasenko
2008-07-01
1
-6
/
+2
*
*: introduce and use xvfork()
Denis Vlasenko
2008-07-01
1
-2
/
+4
*
libbb: shrink monotonic_XXX functions, introduce monotonic_ns
Denis Vlasenko
2008-06-29
1
-5
/
+7
*
*: introduce and use FAST_FUNC: regparm on i386, otherwise no-on
Denis Vlasenko
2008-06-27
2
-5
/
+5
*
ash: improve comments
Denis Vlasenko
2008-06-27
1
-14
/
+15
*
ash: fix very weak $RANDOM generator; and move even more things
Denis Vlasenko
2008-06-27
1
-52
/
+66
*
ash: move stuff out of data/bss
Denis Vlasenko
2008-06-27
1
-65
/
+58
*
style fixes, no code changes
Denis Vlasenko
2008-06-26
1
-1
/
+1
*
whitespace fixes. no code changes
Denis Vlasenko
2008-06-25
1
-2
/
+2
*
hush: ifdef out parts which are not needed
Denis Vlasenko
2008-06-24
1
-46
/
+59
*
hush: kill some old unused fields; small code shrink
Denis Vlasenko
2008-06-24
1
-58
/
+49
*
fix breakage found by randomconfig
Denis Vlasenko
2008-06-23
2
-7
/
+8
*
hush: trivial fix in debug code
Denis Vlasenko
2008-06-23
1
-1
/
+1
*
ash: trivial code readability fixes
Denis Vlasenko
2008-06-23
1
-9
/
+8
*
ash: improve readability of the code. No real code changes.
Denis Vlasenko
2008-06-23
1
-9
/
+9
*
ash: optional support for $'...\t...\n...' bashism
Denis Vlasenko
2008-06-23
3
-29
/
+104
*
ash: minor shrink (mostly smallints) and variable renaming
Denis Vlasenko
2008-06-22
1
-91
/
+91
*
ash: fix "shift BIGNUM" and "read with no variable name" bugs.
Denis Vlasenko
2008-06-18
1
-2
/
+4
*
cosmetics in hush testsuites
Denis Vlasenko
2008-06-18
2
-3
/
+1
*
fix globbing in unquoted $* and $@
Denis Vlasenko
2008-06-18
3
-6
/
+25
*
hush: fix a bug with backslashes improperly handled in unquoted variables.
Denis Vlasenko
2008-06-18
1
-51
/
+115
*
hush: add testsuite for "no globbing in redirection" rule.
Denis Vlasenko
2008-06-18
7
-45
/
+75
*
hush: expand quote3.tests and move from hush-bugs to hush-parsing
Denis Vlasenko
2008-06-18
4
-11
/
+33
*
hush: fix last hush-bugs testcase (disappearing "", $empty"" etc)
Denis Vlasenko
2008-06-18
1
-12
/
+25
*
hush: fix $$ handling
Denis Vlasenko
2008-06-17
3
-1
/
+7
*
hush: fix "for a in; do echo 'I should never run'; done" bug
Denis Vlasenko
2008-06-17
3
-8
/
+10
*
move glob_and_assign.tests from hush-bugs to hush-glob
Denis Vlasenko
2008-06-17
2
-0
/
+0
*
hush: continue fixing quoting and subst: fix glob_and_assign.tests.
Denis Vlasenko
2008-06-17
4
-51
/
+65
*
hush: cleanup pass, the biggest is - moved builtins to the end of the file,
Denis Vlasenko
2008-06-17
2
-355
/
+358
*
hush: fix memory leak. it was actually rather invloved problem.
Denis Vlasenko
2008-06-17
1
-138
/
+175
*
hush: fixing fallout from last big glob fix:
Denis Vlasenko
2008-06-16
1
-80
/
+80
*
hush: delete hush-bugs/glob_and_vars.tests for real
Denis Vlasenko
2008-06-16
1
-2
/
+0
*
hush: fix hush-bugs/glob_and_vars.tests testcase:
Denis Vlasenko
2008-06-16
6
-47
/
+70
[next]