diff options
author | Ted Unangst <tedu@cvs.openbsd.org> | 2013-04-06 03:46:52 +0000 |
---|---|---|
committer | Ted Unangst <tedu@cvs.openbsd.org> | 2013-04-06 03:46:52 +0000 |
commit | 407817a6471987b3b7c65df2346dbe79d554a9e0 (patch) | |
tree | fdf7898b31e0d44270e1a74864a27c98d6bcaced /lib/libc/gen | |
parent | 04ff2520e057b83fe5cb80138f167e448942ba37 (diff) |
rthread sysctl isn't experimental anymore. oh, and it's gone too.
Diffstat (limited to 'lib/libc/gen')
-rw-r--r-- | lib/libc/gen/sysctl.3 | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/lib/libc/gen/sysctl.3 b/lib/libc/gen/sysctl.3 index 01973f37a48..e9081dc2805 100644 --- a/lib/libc/gen/sysctl.3 +++ b/lib/libc/gen/sysctl.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: sysctl.3,v 1.217 2013/03/14 11:18:37 mpi Exp $ +.\" $OpenBSD: sysctl.3,v 1.218 2013/04/06 03:46:51 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: March 14 2013 $ +.Dd $Mdocdate: April 6 2013 $ .Dt SYSCTL 3 .Os .Sh NAME @@ -464,7 +464,6 @@ information. .It Dv KERN_PROF Ta "node" Ta "not applicable" .It Dv KERN_RAWPARTITION Ta "integer" Ta "no" .It Dv KERN_RND Ta "struct rndstats" Ta "no" -.It Dv KERN_RTHREADS Ta "integer" Ta "yes" .It Dv KERN_SAVED_IDS Ta "integer" Ta "no" .It Dv KERN_SECURELVL Ta "integer" Ta "raise only" .It Dv KERN_SEMINFO Ta "node" Ta "not applicable" @@ -820,9 +819,6 @@ 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 |