diff options
author | 2018-09-30 18:58:17 +0000 | |
---|---|---|
committer | 2018-09-30 18:58:17 +0000 | |
commit | 582dfa76349f2b6c9682e49fd3e8e6cd705e1e91 (patch) | |
tree | 1ef5cd72173acbe3d1eb80ae16091985143189b0 /lib/libc | |
parent | Delete the reserve_dumppages() declaration, missed in its 2010 removal (diff) | |
download | wireguard-openbsd-582dfa76349f2b6c9682e49fd3e8e6cd705e1e91.tar.xz wireguard-openbsd-582dfa76349f2b6c9682e49fd3e8e6cd705e1e91.zip |
add spin lock in KERN_CPTIME cpu states
ok mpi@ jca@
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/sys/sysctl.2 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/sys/sysctl.2 b/lib/libc/sys/sysctl.2 index b600074fea1..f4893498bd9 100644 --- a/lib/libc/sys/sysctl.2 +++ b/lib/libc/sys/sysctl.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: sysctl.2,v 1.10 2018/07/12 01:23:38 cheloha Exp $ +.\" $OpenBSD: sysctl.2,v 1.11 2018/09/30 18:58:17 solene 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: July 12 2018 $ +.Dd $Mdocdate: September 30 2018 $ .Dt SYSCTL 2 .Os .Sh NAME @@ -555,7 +555,7 @@ the system in interrupt processing, user processes .Xr nice 1 or normal .Pc , -system processing, or idling. +system processing, lock spinning, or idling. .It Dv KERN_CPTIME2 Pq Va kern.cp_time2 Similar to .Dv KERN_CPTIME , |