summaryrefslogtreecommitdiff
path: root/share/man/man9
diff options
context:
space:
mode:
authorMike Belopuhov <mikeb@cvs.openbsd.org>2014-08-20 11:23:43 +0000
committerMike Belopuhov <mikeb@cvs.openbsd.org>2014-08-20 11:23:43 +0000
commitc4bb450fafed6d3d9ce1618b34e35985c40a05ee (patch)
tree1280b305371307ef9e6f435f97058d258e9ebd9d /share/man/man9
parenta93f218212a7d5aa89a33054c11625de62f6a23f (diff)
Remove userland bits related to the crypto(4) interface; ok deraadt
Diffstat (limited to 'share/man/man9')
-rw-r--r--share/man/man9/crypto.98
-rw-r--r--share/man/man9/malloc.96
2 files changed, 5 insertions, 9 deletions
diff --git a/share/man/man9/crypto.9 b/share/man/man9/crypto.9
index 350746e48ac..a70995c6839 100644
--- a/share/man/man9/crypto.9
+++ b/share/man/man9/crypto.9
@@ -1,4 +1,4 @@
-.\" $OpenBSD: crypto.9,v 1.36 2013/07/17 20:21:52 schwarze Exp $
+.\" $OpenBSD: crypto.9,v 1.37 2014/08/20 11:23:42 mikeb Exp $
.\"
.\" The author of this man page is Angelos D. Keromytis (angelos@cis.upenn.edu)
.\"
@@ -15,7 +15,7 @@
.\" MERCHANTABILITY OF THIS SOFTWARE OR ITS FITNESS FOR ANY PARTICULAR
.\" PURPOSE.
.\"
-.Dd $Mdocdate: July 17 2013 $
+.Dd $Mdocdate: August 20 2014 $
.Dt CRYPTO 9
.Os
.Sh NAME
@@ -577,7 +577,3 @@ at some software
.Xr spl 9
level, to avoid overall system latency issues, and potential kernel
stack exhaustion while processing a callback.
-.Pp
-When SMP time comes, we will support use of a second processor (or
-more) as a crypto device (this is actually AMP, but we need the same
-basic support).
diff --git a/share/man/man9/malloc.9 b/share/man/man9/malloc.9
index ca523108682..4c1dde505dd 100644
--- a/share/man/man9/malloc.9
+++ b/share/man/man9/malloc.9
@@ -1,4 +1,4 @@
-.\" $OpenBSD: malloc.9,v 1.58 2014/07/23 06:22:28 jmc Exp $
+.\" $OpenBSD: malloc.9,v 1.59 2014/08/20 11:23:42 mikeb Exp $
.\" $NetBSD: malloc.9,v 1.2 1996/10/30 05:29:54 lukem Exp $
.\"
.\" Copyright (c) 1996 The NetBSD Foundation, Inc.
@@ -28,7 +28,7 @@
.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
.\" POSSIBILITY OF SUCH DAMAGE.
.\"
-.Dd $Mdocdate: July 23 2014 $
+.Dd $Mdocdate: August 20 2014 $
.Dt MALLOC 9
.Os
.Sh NAME
@@ -262,7 +262,7 @@ USB host controller.
.It Dv M_MEMDESC
Memory range.
.It Dv M_CRYPTO_DATA
-.Xr crypto 4
+.Xr crypto 9
data buffers.
.It Dv M_CREDENTIALS
.Xr ipsec 4