projects
/
pintos-anon
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8cd3ec0
)
Delete question about pwd.c program, as agreed with Godmar earlier.
author
Ben Pfaff
<blp@cs.stanford.edu>
Sat, 31 Mar 2007 12:26:45 +0000
(12:26 +0000)
committer
Ben Pfaff
<blp@cs.stanford.edu>
Sat, 31 Mar 2007 12:26:45 +0000
(12:26 +0000)
doc/filesys.tmpl
patch
|
blob
|
history
diff --git
a/doc/filesys.tmpl
b/doc/filesys.tmpl
index 3acfecdbde7ad8a200c758a35e985cb5ce3f20ec..db792bfed2af176e65a70afc88264a17444f3740 100644
(file)
--- a/
doc/filesys.tmpl
+++ b/
doc/filesys.tmpl
@@
-74,9
+74,6
@@
FirstName LastName <email@domain.example>
>> B2: Describe your code for traversing a user-specified path. How
>> do traversals of absolute and relative paths differ?
->> B3: Look over "pwd.c" in src/examples. Briefly explain how it
->> determines the present working directory.
-
---- SYNCHRONIZATION ----
>> B4: How do you prevent races on directory entries? For example,