diff options
author | Xavier Grave <xavier.grave@laposte.net> | 2015-04-13 21:50:57 +0200 |
---|---|---|
committer | Xavier Grave <xavier.grave@laposte.net> | 2015-04-13 21:50:57 +0200 |
commit | 28ff170f0e2965ed7a770f544d2b06b3414136fd (patch) | |
tree | e33c4816bf0af9f6719c0693f05bd538bc8bec90 /hurd/documentation | |
parent | f931780fded04def6702d62a3ec47e5d24de66c8 (diff) |
[ada4hurd] add cd node results
Diffstat (limited to 'hurd/documentation')
-rw-r--r-- | hurd/documentation/netfs_ada_results.mdwn | 15 |
1 files changed, 13 insertions, 2 deletions
diff --git a/hurd/documentation/netfs_ada_results.mdwn b/hurd/documentation/netfs_ada_results.mdwn index 13029f85..cc075da8 100644 --- a/hurd/documentation/netfs_ada_results.mdwn +++ b/hurd/documentation/netfs_ada_results.mdwn @@ -67,11 +67,22 @@ is included in the section entitled * Returns an error : * ls: reading directory node: Operation not supported - * call sequence : + * Call sequence : * validate\_state * check\_open\_permissions * validate\_state * validate\_state * check\_open\_permissions * validate\_state - * get\_dirents line 90 of netfs\_implementation package
\ No newline at end of file + * get\_dirents line 90 of netfs\_implementation package + +### cd node + + * Hangs + * Call sequence : + * Validate\_Stat + * Check\_Open\_Permissions + * Validate\_Stat + * Validate\_Stat + * Check\_Open\_Permissions + * netfs\_implementation.adb:57 Netfs\_Implementation.Attempt\_Lookup
\ No newline at end of file |