diff options
author | 2015-09-07 15:38:45 +0000 | |
---|---|---|
committer | 2015-09-07 15:38:45 +0000 | |
commit | 23949b5ed566947bd5f40e9bcaccbb74fd19af81 (patch) | |
tree | 7eb3face717021cb644411c38e4dd5fdbaaa0ab5 /lib/libc | |
parent | when bypassing the enqueuer, insert Message-Id header if none was found and (diff) | |
download | wireguard-openbsd-23949b5ed566947bd5f40e9bcaccbb74fd19af81.tar.xz wireguard-openbsd-23949b5ed566947bd5f40e9bcaccbb74fd19af81.zip |
Delete ktracing of context switches: it's unused, and not particularly useful,
and doing VOP_WRITE() from inside tsleep/msleep makes the locking too
complicated, making it harder to move forward on MP changes.
ok deraadt@ kettenis@
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/sys/ktrace.2 | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/lib/libc/sys/ktrace.2 b/lib/libc/sys/ktrace.2 index 895b623a25b..bc0d707fd96 100644 --- a/lib/libc/sys/ktrace.2 +++ b/lib/libc/sys/ktrace.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ktrace.2,v 1.27 2015/01/19 15:54:11 millert Exp $ +.\" $OpenBSD: ktrace.2,v 1.28 2015/09/07 15:38:45 guenther Exp $ .\" $NetBSD: ktrace.2,v 1.2 1995/02/27 12:33:58 cgd Exp $ .\" .\" Copyright (c) 1993 @@ -30,7 +30,7 @@ .\" .\" @(#)ktrace.2 8.1 (Berkeley) 6/4/93 .\" -.Dd $Mdocdate: January 19 2015 $ +.Dd $Mdocdate: September 7 2015 $ .Dt KTRACE 2 .Os .Sh NAME @@ -106,8 +106,6 @@ Trace all I/O Trace posted signals. .It Dv KTRFAC_EMUL Trace emulation changes. -.It Dv KTRFAC_CSW -Trace context switch points. .It Dv KTRFAC_STRUCT Trace various structs .It Dv KTRFAC_USER |