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
/
mkfs.c
Age
Commit message (
Expand
)
Author
2019-06-11
separate source into kernel/ user/ mkfs/
Robert Morris
2019-06-04
support read() and write() bigger than one page
Robert Morris
2016-08-25
Remove trailing white space with:
Frans Kaashoek
2015-08-12
Fixed broken build on Arch Linux
Ayan Shafqat
2015-06-27
Pick up where i left off in april:
Frans Kaashoek
2015-04-10
check blockno passed to idestart
Frans Kaashoek
2015-04-03
Disentangle block size from the disk's sector size. Set block size to 1024 t...
Frans Kaashoek
2014-08-28
i think this is a working concurrent logging scheme
Robert Morris
2012-09-10
Use static assert instead of _LP64 (thanks Eddie!)
Frans Kaashoek
2012-09-07
Remove -m32 flag from native gcc compiler
Frans Kaashoek
2011-07-27
Dirt simple logging
Frans Kaashoek
2011-02-28
fixes from Peter Froehlich
Russ Cox
2011-01-11
make new code like old code
Russ Cox
2011-01-10
mkfs: avoid clash with system struct stat
Russ Cox
2011-01-02
mkfs: avoid out of bounds access to sb in wsect
Russ Cox
2010-08-31
Hopefully get the printf size spec right, regardless of compiler.
Austin Clements
2010-08-31
no more pminit, or ELF header at 0x10000
Robert Morris
2010-08-31
mkfs must be compiled 32-bit. Fix mkfs warnings
Austin Clements
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-09-15
fix comments
rtm
2007-08-27
delete unnecessary #include lines
rsc
2007-08-24
add missing iput() at end of _namei()
rtm
2006-09-08
quiet
rsc
2006-09-07
avoid system binary clashes
rsc
2006-09-06
standardize various * conventions
rsc
2006-09-06
spacing fixes: no tabs, 2-space indents (for rtm)
rsc
2006-08-25
fix writing the indirect block
rtm
2006-08-24
user-level malloc (untested)
kaashoek
2006-08-14
set size for directories correctly in wdir and mkfs
kaashoek
2006-08-10
low-level keyboard input (not hooked up to /dev yet)
rtm
2006-08-09
block bitmap
kaashoek
2006-07-28
exec arguments
rtm
2006-07-27
primitive exec
rtm
2006-07-21
namei
rtm
2006-07-21
bread
rtm