summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorKevin Lo <kevlo@cvs.openbsd.org>2019-03-15 05:42:39 +0000
committerKevin Lo <kevlo@cvs.openbsd.org>2019-03-15 05:42:39 +0000
commit878756b65c9378b63e072bc26197cbf636759ef8 (patch)
tree8c006a152541800e5366a06adce9db4539db3095 /sys
parentaf9770f9bad5b6e7ab1c299cd80277f97fbd82e4 (diff)
Remove FBSDID.
ok deraadt@
Diffstat (limited to 'sys')
-rw-r--r--sys/arch/arm64/arm64/cpufunc_asm.S4
-rw-r--r--sys/arch/arm64/arm64/exception.S7
-rw-r--r--sys/arch/arm64/arm64/support.S6
-rw-r--r--sys/arch/arm64/arm64/trap.c7
-rw-r--r--sys/dev/pci/if_bnxt.c3
-rw-r--r--sys/dev/pci/if_bnxtreg.h5
-rw-r--r--sys/kern/subr_witness.c6
-rw-r--r--sys/ufs/ufs/ufs_dirhash.c6
8 files changed, 8 insertions, 36 deletions
diff --git a/sys/arch/arm64/arm64/cpufunc_asm.S b/sys/arch/arm64/arm64/cpufunc_asm.S
index 44c5272a48c..b36dbc94465 100644
--- a/sys/arch/arm64/arm64/cpufunc_asm.S
+++ b/sys/arch/arm64/arm64/cpufunc_asm.S
@@ -1,4 +1,4 @@
-/* $OpenBSD: cpufunc_asm.S,v 1.5 2018/08/12 17:15:10 mortimer Exp $ */
+/* $OpenBSD: cpufunc_asm.S,v 1.6 2019/03/15 05:42:38 kevlo Exp $ */
/*-
* Copyright (c) 2014 Robin Randhawa
* Copyright (c) 2015 The FreeBSD Foundation
@@ -27,12 +27,10 @@
* LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
- *
*/
#include <machine/asm.h>
#include <machine/param.h>
-//__FBSDID("$FreeBSD: head/sys/arm64/arm64/cpufunc_asm.S 305546 2016-09-07 16:46:54Z andrew $");
/*
* FIXME:
diff --git a/sys/arch/arm64/arm64/exception.S b/sys/arch/arm64/arm64/exception.S
index ee8b7454ed8..682066b5eb1 100644
--- a/sys/arch/arm64/arm64/exception.S
+++ b/sys/arch/arm64/arm64/exception.S
@@ -1,4 +1,4 @@
-/* $OpenBSD: exception.S,v 1.8 2018/08/03 18:36:01 kettenis Exp $ */
+/* $OpenBSD: exception.S,v 1.9 2019/03/15 05:42:38 kevlo Exp $ */
/*-
* Copyright (c) 2014 Andrew Turner
* All rights reserved.
@@ -23,14 +23,9 @@
* LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
- *
*/
#include <machine/asm.h>
-#if 0
-__FBSDID("$FreeBSD: head/sys/arm64/arm64/exception.S 297028 2016-03-18 16:18:29Z andrew $");
-#endif
-
#include <machine/armreg.h>
#include "assym.h"
diff --git a/sys/arch/arm64/arm64/support.S b/sys/arch/arm64/arm64/support.S
index da4dbb74583..a08d11d64c4 100644
--- a/sys/arch/arm64/arm64/support.S
+++ b/sys/arch/arm64/arm64/support.S
@@ -1,4 +1,4 @@
-/* $OpenBSD: support.S,v 1.8 2018/09/07 01:32:01 mortimer Exp $ */
+/* $OpenBSD: support.S,v 1.9 2019/03/15 05:42:38 kevlo Exp $ */
/*-
* Copyright (c) 2014 Andrew Turner
* Copyright (c) 2014-2015 The FreeBSD Foundation
@@ -27,13 +27,9 @@
* LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
- *
*/
#include <machine/asm.h>
-#if 0
-__FBSDID("$FreeBSD: head/sys/arm64/arm64/support.S 297615 2016-04-06 14:08:10Z andrew $");
-#endif
#include <machine/setjmp.h>
#include <machine/param.h>
diff --git a/sys/arch/arm64/arm64/trap.c b/sys/arch/arm64/arm64/trap.c
index d36e91b049c..893d5ad388b 100644
--- a/sys/arch/arm64/arm64/trap.c
+++ b/sys/arch/arm64/arm64/trap.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: trap.c,v 1.21 2018/10/08 15:57:53 kettenis Exp $ */
+/* $OpenBSD: trap.c,v 1.22 2019/03/15 05:42:38 kevlo Exp $ */
/*-
* Copyright (c) 2014 Andrew Turner
* All rights reserved.
@@ -23,13 +23,8 @@
* LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
- *
*/
-#if 0
-__FBSDID("$FreeBSD: head/sys/arm64/arm64/trap.c 281654 2015-04-17 12:58:09Z andrew $");
-#endif
-
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/kernel.h>
diff --git a/sys/dev/pci/if_bnxt.c b/sys/dev/pci/if_bnxt.c
index cd27eaf5ade..23604b8dce4 100644
--- a/sys/dev/pci/if_bnxt.c
+++ b/sys/dev/pci/if_bnxt.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: if_bnxt.c,v 1.18 2019/01/22 02:04:30 jmatthew Exp $ */
+/* $OpenBSD: if_bnxt.c,v 1.19 2019/03/15 05:42:38 kevlo Exp $ */
/*-
* Broadcom NetXtreme-C/E network driver.
*
@@ -62,7 +62,6 @@
#include <dev/pci/pcivar.h>
#include <dev/pci/pcidevs.h>
-#define __FBSDID(x)
#include <dev/pci/if_bnxtreg.h>
#include <net/if.h>
diff --git a/sys/dev/pci/if_bnxtreg.h b/sys/dev/pci/if_bnxtreg.h
index ba03c933e3a..ffd95870340 100644
--- a/sys/dev/pci/if_bnxtreg.h
+++ b/sys/dev/pci/if_bnxtreg.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: if_bnxtreg.h,v 1.1 2018/07/09 10:46:15 jmatthew Exp $ */
+/* $OpenBSD: if_bnxtreg.h,v 1.2 2019/03/15 05:42:38 kevlo Exp $ */
/*-
* BSD LICENSE
*
@@ -28,9 +28,6 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-#include <sys/cdefs.h>
-__FBSDID("$FreeBSD: head/sys/dev/bnxt/hsi_struct_def.h 323233 2017-09-06 20:19:30Z shurd $");
-
/****************************************************************************
*
* Description: Definition of HSI data structures
diff --git a/sys/kern/subr_witness.c b/sys/kern/subr_witness.c
index 3b7f0cd852e..6105f9b01dd 100644
--- a/sys/kern/subr_witness.c
+++ b/sys/kern/subr_witness.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: subr_witness.c,v 1.29 2019/02/07 15:11:38 visa Exp $ */
+/* $OpenBSD: subr_witness.c,v 1.30 2019/03/15 05:42:38 kevlo Exp $ */
/*-
* Copyright (c) 2008 Isilon Systems, Inc.
@@ -86,10 +86,6 @@
* will not result in a lock order reversal.
*/
-#if 0
-__FBSDID("$FreeBSD: head/sys/kern/subr_witness.c 313261 2017-02-05 02:27:04Z markj $");
-#endif
-
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/kernel.h>
diff --git a/sys/ufs/ufs/ufs_dirhash.c b/sys/ufs/ufs/ufs_dirhash.c
index 720ebc4604c..664e61fe0d5 100644
--- a/sys/ufs/ufs/ufs_dirhash.c
+++ b/sys/ufs/ufs/ufs_dirhash.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: ufs_dirhash.c,v 1.41 2019/03/06 00:34:08 tedu Exp $ */
+/* $OpenBSD: ufs_dirhash.c,v 1.42 2019/03/15 05:42:38 kevlo Exp $ */
/*
* Copyright (c) 2001, 2002 Ian Dowse. All rights reserved.
*
@@ -28,10 +28,6 @@
* This implements a hash-based lookup scheme for UFS directories.
*/
-#if 0
-__FBSDID("$FreeBSD: src/sys/ufs/ufs/ufs_dirhash.c,v 1.18 2004/02/15 21:39:35 dwmalone Exp $");
-#endif
-
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/lock.h>