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
/
usys.S
Age
Commit message (
Expand
)
Author
2019-05-31
-initrd fs.img, ramdisk.c, file system
Robert Morris
2018-10-09
not much
Frans Kaashoek
2018-09-23
Checkpoint port of xv6 to x86-64. Passed usertests on 2 processors a few times.
Frans Kaashoek
2010-08-11
uptime() sys call for benchmarking
Robert Morris
2009-05-31
usys.S: put before init.c, STUB -> SYSCALL
rsc
2007-08-27
Replace yield system call with sleep.
rsc
2007-08-24
Add yield system call, for zombie test program (bad idea?).
rsc
2006-09-06
standardize various * conventions
rsc
2006-09-06
spacing fixes: no tabs, 2-space indents (for rtm)
rsc
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-10
printf
kaashoek
2006-08-08
mknod,ialloc,iupdate
kaashoek
2006-07-29
open()
rtm
2006-07-27
primitive exec
rtm
2006-07-16
Add user.h for prototypes.
rsc
2006-07-15
no more recursive locks
rtm
2006-07-11
pre-empt both user and kernel, in clock interrupt
rtm
2006-07-11
Changes to allow use of native x86 ELF compilers, which on my
rsc