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
/
runit
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2009-04-23
shell/ash: comment out kill.c for now as ash needs it
Nguyễn Thái Ngọc Duy
1
-0
/
+2
2009-04-23
shell/ash: reimplement openhere()
Nguyễn Thái Ngọc Duy
1
-0
/
+43
2009-04-23
shell/ash: reimplement evalpipe()
Nguyễn Thái Ngọc Duy
1
-0
/
+62
2009-04-23
shell/ash: reimplement evalsubshell()
Nguyễn Thái Ngọc Duy
2
-3
/
+23
2009-04-23
shell/ash: reimplement evalbackcmd() and backquote
Nguyễn Thái Ngọc Duy
2
-0
/
+40
2009-04-23
shell/ash: replace updatepwd()
Nguyễn Thái Ngọc Duy
1
-0
/
+89
2009-04-23
shell/ash: replace shellexec() with shellspawn()
Nguyễn Thái Ngọc Duy
3
-0
/
+156
2009-04-23
shell/ash: link forkshell to main program
Nguyễn Thái Ngọc Duy
1
-0
/
+21
2009-04-23
shell/ash: use dup2() where possible, due to copyfd's inefficencies
Nguyễn Thái Ngọc Duy
1
-1
/
+13
2009-04-23
shell/ash: reimplement copy_fd as Windows does not have F_DUPFD
Nguyễn Thái Ngọc Duy
1
-0
/
+17
2009-04-23
shell/ash: search for .exe automatically if .exe is not given
Nguyễn Thái Ngọc Duy
1
-1
/
+21
2009-04-23
shell/ash: stop looking at \r (for CRLF ending)
Nguyễn Thái Ngọc Duy
1
-0
/
+4
2009-04-23
shell/ash: suport /dev/null in redirection
Nguyễn Thái Ngọc Duy
1
-0
/
+24
2009-04-23
shell/ash: teach it to understand semicolon as path separator
Nguyễn Thái Ngọc Duy
1
-0
/
+12
2009-04-23
shell/ash: massive ifdefs to unrelevant remove code
Nguyễn Thái Ngọc Duy
1
-3
/
+104
2009-04-23
shell/ash: add forkshell_* to transfer data via pipe
Nguyễn Thái Ngọc Duy
2
-0
/
+129