summaryrefslogtreecommitdiffstats
path: root/doc/posix1003.1/ch05.t
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1998-03-16 22:43:37 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1998-03-16 22:43:37 +0000
commit2a087f30a4e5d2b72e0bc046865bb7f5c4c5c22f (patch)
tree13aeb2a51322618ccc986361ebf6e3d72d989eb7 /doc/posix1003.1/ch05.t
parentAdded function status and data types (diff)
downloadrtems-2a087f30a4e5d2b72e0bc046865bb7f5c4c5c22f.tar.bz2
Added types, status of functions, cleaned up output of summarize.
Diffstat (limited to 'doc/posix1003.1/ch05.t')
-rw-r--r--doc/posix1003.1/ch05.t58
1 files changed, 32 insertions, 26 deletions
diff --git a/doc/posix1003.1/ch05.t b/doc/posix1003.1/ch05.t
index eb46875d20..f6f4b8eefe 100644
--- a/doc/posix1003.1/ch05.t
+++ b/doc/posix1003.1/ch05.t
@@ -15,11 +15,12 @@
@subsection Directory Operations
@example
-opendir(), Function
-readdir(), Function
-readdir_r(), Function
-rewinddir(), Function
-closedir(), Function
+struct dirent, Type, Unimplemented
+opendir(), Function, Untested Implementation, assumes directory services
+readdir(), Function, Untested Implementation, assumes directory services
+readdir_r(), Function, Untested Implementation, assumes directory services
+rewinddir(), Function, Untested Implementation, assumes directory services
+closedir(), Function, Untested Implementation, assumes directory services
@end example
@section Working Directory
@@ -27,13 +28,13 @@ closedir(), Function
@subsection Change Current Working Directory
@example
-chdir(), Function
+chdir(), Function, Unimplemented
@end example
@subsection Get Working Directory Pathname
@example
-getcwd(), Function
+getcwd(), Function, Untested Implementation, assumes directory services
@end example
@section General File Creation
@@ -41,25 +42,25 @@ getcwd(), Function
@subsection Open a File
@example
-open(), Function
+open(), Function, Implemented, requires rework for directory services
@end example
@subsection Create a New File or Rewrite an Existing One
@example
-creat(), Function
+creat(), Function, Untested Implementation
@end example
@subsection Set File Creation Mask
@example
-umask(), Function
+umask(), Function, Unimplemented
@end example
@subsection Link to a File
@example
-link(), Function
+link(), Function, Dummy Implementation
@end example
@section Special File Creation
@@ -67,13 +68,13 @@ link(), Function
@subsection Make a Directory
@example
-mkdir(), Function
+mkdir(), Function, Unimplemented, assumes directory services
@end example
@subsection Make a FIFO Special File
@example
-mkfifo(), Function
+mkfifo(), Function, Unimplemented
@end example
@section File Removal
@@ -81,68 +82,73 @@ mkfifo(), Function
@subsection Remove Directory Entries
@example
-unlink(), Function
+unlink(), Function, Dummy Implementation
@end example
@subsection Remove a Directory
@example
-rmdir(), Function
+rmdir(), Function, Unimplemented
@end example
@subsection Rename a File
@example
-rename(), Function
+rename(), Function, Untested Implementation, assumes link/unlink
@end example
@section File Characteristics
@subsection File Characteristics Header and Data Structure
+@example
+struct stat, Type, Untested Implementation
+@end example
+
@subsection Get File Status
@example
-stat(), Function
-fstat(), Function
+stat(), Function, Partial Implementation
+fstat(), Function, Partial Implementation
@end example
@subsection Check File Accessibility
@example
-access(), Function
+access(), Function, Unimplemented
@end example
@subsection Change File Modes
@example
-chmod(), Function
-fchmod(), Function
+chmod(), Function, Unimplemented
+fchmod(), Function, Unimplemented
@end example
@subsection Change Owner and Group of a File
@example
-chown(), Function
+chown(), Function, Unimplemented
@end example
@subsection Set File Access and Modification Times
@example
-utime(), Function
+struct utimbuf, Type,
+utime(), Function, Unimplemented
@end example
@subsection Truncate a File to a Specified Length
@example
-ftruncate(), Function
+ftruncate(), Function, Unimplemented
@end example
@section Configurable Pathname Variable
@example
-pathconf(), Function
-fpathconf(), Function
+pathconf(), Function, Unimplemented
+fpathconf(), Function, Unimplemented
@end example
@subsection Get Configurable Pathname Variables