index
:
135e2/xv6-labs.git
cow
fs
lock
mmap
net
pgtbl
syscall
thread
traps
util
xv6-labs-2024-winter
135e2
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sysfile.c
Age
Commit message (
Expand
)
Author
Files
Lines
2012-02-17
Make fetchint and fetchstr use proc instead of taking a struct proc
Austin Clements
1
-2
/
+2
2011-10-14
don't let dirty blocks be evicted from cache!
Robert Morris
1
-0
/
+6
2011-09-02
Shorten sys_unlink a little; create now fits in column
Austin Clements
1
-13
/
+10
2011-08-29
Revert "Introduce and use sleeplocks instead of BUSY flags"
Frans Kaashoek
1
-1
/
+0
2011-08-26
Introduce and use sleeplocks instead of BUSY flags
Frans Kaashoek
1
-0
/
+1
2011-08-15
avoid deadlock by calling begin_trans() before locking any inodes
Robert Morris
1
-4
/
+10
2011-08-12
log write() data
Robert Morris
1
-3
/
+27
2011-01-11
make new code like old code
Russ Cox
1
-1
/
+1
2010-09-27
copyout() copies data to a va in a pagetable, for exec() &c
Robert Morris
1
-1
/
+1
2010-07-02
Initial version of single-cpu xv6 with page tables
Frans Kaashoek
1
-3
/
+2
2009-08-30
assorted fixes:
Russ Cox
1
-9
/
+9
2009-08-08
shuffle and tweak for formatting.
Russ Cox
1
-1
/
+0
2009-07-11
rearrangements and cleanup for text
Russ Cox
1
-35
/
+33
2009-05-31
simplify
rsc
1
-22
/
+13
2008-10-17
try harder to get directory refcounts right
kolya
1
-2
/
+8
2008-10-16
make mkdir crash-safer, as noticed by many students on midterm
kolya
1
-7
/
+11
2007-09-27
believe it or not, this was working
rsc
1
-6
/
+6
2007-08-28
spaces around else for rtm
rsc
1
-1
/
+1
2007-08-28
more consistent spacing
rsc
1
-1
/
+1
2007-08-28
remove _ from pipe; be like file
rsc
1
-1
/
+1
2007-08-27
make code match comment
rsc
1
-1
/
+1
2007-08-27
make code match comment
rsc
1
-1
/
+1
2007-08-27
delete unnecessary #include lines
rsc
1
-7
/
+2
2007-08-27
oops
rsc
1
-0
/
+1
2007-08-27
nits
rsc
1
-17
/
+7
2007-08-27
fileincref -> filedup (consistent with idup)
rsc
1
-1
/
+1
2007-08-24
shuffle for formatting
rsc
1
-18
/
+19
2007-08-24
remove unused variable
rsc
1
-1
/
+1
2007-08-24
Remove struct uinode.
rsc
1
-52
/
+61
2007-08-22
PDF at http://am.lcs.mit.edu/~rsc/xv6.pdf
rsc
1
-103
/
+211
2007-08-21
ARGMAX -> MAXARGS
rsc
1
-3
/
+3
2007-08-21
Various cleanup:
rsc
1
-187
/
+32
2007-08-20
checkpoint - simpler namei interface
rsc
1
-31
/
+36
2007-08-10
avoid assignments in declarations
rsc
1
-1
/
+1
2007-08-10
Make cp a magic symbol.
rsc
1
-6
/
+1
2007-08-09
oops
rsc
1
-1
/
+1
2007-08-09
try to use cp only for curproc[cpu()]
rsc
1
-11
/
+12
2007-08-08
save process name for debugging
rsc
1
-2
/
+8
2006-09-07
fix ide, pit interfaces
rsc
1
-1
/
+1
2006-09-07
fix pipe bug
rsc
1
-0
/
+2
2006-09-07
refactor syscall code
rsc
1
-186
/
+142
2006-09-06
wrap long lines
rsc
1
-2
/
+6
2006-09-06
fd_* => file_*
rsc
1
-13
/
+13
2006-09-06
fd.* -> file.*
rsc
1
-1
/
+1
2006-09-06
struct fd -> struct file
rsc
1
-19
/
+19
2006-09-06
split syscall.c into sysfile.c and sysproc.c
rsc
1
-0
/
+477