projects
/
pintos-anon
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7d7934e
)
Clarify.
author
Ben Pfaff
<blp@cs.stanford.edu>
Tue, 30 Nov 2004 19:15:56 +0000
(19:15 +0000)
committer
Ben Pfaff
<blp@cs.stanford.edu>
Tue, 30 Nov 2004 19:15:56 +0000
(19:15 +0000)
doc/filesys.texi
patch
|
blob
|
history
diff --git
a/doc/filesys.texi
b/doc/filesys.texi
index a359e5ea79365c436feff31e2548fa1c7175cdae..df1b25c4d1d4a115d338e16371bb958e0b81add4 100644
(file)
--- a/
doc/filesys.texi
+++ b/
doc/filesys.texi
@@
-128,8
+128,9
@@
only once).
Make sure that directories can expand beyond their original size just
as any other file can.
-To take advantage of hierarchical name spaces in user programs,
-provide the following syscalls:
+Update the existing system calls so that, anywhere a file name is
+provided by the caller, an absolute or relative path name may used.
+Also, implement the following new system calls:
@table @code
@item SYS_chdir