Source-Changes-HG archive

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

[src/trunk]: src/sys s/netbsd.org/NetBSD.org/g



details:   https://anonhg.NetBSD.org/src/rev/840b9034778f
branches:  trunk
changeset: 565389:840b9034778f
user:      keihan <keihan%NetBSD.org@localhost>
date:      Tue Apr 06 08:48:55 2004 +0000

description:
s/netbsd.org/NetBSD.org/g

diffstat:

 sys/dev/pci/if_bge.c        |   6 +++---
 sys/netipsec/ipsec_netbsd.c |  10 +++++-----
 2 files changed, 8 insertions(+), 8 deletions(-)

diffs (72 lines):

diff -r abae9af06a8a -r 840b9034778f sys/dev/pci/if_bge.c
--- a/sys/dev/pci/if_bge.c      Tue Apr 06 05:56:07 2004 +0000
+++ b/sys/dev/pci/if_bge.c      Tue Apr 06 08:48:55 2004 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: if_bge.c,v 1.67 2004/04/04 00:43:25 jonathan Exp $     */
+/*     $NetBSD: if_bge.c,v 1.68 2004/04/06 08:48:55 keihan Exp $       */
 
 /*
  * Copyright (c) 2001 Wind River Systems
@@ -79,7 +79,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: if_bge.c,v 1.67 2004/04/04 00:43:25 jonathan Exp $");
+__KERNEL_RCSID(0, "$NetBSD: if_bge.c,v 1.68 2004/04/06 08:48:55 keihan Exp $");
 
 #include "bpfilter.h"
 #include "vlan.h"
@@ -611,7 +611,7 @@
         * that a threshold update is pending.  Updating the hardware
         * registers here (even at splhigh()) is observed to
         * occasionaly cause glitches where Rx-interrupts are not
-        * honoured for up to 10 seconds. jonathan%netbsd.org@localhost, 2003-04-05
+        * honoured for up to 10 seconds. jonathan%NetBSD.org@localhost, 2003-04-05
         */
        s = splnet();
        sc->bge_rx_coal_ticks = bge_rx_threshes[lvl].rx_ticks;
diff -r abae9af06a8a -r 840b9034778f sys/netipsec/ipsec_netbsd.c
--- a/sys/netipsec/ipsec_netbsd.c       Tue Apr 06 05:56:07 2004 +0000
+++ b/sys/netipsec/ipsec_netbsd.c       Tue Apr 06 08:48:55 2004 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: ipsec_netbsd.c,v 1.8 2004/03/24 15:34:55 atatat Exp $  */
+/*     $NetBSD: ipsec_netbsd.c,v 1.9 2004/04/06 08:48:55 keihan Exp $  */
 /*     $KAME: esp_input.c,v 1.60 2001/09/04 08:43:19 itojun Exp $      */
 /*     $KAME: ah_input.c,v 1.64 2001/09/04 08:43:19 itojun Exp $       */
 
@@ -32,7 +32,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: ipsec_netbsd.c,v 1.8 2004/03/24 15:34:55 atatat Exp $");
+__KERNEL_RCSID(0, "$NetBSD: ipsec_netbsd.c,v 1.9 2004/04/06 08:48:55 keihan Exp $");
 
 #include "opt_inet.h"
 #include "opt_ipsec.h"
@@ -100,7 +100,7 @@
        if ((unsigned)cmd >= PRC_NCMDS)
                return NULL;
 #ifndef notyet
-       /* jonathan%netbsd.org@localhost: XXX FIXME */ 
+       /* jonathan%NetBSD.org@localhost: XXX FIXME */ 
        (void) ip; (void) ah; (void) icp; (void) sav;
 #else
        if (cmd == PRC_MSGSIZE && ip_mtudisc && ip && ip->ip_v == 4) {
@@ -159,7 +159,7 @@
        if ((unsigned)cmd >= PRC_NCMDS)
                return NULL;
 #ifndef notyet
-       /* jonathan%netbsd.org@localhost: XXX FIXME */ 
+       /* jonathan%NetBSD.org@localhost: XXX FIXME */ 
        (void) ip; (void) esp; (void) icp; (void) sav;
 #else
        if (cmd == PRC_MSGSIZE && ip_mtudisc && ip && ip->ip_v == 4) {
@@ -287,7 +287,7 @@
                                          (caddr_t)&sa6_dst->sin6_addr,
                                          IPPROTO_ESP, espp->esp_spi);
 #else
-                       /* jonathan%netbsd.org@localhost: XXX FIXME */ 
+                       /* jonathan%NetBSD.org@localhost: XXX FIXME */ 
                        (void)sa6_src; (void)sa6_dst;
                        sav = KEY_ALLOCSA((union sockaddr_union*)sa,
                                          IPPROTO_ESP, espp->esp_spi);



Home | Main Index | Thread Index | Old Index