Added FIXMEs noting that /proc/PID/{loginuid,oom_adj,oom_score,seccomp}

need to be documented
This commit is contained in:
Michael Kerrisk 2005-11-09 15:15:18 +00:00
parent 4989c2f337
commit 6aefb6dfda
1 changed files with 9 additions and 0 deletions

View File

@ -164,6 +164,8 @@ and you have a working filter.
/proc/self/fd/N is approximately the same as /dev/fd/N in some UNIX
and UNIX-like systems. Most Linux MAKEDEV scripts symbolically link
/dev/fd to /proc/self/fd, in fact.
.\" FIXME Describe /proc/[number]/loginuid
.\" Added in 2.6.11; updating requries CAP_AUDIT_CONTROL
.TP
.I /proc/[number]/maps
A file containing the currently mapped memory regions and their access
@ -214,6 +216,11 @@ This file can be used to access the pages of a process's memory through
.BR read (2),
and
.BR fseek (3).
.\" FIXME Describe /proc/[number]/oom_adj
.\" Added in 2.6.11; updating requries CAP_SYS_RESOURCE
.\" Mention OOM_DISABLE (-17)
.\" FIXME Describe /proc/[number]/oom_score
.\" Added in 2.6.11; read-only
.TP
.I /proc/[number]/root
Unix and Linux support the idea of a per-process root of the
@ -221,6 +228,8 @@ filesystem, set by the
.BR chroot (2)
system call. This file is a symbolic link that points to the process's
root directory, and behaves as exe, fd/*, etc. do.
.\" FIXME Describe /proc/[number]/seccomp
.\" Added in 2.6.12
.TP
.I /proc/[number]/stat
Status information about the process. This is used by