Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/ic s/from from/from/ in comment.
details: https://anonhg.NetBSD.org/src/rev/94ba7f9d63ee
branches: trunk
changeset: 1026699:94ba7f9d63ee
user: msaitoh <msaitoh%NetBSD.org@localhost>
date: Sun Dec 05 04:54:20 2021 +0000
description:
s/from from/from/ in comment.
diffstat:
crypto/dist/ipsec-tools/src/racoon/pfkey.c | 8 ++++----
doc/CHANGES.prev | 8 ++++----
share/mk/bsd.README | 4 ++--
share/terminfo/terminfo | 2 +-
sys/arch/evbcf/include/bus_dma.h | 4 ++--
sys/arch/m68k/include/bus_dma.h | 4 ++--
sys/arch/m68k/m68k/bus_dma.c | 6 +++---
sys/arch/mvme68k/include/bus_dma.h | 4 ++--
sys/arch/mvme68k/mvme68k/bus_dma.c | 6 +++---
sys/arch/next68k/include/vmparam.h | 4 ++--
sys/arch/next68k/next68k/isr.h | 4 ++--
sys/arch/next68k/next68k/seglist.h | 4 ++--
sys/arch/next68k/next68k/vectors.s | 4 ++--
sys/dev/ic/am79c930reg.h | 4 ++--
14 files changed, 33 insertions(+), 33 deletions(-)
diffs (240 lines):
diff -r 134981165fb2 -r 94ba7f9d63ee crypto/dist/ipsec-tools/src/racoon/pfkey.c
--- a/crypto/dist/ipsec-tools/src/racoon/pfkey.c Sun Dec 05 04:49:36 2021 +0000
+++ b/crypto/dist/ipsec-tools/src/racoon/pfkey.c Sun Dec 05 04:54:20 2021 +0000
@@ -1,6 +1,6 @@
-/* $NetBSD: pfkey.c,v 1.61 2018/05/19 20:14:56 maxv Exp $ */
-
-/* $Id: pfkey.c,v 1.61 2018/05/19 20:14:56 maxv Exp $ */
+/* $NetBSD: pfkey.c,v 1.62 2021/12/05 04:54:20 msaitoh Exp $ */
+
+/* $Id: pfkey.c,v 1.62 2021/12/05 04:54:20 msaitoh Exp $ */
/*
* Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project.
@@ -3252,7 +3252,7 @@
int xisr_old_len, xisr_new_len;
struct ipsecrequest *isr_cur;
- isr_cur = sp->req; /* ipsecrequest list from from sp */
+ isr_cur = sp->req; /* ipsecrequest list from sp */
while (xisr_list_len > 0 && isr_cur != NULL) {
/* Get old xisr (length field is in bytes) */
diff -r 134981165fb2 -r 94ba7f9d63ee doc/CHANGES.prev
--- a/doc/CHANGES.prev Sun Dec 05 04:49:36 2021 +0000
+++ b/doc/CHANGES.prev Sun Dec 05 04:54:20 2021 +0000
@@ -1,4 +1,4 @@
-LIST OF CHANGES FROM PREVIOUS RELEASES: <$Revision: 1.161 $>
+LIST OF CHANGES FROM PREVIOUS RELEASES: <$Revision: 1.162 $>
Changes from 386bsd 0.1 + patchkit 0.2.2 to NetBSD 0.8:
@@ -939,7 +939,7 @@
ed(1): fixed line addressing to be consistent with SunOS ed (alm)
i386: change bootcode to not skip the 256 bytes of BIOS variables
if load address isn't 0 (ws)
- stdio: more fixes from from torek with help from cgd. (cgd)
+ stdio: more fixes from torek with help from cgd. (cgd)
termcap(3): Fix man page to have the correct definition of
tgetstr(). fix supplied by
gordon%sneaky.lonestar.org@localhost (Gordon Burditt). (cgd)
@@ -3809,7 +3809,7 @@
ethernet: add ne2000 ISA Plug-and-Play attachment. [matt 19971016]
audio: Add libossaudio to make porting Linux audio programs easier.
[augustss 19971016]
- pcmcia: Add Marc Horowitz's new PCMCIA framework, with help from from
+ pcmcia: Add Marc Horowitz's new PCMCIA framework, with help from
John Kohl, Matt Thomas, Enami Tsugutomo, Bill Sommerfeld,
Jason Thorpe, and others. Supports several common PCMCIA
devices. [thorpej 19971016]
@@ -8465,7 +8465,7 @@
sun3: Add MI softintr(9) support by shared sources with sun2 port.
[tsutsui 20061005]
sparc64: Add floppy support based on sparc driver and hints from
- from OpenBSD for sbus/ebus attachment. [jnemeth 20061006]
+ OpenBSD for sbus/ebus attachment. [jnemeth 20061006]
find(1): Add support for "find ... -exec ... +". Written by
John Hawkinson. [apb 20061007]
tcp_congctl(9): API for TCP congestion control algorithms.
diff -r 134981165fb2 -r 94ba7f9d63ee share/mk/bsd.README
--- a/share/mk/bsd.README Sun Dec 05 04:49:36 2021 +0000
+++ b/share/mk/bsd.README Sun Dec 05 04:54:20 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.README,v 1.423 2021/11/28 15:47:33 christos Exp $
+# $NetBSD: bsd.README,v 1.424 2021/12/05 04:54:20 msaitoh Exp $
# @(#)bsd.README 8.2 (Berkeley) 4/2/94
This is the README file for the make "include" files for the NetBSD
@@ -1419,7 +1419,7 @@
=-=-=-=-= bsd.links.mk =-=-=-=-=
The include file <bsd.links.mk> handles the LINKS and SYMLINKS variables
-and is included from from <bsd.lib.mk> and <bsd.prog.mk>.
+and is included from <bsd.lib.mk> and <bsd.prog.mk>.
LINKSOWN, LINKSGRP, and LINKSMODE, are relevant only if a metadata log
is used. The defaults may be modified by other bsd.*.mk files which
diff -r 134981165fb2 -r 94ba7f9d63ee share/terminfo/terminfo
--- a/share/terminfo/terminfo Sun Dec 05 04:49:36 2021 +0000
+++ b/share/terminfo/terminfo Sun Dec 05 04:54:20 2021 +0000
@@ -24744,7 +24744,7 @@
# * Replaced Qume QVT and Freedom-series entries with purpose-built
# terminfo entries.
# * Enhanced vt220, tvi910, tvi924, hpterm, hp2645, adm42, tek
-# and dg200 entries using caps from from SCO.
+# and dg200 entries using caps from SCO.
# * Added the usual set of function-key mappings to ANSI entry.
# * Corrected xterm's function-key capabilities.
# 9.4.5 (Tue Mar 28 14:27:49 EST 1995):
diff -r 134981165fb2 -r 94ba7f9d63ee sys/arch/evbcf/include/bus_dma.h
--- a/sys/arch/evbcf/include/bus_dma.h Sun Dec 05 04:49:36 2021 +0000
+++ b/sys/arch/evbcf/include/bus_dma.h Sun Dec 05 04:54:20 2021 +0000
@@ -1,7 +1,7 @@
-/* $NetBSD: bus_dma.h,v 1.2 2014/03/18 18:20:41 riastradh Exp $ */
+/* $NetBSD: bus_dma.h,v 1.3 2021/12/05 04:54:20 msaitoh Exp $ */
/*
- * This file was extracted from from next68k/include/bus.h
+ * This file was extracted from next68k/include/bus.h
* and should probably be resynced when needed.
* original cvs id: NetBSD: bus_dma.h,v 1.3 1999/08/05 01:50:59 dbj Exp
*/
diff -r 134981165fb2 -r 94ba7f9d63ee sys/arch/m68k/include/bus_dma.h
--- a/sys/arch/m68k/include/bus_dma.h Sun Dec 05 04:49:36 2021 +0000
+++ b/sys/arch/m68k/include/bus_dma.h Sun Dec 05 04:54:20 2021 +0000
@@ -1,7 +1,7 @@
-/* $NetBSD: bus_dma.h,v 1.12 2011/06/30 20:09:32 wiz Exp $ */
+/* $NetBSD: bus_dma.h,v 1.13 2021/12/05 04:54:20 msaitoh Exp $ */
/*
- * This file was extracted from from alpha/include/bus.h
+ * This file was extracted from alpha/include/bus.h
* and should probably be resynced when needed.
* Darrin B. Jewell <dbj%NetBSD.org@localhost> Sat Jul 31 06:11:33 UTC 1999
* original cvs id: NetBSD: bus.h,v 1.29 1999/06/18 04:49:24 cgd Exp
diff -r 134981165fb2 -r 94ba7f9d63ee sys/arch/m68k/m68k/bus_dma.c
--- a/sys/arch/m68k/m68k/bus_dma.c Sun Dec 05 04:49:36 2021 +0000
+++ b/sys/arch/m68k/m68k/bus_dma.c Sun Dec 05 04:54:20 2021 +0000
@@ -1,7 +1,7 @@
-/* $NetBSD: bus_dma.c,v 1.36 2020/12/19 21:39:24 thorpej Exp $ */
+/* $NetBSD: bus_dma.c,v 1.37 2021/12/05 04:54:20 msaitoh Exp $ */
/*
- * This file was taken from from alpha/common/bus_dma.c
+ * This file was taken from alpha/common/bus_dma.c
* should probably be re-synced when needed.
* Darrin B. Jewell <dbj%NetBSD.org@localhost> Sat Jul 31 06:11:33 UTC 1999
* original cvs id: NetBSD: bus_dma.c,v 1.31 1999/07/08 18:05:23 thorpej Exp
@@ -41,7 +41,7 @@
#include <sys/cdefs.h> /* RCS ID & Copyright macro defns */
-__KERNEL_RCSID(0, "$NetBSD: bus_dma.c,v 1.36 2020/12/19 21:39:24 thorpej Exp $");
+__KERNEL_RCSID(0, "$NetBSD: bus_dma.c,v 1.37 2021/12/05 04:54:20 msaitoh Exp $");
#include <sys/param.h>
#include <sys/systm.h>
diff -r 134981165fb2 -r 94ba7f9d63ee sys/arch/mvme68k/include/bus_dma.h
--- a/sys/arch/mvme68k/include/bus_dma.h Sun Dec 05 04:49:36 2021 +0000
+++ b/sys/arch/mvme68k/include/bus_dma.h Sun Dec 05 04:54:20 2021 +0000
@@ -1,7 +1,7 @@
-/* $NetBSD: bus_dma.h,v 1.16 2008/04/28 20:23:29 martin Exp $ */
+/* $NetBSD: bus_dma.h,v 1.17 2021/12/05 04:54:20 msaitoh Exp $ */
/*
- * This file was extracted from from next68k/include/bus.h
+ * This file was extracted from next68k/include/bus.h
* and should probably be resynced when needed.
* original cvs id: NetBSD: bus_dma.h,v 1.3 1999/08/05 01:50:59 dbj Exp
*/
diff -r 134981165fb2 -r 94ba7f9d63ee sys/arch/mvme68k/mvme68k/bus_dma.c
--- a/sys/arch/mvme68k/mvme68k/bus_dma.c Sun Dec 05 04:49:36 2021 +0000
+++ b/sys/arch/mvme68k/mvme68k/bus_dma.c Sun Dec 05 04:54:20 2021 +0000
@@ -1,7 +1,7 @@
-/* $NetBSD: bus_dma.c,v 1.38 2020/11/21 17:59:13 thorpej Exp $ */
+/* $NetBSD: bus_dma.c,v 1.39 2021/12/05 04:54:21 msaitoh Exp $ */
/*
- * This file was taken from from next68k/dev/bus_dma.c, which was originally
+ * This file was taken from next68k/dev/bus_dma.c, which was originally
* taken from alpha/common/bus_dma.c.
* It should probably be re-synced when needed.
* original cvs id: NetBSD: bus_dma.c,v 1.13 1999/11/13 00:30:40 thorpej Exp
@@ -39,7 +39,7 @@
#include <sys/cdefs.h> /* RCS ID & Copyright macro defns */
-__KERNEL_RCSID(0, "$NetBSD: bus_dma.c,v 1.38 2020/11/21 17:59:13 thorpej Exp $");
+__KERNEL_RCSID(0, "$NetBSD: bus_dma.c,v 1.39 2021/12/05 04:54:21 msaitoh Exp $");
#include <sys/param.h>
#include <sys/systm.h>
diff -r 134981165fb2 -r 94ba7f9d63ee sys/arch/next68k/include/vmparam.h
--- a/sys/arch/next68k/include/vmparam.h Sun Dec 05 04:49:36 2021 +0000
+++ b/sys/arch/next68k/include/vmparam.h Sun Dec 05 04:54:20 2021 +0000
@@ -1,7 +1,7 @@
-/* $NetBSD: vmparam.h,v 1.27 2020/02/01 19:41:49 tsutsui Exp $ */
+/* $NetBSD: vmparam.h,v 1.28 2021/12/05 04:54:21 msaitoh Exp $ */
/*
- * This file was taken from from mvme68k/include/vmparam.h and
+ * This file was taken from mvme68k/include/vmparam.h and
* should probably be re-synced when needed.
* Darrin B Jewell <jewell%mit.edu@localhost> Fri Aug 28 03:22:07 1998
* original cvs id: NetBSD: vmparam.h,v 1.9 1998/08/22 10:55:34 scw Exp
diff -r 134981165fb2 -r 94ba7f9d63ee sys/arch/next68k/next68k/isr.h
--- a/sys/arch/next68k/next68k/isr.h Sun Dec 05 04:49:36 2021 +0000
+++ b/sys/arch/next68k/next68k/isr.h Sun Dec 05 04:54:20 2021 +0000
@@ -1,7 +1,7 @@
-/* $NetBSD: isr.h,v 1.7 2008/04/28 20:23:30 martin Exp $ */
+/* $NetBSD: isr.h,v 1.8 2021/12/05 04:54:21 msaitoh Exp $ */
/*
- * This file was taken from from mvme68k/mvme68k/isr.h
+ * This file was taken from mvme68k/mvme68k/isr.h
* should probably be re-synced when needed.
* Darrin B. Jewell <jewell%mit.edu@localhost> Tue Nov 10 05:07:16 1998
* original cvs id: NetBSD: isr.h,v 1.3 1997/10/09 08:40:06 jtc Exp
diff -r 134981165fb2 -r 94ba7f9d63ee sys/arch/next68k/next68k/seglist.h
--- a/sys/arch/next68k/next68k/seglist.h Sun Dec 05 04:49:36 2021 +0000
+++ b/sys/arch/next68k/next68k/seglist.h Sun Dec 05 04:54:20 2021 +0000
@@ -1,7 +1,7 @@
-/* $NetBSD: seglist.h,v 1.6 2009/10/23 17:01:08 snj Exp $ */
+/* $NetBSD: seglist.h,v 1.7 2021/12/05 04:54:21 msaitoh Exp $ */
/*
- * This file was taken from from mvme68k/mvme68k/seglist.h
+ * This file was taken from mvme68k/mvme68k/seglist.h
* should probably be re-synced when needed.
* Darrin B. Jewell <jewell%mit.edu@localhost> Tue Nov 10 05:07:16 1998
* original cvs id: NetBSD: seglist.h,v 1.4 1998/08/22 10:55:35 scw Exp
diff -r 134981165fb2 -r 94ba7f9d63ee sys/arch/next68k/next68k/vectors.s
--- a/sys/arch/next68k/next68k/vectors.s Sun Dec 05 04:49:36 2021 +0000
+++ b/sys/arch/next68k/next68k/vectors.s Sun Dec 05 04:54:20 2021 +0000
@@ -1,6 +1,6 @@
-| $NetBSD: vectors.s,v 1.11 2011/02/08 20:20:21 rmind Exp $
+| $NetBSD: vectors.s,v 1.12 2021/12/05 04:54:21 msaitoh Exp $
-| This file was taken from from mvme68k/mvme68k/vectors.s
+| This file was taken from mvme68k/mvme68k/vectors.s
| should probably be re-synced when needed.
| Darrin B. Jewell <jewell%mit.edu@localhost> Tue Nov 10 05:07:16 1998
| original cvs id: NetBSD: vectors.s,v 1.7 1998/10/18 04:42:37 itohy Exp
diff -r 134981165fb2 -r 94ba7f9d63ee sys/dev/ic/am79c930reg.h
--- a/sys/dev/ic/am79c930reg.h Sun Dec 05 04:49:36 2021 +0000
+++ b/sys/dev/ic/am79c930reg.h Sun Dec 05 04:54:20 2021 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: am79c930reg.h,v 1.7 2008/04/28 20:23:49 martin Exp $ */
+/* $NetBSD: am79c930reg.h,v 1.8 2021/12/05 04:54:21 msaitoh Exp $ */
/*-
* Copyright (c) 1999 The NetBSD Foundation, Inc.
@@ -30,7 +30,7 @@
*/
/*
- * Device register definitions gleaned from from the AMD "Am79C930
+ * Device register definitions gleaned from the AMD "Am79C930
* PCnet(tm)-Mobile Single Chip Wireless LAN Media Access Controller"
* data sheet, AMD Pub #20183, Rev B, amendment/0, issue date August 1997.
*
Home |
Main Index |
Thread Index |
Old Index