summaryrefslogtreecommitdiff
path: root/Notes
diff options
context:
space:
mode:
authorrtm <rtm>2006-08-26 15:06:59 +0000
committerrtm <rtm>2006-08-26 15:06:59 +0000
commita6c28c9779da5f0b98a1698d66eae0708e395e7d (patch)
tree2c6093845cf5913c06c6af2677fdaf407cb223ab /Notes
parenta84585de6380dfc1c9988015ba0d3c77ecfa5395 (diff)
downloadxv6-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--Notes9
1 files changed, 1 insertions, 8 deletions
diff --git a/Notes b/Notes
index 54b93db..9cebfab 100644
--- a/Notes
+++ b/Notes
@@ -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