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
/
Notes
Age
Commit message (
Expand
)
Author
Files
Lines
2006-09-07
nit in console interrupts
kaashoek
1
-2
/
+3
2006-09-03
don't send keyboard interrupts to the second cpu, if we have only one cpu.
kaashoek
1
-1
/
+0
2006-08-30
complain if no disk 1
rtm
1
-0
/
+1
2006-08-29
nits
rtm
1
-2
/
+2
2006-08-29
clean up stale error checks and panics
rtm
1
-35
/
+9
2006-08-26
mkdir check error from mknod
rtm
1
-8
/
+1
2006-08-25
inode addrs[NDIRECT] -> NADDRS
rtm
1
-0
/
+5
2006-08-24
big directory test
rtm
1
-1
/
+10
2006-08-23
i/o redirection in sh
kaashoek
1
-0
/
+8
2006-08-15
no more proc[] entry per cpu for idle loop
rtm
1
-263
/
+22
2006-08-13
fix iget() bug that allocated in-use inode[] entries
rtm
1
-11
/
+3
2006-08-13
namei returns locked parent dir inode for create / unlink
rtm
1
-0
/
+15
2006-08-13
link()
rtm
1
-2
/
+2
2006-08-12
zero out all of dirent.name when creating
rtm
1
-2
/
+2
2006-08-12
LRU disk cache replacement
rtm
1
-0
/
+8
2006-08-12
buffer cache, fifo replacement
rtm
1
-0
/
+3
2006-08-10
interrupts could be recursive since lapic_eoi() called before rti
rtm
1
-0
/
+75
2006-08-10
low-level keyboard input (not hooked up to /dev yet)
rtm
1
-0
/
+38
2006-08-08
fix race in holding() check in acquire()
rtm
1
-0
/
+78
2006-07-28
exec arguments
rtm
1
-0
/
+2
2006-07-21
namei
rtm
1
-3
/
+15
2006-07-15
no more recursive locks
rtm
1
-0
/
+23
2006-07-12
passes both usertests
rtm
1
-17
/
+6
2006-07-12
i think my cmpxchg use was wrong in acquire
rtm
1
-0
/
+4
2006-07-12
cvs add spinlock.h
rtm
1
-0
/
+7
2006-07-12
no more big kernel lock
rtm
1
-11
/
+38
2006-07-11
pre-empt both user and kernel, in clock interrupt
rtm
1
-12
/
+18
2006-07-11
Changes to allow use of native x86 ELF compilers, which on my
rsc
1
-0
/
+2
2006-06-27
file descriptors
rtm
1
-0
/
+8
2006-06-22
send console output to parallel port
rtm
1
-0
/
+3
2006-06-15
primitive fork and exit system calls
rtm
1
-0
/
+1
2006-06-13
fix some trap bugs
rtm
1
-0
/
+6
2006-06-13
more or less take traps/interrupts
rtm
1
-0
/
+8
2006-06-12
import
rtm
1
-0
/
+67