From d0b3967d5434510da9da42032dcbc90652936ce9 Mon Sep 17 00:00:00 2001 From: Xavier Grave Date: Sat, 16 May 2015 00:09:15 +0200 Subject: [ADA4HURD] update results for get_dirents implementation --- hurd/documentation/netfs_ada_results.mdwn | 28 +++++++++++++++++++++++++++- 1 file changed, 27 insertions(+), 1 deletion(-) (limited to 'hurd') diff --git a/hurd/documentation/netfs_ada_results.mdwn b/hurd/documentation/netfs_ada_results.mdwn index ae500e35..ab5fab3a 100644 --- a/hurd/documentation/netfs_ada_results.mdwn +++ b/hurd/documentation/netfs_ada_results.mdwn @@ -144,4 +144,30 @@ is included in the section entitled * Validate\_Stat * check\_open\_permissions * Validate\_Stat - * Not Implemented Netfs\_Implementation.Get\_Dirents \ No newline at end of file + * Not Implemented Netfs\_Implementation.Get\_Dirents + +## Rev 98c74b2027c9 + + * Get_Dirents implemented + * Tested with depth option set to two (only regular files in node) + +### ls -la . + + * OK + +### ls -la node + + * OK, display leafs regular files + * Call Sequence + * Validate\_Stat + * Check\_Open\_Permissions + * Validate\_Stat + * Validate\_Stat + * Check\_Open\_Permissions + * Validate\_Stat + * enter get dirents netfs_implementation.adb:141 Netfs_Implementation.Get_Dirents + * then attemp\_lookup for each leaf + +### cd node + * OK + * ls in node directory display leafs \ No newline at end of file -- cgit v1.2.3