summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorckuethe <ckuethe@openbsd.org>2008-02-15 05:29:25 +0000
committerckuethe <ckuethe@openbsd.org>2008-02-15 05:29:25 +0000
commit7fe2bdbee5a8d3dde0a55f9da545ecc2a8019e59 (patch)
tree8c8d9293570c5eae08ce491591e6880aa7ff674a
parentrevert to a pre-mutex state. for unknown reasons, the mutexes do not provide (diff)
downloadwireguard-openbsd-7fe2bdbee5a8d3dde0a55f9da545ecc2a8019e59.tar.xz
wireguard-openbsd-7fe2bdbee5a8d3dde0a55f9da545ecc2a8019e59.zip
Add myself to the copyrights, ok marco@
-rw-r--r--sys/dev/softraid.c3
-rw-r--r--sys/dev/softraid_crypto.c3
-rw-r--r--sys/dev/softraidvar.h3
3 files changed, 6 insertions, 3 deletions
diff --git a/sys/dev/softraid.c b/sys/dev/softraid.c
index 02bf54b4b9b..57bc7becef4 100644
--- a/sys/dev/softraid.c
+++ b/sys/dev/softraid.c
@@ -1,6 +1,7 @@
-/* $OpenBSD: softraid.c,v 1.103 2008/02/14 22:04:34 ckuethe Exp $ */
+/* $OpenBSD: softraid.c,v 1.104 2008/02/15 05:29:25 ckuethe Exp $ */
/*
* Copyright (c) 2007 Marco Peereboom <marco@peereboom.us>
+ * Copyright (c) 2008 Chris Kuethe <ckuethe@openbsd.org>
*
* 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/softraid_crypto.c b/sys/dev/softraid_crypto.c
index 8968f23baa5..a7588d07875 100644
--- a/sys/dev/softraid_crypto.c
+++ b/sys/dev/softraid_crypto.c
@@ -1,7 +1,8 @@
-/* $OpenBSD: softraid_crypto.c,v 1.10 2008/02/14 22:04:34 ckuethe Exp $ */
+/* $OpenBSD: softraid_crypto.c,v 1.11 2008/02/15 05:29:25 ckuethe Exp $ */
/*
* Copyright (c) 2007 Ted Unangst <tedu@openbsd.org>
* Copyright (c) 2008 Marco Peereboom <marco@openbsd.org>
+ * Copyright (c) 2008 Chris Kuethe <ckuethe@openbsd.org>
*
* 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/softraidvar.h b/sys/dev/softraidvar.h
index 292d667ddcc..69af7cc8e7b 100644
--- a/sys/dev/softraidvar.h
+++ b/sys/dev/softraidvar.h
@@ -1,6 +1,7 @@
-/* $OpenBSD: softraidvar.h,v 1.45 2008/02/14 22:04:34 ckuethe Exp $ */
+/* $OpenBSD: softraidvar.h,v 1.46 2008/02/15 05:29:25 ckuethe Exp $ */
/*
* Copyright (c) 2006 Marco Peereboom <marco@peereboom.us>
+ * Copyright (c) 2008 Chris Kuethe <ckuethe@openbsd.org>
*
* Permission to use, copy, modify, and distribute this software for any
* purpose with or without fee is hereby granted, provided that the above