This commit is contained in:
rtm 2006-08-13 02:12:44 +00:00
parent 05e975511b
commit 9e5970d596
11 changed files with 149 additions and 39 deletions

4
Notes
View file

@ -355,8 +355,6 @@ HMM maybe the variables at the end of struct cpu are being overwritten
OH! recursive interrupts will use up any amount of cpu[].stack!
underflow and wrecks *previous* cpu's struct
better buffer cache replacement
read/write of open file that's been unlinked
disk scheduling
mkdir
more than one directory content block
@ -365,3 +363,5 @@ sh redirection
indirect blocks
two bugs in unlink: don't just return if nlink > 0,
and search for name, not inum
is there a create/create race for same file name?
resulting in two entries w/ same name in directory?