diff options
author | Xavier Grave <xavier.grave@laposte.net> | 2015-04-22 22:16:06 +0200 |
---|---|---|
committer | Xavier Grave <xavier.grave@laposte.net> | 2015-04-22 22:16:06 +0200 |
commit | 39d2f9ec4462abcdee014623fea4166136c13a8a (patch) | |
tree | de9a037507c89d3d1845722c819981e467fbcfe6 | |
parent | 1f8a8591ba9a7b09ea81591c084945b0b246ce9c (diff) |
[Ada4Hurd] Netfs exploration : after attempt_lookup implementation
-rw-r--r-- | hurd/documentation/netfs_ada_results.mdwn | 61 |
1 files changed, 60 insertions, 1 deletions
diff --git a/hurd/documentation/netfs_ada_results.mdwn b/hurd/documentation/netfs_ada_results.mdwn index cc075da8..ae500e35 100644 --- a/hurd/documentation/netfs_ada_results.mdwn +++ b/hurd/documentation/netfs_ada_results.mdwn @@ -85,4 +85,63 @@ is included in the section entitled * Validate\_Stat * Validate\_Stat * Check\_Open\_Permissions - * netfs\_implementation.adb:57 Netfs\_Implementation.Attempt\_Lookup
\ No newline at end of file + * netfs\_implementation.adb:57 Netfs\_Implementation.Attempt\_Lookup + +## Rev 68f905dc9b7c + + * Attemp\_Lookup implemented + +### ls -la . + * No more error : node is displayed as a directory + * Sequence call : validate\_state / check\_open\_permissions / validate\_state + +### ls -la node + + * Returns an error : + * ls: reading directory node: Operation not supported + * get\_dirents still not implemented + * Call sequence : + * validate\_state + * check\_open\_permissions + * validate\_state + * validate\_state + * check\_open\_permissions + * validate\_state + * get\_dirents line 90 of netfs\_implementation package + +### cd node + + * No more hang + * Call sequence : + * Validate\_Stat + * check\_open\_permissions + * Validate\_Stat + * Validate\_Stat + * check\_open\_permissions + * attemp\_lookup + * Validate\_Stat + * check\_open\_permissions + * attemp\_lookup + * Validate\_Stat + * Validate\_Stat + * check\_open\_permissions + * Validate\_Stat + * Not Implemented Netfs\_Implementation.Get\_Dirents + * attemp\_lookup + * Validate\_Stat + * Validate\_Stat + * check\_open\_permissions + * Validate\_Stat + * Not Implemented Netfs\_Implementation.Get\_Dirents + * attemp\_lookup + * Validate\_Stat + * Validate\_Stat + * check\_open\_permissions + * Validate\_Stat + * Not Implemented Netfs\_Implementation.Get\_Dirents + * attemp\_lookup + * Validate\_Stat + * Validate\_Stat + * check\_open\_permissions + * Validate\_Stat + * Not Implemented Netfs\_Implementation.Get\_Dirents
\ No newline at end of file |