canmove, Confirmed users
937
edits
| Line 59: | Line 59: | ||
** the names, values, and memory addresses of all the environment variables. | ** the names, values, and memory addresses of all the environment variables. | ||
** static system information or current system/kernel statistics, twice. Examples are | ** static system information or current system/kernel statistics, twice. Examples are | ||
*** the | *** the overall system statistics returned by the <code>sysinfo</code> function on Linux | ||
*** machine hardware name, OS release level, and hardware serial number on Solaris | *** machine hardware name, OS release level, and hardware serial number returned by the <code>sysinfo</code> function on Solaris | ||
*** version number of OSF/AES OSC supported and version of CPU architecture on HP-UX | *** version number of OSF/AES OSC supported and version of CPU architecture returned by the <code>sysconf</code> function on HP-UX | ||
*** the maximum number of simultaneous processes per user id, the maximum number of streams that a process may have open at any one time, and the maximum number of open files per user id on Mac OS X | *** the maximum number of simultaneous processes per user id, the maximum number of streams that a process may have open at any one time, and the maximum number of open files per user id returned by the <code>sysconf</code> function on Mac OS X | ||
** the host name (returned by <code>gethostname</code>) | ** the host name (returned by <code>gethostname</code>) | ||
** the status information (<code>struct stat</code>) and contents of the file specified in the environment variable <code>NSRANDFILE</code> | ** the status information (<code>struct stat</code>) and contents of the file specified in the environment variable <code>NSRANDFILE</code> | ||