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
/
fs.h
Age
Commit message (
Expand
)
Author
2019-06-11
separate source into kernel/ user/ mkfs/
Robert Morris
2019-06-06
gdb backtraces: -ggdb, -fno-omit-frame-pointer, BSIZE=1024
Robert Morris
2019-06-04
support read() and write() bigger than one page
Robert Morris
2016-09-02
Fix a few lines that runoff is complaining about that they are too long
Frans Kaashoek
2016-08-25
Remove trailing white space with:
Frans Kaashoek
2015-06-27
Pick up where i left off in april:
Frans Kaashoek
2015-04-10
One ide command for nsector_per_block generates nsector_per_block interrupts,
Frans Kaashoek
2015-04-03
Disentangle block size from the disk's sector size. Set block size to 1024 t...
Frans Kaashoek
2011-10-11
clarify some FS comments
Robert Morris
2011-09-02
Fit fs.h in one column
Austin Clements
2011-07-27
Dirt simple logging
Frans Kaashoek
2011-02-19
xv6: formatting, cleanup, rev5 (take 2)
Russ Cox
2009-05-31
drop NADDRS and INDIRECT; too many names
rsc
2009-05-31
move T_DIR etc into stat.h; move type up
rsc
2008-10-08
be clear what the root i-number is
rtm
2007-08-24
comment nits
rtm
2007-08-20
shuffle fs.c in bottom-up order
rsc
2006-09-08
tweak fs.h spacing; add comment
rsc
2006-09-08
fix various comments
rsc
2006-09-07
more comments
rsc
2006-08-25
inode addrs[NDIRECT] -> NADDRS
rtm
2006-08-24
user-level malloc (untested)
kaashoek
2006-08-15
commented out code for cwd
kaashoek
2006-08-10
low-level keyboard input (not hooked up to /dev yet)
rtm
2006-08-09
iread for T_DEV
kaashoek
2006-08-09
block bitmap
kaashoek
2006-08-08
mknod,ialloc,iupdate
kaashoek
2006-07-21
namei
rtm
2006-07-21
bread
rtm