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
/
fd.c
Age
Commit message (
Expand
)
Author
Files
Lines
2006-09-06
fd.* -> file.*
rsc
1
-150
/
+0
2006-09-06
struct fd -> struct file
rsc
1
-14
/
+14
2006-09-06
writeable => writable
rsc
1
-2
/
+2
2006-09-06
no /* */ comments
rsc
1
-9
/
+8
2006-09-06
standardize various * conventions
rsc
1
-4
/
+4
2006-08-20
compiling, but untested dup
kaashoek
1
-6
/
+0
2006-08-20
removed block system call
kaashoek
1
-0
/
+6
2006-08-13
fix iget() bug that allocated in-use inode[] entries
rtm
1
-0
/
+2
2006-08-13
namei returns locked parent dir inode for create / unlink
rtm
1
-8
/
+12
2006-08-12
fstat
kaashoek
1
-0
/
+13
2006-08-10
interrupts could be recursive since lapic_eoi() called before rti
rtm
1
-0
/
+6
2006-08-10
printf
kaashoek
1
-1
/
+7
2006-08-09
devsw
kaashoek
1
-0
/
+4
2006-08-08
fix race in holding() check in acquire()
rtm
1
-0
/
+7
2006-07-29
open()
rtm
1
-0
/
+2
2006-07-17
nitpicks
rsc
1
-2
/
+2
2006-07-16
more name cleanup
rsc
1
-9
/
+7
2006-07-16
remove non-idiomatic increment/decrement
rsc
1
-1
/
+1
2006-07-16
Rename fd_reference to more suggestive fd_incref.
rsc
1
-1
/
+1
2006-07-12
no more big kernel lock
rtm
1
-0
/
+25
2006-07-01
swtch saves callee-saved registers
rtm
1
-13
/
+17
2006-06-27
file descriptors
rtm
1
-0
/
+80