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
/
user.h
Age
Commit message (
Expand
)
Author
2019-06-11
separate source into kernel/ user/ mkfs/
Robert Morris
2018-08-31
thanks tyfkda
Frans Kaashoek
2014-09-12
cmosgetdate() for system-call homework
Cody Cutler
2011-01-11
make new code like old code
Russ Cox
2010-08-30
set only PG and WP in vminit; the rest don't seem to be needed and are confusing
Robert Morris
2009-10-07
Remove memcpy prototypes at Russ' request to prevent code from calling
Austin Clements
2009-10-07
Provide memcpy for compatibility with older versions of gcc
Austin Clements
2007-08-28
add struct stat decl
rsc
2007-08-27
Replace yield system call with sleep.
rsc
2007-08-24
Remove struct uinode.
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-08
standardize on not using unsigned keyword
rsc
2007-08-08
atoi, for kill
rsc
2006-09-06
standardize various * conventions
rsc
2006-09-06
nits
kaashoek
2006-08-24
bug in sbrk
kaashoek
2006-08-24
user-level malloc (untested)
kaashoek
2006-08-23
i/o redirection in sh
kaashoek
2006-08-20
removed block system call
kaashoek
2006-08-19
chdir
kaashoek
2006-08-14
start on mkdir
kaashoek
2006-08-13
link()
rtm
2006-08-12
fix getblk to actually lock the block
rtm
2006-08-12
fstat
kaashoek
2006-08-11
init creates console, opens 0/1/2, runs sh
rtm
2006-08-10
printf
kaashoek
2006-08-08
fix race in holding() check in acquire()
rtm
2006-08-08
mknod,ialloc,iupdate
kaashoek
2006-07-16
add %s to cprintf for cons_puts
rsc
2006-07-16
Add user.h for prototypes.
rsc