summaryrefslogtreecommitdiff
path: root/sh.c
AgeCommit message (Expand)AuthorFilesLines
2006-09-07more simplifyingkaashoek1-15/+12
2006-09-07get precedence of <, >, and | rightkaashoek1-59/+51
2006-09-06what is NULL?rsc1-1/+1
2006-09-06break single-line if statementsrsc1-1/+2
2006-09-06standardize various * conventionsrsc1-68/+68
2006-09-06spacing fixes: no tabs, 2-space indents (for rtm)rsc1-62/+62
2006-09-06some pipe support in shkaashoek1-73/+129
2006-09-06nitskaashoek1-17/+4
2006-08-29clear killed flag in exitrtm1-1/+1
2006-08-23i/o redirection in shkaashoek1-28/+272
2006-08-19chdirkaashoek1-4/+10
2006-08-14user-level programs: mkdir and rmkaashoek1-3/+22
2006-08-12fix getblk to actually lock the blockrtm1-3/+2
2006-08-11init creates console, opens 0/1/2, runs shrtm1-0/+31