diff options
author | Ted Unangst <tedu@cvs.openbsd.org> | 2010-06-29 17:04:32 +0000 |
---|---|---|
committer | Ted Unangst <tedu@cvs.openbsd.org> | 2010-06-29 17:04:32 +0000 |
commit | fa0849e019181497ed312d27e9ee6480b00eca34 (patch) | |
tree | ab79291fb79d5b3617fe400d88f2f7fbbaacd036 /lib | |
parent | 286e011056bd0fe1ae372faeeec8f0fc162caddf (diff) |
briefly document kern.rthreads
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libc/gen/sysctl.3 | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/lib/libc/gen/sysctl.3 b/lib/libc/gen/sysctl.3 index a096a4fe000..b2a77e88d59 100644 --- a/lib/libc/gen/sysctl.3 +++ b/lib/libc/gen/sysctl.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: sysctl.3,v 1.196 2010/04/20 20:49:35 deraadt Exp $ +.\" $OpenBSD: sysctl.3,v 1.197 2010/06/29 17:04:31 tedu Exp $ .\" .\" Copyright (c) 1993 .\" The Regents of the University of California. All rights reserved. @@ -27,7 +27,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.Dd $Mdocdate: April 20 2010 $ +.Dd $Mdocdate: June 29 2010 $ .Dt SYSCTL 3 .Os .Sh NAME @@ -452,6 +452,7 @@ information. .It Dv KERN_PROF No " node not applicable" .It Dv KERN_RAWPARTITION No " integer no" .It Dv KERN_RND No " struct rndstats no" +.It Dv KERN_RTHREADS No " integer yes" .It Dv KERN_SAVED_IDS No " integer no" .It Dv KERN_SECURELVL No " integer raise only" .It Dv KERN_SEMINFO No " node not applicable" @@ -807,6 +808,9 @@ Returns statistics about the device in a .Li struct rndstats structure. +.It Dv KERN_RTHREADS +Enable the syscalls needed for kernel level threading. +Experimental. .It Dv KERN_SAVED_IDS Returns 1 if saved set-group-ID and saved set-user-ID are available. .It Dv KERN_SECURELVL |