Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys Fix CVS Id usage



details:   https://anonhg.NetBSD.org/src/rev/a8e4962e3bfe
branches:  trunk
changeset: 455750:a8e4962e3bfe
user:      kamil <kamil%NetBSD.org@localhost>
date:      Thu Apr 11 14:38:05 2019 +0000

description:
Fix CVS Id usage

diffstat:

 sys/arch/arm/at91/at91pmc.c            |  6 +++---
 sys/arch/arm/mpcore/mpcore_a2x_space.c |  4 ++--
 sys/arch/evbppc/virtex/dev/cdmacreg.h  |  2 +-
 sys/arch/evbppc/virtex/dev/temacvar.h  |  2 +-
 sys/arch/ia64/include/elf_machdep.h    |  2 +-
 sys/arch/m68k/m68k/sys_machdep.c       |  4 ++--
 sys/arch/mips/alchemy/au1000.c         |  4 ++--
 sys/arch/riscv/conf/std.riscv64        |  2 +-
 sys/dev/pci/cxgb/cxgb_include.h        |  2 +-
 sys/dev/pci/if_bnxvar.h                |  2 +-
 sys/net/npf/npf_rproc.c                |  2 +-
 sys/rump/net/lib/libvlan/VLAN.ioconf   |  2 +-
 12 files changed, 17 insertions(+), 17 deletions(-)

diffs (151 lines):

diff -r 24606ef9bef7 -r a8e4962e3bfe sys/arch/arm/at91/at91pmc.c
--- a/sys/arch/arm/at91/at91pmc.c       Thu Apr 11 11:40:58 2019 +0000
+++ b/sys/arch/arm/at91/at91pmc.c       Thu Apr 11 14:38:05 2019 +0000
@@ -1,5 +1,5 @@
-/*     $Id: at91pmc.c,v 1.6 2012/11/12 18:00:36 skrll Exp $    */
-/*     $NetBSD: at91pmc.c,v 1.6 2012/11/12 18:00:36 skrll Exp $        */
+/*     $Id: at91pmc.c,v 1.7 2019/04/11 14:38:05 kamil Exp $    */
+/*     $NetBSD: at91pmc.c,v 1.7 2019/04/11 14:38:05 kamil Exp $        */
 
 /*
  * Copyright (c) 2007 Embedtronics Oy
@@ -28,7 +28,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD");
+__KERNEL_RCSID(0, "$NetBSD: at91pmc.c,v 1.7 2019/04/11 14:38:05 kamil Exp $");
 
 #include <sys/types.h>
 #include <sys/param.h>
diff -r 24606ef9bef7 -r a8e4962e3bfe sys/arch/arm/mpcore/mpcore_a2x_space.c
--- a/sys/arch/arm/mpcore/mpcore_a2x_space.c    Thu Apr 11 11:40:58 2019 +0000
+++ b/sys/arch/arm/mpcore/mpcore_a2x_space.c    Thu Apr 11 14:38:05 2019 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD */
+/*     $NetBSD: mpcore_a2x_space.c,v 1.4 2019/04/11 14:38:05 kamil Exp $       */
 
 /* derived from:
    NetBSD: pxa2x0_a4x_space.c,v 1.4 2006/07/28 08:15:29 simonb Exp */
