aboutsummaryrefslogtreecommitdiff
path: root/runit (unfollow)
Commit message (Expand)AuthorFilesLines
2009-04-23shell/ash: comment out kill.c for now as ash needs itNguyễn Thái Ngọc Duy1-0/+2
2009-04-23shell/ash: reimplement openhere()Nguyễn Thái Ngọc Duy1-0/+43
2009-04-23shell/ash: reimplement evalpipe()Nguyễn Thái Ngọc Duy1-0/+62
2009-04-23shell/ash: reimplement evalsubshell()Nguyễn Thái Ngọc Duy2-3/+23
2009-04-23shell/ash: reimplement evalbackcmd() and backquoteNguyễn Thái Ngọc Duy2-0/+40
2009-04-23shell/ash: replace updatepwd()Nguyễn Thái Ngọc Duy1-0/+89
2009-04-23shell/ash: replace shellexec() with shellspawn()Nguyễn Thái Ngọc Duy3-0/+156
2009-04-23shell/ash: link forkshell to main programNguyễn Thái Ngọc Duy1-0/+21
2009-04-23shell/ash: use dup2() where possible, due to copyfd's inefficenciesNguyễn Thái Ngọc Duy1-1/+13
2009-04-23shell/ash: reimplement copy_fd as Windows does not have F_DUPFDNguyễn Thái Ngọc Duy1-0/+17
2009-04-23shell/ash: search for .exe automatically if .exe is not givenNguyễn Thái Ngọc Duy1-1/+21
2009-04-23shell/ash: stop looking at \r (for CRLF ending)Nguyễn Thái Ngọc Duy1-0/+4
2009-04-23shell/ash: suport /dev/null in redirectionNguyễn Thái Ngọc Duy1-0/+24
2009-04-23shell/ash: teach it to understand semicolon as path separatorNguyễn Thái Ngọc Duy1-0/+12
2009-04-23shell/ash: massive ifdefs to unrelevant remove codeNguyễn Thái Ngọc Duy1-3/+104
2009-04-23shell/ash: add forkshell_* to transfer data via pipeNguyễn Thái Ngọc Duy2-0/+129