summaryrefslogtreecommitdiff
path: root/sh.c
AgeCommit message (Expand)Author
2019-06-11separate source into kernel/ user/ mkfs/Robert Morris
2016-08-25Remove trailing white space with:Frans Kaashoek
2016-08-08shell nitsRobert Morris
2010-08-05move jkstack to main.cRobert Morris
2010-07-02Initial version of single-cpu xv6 with page tablesFrans Kaashoek
2007-08-30clumsy cdrsc
2007-08-28more consistent spacingrsc
2007-08-28never returns!rsc
2007-08-28oopsrsc
2007-08-28formatting tweaksrsc
2007-08-28New shell.rsc
2007-08-27delete unnecessary #include linesrsc
2007-08-24Remove puts in favor of printf.rsc
2007-08-22PDF at http://am.lcs.mit.edu/~rsc/xv6.pdfrsc
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