index
:
xv6-riscv
riscv
MIT xv6-RISCV kernel modified to RV64I base integer extension
Aditya N. Naik
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sh.c
Age
Commit message (
Expand
)
Author
2019-06-11
separate source into kernel/ user/ mkfs/
Robert Morris
2016-08-25
Remove trailing white space with:
Frans Kaashoek
2016-08-08
shell nits
Robert Morris
2010-08-05
move jkstack to main.c
Robert Morris
2010-07-02
Initial version of single-cpu xv6 with page tables
Frans Kaashoek
2007-08-30
clumsy cd
rsc
2007-08-28
more consistent spacing
rsc
2007-08-28
never returns!
rsc
2007-08-28
oops
rsc
2007-08-28
formatting tweaks
rsc
2007-08-28
New shell.
rsc
2007-08-27
delete unnecessary #include lines
rsc
2007-08-24
Remove puts in favor of printf.
rsc
2007-08-22
PDF at http://am.lcs.mit.edu/~rsc/xv6.pdf
rsc
2007-08-10
cleanup main
rsc
2007-08-08
handle EOF in shell
rsc
2006-09-07
more simplifying
kaashoek
2006-09-07
get precedence of <, >, and | right
kaashoek
2006-09-06
what is NULL?
rsc
2006-09-06
break single-line if statements
rsc
2006-09-06
standardize various * conventions
rsc
2006-09-06
spacing fixes: no tabs, 2-space indents (for rtm)
rsc
2006-09-06
some pipe support in sh
kaashoek
2006-09-06
nits
kaashoek
2006-08-29
clear killed flag in exit
rtm
2006-08-23
i/o redirection in sh
kaashoek
2006-08-19
chdir
kaashoek
2006-08-14
user-level programs: mkdir and rm
kaashoek
2006-08-12
fix getblk to actually lock the block
rtm
2006-08-11
init creates console, opens 0/1/2, runs sh
rtm