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
/
userfs.c
Age
Commit message (
Expand
)
Author
2006-09-07
one regression test program
kaashoek
2006-09-06
wrap long lines
rsc
2006-09-06
weird spacing
rsc
2006-09-06
standardize various * conventions
rsc
2006-09-06
spacing fixes: no tabs, 2-space indents (for rtm)
rsc
2006-09-03
nits
kaashoek
2006-08-24
fix bugs in indirect-file code
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-14
user-level programs: mkdir and rm
kaashoek
2006-08-14
start on mkdir
kaashoek
2006-08-13
zero freed blocks
kaashoek
2006-08-12
fstat
kaashoek
2006-08-12
unlink,mknod,create with multi-component pathnames should work now
kaashoek
2006-08-11
fix deadlock---iput(dp) asap
kaashoek
2006-08-10
low-level keyboard input (not hooked up to /dev yet)
rtm
2006-08-10
printf
kaashoek
2006-08-09
iread for T_DEV
kaashoek
2006-08-09
fix test program: don't close before writing
kaashoek
2006-08-09
devsw
kaashoek
2006-08-08
fix race in holding() check in acquire()
rtm
2006-08-08
mknod,ialloc,iupdate
kaashoek
2006-07-29
open()
rtm
2006-07-28
exec arguments
rtm
2006-07-27
primitive exec
rtm
2006-07-17
nitpicks
rsc
2006-07-16
Add user.h for prototypes.
rsc
2006-07-11
Changes to allow use of native x86 ELF compilers, which on my
rsc
2006-07-10
oops
kaashoek