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/9b6354c40ac7
branches: trunk
changeset: 555790:9b6354c40ac7
user: keihan <keihan%NetBSD.org@localhost>
date: Fri Nov 28 08:56:48 2003 +0000
description:
s/netbsd.org/NetBSD.org/g
diffstat:
sys/crypto/blowfish/arch/i386/bf_cbc.S | 4 ++--
sys/crypto/blowfish/arch/i386/bf_enc.S | 4 ++--
sys/crypto/blowfish/arch/i386/bf_enc_586.S | 4 ++--
sys/crypto/blowfish/arch/i386/bf_enc_686.S | 4 ++--
sys/crypto/des/arch/i386/des_cbc.S | 4 ++--
sys/crypto/des/arch/i386/des_enc.S | 4 ++--
sys/net/bridgestp.c | 6 +++---
sys/net/if.c | 6 +++---
sys/net/if.h | 4 ++--
sys/net/if_pppoe.c | 6 +++---
sys/net/if_pppoe.h | 4 ++--
sys/net/if_sppp.h | 4 ++--
12 files changed, 27 insertions(+), 27 deletions(-)
diffs (236 lines):
diff -r cf5e64b0064c -r 9b6354c40ac7 sys/crypto/blowfish/arch/i386/bf_cbc.S
--- a/sys/crypto/blowfish/arch/i386/bf_cbc.S Fri Nov 28 08:18:03 2003 +0000
+++ b/sys/crypto/blowfish/arch/i386/bf_cbc.S Fri Nov 28 08:56:48 2003 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: bf_cbc.S,v 1.2 2002/11/12 03:03:10 itohy Exp $ */
+/* $NetBSD: bf_cbc.S,v 1.3 2003/11/28 08:56:48 keihan Exp $ */
/* Copyright (C) 1995-1998 Eric Young (eay%cryptsoft.com@localhost)
* All rights reserved.
@@ -59,7 +59,7 @@
/*
* Modified from the output of `perl bf-686.pl elf' by
- * Thor Lancelot Simon <tls%netbsd.org@localhost>
+ * Thor Lancelot Simon <tls%NetBSD.org@localhost>
*/
#include <i386/include/asm.h>
diff -r cf5e64b0064c -r 9b6354c40ac7 sys/crypto/blowfish/arch/i386/bf_enc.S
--- a/sys/crypto/blowfish/arch/i386/bf_enc.S Fri Nov 28 08:18:03 2003 +0000
+++ b/sys/crypto/blowfish/arch/i386/bf_enc.S Fri Nov 28 08:56:48 2003 +0000
@@ -1,8 +1,8 @@
-/* $NetBSD: bf_enc.S,v 1.1 2001/09/09 11:01:01 tls Exp $ */
+/* $NetBSD: bf_enc.S,v 1.2 2003/11/28 08:56:48 keihan Exp $ */
/*
* Written by Jason R. Thorpe <thorpej%zembu.com@localhost> and Thor Lancelot Simon
- * <tls%netbsd.org@localhost>. Public domain.
+ * <tls%NetBSD.org@localhost>. Public domain.
*/
/*
diff -r cf5e64b0064c -r 9b6354c40ac7 sys/crypto/blowfish/arch/i386/bf_enc_586.S
--- a/sys/crypto/blowfish/arch/i386/bf_enc_586.S Fri Nov 28 08:18:03 2003 +0000
+++ b/sys/crypto/blowfish/arch/i386/bf_enc_586.S Fri Nov 28 08:56:48 2003 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: bf_enc_586.S,v 1.1 2001/09/09 11:01:01 tls Exp $ */
+/* $NetBSD: bf_enc_586.S,v 1.2 2003/11/28 08:56:48 keihan Exp $ */
/* Copyright (C) 1995-1998 Eric Young (eay%cryptsoft.com@localhost)
* All rights reserved.
@@ -60,7 +60,7 @@
/*
* Modified from the output of `perl bf-586.pl elf' by
* Jason R. Thorpe <thorpej%zembu.com@localhost> and Thor Lancelot Simon
- * <tls%netbsd.org@localhost>
+ * <tls%NetBSD.org@localhost>
*/
#include <i386/include/asm.h>
diff -r cf5e64b0064c -r 9b6354c40ac7 sys/crypto/blowfish/arch/i386/bf_enc_686.S
--- a/sys/crypto/blowfish/arch/i386/bf_enc_686.S Fri Nov 28 08:18:03 2003 +0000
+++ b/sys/crypto/blowfish/arch/i386/bf_enc_686.S Fri Nov 28 08:56:48 2003 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: bf_enc_686.S,v 1.1 2001/09/09 11:01:02 tls Exp $ */
+/* $NetBSD: bf_enc_686.S,v 1.2 2003/11/28 08:56:48 keihan Exp $ */
/* Copyright (C) 1995-1998 Eric Young (eay%cryptsoft.com@localhost)
* All rights reserved.
@@ -60,7 +60,7 @@
/*
* Modified from the output of `perl bf-686.pl elf' by
* Jason R. Thorpe <thorpej%zembu.com@localhost> and Thor Lancelot Simon
- * <tls%netbsd.org@localhost>
+ * <tls%NetBSD.org@localhost>
*/
#include <i386/include/asm.h>
diff -r cf5e64b0064c -r 9b6354c40ac7 sys/crypto/des/arch/i386/des_cbc.S
--- a/sys/crypto/des/arch/i386/des_cbc.S Fri Nov 28 08:18:03 2003 +0000
+++ b/sys/crypto/des/arch/i386/des_cbc.S Fri Nov 28 08:56:48 2003 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: des_cbc.S,v 1.2 2002/11/12 03:03:11 itohy Exp $ */
+/* $NetBSD: des_cbc.S,v 1.3 2003/11/28 08:56:48 keihan Exp $ */
/* Copyright (C) 1995-1997 Eric Young (eay%cryptsoft.com@localhost)
* All rights reserved.
@@ -59,7 +59,7 @@
/*
* Modified from the output of `perl des686.pl elf' by
- * Thor Lancelot Simon <tls%netbsd.org@localhost>
+ * Thor Lancelot Simon <tls%NetBSD.org@localhost>
*/
#include <i386/include/asm.h>
diff -r cf5e64b0064c -r 9b6354c40ac7 sys/crypto/des/arch/i386/des_enc.S
--- a/sys/crypto/des/arch/i386/des_enc.S Fri Nov 28 08:18:03 2003 +0000
+++ b/sys/crypto/des/arch/i386/des_enc.S Fri Nov 28 08:56:48 2003 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: des_enc.S,v 1.1 2001/09/09 11:01:02 tls Exp $ */
+/* $NetBSD: des_enc.S,v 1.2 2003/11/28 08:56:48 keihan Exp $ */
/* Copyright (C) 1995-1997 Eric Young (eay%cryptsoft.com@localhost)
* All rights reserved.
@@ -59,7 +59,7 @@
/*
* Modified from the output of `perl des686.pl elf' by
- * Thor Lancelot Simon <tls%netbsd.org@localhost>
+ * Thor Lancelot Simon <tls%NetBSD.org@localhost>
*/
#include <i386/include/asm.h>
diff -r cf5e64b0064c -r 9b6354c40ac7 sys/net/bridgestp.c
--- a/sys/net/bridgestp.c Fri Nov 28 08:18:03 2003 +0000
+++ b/sys/net/bridgestp.c Fri Nov 28 08:56:48 2003 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: bridgestp.c,v 1.4 2003/09/16 17:39:12 jdc Exp $ */
+/* $NetBSD: bridgestp.c,v 1.5 2003/11/28 08:56:48 keihan Exp $ */
/*
* Copyright (c) 2000 Jason L. Wright (jason%thought.net@localhost)
@@ -40,7 +40,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: bridgestp.c,v 1.4 2003/09/16 17:39:12 jdc Exp $");
+__KERNEL_RCSID(0, "$NetBSD: bridgestp.c,v 1.5 2003/11/28 08:56:48 keihan Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@@ -1053,7 +1053,7 @@
* XXX and "spanning tree gets updated". We need
* XXX come sort of callback from the link state
* XXX update code to kick spanning tree.
- * XXX --thorpej%netbsd.org@localhost
+ * XXX --thorpej%NetBSD.org@localhost
*/
bstp_ifupdstatus(sc, bif);
}
diff -r cf5e64b0064c -r 9b6354c40ac7 sys/net/if.c
--- a/sys/net/if.c Fri Nov 28 08:18:03 2003 +0000
+++ b/sys/net/if.c Fri Nov 28 08:56:48 2003 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: if.c,v 1.134 2003/11/11 20:33:46 drochner Exp $ */
+/* $NetBSD: if.c,v 1.135 2003/11/28 08:56:48 keihan Exp $ */
/*-
* Copyright (c) 1999, 2000, 2001 The NetBSD Foundation, Inc.
@@ -97,7 +97,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: if.c,v 1.134 2003/11/11 20:33:46 drochner Exp $");
+__KERNEL_RCSID(0, "$NetBSD: if.c,v 1.135 2003/11/28 08:56:48 keihan Exp $");
#include "opt_inet.h"
@@ -615,7 +615,7 @@
if (purged == 0) {
/*
* XXX What's really the best thing to do
- * XXX here? --thorpej%netbsd.org@localhost
+ * XXX here? --thorpej%NetBSD.org@localhost
*/
printf("if_detach: WARNING: AF %d not purged\n",
family);
diff -r cf5e64b0064c -r 9b6354c40ac7 sys/net/if.h
--- a/sys/net/if.h Fri Nov 28 08:18:03 2003 +0000
+++ b/sys/net/if.h Fri Nov 28 08:56:48 2003 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: if.h,v 1.93 2003/11/10 20:03:29 jonathan Exp $ */
+/* $NetBSD: if.h,v 1.94 2003/11/28 08:56:48 keihan Exp $ */
/*-
* Copyright (c) 1999, 2000, 2001 The NetBSD Foundation, Inc.
@@ -333,7 +333,7 @@
/*
* Some convenience macros used for setting ifi_baudrate.
- * XXX 1000 vs. 1024? --thorpej%netbsd.org@localhost
+ * XXX 1000 vs. 1024? --thorpej%NetBSD.org@localhost
*/
#define IF_Kbps(x) ((x) * 1000) /* kilobits/sec. */
#define IF_Mbps(x) (IF_Kbps((x) * 1000)) /* megabits/sec. */
diff -r cf5e64b0064c -r 9b6354c40ac7 sys/net/if_pppoe.c
--- a/sys/net/if_pppoe.c Fri Nov 28 08:18:03 2003 +0000
+++ b/sys/net/if_pppoe.c Fri Nov 28 08:56:48 2003 +0000
@@ -1,11 +1,11 @@
-/* $NetBSD: if_pppoe.c,v 1.50 2003/10/30 01:43:08 simonb Exp $ */
+/* $NetBSD: if_pppoe.c,v 1.51 2003/11/28 08:56:48 keihan Exp $ */
/*-
* Copyright (c) 2002 The NetBSD Foundation, Inc.
* All rights reserved.
*
* This code is derived from software contributed to The NetBSD Foundation
- * by Martin Husemann <martin%netbsd.org@localhost>.
+ * by Martin Husemann <martin%NetBSD.org@localhost>.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
@@ -37,7 +37,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: if_pppoe.c,v 1.50 2003/10/30 01:43:08 simonb Exp $");
+__KERNEL_RCSID(0, "$NetBSD: if_pppoe.c,v 1.51 2003/11/28 08:56:48 keihan Exp $");
#include "pppoe.h"
#include "bpfilter.h"
diff -r cf5e64b0064c -r 9b6354c40ac7 sys/net/if_pppoe.h
--- a/sys/net/if_pppoe.h Fri Nov 28 08:18:03 2003 +0000
+++ b/sys/net/if_pppoe.h Fri Nov 28 08:56:48 2003 +0000
@@ -1,11 +1,11 @@
-/* $NetBSD: if_pppoe.h,v 1.4 2003/06/18 08:12:52 oki Exp $ */
+/* $NetBSD: if_pppoe.h,v 1.5 2003/11/28 08:56:48 keihan Exp $ */
/*-
* Copyright (c) 2002 The NetBSD Foundation, Inc.
* All rights reserved.
*
* This code is derived from software contributed to The NetBSD Foundation
- * by Martin Husemann <martin%netbsd.org@localhost>.
+ * by Martin Husemann <martin%NetBSD.org@localhost>.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
diff -r cf5e64b0064c -r 9b6354c40ac7 sys/net/if_sppp.h
--- a/sys/net/if_sppp.h Fri Nov 28 08:18:03 2003 +0000
+++ b/sys/net/if_sppp.h Fri Nov 28 08:56:48 2003 +0000
@@ -1,11 +1,11 @@
-/* $NetBSD: if_sppp.h,v 1.21 2003/09/11 18:04:51 martin Exp $ */
+/* $NetBSD: if_sppp.h,v 1.22 2003/11/28 08:56:48 keihan Exp $ */
/*-
* Copyright (c) 2002 The NetBSD Foundation, Inc.
* All rights reserved.
*
* This code is derived from software contributed to The NetBSD Foundation
- * by Martin Husemann <martin%netbsd.org@localhost>.
+ * by Martin Husemann <martin%NetBSD.org@localhost>.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
Home |
Main Index |
Thread Index |
Old Index