summaryrefslogtreecommitdiff
path: root/Notes
diff options
context:
space:
mode:
authorrtm <rtm>2006-08-25 01:11:30 +0000
committerrtm <rtm>2006-08-25 01:11:30 +0000
commit5051da6de3fcabb9e280d3bf36549da0ac0d5738 (patch)
tree9e93001ead271f31870c0896a409698309ff7f5d /Notes
parent74493bf4460f4024e06760289735e9d5dcb9dc3f (diff)
downloadxv6-labs-5051da6de3fcabb9e280d3bf36549da0ac0d5738.tar.gz
xv6-labs-5051da6de3fcabb9e280d3bf36549da0ac0d5738.tar.bz2
xv6-labs-5051da6de3fcabb9e280d3bf36549da0ac0d5738.zip
inode addrs[NDIRECT] -> NADDRS
fix race in mknod / creat use last component in dirent in mknod, not path
Diffstat (limited to 'Notes')
-rw-r--r--Notes5
1 files changed, 5 insertions, 0 deletions
diff --git a/Notes b/Notes
index 6273db5..54b93db 100644
--- a/Notes
+++ b/Notes
@@ -120,6 +120,11 @@ test: dup() shared fd->off
test: indirect blocks. files and directories.
test: sbrk
test: does echo foo > x truncate x?
+test: does create/mkdir/link extract last component correctly?
+ does namei insist that all the intermediate directories exist?
+test: creat/link/mkdir w/ / in name
+test: try to create dir ents when intermediate dir doesn't exist
+ or is a file, not a dir
make proc[0] runnable
cpu early tss and gdt