- Aug 19, 2006
- Aug 15, 2006
- Aug 14, 2006
- Aug 13, 2006
- Aug 12, 2006
-
-
kaashoek authored
multi-block directories track size of directory (size = number entries in use) should namei (and other code that scans through directories) scan through all blocks of a directory and not use size?
-
rtm authored
-
rtm authored
don't increase length of directory
-
rtm authored
-
kaashoek authored
read problem, but untested
-
rtm authored
-
rtm authored
usertests for concurrent create/delete, and read() after unlink()
-
rtm authored
no more cons_put system calls usertests tests two processes writing files
-
- Aug 11, 2006
- Aug 10, 2006
-
-
rtm authored
so fast interrupts overflow the kernel stack fix: cli() before lapic_eoi()
-
- Aug 09, 2006
-
-
rtm authored
fix acquire() to cli() *before* incrementing nlock make T_SYSCALL a trap gate, not an interrupt gate sadly, various crashes if you hold down a keyboard key...
-
kaashoek authored
convert userfs to use printf bfree ifree writei start on unlink
-
kaashoek authored
O_RDWR, etc. create file
-
kaashoek authored
set fd to writeable on open for write
-
kaashoek authored
checkpoint: write(fd,"hello\n",6) where fd is a console dev almost works
-
- Aug 08, 2006
- Aug 06, 2006
- Aug 04, 2006