summaryrefslogtreecommitdiff
path: root/sh.c
AgeCommit message (Expand)AuthorFilesLines
2007-08-28more consistent spacingrsc1-1/+1
2007-08-28never returns!rsc1-1/+1
2007-08-28oopsrsc1-1/+1
2007-08-28formatting tweaksrsc1-55/+66
2007-08-28New shell.rsc1-271/+406
2007-08-27delete unnecessary #include linesrsc1-1/+0
2007-08-24Remove puts in favor of printf.rsc1-1/+1
2007-08-22PDF at http://am.lcs.mit.edu/~rsc/xv6.pdfrsc1-1/+1
2007-08-10cleanup mainrsc1-12/+18
2007-08-08handle EOF in shellrsc1-2/+5
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