summaryrefslogtreecommitdiffstats
path: root/doc/posix1003.1/ch06.t
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1998-10-12 21:25:52 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1998-10-12 21:25:52 +0000
commit5f4c1097fa8fa993212724d53f4c0e2d9abf9a0e (patch)
tree42cc694ee93e71de0a1f47c5e8e09f80299695dd /doc/posix1003.1/ch06.t
parentAdded some fields and changed last KA9Q reference to FreeBSD. (diff)
downloadrtems-5f4c1097fa8fa993212724d53f4c0e2d9abf9a0e.tar.bz2
Updated to reflect MG-10 IMFS effort.
Diffstat (limited to '')
-rw-r--r--doc/posix1003.1/ch06.t18
1 files changed, 9 insertions, 9 deletions
diff --git a/doc/posix1003.1/ch06.t b/doc/posix1003.1/ch06.t
index 5205b7cdc5..5861886a8e 100644
--- a/doc/posix1003.1/ch06.t
+++ b/doc/posix1003.1/ch06.t
@@ -13,7 +13,7 @@
@subsection Create an Inter-Process Channel
@example
-pipe(), Function, Unimplemented
+pipe(), Function, Dummy Implementation
@end example
@section File Descriptor Manipulation
@@ -21,8 +21,8 @@ pipe(), Function, Unimplemented
@subsection Duplicate an Open File Descriptor
@example
-dup(), Function, Unimplemented
-dup2(), Function, Unimplemented
+dup(), Function, Implemented
+dup2(), Function, Untested Iimplementation
@end example
@section File Descriptor Deassignment
@@ -30,7 +30,7 @@ dup2(), Function, Unimplemented
@subsection Close a File
@example
-close(), Function, Partial Implementation
+close(), Function, Implemented
@end example
@section Input and Output
@@ -38,13 +38,13 @@ close(), Function, Partial Implementation
@subsection Read from a File
@example
-read(), Function, Partial Implementation
+read(), Function, Implemented
@end example
@subsection Write to a File
@example
-write(), Function, Partial Implementation
+write(), Function, Implemented
@end example
@section Control Operations on Files
@@ -55,7 +55,7 @@ write(), Function, Partial Implementation
@example
struct flock, Type, Unimplemented
-fcntl(), Function, Unimplemented
+fcntl(), Function, Implemented
F_DUPFD, Constant, Implemented
F_GETFD, Constant, Implemented
F_GETLK, Constant, Implemented
@@ -91,13 +91,13 @@ SEEK_END, Constant, Implemented
@subsection Synchronize the State of a File
@example
-fsync(), Function, Unimplemented
+fsync(), Function, Implemented
@end example
@subsection Synchronize the Data of a File
@example
-fdatasync(), Function, Unimplemented
+fdatasync(), Function, Implemented
@end example
@section Asynchronous Input and Output