index
:
busybox-w32
ansi
awk_faster
busybox
dscho-kill-gently
embed
fix_backslash
manifest
master
merge
merge_1_19
merge_1_20
noconsole
noconsole2
old
path_search
realpath
stty
su_cmd
su_cmd2
su_cmd3
symlink
tab_completion
tab_completion2
tilde
ucrt_hack
w32_1_26_2
wget-post-file
wip
A mirror of https://github.com/rmyorston/busybox-w32.git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
shell
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
msh testsuite: fix false positive, tweak run stript
Denis Vlasenko
2009-03-21
2
-3
/
+3
*
hush: tweak testsuite
Denis Vlasenko
2009-03-20
2
-1
/
+5
*
hush: fix bug 207 and "hush -c" parameter passing.
Denis Vlasenko
2009-03-20
3
-2
/
+16
*
ash: expand comment
Denis Vlasenko
2009-03-20
1
-1
/
+2
*
hush: fix set [--] params. Closes bug 199.
Denis Vlasenko
2009-03-20
1
-9
/
+61
*
ash: add missing comma in debug scaffolding
Denis Vlasenko
2009-03-20
1
-3
/
+3
*
ash: fix a case where we close wrong descriptor; add debug hack for that
Denis Vlasenko
2009-03-20
1
-3
/
+13
*
ash: DEBUG should be 0 :)
Denis Vlasenko
2009-03-19
1
-2
/
+2
*
ash: fix TRACE commands
Denis Vlasenko
2009-03-19
2
-9
/
+81
*
ash: make evaltree save/restore int suppression depth.
Denis Vlasenko
2009-03-19
1
-38
/
+78
*
doc update
Denis Vlasenko
2009-03-19
1
-0
/
+22
*
ash: in dotrap(), do not clear gotsig[] for SIGINT if there is no handler
Denis Vlasenko
2009-03-19
1
-57
/
+69
*
ash: tentatively fix bug 189.
Denis Vlasenko
2009-03-19
1
-14
/
+13
*
ash: fix "ash -c 'exec 1>&0'" complaining that fd 0 is busy
Denis Vlasenko
2009-03-19
1
-4
/
+10
*
*: move get_sock_lsa and xwrite_str to libbb, use where appropriate
Denis Vlasenko
2009-03-09
1
-4
/
+4
*
modprobe: emit "can't open 'modules.dep': (errno)" instead of "module not found"
Denis Vlasenko
2009-03-03
1
-2
/
+2
*
ash: make dot command search current directory first, as bash does.
Denis Vlasenko
2009-02-15
1
-0
/
+9
*
libbb: add bb_unsetenv (taken from hush).
Denis Vlasenko
2008-12-30
1
-11
/
+3
*
libbb: introduce and use xmalloc_ttyname (-32 in bss).
Denis Vlasenko
2008-12-23
1
-3
/
+3
*
ash: fix CONFIG_ASH_OPTIMIZE_FOR_SIZE off + high-bit chars case
Denis Vlasenko
2008-12-15
1
-10
/
+15
*
ash: remove TODO which seems to actually work now.
Denis Vlasenko
2008-12-03
1
-8
/
+8
*
ash: finally installed it as /bin/sh on my machine.
Denis Vlasenko
2008-12-03
1
-67
/
+131
*
ash: add FIXME
Denis Vlasenko
2008-11-28
1
-2
/
+7
*
ash: "ash: syntax error: XXX unexpected" -> "ash: syntax error: unexpected XXX"
Denis Vlasenko
2008-11-28
1
-1
/
+1
*
ash: shrink on top of previous change
Denis Vlasenko
2008-11-28
1
-111
/
+128
*
ash: better fix for ash -c 'echo 5&' and ash -c 'sleep 5&'
Denis Vlasenko
2008-11-28
3
-29
/
+56
*
ash,hush: add TODO for rare build failure
Denis Vlasenko
2008-11-25
2
-2
/
+25
*
ash: fix bad interaction between ash -c '....&' and bash compat
Denis Vlasenko
2008-11-25
1
-2
/
+6
*
ash: NTO2 needs #if ENABLE_ASH_BASH_COMPAT
Denis Vlasenko
2008-11-22
1
-0
/
+2
*
ash: fix miscalculation of memory needed for eval tree
Denis Vlasenko
2008-11-21
1
-33
/
+35
*
whitespace fixes, no code changes
Denis Vlasenko
2008-10-29
1
-1
/
+1
*
ash: add testcase for bug 5304
Denis Vlasenko
2008-10-27
2
-0
/
+15
*
ash: fix "while kill -0 $child; do true; done" looping forever.
Denis Vlasenko
2008-10-27
1
-46
/
+20
*
dc: conditionalize parts which require libm
Denis Vlasenko
2008-10-20
2
-0
/
+4
*
ash: fix NOEXEC mode - we were forgetting to pass environment!
Denis Vlasenko
2008-10-20
3
-2
/
+10
*
ash: fix a bug in standalone mode (corrupted getopt() state)
Denis Vlasenko
2008-10-20
2
-0
/
+7
*
hush: add TODO
Denis Vlasenko
2008-10-14
1
-0
/
+2
*
hush: next small step towards functions
Denis Vlasenko
2008-10-14
1
-19
/
+53
*
hush: fix NOMMU bug (analogous to preceding commit for MMU)
Denis Vlasenko
2008-10-13
3
-77
/
+95
*
testcase for the last fix
Denis Vlasenko
2008-10-13
2
-0
/
+20
*
hush: fix trashing of environment by local env vars:
Denis Vlasenko
2008-10-13
1
-60
/
+104
*
hush: fix environment and memory leaks, add tests for them
Denis Vlasenko
2008-10-09
6
-58
/
+218
*
hush: preparatory work for implementing functions
Denis Vlasenko
2008-10-09
1
-66
/
+89
*
hush: massive renaming of ill-named structures and fields
Denis Vlasenko
2008-10-09
1
-202
/
+206
*
ash: support &> redirection (bashism). ~90 bytes of code
Denis Vlasenko
2008-10-07
1
-49
/
+68
*
ash: some beautification work, no code changes
Denis Vlasenko
2008-10-06
1
-41
/
+38
*
ash: implement ">&file" bashism. ~100 bytes.
Denis Vlasenko
2008-10-05
1
-47
/
+111
*
style fixes, no code changes
Denis Vlasenko
2008-09-27
1
-2
/
+2
*
- fix compilation on OSF/1
Bernhard Reutner-Fischer
2008-09-25
1
-2
/
+2
*
ash: fix "(cat < file)" hang introduced by rev 22944.
Denis Vlasenko
2008-08-16
3
-11
/
+20
[prev]
[next]