summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpirofti <pirofti@openbsd.org>2020-04-06 00:01:08 +0000
committerpirofti <pirofti@openbsd.org>2020-04-06 00:01:08 +0000
commit8855e28c066fcedf8b2ce6df476d3f9b3d0ee8f9 (patch)
treeab132055e57d34649c3af24b2808d29779a1bf37
parentsync (diff)
downloadwireguard-openbsd-8855e28c066fcedf8b2ce6df476d3f9b3d0ee8f9.tar.xz
wireguard-openbsd-8855e28c066fcedf8b2ce6df476d3f9b3d0ee8f9.zip
Update my email address.
-rw-r--r--lib/libpthread/man/pthread_barrier_init.36
-rw-r--r--lib/libpthread/man/pthread_barrier_wait.36
-rw-r--r--lib/libpthread/man/pthread_barrierattr_getpshared.36
-rw-r--r--lib/libpthread/man/pthread_barrierattr_init.36
-rw-r--r--lib/libpthread/man/pthread_spin_init.36
-rw-r--r--lib/libpthread/man/pthread_spin_lock.36
-rw-r--r--lib/libpthread/man/pthread_spin_unlock.36
-rw-r--r--lib/librthread/rthread_barrier.c4
-rw-r--r--lib/librthread/rthread_barrier_attr.c4
-rw-r--r--lib/librthread/rthread_sem.c4
-rw-r--r--lib/librthread/rthread_spin_lock.c4
-rw-r--r--regress/lib/libpthread/barrier/barrier.c4
-rw-r--r--regress/lib/libpthread/spinlock/spinlock.c4
-rw-r--r--share/man/man4/acpipwrres.48
-rw-r--r--share/man/man4/acpisony.48
-rw-r--r--share/man/man4/acpitoshiba.46
-rw-r--r--share/man/man4/acpivideo.48
-rw-r--r--share/man/man4/acpivout.48
-rw-r--r--share/man/man4/brswphy.48
-rw-r--r--share/man/man4/man4.loongson/glxclk.46
-rw-r--r--share/man/man4/man4.octeon/amdcf.48
-rw-r--r--share/man/man4/man4.octeon/octrng.48
-rw-r--r--share/man/man4/man4.octeon/octrtc.48
-rw-r--r--sys/arch/amd64/amd64/tsc.c4
-rw-r--r--sys/arch/loongson/dev/kb3310var.h4
-rw-r--r--sys/arch/octeon/dev/octrng.c4
-rw-r--r--sys/dev/acpi/acpipwrres.c4
-rw-r--r--sys/dev/acpi/acpisony.c4
-rw-r--r--sys/dev/acpi/acpivideo.c4
-rw-r--r--sys/dev/acpi/acpivout.c4
-rw-r--r--sys/dev/mii/brswphy.c4
31 files changed, 87 insertions, 87 deletions
diff --git a/lib/libpthread/man/pthread_barrier_init.3 b/lib/libpthread/man/pthread_barrier_init.3
index 45b2e6725bc..23e13eb8716 100644
--- a/lib/libpthread/man/pthread_barrier_init.3
+++ b/lib/libpthread/man/pthread_barrier_init.3
@@ -1,6 +1,6 @@
-.\" $OpenBSD: pthread_barrier_init.3,v 1.3 2013/06/05 03:44:50 tedu Exp $
+.\" $OpenBSD: pthread_barrier_init.3,v 1.4 2020/04/06 00:01:08 pirofti Exp $
.\"
-.\" Copyright (c) 2012 Paul Irofti <pirofti@openbsd.org>
+.\" Copyright (c) 2012 Paul Irofti <paul@irofti.net>
.\"
.\" Permission to use, copy, modify, and distribute this software for any
.\" purpose with or without fee is hereby granted, provided that the above
@@ -15,7 +15,7 @@
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
.\"
.\"
-.Dd $Mdocdate: June 5 2013 $
+.Dd $Mdocdate: April 6 2020 $
.Dt PTHREAD_BARRIER_INIT 3
.Os
.Sh NAME
diff --git a/lib/libpthread/man/pthread_barrier_wait.3 b/lib/libpthread/man/pthread_barrier_wait.3
index c389f7b1113..3e7c5b739b5 100644
--- a/lib/libpthread/man/pthread_barrier_wait.3
+++ b/lib/libpthread/man/pthread_barrier_wait.3
@@ -1,6 +1,6 @@
-.\" $OpenBSD: pthread_barrier_wait.3,v 1.4 2015/09/22 08:22:05 sobrado Exp $
+.\" $OpenBSD: pthread_barrier_wait.3,v 1.5 2020/04/06 00:01:08 pirofti Exp $
.\"
-.\" Copyright (c) 2012 Paul Irofti <pirofti@openbsd.org>
+.\" Copyright (c) 2012 Paul Irofti <paul@irofti.net>
.\"
.\" Permission to use, copy, modify, and distribute this software for any
.\" purpose with or without fee is hereby granted, provided that the above
@@ -15,7 +15,7 @@
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
.\"
.\"
-.Dd $Mdocdate: September 22 2015 $
+.Dd $Mdocdate: April 6 2020 $
.Dt PTHREAD_BARRIER_WAIT 3
.Os
.Sh NAME
diff --git a/lib/libpthread/man/pthread_barrierattr_getpshared.3 b/lib/libpthread/man/pthread_barrierattr_getpshared.3
index c56975b21a4..281607fe6ac 100644
--- a/lib/libpthread/man/pthread_barrierattr_getpshared.3
+++ b/lib/libpthread/man/pthread_barrierattr_getpshared.3
@@ -1,6 +1,6 @@
-.\" $OpenBSD: pthread_barrierattr_getpshared.3,v 1.3 2013/06/05 03:44:50 tedu Exp $
+.\" $OpenBSD: pthread_barrierattr_getpshared.3,v 1.4 2020/04/06 00:01:08 pirofti Exp $
.\"
-.\" Copyright (c) 2012 Paul Irofti <pirofti@openbsd.org>
+.\" Copyright (c) 2012 Paul Irofti <paul@irofti.net>
.\"
.\" Permission to use, copy, modify, and distribute this software for any
.\" purpose with or without fee is hereby granted, provided that the above
@@ -15,7 +15,7 @@
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
.\"
.\"
-.Dd $Mdocdate: June 5 2013 $
+.Dd $Mdocdate: April 6 2020 $
.Dt PTHREAD_BARRIERATTR_GETPSHARED 3
.Os
.Sh NAME
diff --git a/lib/libpthread/man/pthread_barrierattr_init.3 b/lib/libpthread/man/pthread_barrierattr_init.3
index 55759fc2ffb..91d357ccc79 100644
--- a/lib/libpthread/man/pthread_barrierattr_init.3
+++ b/lib/libpthread/man/pthread_barrierattr_init.3
@@ -1,6 +1,6 @@
-.\" $OpenBSD: pthread_barrierattr_init.3,v 1.3 2013/06/05 03:44:50 tedu Exp $
+.\" $OpenBSD: pthread_barrierattr_init.3,v 1.4 2020/04/06 00:01:08 pirofti Exp $
.\"
-.\" Copyright (c) 2012 Paul Irofti <pirofti@openbsd.org>
+.\" Copyright (c) 2012 Paul Irofti <paul@irofti.net>
.\"
.\" Permission to use, copy, modify, and distribute this software for any
.\" purpose with or without fee is hereby granted, provided that the above
@@ -15,7 +15,7 @@
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
.\"
.\"
-.Dd $Mdocdate: June 5 2013 $
+.Dd $Mdocdate: April 6 2020 $
.Dt PTHREAD_BARRIERATTR_INIT 3
.Os
.Sh NAME
diff --git a/lib/libpthread/man/pthread_spin_init.3 b/lib/libpthread/man/pthread_spin_init.3
index 6ee06d9f6d4..05f48148542 100644
--- a/lib/libpthread/man/pthread_spin_init.3
+++ b/lib/libpthread/man/pthread_spin_init.3
@@ -1,6 +1,6 @@
-.\" $OpenBSD: pthread_spin_init.3,v 1.2 2013/06/05 03:44:50 tedu Exp $
+.\" $OpenBSD: pthread_spin_init.3,v 1.3 2020/04/06 00:01:08 pirofti Exp $
.\"
-.\" Copyright (c) 2012 Paul Irofti <pirofti@openbsd.org>
+.\" Copyright (c) 2012 Paul Irofti <paul@irofti.net>
.\"
.\" Permission to use, copy, modify, and distribute this software for any
.\" purpose with or without fee is hereby granted, provided that the above
@@ -15,7 +15,7 @@
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
.\"
.\"
-.Dd $Mdocdate: June 5 2013 $
+.Dd $Mdocdate: April 6 2020 $
.Dt PTHREAD_SPIN_INIT 3
.Os
.Sh NAME
diff --git a/lib/libpthread/man/pthread_spin_lock.3 b/lib/libpthread/man/pthread_spin_lock.3
index dfb3f7ab57d..166e5b94025 100644
--- a/lib/libpthread/man/pthread_spin_lock.3
+++ b/lib/libpthread/man/pthread_spin_lock.3
@@ -1,6 +1,6 @@
-.\" $OpenBSD: pthread_spin_lock.3,v 1.2 2013/06/05 03:44:50 tedu Exp $
+.\" $OpenBSD: pthread_spin_lock.3,v 1.3 2020/04/06 00:01:08 pirofti Exp $
.\"
-.\" Copyright (c) 2012 Paul Irofti <pirofti@openbsd.org>
+.\" Copyright (c) 2012 Paul Irofti <paul@irofti.net>
.\"
.\" Permission to use, copy, modify, and distribute this software for any
.\" purpose with or without fee is hereby granted, provided that the above
@@ -15,7 +15,7 @@
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
.\"
.\"
-.Dd $Mdocdate: June 5 2013 $
+.Dd $Mdocdate: April 6 2020 $
.Dt PTHREAD_SPIN_LOCK 3
.Os
.Sh NAME
diff --git a/lib/libpthread/man/pthread_spin_unlock.3 b/lib/libpthread/man/pthread_spin_unlock.3
index f400c7c6f80..754d75b5c18 100644
--- a/lib/libpthread/man/pthread_spin_unlock.3
+++ b/lib/libpthread/man/pthread_spin_unlock.3
@@ -1,6 +1,6 @@
-.\" $OpenBSD: pthread_spin_unlock.3,v 1.2 2013/06/05 03:44:50 tedu Exp $
+.\" $OpenBSD: pthread_spin_unlock.3,v 1.3 2020/04/06 00:01:08 pirofti Exp $
.\"
-.\" Copyright (c) 2012 Paul Irofti <pirofti@openbsd.org>
+.\" Copyright (c) 2012 Paul Irofti <paul@irofti.net>
.\"
.\" Permission to use, copy, modify, and distribute this software for any
.\" purpose with or without fee is hereby granted, provided that the above
@@ -15,7 +15,7 @@
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
.\"
.\"
-.Dd $Mdocdate: June 5 2013 $
+.Dd $Mdocdate: April 6 2020 $
.Dt PTHREAD_SPIN_UNLOCK 3
.Os
.Sh NAME
diff --git a/lib/librthread/rthread_barrier.c b/lib/librthread/rthread_barrier.c
index 20a0b9ea221..1d7fb66de64 100644
--- a/lib/librthread/rthread_barrier.c
+++ b/lib/librthread/rthread_barrier.c
@@ -1,6 +1,6 @@
-/* $OpenBSD: rthread_barrier.c,v 1.4 2018/07/06 07:54:34 pirofti Exp $ */
+/* $OpenBSD: rthread_barrier.c,v 1.5 2020/04/06 00:01:08 pirofti Exp $ */
/*
- * Copyright (c) 2012 Paul Irofti <pirofti@openbsd.org>
+ * Copyright (c) 2012 Paul Irofti <paul@irofti.net>
*
* Permission to use, copy, modify, and/or distribute this software for any
* purpose with or without fee is hereby granted, provided that the above
diff --git a/lib/librthread/rthread_barrier_attr.c b/lib/librthread/rthread_barrier_attr.c
index 5d51e1dc5e7..42a1630e985 100644
--- a/lib/librthread/rthread_barrier_attr.c
+++ b/lib/librthread/rthread_barrier_attr.c
@@ -1,6 +1,6 @@
-/* $OpenBSD: rthread_barrier_attr.c,v 1.2 2012/04/23 08:30:33 pirofti Exp $ */
+/* $OpenBSD: rthread_barrier_attr.c,v 1.3 2020/04/06 00:01:08 pirofti Exp $ */
/*
- * Copyright (c) 2012 Paul Irofti <pirofti@openbsd.org>
+ * Copyright (c) 2012 Paul Irofti <paul@irofti.net>
*
* Permission to use, copy, modify, and/or distribute this software for any
* purpose with or without fee is hereby granted, provided that the above
diff --git a/lib/librthread/rthread_sem.c b/lib/librthread/rthread_sem.c
index bd96769dc39..172155ea12b 100644
--- a/lib/librthread/rthread_sem.c
+++ b/lib/librthread/rthread_sem.c
@@ -1,7 +1,7 @@
-/* $OpenBSD: rthread_sem.c,v 1.31 2019/11/01 16:04:19 mpi Exp $ */
+/* $OpenBSD: rthread_sem.c,v 1.32 2020/04/06 00:01:08 pirofti Exp $ */
/*
* Copyright (c) 2004,2005,2013 Ted Unangst <tedu@openbsd.org>
- * Copyright (c) 2018 Paul Irofti <pirofti@openbsd.org>
+ * Copyright (c) 2018 Paul Irofti <paul@irofti.net>
* All Rights Reserved.
*
* Permission to use, copy, modify, and distribute this software for any
diff --git a/lib/librthread/rthread_spin_lock.c b/lib/librthread/rthread_spin_lock.c
index 9a18c096d3c..4718a942340 100644
--- a/lib/librthread/rthread_spin_lock.c
+++ b/lib/librthread/rthread_spin_lock.c
@@ -1,6 +1,6 @@
-/* $OpenBSD: rthread_spin_lock.c,v 1.4 2016/09/04 10:13:35 akfaew Exp $ */
+/* $OpenBSD: rthread_spin_lock.c,v 1.5 2020/04/06 00:01:08 pirofti Exp $ */
/*
- * Copyright (c) 2012 Paul Irofti <pirofti@openbsd.org>
+ * Copyright (c) 2012 Paul Irofti <paul@irofti.net>
*
* Permission to use, copy, modify, and/or distribute this software for any
* purpose with or without fee is hereby granted, provided that the above
diff --git a/regress/lib/libpthread/barrier/barrier.c b/regress/lib/libpthread/barrier/barrier.c
index c401ad997fc..0076b9f71cf 100644
--- a/regress/lib/libpthread/barrier/barrier.c
+++ b/regress/lib/libpthread/barrier/barrier.c
@@ -1,5 +1,5 @@
-/* $OpenBSD: barrier.c,v 1.1 2012/04/11 18:39:24 pirofti Exp $ */
-/* Paul Irofti <pirofti@openbsd.org>, 2012. Public Domain. */
+/* $OpenBSD: barrier.c,v 1.2 2020/04/06 00:01:08 pirofti Exp $ */
+/* Paul Irofti <paul@irofti.net>, 2012. Public Domain. */
#include <stdio.h>
diff --git a/regress/lib/libpthread/spinlock/spinlock.c b/regress/lib/libpthread/spinlock/spinlock.c
index dadfe14d1f0..5918f6b3246 100644
--- a/regress/lib/libpthread/spinlock/spinlock.c
+++ b/regress/lib/libpthread/spinlock/spinlock.c
@@ -1,5 +1,5 @@
-/* $OpenBSD: spinlock.c,v 1.1 2012/05/03 09:07:17 pirofti Exp $ */
-/* Paul Irofti <pirofti@openbsd.org>, 2012. Public Domain. */
+/* $OpenBSD: spinlock.c,v 1.2 2020/04/06 00:01:08 pirofti Exp $ */
+/* Paul Irofti <paul@irofti.net>, 2012. Public Domain. */
#include <stdio.h>
#include <stdlib.h>
diff --git a/share/man/man4/acpipwrres.4 b/share/man/man4/acpipwrres.4
index 98147cd6f57..4e022bb3b94 100644
--- a/share/man/man4/acpipwrres.4
+++ b/share/man/man4/acpipwrres.4
@@ -1,6 +1,6 @@
-.\" $OpenBSD: acpipwrres.4,v 1.2 2013/07/16 16:05:48 schwarze Exp $
+.\" $OpenBSD: acpipwrres.4,v 1.3 2020/04/06 00:01:08 pirofti Exp $
.\"
-.\" Copyright (c) 2009 Paul Irofti <pirofti@openbsd.org>
+.\" Copyright (c) 2009 Paul Irofti <paul@irofti.net>
.\"
.\" Permission to use, copy, modify, and distribute this software for any
.\" purpose with or without fee is hereby granted, provided that the above
@@ -15,7 +15,7 @@
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
.\"
.\"
-.Dd $Mdocdate: July 16 2013 $
+.Dd $Mdocdate: April 6 2020 $
.Dt ACPIPWRRES 4
.Os
.Sh NAME
@@ -42,4 +42,4 @@ driver first appeared in
The
.Nm
driver was written by
-.An Paul Irofti Aq Mt pirofti@openbsd.org .
+.An Paul Irofti Aq Mt paul@irofti.net .
diff --git a/share/man/man4/acpisony.4 b/share/man/man4/acpisony.4
index 6a3bfd9af2f..c56479b01a1 100644
--- a/share/man/man4/acpisony.4
+++ b/share/man/man4/acpisony.4
@@ -1,6 +1,6 @@
-.\" $OpenBSD: acpisony.4,v 1.4 2013/07/16 16:05:48 schwarze Exp $
+.\" $OpenBSD: acpisony.4,v 1.5 2020/04/06 00:01:08 pirofti Exp $
.\"
-.\" Copyright (c) 2010 Paul Irofti <pirofti@openbsd.org>
+.\" Copyright (c) 2010 Paul Irofti <paul@irofti.net>
.\"
.\" Permission to use, copy, modify, and distribute this software for any
.\" purpose with or without fee is hereby granted, provided that the above
@@ -15,7 +15,7 @@
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
.\"
.\"
-.Dd $Mdocdate: July 16 2013 $
+.Dd $Mdocdate: April 6 2020 $
.Dt ACPISONY 4
.Os
.Sh NAME
@@ -40,4 +40,4 @@ driver first appeared in
The
.Nm
driver was written by
-.An Paul Irofti Aq Mt pirofti@openbsd.org .
+.An Paul Irofti Aq Mt paul@irofti.net .
diff --git a/share/man/man4/acpitoshiba.4 b/share/man/man4/acpitoshiba.4
index be5199e1223..870242bf282 100644
--- a/share/man/man4/acpitoshiba.4
+++ b/share/man/man4/acpitoshiba.4
@@ -1,6 +1,6 @@
-.\" $OpenBSD: acpitoshiba.4,v 1.3 2013/10/19 16:53:15 schwarze Exp $
+.\" $OpenBSD: acpitoshiba.4,v 1.4 2020/04/06 00:01:08 pirofti Exp $
.\"
-.\" Copyright (c) 2011 Paul Irofti <pirofti@openbsd.org>
+.\" Copyright (c) 2011 Paul Irofti <paul@irofti.net>
.\"
.\" Permission to use, copy, modify, and distribute this software for any
.\" purpose with or without fee is hereby granted, provided that the above
@@ -15,7 +15,7 @@
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
.\"
.\"
-.Dd $Mdocdate: October 19 2013 $
+.Dd $Mdocdate: April 6 2020 $
.Dt ACPITOSHIBA 4
.Os
.Sh NAME
diff --git a/share/man/man4/acpivideo.4 b/share/man/man4/acpivideo.4
index 61e73a355a3..92d75cae61a 100644
--- a/share/man/man4/acpivideo.4
+++ b/share/man/man4/acpivideo.4
@@ -1,6 +1,6 @@
-.\" $OpenBSD: acpivideo.4,v 1.5 2013/07/16 16:05:48 schwarze Exp $
+.\" $OpenBSD: acpivideo.4,v 1.6 2020/04/06 00:01:08 pirofti Exp $
.\"
-.\" Copyright (c) 2009 Paul Irofti <pirofti@openbsd.org>
+.\" Copyright (c) 2009 Paul Irofti <paul@irofti.net>
.\"
.\" Permission to use, copy, modify, and distribute this software for any
.\" purpose with or without fee is hereby granted, provided that the above
@@ -15,7 +15,7 @@
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
.\"
.\"
-.Dd $Mdocdate: July 16 2013 $
+.Dd $Mdocdate: April 6 2020 $
.Dt ACPIVIDEO 4
.Os
.Sh NAME
@@ -47,7 +47,7 @@ The
driver was written by
.An Federico G. Schwindt Aq Mt fgsch@openbsd.org
and
-.An Paul Irofti Aq Mt pirofti@openbsd.org .
+.An Paul Irofti Aq Mt paul@irofti.net .
.Sh CAVEATS
On IBM and Lenovo ThinkPad systems,
.Nm
diff --git a/share/man/man4/acpivout.4 b/share/man/man4/acpivout.4
index 4f86b73222c..46fc3e1a90f 100644
--- a/share/man/man4/acpivout.4
+++ b/share/man/man4/acpivout.4
@@ -1,6 +1,6 @@
-.\" $OpenBSD: acpivout.4,v 1.4 2013/07/16 16:05:48 schwarze Exp $
+.\" $OpenBSD: acpivout.4,v 1.5 2020/04/06 00:01:08 pirofti Exp $
.\"
-.\" Copyright (c) 2009 Paul Irofti <pirofti@openbsd.org>
+.\" Copyright (c) 2009 Paul Irofti <paul@irofti.net>
.\"
.\" Permission to use, copy, modify, and distribute this software for any
.\" purpose with or without fee is hereby granted, provided that the above
@@ -15,7 +15,7 @@
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
.\"
.\"
-.Dd $Mdocdate: July 16 2013 $
+.Dd $Mdocdate: April 6 2020 $
.Dt ACPIVOUT 4
.Os
.Sh NAME
@@ -46,4 +46,4 @@ driver first appeared in
The
.Nm
driver was written by
-.An Paul Irofti Aq Mt pirofti@openbsd.org .
+.An Paul Irofti Aq Mt paul@irofti.net .
diff --git a/share/man/man4/brswphy.4 b/share/man/man4/brswphy.4
index a7e7d3c3749..a3cd4aa0a69 100644
--- a/share/man/man4/brswphy.4
+++ b/share/man/man4/brswphy.4
@@ -1,6 +1,6 @@
-.\" $OpenBSD: brswphy.4,v 1.1 2014/05/06 17:20:39 pirofti Exp $
+.\" $OpenBSD: brswphy.4,v 1.2 2020/04/06 00:01:08 pirofti Exp $
.\"
-.\" Copyright (c) 2014 Paul Irofti <pirofti@openbsd.org>
+.\" Copyright (c) 2014 Paul Irofti <paul@irofti.net>
.\"
.\" Permission to use, copy, modify, and distribute this software for any
.\" purpose with or without fee is hereby granted, provided that the above
@@ -15,7 +15,7 @@
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
.\"
.\"
-.Dd $Mdocdate: May 6 2014 $
+.Dd $Mdocdate: April 6 2020 $
.Dt BRSWPHY 4
.Os
.Sh NAME
@@ -43,4 +43,4 @@ driver first appeared in
The
.Nm
driver was written by
-.An Paul Irofti Aq Mt pirofti@openbsd.org .
+.An Paul Irofti Aq Mt paul@irofti.net .
diff --git a/share/man/man4/man4.loongson/glxclk.4 b/share/man/man4/man4.loongson/glxclk.4
index fe806d055f5..e84b32f9e53 100644
--- a/share/man/man4/man4.loongson/glxclk.4
+++ b/share/man/man4/man4.loongson/glxclk.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: glxclk.4,v 1.6 2019/04/23 17:52:12 schwarze Exp $
+.\" $OpenBSD: glxclk.4,v 1.7 2020/04/06 00:01:08 pirofti Exp $
.\"
.\" Copyright (c) 2013 Paul Irofti.
.\"
@@ -14,7 +14,7 @@
.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
.\"
-.Dd $Mdocdate: April 23 2019 $
+.Dd $Mdocdate: April 6 2020 $
.Dt GLXCLK 4 loongson
.Os
.Sh NAME
@@ -53,4 +53,4 @@ driver first appeared in
The
.Nm
driver was written by
-.An Paul Irofti Aq Mt pirofti@openbsd.org .
+.An Paul Irofti Aq Mt paul@irofti.net .
diff --git a/share/man/man4/man4.octeon/amdcf.4 b/share/man/man4/man4.octeon/amdcf.4
index 113895fb388..04e082a6505 100644
--- a/share/man/man4/man4.octeon/amdcf.4
+++ b/share/man/man4/man4.octeon/amdcf.4
@@ -1,6 +1,6 @@
-.\" $OpenBSD: amdcf.4,v 1.3 2019/04/24 13:12:32 visa Exp $
+.\" $OpenBSD: amdcf.4,v 1.4 2020/04/06 00:01:08 pirofti Exp $
.\"
-.\" Copyright (c) 2015 Paul Irofti <pirofti@openbsd.org>
+.\" Copyright (c) 2015 Paul Irofti <paul@irofti.net>
.\"
.\" Permission to use, copy, modify, and distribute this software for any
.\" purpose with or without fee is hereby granted, provided that the above
@@ -15,7 +15,7 @@
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
.\"
.\"
-.Dd $Mdocdate: April 24 2019 $
+.Dd $Mdocdate: April 6 2020 $
.Dt AMDCF 4 octeon
.Os
.Sh NAME
@@ -49,7 +49,7 @@ driver first appeared in
The
.Nm
driver was written by
-.An Paul Irofti Aq Mt pirofti@openbsd.org
+.An Paul Irofti Aq Mt paul@irofti.net
with parts taken from the
.Fx
cfi driver.
diff --git a/share/man/man4/man4.octeon/octrng.4 b/share/man/man4/man4.octeon/octrng.4
index 02d99a18b03..d7b755508bf 100644
--- a/share/man/man4/man4.octeon/octrng.4
+++ b/share/man/man4/man4.octeon/octrng.4
@@ -1,6 +1,6 @@
-.\" $OpenBSD: octrng.4,v 1.4 2018/04/28 15:44:59 jasper Exp $
+.\" $OpenBSD: octrng.4,v 1.5 2020/04/06 00:01:08 pirofti Exp $
.\"
-.\" Copyright (c) 2013 Paul Irofti <pirofti@openbsd.org>
+.\" Copyright (c) 2013 Paul Irofti <paul@irofti.net>
.\"
.\" Permission to use, copy, modify, and distribute this software for any
.\" purpose with or without fee is hereby granted, provided that the above
@@ -15,7 +15,7 @@
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
.\"
.\"
-.Dd $Mdocdate: April 28 2018 $
+.Dd $Mdocdate: April 6 2020 $
.Dt OCTRNG 4 octeon
.Os
.Sh NAME
@@ -47,4 +47,4 @@ driver first appeared in
The
.Nm
driver was written by
-.An Paul Irofti Aq Mt pirofti@openbsd.org .
+.An Paul Irofti Aq Mt paul@irofti.net .
diff --git a/share/man/man4/man4.octeon/octrtc.4 b/share/man/man4/man4.octeon/octrtc.4
index f9f2d3f08c5..b05d76b544d 100644
--- a/share/man/man4/man4.octeon/octrtc.4
+++ b/share/man/man4/man4.octeon/octrtc.4
@@ -1,6 +1,6 @@
-.\" $OpenBSD: octrtc.4,v 1.3 2016/04/03 06:43:59 jsg Exp $
+.\" $OpenBSD: octrtc.4,v 1.4 2020/04/06 00:01:08 pirofti Exp $
.\"
-.\" Copyright (c) 2014 Paul Irofti <pirofti@openbsd.org>
+.\" Copyright (c) 2014 Paul Irofti <paul@irofti.net>
.\"
.\" Permission to use, copy, modify, and distribute this software for any
.\" purpose with or without fee is hereby granted, provided that the above
@@ -15,7 +15,7 @@
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
.\"
.\"
-.Dd $Mdocdate: April 3 2016 $
+.Dd $Mdocdate: April 6 2020 $
.Dt OCTRTC 4 octeon
.Os
.Sh NAME
@@ -59,4 +59,4 @@ driver first appeared in
The
.Nm
driver was written by
-.An Paul Irofti Aq Mt pirofti@openbsd.org .
+.An Paul Irofti Aq Mt paul@irofti.net .
diff --git a/sys/arch/amd64/amd64/tsc.c b/sys/arch/amd64/amd64/tsc.c
index 3abf1392841..7a1dcb4ad75 100644
--- a/sys/arch/amd64/amd64/tsc.c
+++ b/sys/arch/amd64/amd64/tsc.c
@@ -1,10 +1,10 @@
-/* $OpenBSD: tsc.c,v 1.15 2019/10/12 14:05:50 kettenis Exp $ */
+/* $OpenBSD: tsc.c,v 1.16 2020/04/06 00:01:08 pirofti Exp $ */
/*
* Copyright (c) 2008 The NetBSD Foundation, Inc.
* Copyright (c) 2016,2017 Reyk Floeter <reyk@openbsd.org>
* Copyright (c) 2017 Adam Steen <adam@adamsteen.com.au>
* Copyright (c) 2017 Mike Belopuhov <mike@openbsd.org>
- * Copyright (c) 2019 Paul Irofti <pirofti@openbsd.org>
+ * Copyright (c) 2019 Paul Irofti <paul@irofti.net>
*
* Permission to use, copy, modify, and distribute this software for any
* purpose with or without fee is hereby granted, provided that the above
diff --git a/sys/arch/loongson/dev/kb3310var.h b/sys/arch/loongson/dev/kb3310var.h
index fde2a616290..0bb9705c12e 100644
--- a/sys/arch/loongson/dev/kb3310var.h
+++ b/sys/arch/loongson/dev/kb3310var.h
@@ -1,6 +1,6 @@
-/* $OpenBSD: kb3310var.h,v 1.1 2010/08/31 10:24:46 pirofti Exp $ */
+/* $OpenBSD: kb3310var.h,v 1.2 2020/04/06 00:01:08 pirofti Exp $ */
/*
- * Copyright (c) 2009 Paul Irofti <pirofti@openbsd.org>
+ * Copyright (c) 2009 Paul Irofti <paul@irofti.net>
*
* Permission to use, copy, modify, and/or distribute this software for any
* purpose with or without fee is hereby granted, provided that the above
diff --git a/sys/arch/octeon/dev/octrng.c b/sys/arch/octeon/dev/octrng.c
index 3d65f79ebc8..738fea742a6 100644
--- a/sys/arch/octeon/dev/octrng.c
+++ b/sys/arch/octeon/dev/octrng.c
@@ -1,6 +1,6 @@
-/* $OpenBSD: octrng.c,v 1.7 2018/04/28 15:44:59 jasper Exp $ */
+/* $OpenBSD: octrng.c,v 1.8 2020/04/06 00:01:08 pirofti Exp $ */
/*
- * Copyright (c) 2013 Paul Irofti <pirofti@openbsd.org>
+ * Copyright (c) 2013 Paul Irofti <paul@irofti.net>
*
* Permission to use, copy, modify, and/or distribute this software for any
* purpose with or without fee is hereby granted, provided that the above
diff --git a/sys/dev/acpi/acpipwrres.c b/sys/dev/acpi/acpipwrres.c
index c7d103f78a2..02ca268a541 100644
--- a/sys/dev/acpi/acpipwrres.c
+++ b/sys/dev/acpi/acpipwrres.c
@@ -1,8 +1,8 @@
-/* $OpenBSD: acpipwrres.c,v 1.7 2014/09/14 14:17:24 jsg Exp $ */
+/* $OpenBSD: acpipwrres.c,v 1.8 2020/04/06 00:01:08 pirofti Exp $ */
/*
* Copyright (c) 2013 Martin Pieuchot <mpi@openbsd.org>
- * Copyright (c) 2009 Paul Irofti <pirofti@openbsd.org>
+ * Copyright (c) 2009 Paul Irofti <paul@irofti.net>
*
* Permission to use, copy, modify, and distribute this software for any
* purpose with or without fee is hereby granted, provided that the above
diff --git a/sys/dev/acpi/acpisony.c b/sys/dev/acpi/acpisony.c
index 3c09792d558..4faf3ae8f1d 100644
--- a/sys/dev/acpi/acpisony.c
+++ b/sys/dev/acpi/acpisony.c
@@ -1,6 +1,6 @@
-/* $OpenBSD: acpisony.c,v 1.7 2017/02/28 10:39:07 natano Exp $ */
+/* $OpenBSD: acpisony.c,v 1.8 2020/04/06 00:01:08 pirofti Exp $ */
/*
- * Copyright (c) 2010 Paul Irofti <pirofti@openbsd.org>
+ * Copyright (c) 2010 Paul Irofti <paul@irofti.net>
*
* Permission to use, copy, modify, and/or distribute this software for any
* purpose with or without fee is hereby granted, provided that the above
diff --git a/sys/dev/acpi/acpivideo.c b/sys/dev/acpi/acpivideo.c
index 1fe1606fa51..f78af7ee952 100644
--- a/sys/dev/acpi/acpivideo.c
+++ b/sys/dev/acpi/acpivideo.c
@@ -1,7 +1,7 @@
-/* $OpenBSD: acpivideo.c,v 1.12 2020/02/08 19:08:17 patrick Exp $ */
+/* $OpenBSD: acpivideo.c,v 1.13 2020/04/06 00:01:08 pirofti Exp $ */
/*
* Copyright (c) 2008 Federico G. Schwindt <fgsch@openbsd.org>
- * Copyright (c) 2009 Paul Irofti <pirofti@openbsd.org>
+ * Copyright (c) 2009 Paul Irofti <paul@irofti.net>
*
* Permission to use, copy, modify, and/or distribute this software for any
* purpose with or without fee is hereby granted, provided that the above
diff --git a/sys/dev/acpi/acpivout.c b/sys/dev/acpi/acpivout.c
index 83a359db339..016cb89c6df 100644
--- a/sys/dev/acpi/acpivout.c
+++ b/sys/dev/acpi/acpivout.c
@@ -1,6 +1,6 @@
-/* $OpenBSD: acpivout.c,v 1.20 2020/03/23 14:23:19 ratchov Exp $ */
+/* $OpenBSD: acpivout.c,v 1.21 2020/04/06 00:01:08 pirofti Exp $ */
/*
- * Copyright (c) 2009 Paul Irofti <pirofti@openbsd.org>
+ * Copyright (c) 2009 Paul Irofti <paul@irofti.net>
*
* Permission to use, copy, modify, and/or distribute this software for any
* purpose with or without fee is hereby granted, provided that the above
diff --git a/sys/dev/mii/brswphy.c b/sys/dev/mii/brswphy.c
index 023f0002bf4..c059ddcb122 100644
--- a/sys/dev/mii/brswphy.c
+++ b/sys/dev/mii/brswphy.c
@@ -1,7 +1,7 @@
-/* $OpenBSD: brswphy.c,v 1.2 2014/12/05 15:50:04 mpi Exp $ */
+/* $OpenBSD: brswphy.c,v 1.3 2020/04/06 00:01:08 pirofti Exp $ */
/*
- * Copyright (c) 2014 Paul Irofti <pirofti@openbsd.org>
+ * Copyright (c) 2014 Paul Irofti <paul@irofti.net>
*
* Permission to use, copy, modify, and/or distribute this software for any
* purpose with or without fee is hereby granted, provided that the above