- Aug 30, 2006
-
-
rtm authored
lots of cleanup
-
- Aug 29, 2006
-
-
rtm authored
idecref cwd in exit
-
- Aug 26, 2006
-
-
rtm authored
forbid create or write of existing directory mkdir("d1/d2/d3"), .. should refer to d2, not cwd mkdir increase parent link count
-
- Aug 24, 2006
- Aug 23, 2006
-
-
kaashoek authored
nit in sbrk indirect block fix dup to share fd struct
-
- Aug 19, 2006
-
-
kaashoek authored
cd in shell nits in mkdir, ls, etc.
-
- Aug 15, 2006
-
-
kaashoek authored
-
- Aug 14, 2006
-
-
kaashoek authored
mkdir ls shows stat info for each dir entry
-
- 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
usertests for concurrent create/delete, and read() after unlink()
-
- 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
checkpoint: write(fd,"hello\n",6) where fd is a console dev almost works
-
- Aug 08, 2006
- Jul 29, 2006
-
-
rtm authored
-
- Jul 27, 2006
-
-
rtm authored
-
- Jul 21, 2006