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
/
usertests.c
Age
Commit message (
Expand
)
Author
2006-08-29
prune unneeded panics and debug output
rtm
2006-08-29
i broke sbrk, fix it
rtm
2006-08-25
kill user process when it generates an unhandled trap (e.g., 13)
kaashoek
2006-08-24
bug in sbrk
kaashoek
2006-08-19
chdir
kaashoek
2006-08-15
no more proc[] entry per cpu for idle loop
rtm
2006-08-13
namei returns locked parent dir inode for create / unlink
rtm
2006-08-13
link()
rtm
2006-08-12
LRU disk cache replacement
rtm
2006-08-12
buffer cache, fifo replacement
rtm
2006-08-12
mknod set nlink = 1
rtm
2006-08-12
fix getblk to actually lock the block
rtm
2006-07-28
exec arguments
rtm
2006-07-17
nitpicks
rsc
2006-07-16
Add user.h for prototypes.
rsc
2006-07-15
no more recursive locks
rtm
2006-07-12
passes both usertests
rtm
2006-07-12
cvs add spinlock.h
rtm
2006-07-12
no more big kernel lock
rtm
2006-07-11
give each cpu its own clock, so that preemption works on cpu 1
rtm
2006-07-11
pre-empt both user and kernel, in clock interrupt
rtm
2006-07-01
swtch saves callee-saved registers
rtm
2006-06-27
file descriptors
rtm