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
2007-08-20
bug in usertests!
rsc
2007-08-10
add test for rm .
rsc
2007-08-10
avoid assignments in declarations
rsc
2007-08-08
missing void
rsc
2007-08-08
standardize on not using unsigned keyword
rsc
2006-09-07
fix tests
rsc
2006-09-07
remove bogus test
rsc
2006-09-07
check super-long lookups
rsc
2006-09-07
one regression test program
kaashoek
2006-09-06
standardize various * conventions
rsc
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