summaryrefslogtreecommitdiffstats
path: root/share/man/man5
diff options
context:
space:
mode:
Diffstat (limited to 'share/man/man5')
-rw-r--r--share/man/man5/procfs.510
-rw-r--r--share/man/man5/rc.conf.59
2 files changed, 17 insertions, 2 deletions
diff --git a/share/man/man5/procfs.5 b/share/man/man5/procfs.5
index d28f418..1707273 100644
--- a/share/man/man5/procfs.5
+++ b/share/man/man5/procfs.5
@@ -2,7 +2,7 @@
.\" Written by Garrett Wollman
.\" This file is in the public domain.
.\"
-.Dd July 9, 2009
+.Dd September 22, 2009
.Dt PROCFS 5
.Os
.Sh NAME
@@ -117,6 +117,12 @@ Not implemented.
.It Pa notepg
Used for sending signal to the process group.
Not implemented.
+.It Pa osrel
+Allows read and write of the kernel osrel value assigned to the process.
+It affects the compatibility shims that are turned on and off
+depending on the value.
+Initial process value is read from the ABI note tag in the executed ELF image,
+and is zero if the tag not supported by binary format or was not found.
.It Pa regs
Allows read and write access to the process' register set.
This file contains a binary data structure
@@ -237,6 +243,8 @@ the complete virtual address space of the process
used for signaling the process
.It Pa /proc/curproc/notepg
used for signaling the process group
+.It Pa /proc/curproc/osrel
+the process osrel value
.It Pa /proc/curproc/regs
the process register set
.It Pa /proc/curproc/rlimit
diff --git a/share/man/man5/rc.conf.5 b/share/man/man5/rc.conf.5
index 16c0c40..4a491f7 100644
--- a/share/man/man5/rc.conf.5
+++ b/share/man/man5/rc.conf.5
@@ -24,7 +24,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd September 2, 2009
+.Dd September 17, 2009
.Dt RC.CONF 5
.Os
.Sh NAME
@@ -95,6 +95,13 @@ disable informational messages from the rc scripts.
Informational messages are displayed when
a condition that is not serious enough to warrant a warning or
an error occurs.
+.It Va rc_startmsgs
+.Pq Vt bool
+If set to
+.Dq Li YES ,
+show
+.Dq Starting foo:
+when faststart is used (e.g., at boot time).
.It Va early_late_divider
.Pq Vt str
The name of the script that should be used as the
OpenPOWER on IntegriCloud