summaryrefslogtreecommitdiff
path: root/sh.c
AgeCommit message (Expand)Author
2007-08-10cleanup mainrsc
2007-08-08handle EOF in shellrsc
2006-09-07more simplifyingkaashoek
2006-09-07get precedence of <, >, and | rightkaashoek
2006-09-06what is NULL?rsc
2006-09-06break single-line if statementsrsc
2006-09-06standardize various * conventionsrsc
2006-09-06spacing fixes: no tabs, 2-space indents (for rtm)rsc
2006-09-06some pipe support in shkaashoek
2006-09-06nitskaashoek
2006-08-29clear killed flag in exitrtm
2006-08-23i/o redirection in shkaashoek
2006-08-19chdirkaashoek
2006-08-14user-level programs: mkdir and rmkaashoek
2006-08-12fix getblk to actually lock the blockrtm
2006-08-11init creates console, opens 0/1/2, runs shrtm