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
/
sysfile.c
Age
Commit message (
Expand
)
Author
2018-09-23
Checkpoint port of xv6 to x86-64. Passed usertests on 2 processors a few times.
Frans Kaashoek
2017-01-31
Read curproc from cpu structure, but be careful because after a schedule event
Frans Kaashoek
2017-01-31
Start of an experiment to remove the use of gs for cpu local variables.
Frans Kaashoek
2016-09-11
Replace I_BUSY with sleep locks
Frans Kaashoek
2016-08-18
Remove unused variable, nits.
Peter H. Froehlich
2014-08-27
a start at concurrent FS system calls
Robert Morris
2014-08-04
every iput() and namei() must be inside a transaction
Robert Morris
2012-02-17
Make fetchint and fetchstr use proc instead of taking a struct proc
Austin Clements
2011-10-14
don't let dirty blocks be evicted from cache!
Robert Morris
2011-09-02
Shorten sys_unlink a little; create now fits in column
Austin Clements
2011-08-29
Revert "Introduce and use sleeplocks instead of BUSY flags"
Frans Kaashoek
2011-08-26
Introduce and use sleeplocks instead of BUSY flags
Frans Kaashoek
2011-08-15
avoid deadlock by calling begin_trans() before locking any inodes
Robert Morris
2011-08-12
log write() data
Robert Morris
2011-01-11
make new code like old code
Russ Cox
2010-09-27
copyout() copies data to a va in a pagetable, for exec() &c
Robert Morris
2010-07-02
Initial version of single-cpu xv6 with page tables
Frans Kaashoek
2009-08-30
assorted fixes:
Russ Cox
2009-08-08
shuffle and tweak for formatting.
Russ Cox
2009-07-11
rearrangements and cleanup for text
Russ Cox
2009-05-31
simplify
rsc
2008-10-17
try harder to get directory refcounts right
kolya
2008-10-16
make mkdir crash-safer, as noticed by many students on midterm
kolya
2007-09-27
believe it or not, this was working
rsc
2007-08-28
spaces around else for rtm
rsc
2007-08-28
more consistent spacing
rsc
2007-08-28
remove _ from pipe; be like file
rsc
2007-08-27
make code match comment
rsc
2007-08-27
make code match comment
rsc
2007-08-27
delete unnecessary #include lines
rsc
2007-08-27
oops
rsc
2007-08-27
nits
rsc
2007-08-27
fileincref -> filedup (consistent with idup)
rsc
2007-08-24
shuffle for formatting
rsc
2007-08-24
remove unused variable
rsc
2007-08-24
Remove struct uinode.
rsc
2007-08-22
PDF at http://am.lcs.mit.edu/~rsc/xv6.pdf
rsc
2007-08-21
ARGMAX -> MAXARGS
rsc
2007-08-21
Various cleanup:
rsc
2007-08-20
checkpoint - simpler namei interface
rsc
2007-08-10
avoid assignments in declarations
rsc
2007-08-10
Make cp a magic symbol.
rsc
2007-08-09
oops
rsc
2007-08-09
try to use cp only for curproc[cpu()]
rsc
2007-08-08
save process name for debugging
rsc
2006-09-07
fix ide, pit interfaces
rsc
2006-09-07
fix pipe bug
rsc
2006-09-07
refactor syscall code
rsc
2006-09-06
wrap long lines
rsc
2006-09-06
fd_* => file_*
rsc
[next]