summaryrefslogtreecommitdiffstats
path: root/doc/posix1003.1/ch04.t
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1998-03-16 18:08:38 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1998-03-16 18:08:38 +0000
commit33494093816741dca34025634a85178795e7a487 (patch)
treebfc1dc138a0dfb3d3c667ac67f83e34b215bf2f5 /doc/posix1003.1/ch04.t
parentCleaned up format and added data types. (diff)
downloadrtems-33494093816741dca34025634a85178795e7a487.tar.bz2
Added function status and data types
Diffstat (limited to 'doc/posix1003.1/ch04.t')
-rw-r--r--doc/posix1003.1/ch04.t47
1 files changed, 26 insertions, 21 deletions
diff --git a/doc/posix1003.1/ch04.t b/doc/posix1003.1/ch04.t
index 536f1e6d5d..b5944a3492 100644
--- a/doc/posix1003.1/ch04.t
+++ b/doc/posix1003.1/ch04.t
@@ -22,30 +22,30 @@ getppid(), Function
@subsection Get Real User Effective User Real Group and Effective Group IDs
@example
-getuid(), Function
-geteuid(), Function
-getgid(), Function
-getegid(), Function
+getuid(), Function, Dummy Implementation
+geteuid(), Function, Dummy Implementation
+getgid(), Function, Dummy Implementation
+getegid(), Function, Dummy Implementation
@end example
@subsection Set User and Group IDs
@example
-setuid(), Function
-setgid(), Function
+setuid(), Function, Dummy Implementation
+setgid(), Function, Dummy Implementation
@end example
@subsection Get Supplementary Group IDs
@example
-getgroups(), Function
+getgroups(), Function, Dummy Implementation
@end example
@subsection Get User Name
@example
-getlogin(), Function
-getlogin_r(), Function
+getlogin(), Function, Dummy Implementation
+getlogin_r(), Function, Dummy Implementation
@end example
@section Process Groups
@@ -53,19 +53,19 @@ getlogin_r(), Function
@subsection Get Process Group ID
@example
-getpgrp(), Function
+getpgrp(), Function, Dummy Implementation
@end example
@subsection Create Session and Set Process Group ID
@example
-setsid(), Function
+setsid(), Function, Dummy Implementation
@end example
@subsection Set Process Group ID for Job Control
@example
-setpgid(), Function
+setpgid(), Function, Dummy Implementation
@end example
@section System Identification
@@ -73,7 +73,8 @@ setpgid(), Function
@subsection Get System Name
@example
-uname(), Function
+struct utsname, Type,
+uname(), Function, Untested Implementation
@end example
@section Time
@@ -81,21 +82,25 @@ uname(), Function
@subsection Get System Time
@example
-time(), Function
+time(), Function, Implemented
@end example
@subsection Get Process Times
@example
-times(), Function
+struct tms, Type,
+times(), Function, Implemented
@end example
+NOTE: times() always returns 0 for tms_stime, tms_cutime, and
+tms_cstime fields of the @code{struct tms} returned.
+
@section Environment Variables
@subsection Environment Access
@example
-getenv(), Function
+getenv(), Function, Implemented
@end example
@section Terminal Identification
@@ -103,15 +108,15 @@ getenv(), Function
@subsection Generate Terminal Pathname
@example
-ctermid(), Function
+ctermid(), Function, Unimplemented
@end example
@subsection Determine Terminal Device Name
@example
-ttyname(), Function
-ttyname_r(), Function
-isatty(), Function
+ttyname(), Function, Untested Implementation, assumes directory services
+ttyname_r(), Unimplemented
+isatty(), Function, Dummy Implementation
@end example
@section Configurable System Variables
@@ -119,5 +124,5 @@ isatty(), Function
@subsection Get Configurable System Variables
@example
-sysconf(), Function
+sysconf(), Function, Not Implemented
@end example