@@ -35,7 +35,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: mpcore_a2x_space.c,v 1.3 2018/03/16 17:56:32 ryo Exp $");
+__KERNEL_RCSID(0, "$NetBSD: mpcore_a2x_space.c,v 1.4 2019/04/11 14:38:05 kamil Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
diff -r 24606ef9bef7 -r a8e4962e3bfe sys/arch/evbppc/virtex/dev/cdmacreg.h
--- a/sys/arch/evbppc/virtex/dev/cdmacreg.h     Thu Apr 11 11:40:58 2019 +0000
+++ b/sys/arch/evbppc/virtex/dev/cdmacreg.h     Thu Apr 11 14:38:05 2019 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD */
+/*     $NetBSD: cdmacreg.h,v 1.2 2019/04/11 14:38:05 kamil Exp $       */
 
 /*
  * Copyright (c) 2006 Jachym Holecek
diff -r 24606ef9bef7 -r a8e4962e3bfe sys/arch/evbppc/virtex/dev/temacvar.h
--- a/sys/arch/evbppc/virtex/dev/temacvar.h     Thu Apr 11 11:40:58 2019 +0000
+++ b/sys/arch/evbppc/virtex/dev/temacvar.h     Thu Apr 11 14:38:05 2019 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD */
+/*     $NetBSD: temacvar.h,v 1.2 2019/04/11 14:38:05 kamil Exp $       */
 
 /*
  * Copyright (c) 2006 Jachym Holecek
diff -r 24606ef9bef7 -r a8e4962e3bfe sys/arch/ia64/include/elf_machdep.h
--- a/sys/arch/ia64/include/elf_machdep.h       Thu Apr 11 11:40:58 2019 +0000
+++ b/sys/arch/ia64/include/elf_machdep.h       Thu Apr 11 14:38:05 2019 +0000
@@ -1,4 +1,4 @@
-/*        $NetBSD */
+/*        $NetBSD: elf_machdep.h,v 1.4 2019/04/11 14:38:06 kamil Exp $ */
 
 /*-
  * Copyright (c) 1996-1997 John D. Polstra.
diff -r 24606ef9bef7 -r a8e4962e3bfe sys/arch/m68k/m68k/sys_machdep.c
--- a/sys/arch/m68k/m68k/sys_machdep.c  Thu Apr 11 11:40:58 2019 +0000
+++ b/sys/arch/m68k/m68k/sys_machdep.c  Thu Apr 11 14:38:05 2019 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: sys_machdep.c,v 1.15 2010/06/06 04:50:07 mrg Exp $     */
+/*     $NetBSD: sys_machdep.c,v 1.16 2019/04/11 14:38:06 kamil Exp $   */
 
 /*
  * Copyright (c) 1982, 1986, 1993
@@ -34,7 +34,7 @@
 #include "opt_m68k_arch.h"
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD");
+__KERNEL_RCSID(0, "$NetBSD: sys_machdep.c,v 1.16 2019/04/11 14:38:06 kamil Exp $");
 
 #include <sys/param.h>
 #include <sys/proc.h>
diff -r 24606ef9bef7 -r a8e4962e3bfe sys/arch/mips/alchemy/au1000.c
--- a/sys/arch/mips/alchemy/au1000.c    Thu Apr 11 11:40:58 2019 +0000
+++ b/sys/arch/mips/alchemy/au1000.c    Thu Apr 11 14:38:05 2019 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: au1000.c,v 1.11 2015/06/09 22:50:50 matt Exp $ */
+/* $NetBSD: au1000.c,v 1.12 2019/04/11 14:38:06 kamil Exp $ */
 
 /*-
  * Copyright (c) 2006 Itronix Inc.
@@ -97,7 +97,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD");
+__KERNEL_RCSID(0, "$NetBSD: au1000.c,v 1.12 2019/04/11 14:38:06 kamil Exp $");
 
 #include <sys/param.h>
 #include <sys/bus.h>
diff -r 24606ef9bef7 -r a8e4962e3bfe sys/arch/riscv/conf/std.riscv64
--- a/sys/arch/riscv/conf/std.riscv64   Thu Apr 11 11:40:58 2019 +0000
+++ b/sys/arch/riscv/conf/std.riscv64   Thu Apr 11 14:38:05 2019 +0000
@@ -1,5 +1,5 @@
 #
-# $NetBSD
+# $NetBSD: std.riscv64,v 1.2 2019/04/11 14:38:06 kamil Exp $
 #
 include        "arch/riscv/conf/std.riscv"
 makeoptions    LP64="yes"
diff -r 24606ef9bef7 -r a8e4962e3bfe sys/dev/pci/cxgb/cxgb_include.h
--- a/sys/dev/pci/cxgb/cxgb_include.h   Thu Apr 11 11:40:58 2019 +0000
+++ b/sys/dev/pci/cxgb/cxgb_include.h   Thu Apr 11 14:38:05 2019 +0000
@@ -1,5 +1,5 @@
 /*
- *  $NetBSD
+ *  $NetBSD: cxgb_include.h,v 1.2 2019/04/11 14:38:06 kamil Exp $
  */
 
 #ifndef __CHELSIO_INCLUDE_H
diff -r 24606ef9bef7 -r a8e4962e3bfe sys/dev/pci/if_bnxvar.h
--- a/sys/dev/pci/if_bnxvar.h   Thu Apr 11 11:40:58 2019 +0000
+++ b/sys/dev/pci/if_bnxvar.h   Thu Apr 11 14:38:05 2019 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD */
+/*     $NetBSD: if_bnxvar.h,v 1.11 2019/04/11 14:38:06 kamil Exp $     */
 /*-
  * Copyright (c) 2010 The NetBSD Foundation, Inc.
  * All rights reserved.
diff -r 24606ef9bef7 -r a8e4962e3bfe sys/net/npf/npf_rproc.c
--- a/sys/net/npf/npf_rproc.c   Thu Apr 11 11:40:58 2019 +0000
+++ b/sys/net/npf/npf_rproc.c   Thu Apr 11 14:38:05 2019 +0000
@@ -33,7 +33,7 @@
 
 #ifdef _KERNEL
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD");
+__KERNEL_RCSID(0, "$NetBSD: npf_rproc.c,v 1.18 2019/04/11 14:38:06 kamil Exp $");
 
 #include <sys/param.h>
 #include <sys/types.h>
diff -r 24606ef9bef7 -r a8e4962e3bfe sys/rump/net/lib/libvlan/VLAN.ioconf
--- a/sys/rump/net/lib/libvlan/VLAN.ioconf      Thu Apr 11 11:40:58 2019 +0000
+++ b/sys/rump/net/lib/libvlan/VLAN.ioconf      Thu Apr 11 14:38:05 2019 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD $
+#      $NetBSD: VLAN.ioconf,v 1.2 2019/04/11 14:38:06 kamil Exp $
 
 ioconf         vlan
 



Home | Main Index | Thread Index | Old Index