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
/
ash.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
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
*
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: 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
1
-29
/
+46
*
ash,hush: add TODO for rare build failure
Denis Vlasenko
2008-11-25
1
-2
/
+12
*
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
*
ash: fix "while kill -0 $child; do true; done" looping forever.
Denis Vlasenko
2008-10-27
1
-46
/
+20
*
ash: fix NOEXEC mode - we were forgetting to pass environment!
Denis Vlasenko
2008-10-20
1
-2
/
+5
*
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
*
ash: fix "(cat < file)" hang introduced by rev 22944.
Denis Vlasenko
2008-08-16
1
-11
/
+15
*
ash: bash compat: "shift $BIGNUM" is equivalent to "shift 1"
Denis Vlasenko
2008-07-30
1
-1
/
+1
*
ash: fix typo
Denis Vlasenko
2008-07-26
1
-1
/
+1
*
ash: hopefully close bug 4324. With testcase.
Denis Vlasenko
2008-07-26
1
-17
/
+36
*
ash: dont allow e.g. exec <&10 to attach to stript's fd!
Denis Vlasenko
2008-07-25
1
-12
/
+35
*
ash: prevent exec NN>&- from closing fd used for script reading
Denis Vlasenko
2008-07-24
1
-8
/
+25
*
ash: fix a bug where redirection fds were not closed afterwards.
Denis Vlasenko
2008-07-24
1
-37
/
+37
*
ash: teach ash about 123>file. It could take only 0..9 before
Denis Vlasenko
2008-07-24
1
-45
/
+97
*
ash: ducument where "no fds > 9 in redirects" limitation is.
Denis Vlasenko
2008-07-24
1
-3
/
+4
*
ash: ditch dupredirect(), it was only making code harder to read.
Denis Vlasenko
2008-07-24
1
-28
/
+24
*
ash: explain redirect code a bit
Denis Vlasenko
2008-07-24
1
-29
/
+39
*
ash: code shrink
Denis Vlasenko
2008-07-24
1
-35
/
+33
*
- fix spelling
Bernhard Reutner-Fischer
2008-07-21
1
-3
/
+3
*
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
*
*: rename ATTRIBUTE_XXX to just XXX.
Denis Vlasenko
2008-07-05
1
-43
/
+43
*
sendmail: fix wrong vfork usage here too
Denis Vlasenko
2008-07-01
1
-1
/
+1
*
libbb: shrink monotonic_XXX functions, introduce monotonic_ns
Denis Vlasenko
2008-06-29
1
-5
/
+7
*
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
*
fix breakage found by randomconfig
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
1
-29
/
+88
*
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
[prev]
[next]