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
*
shell/ash: redo execcmd() and get rid of shellexec()
Nguyễn Thái Ngọc Duy
2009-04-23
1
-0
/
+11
*
shell/ash: reimplement evalsubshell()
Nguyễn Thái Ngọc Duy
2009-04-23
1
-3
/
+12
*
shell/ash: reimplement evalbackcmd() and backquote
Nguyễn Thái Ngọc Duy
2009-04-23
1
-0
/
+23
*
shell/ash: replace shellexec() with shellspawn()
Nguyễn Thái Ngọc Duy
2009-04-23
1
-0
/
+5
*
shell/ash: link forkshell to main program
Nguyễn Thái Ngọc Duy
2009-04-23
1
-0
/
+21
*
shell/ash: use dup2() where possible, due to copyfd's inefficencies
Nguyễn Thái Ngọc Duy
2009-04-23
1
-1
/
+13
*
shell/ash: reimplement copy_fd as Windows does not have F_DUPFD
Nguyễn Thái Ngọc Duy
2009-04-23
1
-0
/
+17
*
shell/ash: search for .exe automatically if .exe is not given
Nguyễn Thái Ngọc Duy
2009-04-23
1
-1
/
+21
*
shell/ash: stop looking at \r (for CRLF ending)
Nguyễn Thái Ngọc Duy
2009-04-23
1
-0
/
+4
*
shell/ash: suport /dev/null in redirection
Nguyễn Thái Ngọc Duy
2009-04-23
1
-0
/
+24
*
shell/ash: teach it to understand semicolon as path separator
Nguyễn Thái Ngọc Duy
2009-04-23
1
-0
/
+12
*
shell/ash: massive ifdefs to unrelevant remove code
Nguyễn Thái Ngọc Duy
2009-04-23
1
-3
/
+104
*
use "glibc errno" trick not only for ash, but for entire busybox
vda
2007-05-31
1
-11
/
+0
*
usage.c: remove reference to busybox.h
vda
2007-05-26
1
-1
/
+1
*
ash: implement type -p, costs less than 10 bytes
vda
2007-05-20
1
-16
/
+11
*
several *.c files:
vda
2007-05-17
1
-1
/
+1
*
ash,kill: use common code for kill applet/builtin
vda
2007-04-29
1
-92
/
+27
*
ash: fix infinite loop on exit if tty is not there anymore
vda
2007-04-28
1
-1
/
+3
*
hush: use NOFORK applets as appropriate. Net reduction of code size.
vda
2007-04-14
1
-3
/
+1
*
teach find_root_device to deal with /dev/ subdirs
vda
2007-04-13
1
-1
/
+2
*
ash: fix kill -l (by Mats Erik Andersson <mats.andersson64@comhem.se>)
vda
2007-04-11
1
-1
/
+1
*
Rename two config options:
vda
2007-04-10
1
-4
/
+4
*
make a few struct bb_applet members conditional
vda
2007-04-10
1
-1
/
+1
*
Improve STANDALONE_SHELL. "safe" applets are renamed NOEXEC applets
vda
2007-04-09
1
-52
/
+7
*
add some missed statics on constant objects.
vda
2007-04-08
1
-3
/
+8
*
ash: fix signal handling
vda
2007-03-21
1
-7
/
+16
*
ash: popstackmark is reported trying to pop until NULL
vda
2007-03-13
1
-0
/
+3
*
clean up accumulated whitespace damage
vda
2007-03-07
1
-1
/
+1
*
ash: cosmetic improvements in error messages
vda
2007-03-05
1
-21
/
+22
*
ash: do not use "safe applets" in non-standalone shell
vda
2007-03-03
1
-24
/
+26
*
ash: replace xstrdup (shell shall not die)
vda
2007-02-25
1
-2
/
+2
*
ash: fix compile problems
vda
2007-02-24
1
-1
/
+4
*
ash: cleanup part 2.8
vda
2007-02-23
1
-75
/
+57
*
ash: cleanup part 2.7
vda
2007-02-23
1
-491
/
+471
*
ash: cleanup part 2.6
vda
2007-02-23
1
-207
/
+195
*
ash: cleanup part 2.5
vda
2007-02-23
1
-158
/
+159
*
ash: cleanup part 2.4
vda
2007-02-23
1
-1548
/
+1541
*
ash: cleanup part 2.3
vda
2007-02-23
1
-74
/
+69
*
ash: cleanup part 2.2
vda
2007-02-23
1
-148
/
+146
*
ash: starting second round of cleanups. #1
vda
2007-02-23
1
-1349
/
+1327
*
ash: cleanup part 9
vda
2007-02-23
1
-1658
/
+1579
*
ash: cleanup part 8
vda
2007-02-23
1
-524
/
+441
*
ash: cleanup part 7
vda
2007-02-23
1
-217
/
+191
*
ash: cleanup part 6
vda
2007-02-23
1
-294
/
+283
*
ash: cleanup part 5
vda
2007-02-23
1
-464
/
+439
*
ash: cleanup part 4
vda
2007-02-23
1
-647
/
+597
*
ash: cleanup part 3
vda
2007-02-23
1
-42
/
+46
*
ash: cleanup part 2
vda
2007-02-23
1
-1738
/
+1640
*
ash: cleanup part 1
vda
2007-02-23
1
-586
/
+539
*
ash: move ash_main() and helpers to end of ash.c, more fuctions renamed,
vda
2007-02-19
1
-423
/
+382
[next]