summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Bluhm <bluhm@cvs.openbsd.org>2018-08-21 18:35:19 +0000
committerAlexander Bluhm <bluhm@cvs.openbsd.org>2018-08-21 18:35:19 +0000
commit28c837f2780cb227d6426f498bb398fbf69fb1b1 (patch)
tree26664827553aa2910b1ae49109779e0428d925ac
parent67c1c7f46bfbe328ccbfca82616da21d2f0bd5f3 (diff)
Check the FPU environment of user land processes after exec and the
proc0 kernel thread for FPU initialization values.
-rw-r--r--regress/sys/arch/amd64/fpu/fdfl.c2
-rw-r--r--regress/sys/arch/amd64/fpu/fdump.c2
-rw-r--r--regress/sys/arch/amd64/fpu/feget.c2
-rw-r--r--regress/sys/arch/amd64/fpu/fxproc0.c2
4 files changed, 4 insertions, 4 deletions
diff --git a/regress/sys/arch/amd64/fpu/fdfl.c b/regress/sys/arch/amd64/fpu/fdfl.c
index 7e9bf4ec357..8dee91b9041 100644
--- a/regress/sys/arch/amd64/fpu/fdfl.c
+++ b/regress/sys/arch/amd64/fpu/fdfl.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: fdfl.c,v 1.1.1.1 2018/08/21 18:35:18 bluhm Exp $ */
+/* $OpenBSD: fdfl.c,v 1.1 2018/08/21 18:35:18 bluhm Exp $ */
/*
* Copyright (c) 2018 Alexander Bluhm <bluhm@openbsd.org>
*
diff --git a/regress/sys/arch/amd64/fpu/fdump.c b/regress/sys/arch/amd64/fpu/fdump.c
index c18fc1afb18..4f66c0656d8 100644
--- a/regress/sys/arch/amd64/fpu/fdump.c
+++ b/regress/sys/arch/amd64/fpu/fdump.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: fdump.c,v 1.1.1.1 2018/08/21 18:35:18 bluhm Exp $ */
+/* $OpenBSD: fdump.c,v 1.1 2018/08/21 18:35:18 bluhm Exp $ */
/*
* Copyright (c) 2018 Alexander Bluhm <bluhm@openbsd.org>
*
diff --git a/regress/sys/arch/amd64/fpu/feget.c b/regress/sys/arch/amd64/fpu/feget.c
index f28b15ff714..eb94c966fcc 100644
--- a/regress/sys/arch/amd64/fpu/feget.c
+++ b/regress/sys/arch/amd64/fpu/feget.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: feget.c,v 1.1.1.1 2018/08/21 18:35:18 bluhm Exp $ */
+/* $OpenBSD: feget.c,v 1.1 2018/08/21 18:35:18 bluhm Exp $ */
/*
* Copyright (c) 2018 Alexander Bluhm <bluhm@openbsd.org>
*
diff --git a/regress/sys/arch/amd64/fpu/fxproc0.c b/regress/sys/arch/amd64/fpu/fxproc0.c
index 55bddb6c687..af440da5e5c 100644
--- a/regress/sys/arch/amd64/fpu/fxproc0.c
+++ b/regress/sys/arch/amd64/fpu/fxproc0.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: fxproc0.c,v 1.1.1.1 2018/08/21 18:35:18 bluhm Exp $ */
+/* $OpenBSD: fxproc0.c,v 1.1 2018/08/21 18:35:18 bluhm Exp $ */
/*
* Copyright (c) 2018 Alexander Bluhm <bluhm@openbsd.org>
*