diff options
author | rtm <rtm> | 2006-08-25 01:11:30 +0000 |
---|---|---|
committer | rtm <rtm> | 2006-08-25 01:11:30 +0000 |
commit | 5051da6de3fcabb9e280d3bf36549da0ac0d5738 (patch) | |
tree | 9e93001ead271f31870c0896a409698309ff7f5d /Notes | |
parent | 74493bf4460f4024e06760289735e9d5dcb9dc3f (diff) | |
download | xv6-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-- | Notes | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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 |