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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
shell
/
ash.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
win32: ash: openredirect(): support /dev/null
Nguyễn Thái Ngọc Duy
2010-09-10
1
-0
/
+25
*
|
win32: ash: copyfd(): work around fcntl(F_DUPFD)
Nguyễn Thái Ngọc Duy
2010-09-10
1
-0
/
+12
*
|
win32: ash: stay away from fcntl(F_DUPFD)
Nguyễn Thái Ngọc Duy
2010-09-10
1
-2
/
+2
*
|
win32: ash: new implementation for updatepwd()
Nguyễn Thái Ngọc Duy
2010-09-10
1
-0
/
+93
*
|
win32: ash: path_advance(): save space for .exe later
Nguyễn Thái Ngọc Duy
2010-09-10
1
-1
/
+3
*
|
win32: ash: path_advance(): support both colon and semicolon as path separator
Nguyễn Thái Ngọc Duy
2010-09-10
1
-0
/
+10
*
|
win32: ash: preadbuffer(): accept \r\n as line ending
Nguyễn Thái Ngọc Duy
2010-09-10
1
-1
/
+1
*
|
win32: ash: shellexec(): support both / and \ as dir separator
Nguyễn Thái Ngọc Duy
2010-09-10
1
-3
/
+4
*
|
win32: ash: is_absolute_path()
Nguyễn Thái Ngọc Duy
2010-09-10
1
-2
/
+2
*
|
win32: ash: skip O_APPEND support
Nguyễn Thái Ngọc Duy
2010-09-10
1
-2
/
+2
*
|
win32: ash: exptilde(): do not call (unsupported) getpwnam()
Nguyễn Thái Ngọc Duy
2010-09-10
1
-0
/
+2
*
|
win32: ash: forkshell(): return early, MinGW port will have another way to "f...
Nguyễn Thái Ngọc Duy
2010-09-10
1
-0
/
+3
*
|
win32: ash: waitcmd(): return early, not supported
Nguyễn Thái Ngọc Duy
2010-09-10
1
-0
/
+3
*
|
win32: ash: setsignal(): return early, signalling is not supported
Nguyễn Thái Ngọc Duy
2010-09-10
1
-0
/
+2
*
|
win32: ash: #ifdef
Nguyễn Thái Ngọc Duy
2010-09-10
1
-0
/
+11
|
/
*
ash: line up builtin table. no code changes
Denys Vlasenko
2010-03-26
1
-45
/
+45
*
ash: trap with bad signal name should not abort
Denys Vlasenko
2010-03-26
1
-4
/
+10
*
ash,hush: make it possible to build them individually
Denys Vlasenko
2010-03-23
1
-4
/
+5
*
ash: fix quadratic matching slowdown is ${v/*foo*/repl} (really bad one)
Denys Vlasenko
2010-03-13
1
-12
/
+59
*
hush: use ash's ulimit builtin; make it more more bash0like while at it
Denys Vlasenko
2010-03-06
1
-211
/
+3
*
*: use NULL for null pointers
Denys Vlasenko
2010-03-05
1
-1
/
+1
*
Replace __uClinux__ define with !BB_MMU
Denys Vlasenko
2010-02-21
1
-1
/
+1
*
fix bug 1087. Fix by Leonid (lly.dev AT gmail.com)
Denys Vlasenko
2010-02-21
1
-2
/
+2
*
shell/read: check that variable names are sane
Denys Vlasenko
2010-01-13
1
-4
/
+0
*
hush: use ash's read builtin
Denys Vlasenko
2010-01-12
1
-4
/
+10
*
shell: split read builtin from ash
Denys Vlasenko
2010-01-12
1
-199
/
+35
*
libbb: introduce and use monotonic_ms
Denys Vlasenko
2010-01-12
1
-2
/
+2
*
ash: fix for read $IFS splitting. Closes bug 235
Denys Vlasenko
2010-01-08
1
-1
/
+1
*
ash: fix mishandling of bash-style redirects
Chris Metcalf
2010-01-08
1
-1
/
+1
*
ash: trivial optimization -6 bytes
Denys Vlasenko
2009-12-10
1
-3
/
+5
*
ash: fix double comma in initializer
Denys Vlasenko
2009-12-05
1
-2
/
+2
*
ash: implement set -o pipefail (conditional on bash compat). +39 bytes
Michael Abbott
2009-12-04
1
-3
/
+21
*
ash: preparatory work for pipefail and code shrink. -44 bytes
Denys Vlasenko
2009-12-04
1
-64
/
+65
*
ash: re-enable SIGHUP on entry. Closes bug 771.
Denys Vlasenko
2009-12-04
1
-0
/
+4
*
ash: straighten up a bit of code in varvalue()
Denys Vlasenko
2009-11-30
1
-13
/
+18
*
ash: more cosmetics and cleanups
Denys Vlasenko
2009-11-29
1
-48
/
+35
*
ash: cosmetics, no code changes
Denys Vlasenko
2009-11-29
1
-3
/
+1
*
ash: remove last "signed char"; make SIT() clearer. -12 bytes
Denys Vlasenko
2009-11-29
1
-81
/
+54
*
ash: randmconfig fix
Denys Vlasenko
2009-11-29
1
-1
/
+1
*
ash: remake strange signed char machinery to be unsigned. -57 bytes
Denys Vlasenko
2009-11-28
1
-387
/
+378
*
*: introduce and use ffulsh_all()
Denys Vlasenko
2009-11-02
1
-13
/
+4
*
randomconfig fixes
Denys Vlasenko
2009-10-19
1
-0
/
+2
*
ash,hush: fix $RANDOM in children being repeated
Denys Vlasenko
2009-10-12
1
-13
/
+4
*
ash: use bbox wrappers for malloc etc instead of homegrown ones
Denys Vlasenko
2009-10-11
1
-34
/
+44
*
ash: trivial shrink by using smaller int
Denys Vlasenko
2009-10-11
1
-2
/
+2
*
ash: factor out $RANDOM support
Denys Vlasenko
2009-10-09
1
-28
/
+18
*
*: a few more NOINLINEs
Denys Vlasenko
2009-10-08
1
-1
/
+1
*
ash: compile breakage fix
Denys Vlasenko
2009-10-08
1
-6
/
+0
*
*: use {i,u}toa() where appropriate
Denys Vlasenko
2009-10-06
1
-3
/
+1
*
ash: error out on ${#1#}, ${#$11}, ${#11#}
Cristian Ionescu-Idbohrn
2009-10-05
1
-0
/
+2
[prev]
[next]