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
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