diff options
author | rtm <rtm> | 2006-08-26 15:06:59 +0000 |
---|---|---|
committer | rtm <rtm> | 2006-08-26 15:06:59 +0000 |
commit | a6c28c9779da5f0b98a1698d66eae0708e395e7d (patch) | |
tree | 2c6093845cf5913c06c6af2677fdaf407cb223ab /Notes | |
parent | a84585de6380dfc1c9988015ba0d3c77ecfa5395 (diff) | |
download | xv6-labs-a6c28c9779da5f0b98a1698d66eae0708e395e7d.tar.gz xv6-labs-a6c28c9779da5f0b98a1698d66eae0708e395e7d.tar.bz2 xv6-labs-a6c28c9779da5f0b98a1698d66eae0708e395e7d.zip |
mkdir check error from mknod
chdir return -1 if target not a dir
Diffstat (limited to 'Notes')
-rw-r--r-- | Notes | 9 |
1 files changed, 1 insertions, 8 deletions
@@ -114,17 +114,10 @@ why does shell often ignore first line of input? test: one process unlinks a file while another links to it test: one process opens a file while another deletes it -test: mkdir. deadlock d/.. vs ../d -test: sub-sub directories. mkdir("d1/d2") +test: mkdir. deadlock d/.. vs ../d, two processes. 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 |