aboutsummaryrefslogtreecommitdiff
path: root/sys/netgraph
diff options
context:
space:
mode:
Diffstat (limited to 'sys/netgraph')
-rw-r--r--sys/netgraph/NOTES2
-rw-r--r--sys/netgraph/netgraph.h2
-rw-r--r--sys/netgraph/ng_UI.c2
-rw-r--r--sys/netgraph/ng_UI.h2
-rw-r--r--sys/netgraph/ng_async.c2
-rw-r--r--sys/netgraph/ng_async.h2
-rw-r--r--sys/netgraph/ng_base.c2
-rw-r--r--sys/netgraph/ng_bpf.c2
-rw-r--r--sys/netgraph/ng_bpf.h2
-rw-r--r--sys/netgraph/ng_cisco.c2
-rw-r--r--sys/netgraph/ng_cisco.h2
-rw-r--r--sys/netgraph/ng_echo.c2
-rw-r--r--sys/netgraph/ng_echo.h2
-rw-r--r--sys/netgraph/ng_ether.h2
-rw-r--r--sys/netgraph/ng_frame_relay.c2
-rw-r--r--sys/netgraph/ng_frame_relay.h2
-rw-r--r--sys/netgraph/ng_hole.c2
-rw-r--r--sys/netgraph/ng_hole.h2
-rw-r--r--sys/netgraph/ng_iface.c2
-rw-r--r--sys/netgraph/ng_iface.h2
-rw-r--r--sys/netgraph/ng_ksocket.c2
-rw-r--r--sys/netgraph/ng_ksocket.h2
-rw-r--r--sys/netgraph/ng_lmi.c2
-rw-r--r--sys/netgraph/ng_lmi.h2
-rw-r--r--sys/netgraph/ng_message.h2
-rw-r--r--sys/netgraph/ng_parse.c2
-rw-r--r--sys/netgraph/ng_parse.h2
-rw-r--r--sys/netgraph/ng_ppp.c2
-rw-r--r--sys/netgraph/ng_ppp.h2
-rw-r--r--sys/netgraph/ng_pppoe.c2
-rw-r--r--sys/netgraph/ng_pppoe.h2
-rw-r--r--sys/netgraph/ng_pptpgre.c2
-rw-r--r--sys/netgraph/ng_pptpgre.h2
-rw-r--r--sys/netgraph/ng_rfc1490.c2
-rw-r--r--sys/netgraph/ng_rfc1490.h2
-rw-r--r--sys/netgraph/ng_sample.c2
-rw-r--r--sys/netgraph/ng_sample.h2
-rw-r--r--sys/netgraph/ng_socket.c2
-rw-r--r--sys/netgraph/ng_socket.h2
-rw-r--r--sys/netgraph/ng_socketvar.h2
-rw-r--r--sys/netgraph/ng_tee.c2
-rw-r--r--sys/netgraph/ng_tee.h2
-rw-r--r--sys/netgraph/ng_tty.c2
-rw-r--r--sys/netgraph/ng_tty.h2
-rw-r--r--sys/netgraph/ng_vjc.c2
-rw-r--r--sys/netgraph/ng_vjc.h2
46 files changed, 46 insertions, 46 deletions
diff --git a/sys/netgraph/NOTES b/sys/netgraph/NOTES
index 69d8b711b9e4..3d71ec1149c6 100644
--- a/sys/netgraph/NOTES
+++ b/sys/netgraph/NOTES
@@ -1,4 +1,4 @@
-$FreeBSD$
+$FreeBSD: src/sys/netgraph/NOTES,v 1.1.2.1 1999/11/17 07:23:20 julian Exp $
Development ideas..
Archie's suggestions... :-)
diff --git a/sys/netgraph/netgraph.h b/sys/netgraph/netgraph.h
index e138fa105099..71228223f7b2 100644
--- a/sys/netgraph/netgraph.h
+++ b/sys/netgraph/netgraph.h
@@ -36,7 +36,7 @@
*
* Author: Julian Elischer <julian@whistle.com>
*
- * $FreeBSD$
+ * $FreeBSD: src/sys/netgraph/netgraph.h,v 1.3.2.13 2000/05/05 17:22:38 archie Exp $
* $Whistle: netgraph.h,v 1.29 1999/11/01 07:56:13 julian Exp $
*/
diff --git a/sys/netgraph/ng_UI.c b/sys/netgraph/ng_UI.c
index f4ec100606e2..fe1986a252d6 100644
--- a/sys/netgraph/ng_UI.c
+++ b/sys/netgraph/ng_UI.c
@@ -36,7 +36,7 @@
*
* Author: Julian Elischer <julian@whistle.com>
*
- * $FreeBSD$
+ * $FreeBSD: src/sys/netgraph/ng_UI.c,v 1.3.2.3 1999/12/08 19:44:03 julian Exp $
* $Whistle: ng_UI.c,v 1.14 1999/11/01 09:24:51 julian Exp $
*/
diff --git a/sys/netgraph/ng_UI.h b/sys/netgraph/ng_UI.h
index 52fc36283ce1..b2746db88fd3 100644
--- a/sys/netgraph/ng_UI.h
+++ b/sys/netgraph/ng_UI.h
@@ -36,7 +36,7 @@
*
* Author: Julian Elischer <julian@whistle.com>
*
- * $FreeBSD$
+ * $FreeBSD: src/sys/netgraph/ng_UI.h,v 1.1.2.2 1999/12/01 19:41:43 julian Exp $
* $Whistle: ng_UI.h,v 1.6 1999/01/20 00:54:15 archie Exp $
*/
diff --git a/sys/netgraph/ng_async.c b/sys/netgraph/ng_async.c
index 54ab716f97db..a0d00cf7bca6 100644
--- a/sys/netgraph/ng_async.c
+++ b/sys/netgraph/ng_async.c
@@ -36,7 +36,7 @@
*
* Author: Archie Cobbs <archie@whistle.com>
*
- * $FreeBSD$
+ * $FreeBSD: src/sys/netgraph/ng_async.c,v 1.3.2.5 1999/12/08 19:44:03 julian Exp $
* $Whistle: ng_async.c,v 1.17 1999/11/01 09:24:51 julian Exp $
*/
diff --git a/sys/netgraph/ng_async.h b/sys/netgraph/ng_async.h
index 63f6e43a505d..bec62c687f28 100644
--- a/sys/netgraph/ng_async.h
+++ b/sys/netgraph/ng_async.h
@@ -36,7 +36,7 @@
*
* Author: Archie Cobbs <archie@whistle.com>
*
- * $FreeBSD$
+ * $FreeBSD: src/sys/netgraph/ng_async.h,v 1.2.2.4 1999/12/01 19:41:44 julian Exp $
* $Whistle: ng_async.h,v 1.5 1999/01/25 01:17:14 archie Exp $
*/
diff --git a/sys/netgraph/ng_base.c b/sys/netgraph/ng_base.c
index e2f73bc121bb..a5e0f87436a7 100644
--- a/sys/netgraph/ng_base.c
+++ b/sys/netgraph/ng_base.c
@@ -37,7 +37,7 @@
* Authors: Julian Elischer <julian@whistle.com>
* Archie Cobbs <archie@whistle.com>
*
- * $FreeBSD$
+ * $FreeBSD: src/sys/netgraph/ng_base.c,v 1.6.2.12 2000/05/05 17:22:39 archie Exp $
* $Whistle: ng_base.c,v 1.39 1999/01/28 23:54:53 julian Exp $
*/
diff --git a/sys/netgraph/ng_bpf.c b/sys/netgraph/ng_bpf.c
index f3c979f33bb0..018f5758d95b 100644
--- a/sys/netgraph/ng_bpf.c
+++ b/sys/netgraph/ng_bpf.c
@@ -36,7 +36,7 @@
*
* Author: Archie Cobbs <archie@whistle.com>
*
- * $FreeBSD$
+ * $FreeBSD: src/sys/netgraph/ng_bpf.c,v 1.2.2.1 1999/12/06 22:06:56 archie Exp $
* $Whistle: ng_bpf.c,v 1.3 1999/12/03 20:30:23 archie Exp $
*/
diff --git a/sys/netgraph/ng_bpf.h b/sys/netgraph/ng_bpf.h
index 474fd2a1183a..edc075438d04 100644
--- a/sys/netgraph/ng_bpf.h
+++ b/sys/netgraph/ng_bpf.h
@@ -36,7 +36,7 @@
*
* Author: Archie Cobbs <archie@whistle.com>
*
- * $FreeBSD$
+ * $FreeBSD: src/sys/netgraph/ng_bpf.h,v 1.2.2.1 1999/12/06 22:06:57 archie Exp $
* $Whistle: ng_bpf.h,v 1.3 1999/12/03 20:30:23 archie Exp $
*/
diff --git a/sys/netgraph/ng_cisco.c b/sys/netgraph/ng_cisco.c
index a65dd0c5f012..4d0e23912601 100644
--- a/sys/netgraph/ng_cisco.c
+++ b/sys/netgraph/ng_cisco.c
@@ -36,7 +36,7 @@
*
* Author: Julian Elischer <julian@whistle.com>
*
- * $FreeBSD$
+ * $FreeBSD: src/sys/netgraph/ng_cisco.c,v 1.2.2.4 2000/04/11 01:24:23 archie Exp $
* $Whistle: ng_cisco.c,v 1.25 1999/11/01 09:24:51 julian Exp $
*/
diff --git a/sys/netgraph/ng_cisco.h b/sys/netgraph/ng_cisco.h
index a51dbfaff06e..6544f5a0187b 100644
--- a/sys/netgraph/ng_cisco.h
+++ b/sys/netgraph/ng_cisco.h
@@ -36,7 +36,7 @@
*
* Author: Archie Cobbs <archie@whistle.com>
*
- * $FreeBSD$
+ * $FreeBSD: src/sys/netgraph/ng_cisco.h,v 1.1.2.2 1999/12/01 19:41:44 julian Exp $
* $Whistle: ng_cisco.h,v 1.6 1999/01/25 01:21:48 archie Exp $
*/
diff --git a/sys/netgraph/ng_echo.c b/sys/netgraph/ng_echo.c
index a6de89c08754..503ae92c825b 100644
--- a/sys/netgraph/ng_echo.c
+++ b/sys/netgraph/ng_echo.c
@@ -36,7 +36,7 @@
*
* Author: Julian Elisher <julian@whistle.com>
*
- * $FreeBSD$
+ * $FreeBSD: src/sys/netgraph/ng_echo.c,v 1.2.2.3 1999/12/08 19:44:04 julian Exp $
* $Whistle: ng_echo.c,v 1.13 1999/11/01 09:24:51 julian Exp $
*/
diff --git a/sys/netgraph/ng_echo.h b/sys/netgraph/ng_echo.h
index ca8663f1d864..6b16564c45a6 100644
--- a/sys/netgraph/ng_echo.h
+++ b/sys/netgraph/ng_echo.h
@@ -36,7 +36,7 @@
*
* Author: Archie Cobbs <archie@whistle.com>
*
- * $FreeBSD$
+ * $FreeBSD: src/sys/netgraph/ng_echo.h,v 1.1.2.1 1999/11/17 07:23:23 julian Exp $
* $Whistle: ng_echo.h,v 1.3 1999/01/20 00:22:12 archie Exp $
*/
diff --git a/sys/netgraph/ng_ether.h b/sys/netgraph/ng_ether.h
index f492361b6374..3279a262cec7 100644
--- a/sys/netgraph/ng_ether.h
+++ b/sys/netgraph/ng_ether.h
@@ -36,7 +36,7 @@
*
* Author: Archie Cobbs <archie@whistle.com>
*
- * $FreeBSD$
+ * $FreeBSD: src/sys/netgraph/ng_ether.h,v 1.1.2.2 1999/12/01 19:41:44 julian Exp $
* $Whistle: ng_ether.h,v 1.1 1999/02/02 03:17:22 julian Exp $
*/
diff --git a/sys/netgraph/ng_frame_relay.c b/sys/netgraph/ng_frame_relay.c
index 7486486cfe3a..711eb75fd5b7 100644
--- a/sys/netgraph/ng_frame_relay.c
+++ b/sys/netgraph/ng_frame_relay.c
@@ -36,7 +36,7 @@
*
* Author: Julian Elisher <julian@whistle.com>
*
- * $FreeBSD$
+ * $FreeBSD: src/sys/netgraph/ng_frame_relay.c,v 1.6.2.5 1999/12/08 19:44:04 julian Exp $
* $Whistle: ng_frame_relay.c,v 1.20 1999/11/01 09:24:51 julian Exp $
*/
diff --git a/sys/netgraph/ng_frame_relay.h b/sys/netgraph/ng_frame_relay.h
index 5c764217a539..10f3be2b8cb5 100644
--- a/sys/netgraph/ng_frame_relay.h
+++ b/sys/netgraph/ng_frame_relay.h
@@ -36,7 +36,7 @@
*
* Author: Archie Cobbs <archie@whistle.com>
*
- * $FreeBSD$
+ * $FreeBSD: src/sys/netgraph/ng_frame_relay.h,v 1.1.2.1 1999/11/17 07:23:24 julian Exp $
* $Whistle: ng_frame_relay.h,v 1.7 1999/01/20 00:22:13 archie Exp $
*/
diff --git a/sys/netgraph/ng_hole.c b/sys/netgraph/ng_hole.c
index 51470fa4c2f7..a751e3375dc5 100644
--- a/sys/netgraph/ng_hole.c
+++ b/sys/netgraph/ng_hole.c
@@ -36,7 +36,7 @@
*
* Author: Julian Elisher <julian@whistle.com>
*
- * $FreeBSD$
+ * $FreeBSD: src/sys/netgraph/ng_hole.c,v 1.2.2.3 1999/12/08 19:44:04 julian Exp $
* $Whistle: ng_hole.c,v 1.10 1999/11/01 09:24:51 julian Exp $
*/
diff --git a/sys/netgraph/ng_hole.h b/sys/netgraph/ng_hole.h
index ec12f3f92513..789e22baa399 100644
--- a/sys/netgraph/ng_hole.h
+++ b/sys/netgraph/ng_hole.h
@@ -36,7 +36,7 @@
*
* Author: Archie Cobbs <archie@whistle.com>
*
- * $FreeBSD$
+ * $FreeBSD: src/sys/netgraph/ng_hole.h,v 1.1.2.1 1999/11/17 07:23:25 julian Exp $
* $Whistle: ng_hole.h,v 1.3 1999/01/20 00:22:13 archie Exp $
*/
diff --git a/sys/netgraph/ng_iface.c b/sys/netgraph/ng_iface.c
index 140a18fd3d9c..25f883b1205e 100644
--- a/sys/netgraph/ng_iface.c
+++ b/sys/netgraph/ng_iface.c
@@ -36,7 +36,7 @@
*
* Author: Archie Cobbs <archie@whistle.com>
*
- * $FreeBSD$
+ * $FreeBSD: src/sys/netgraph/ng_iface.c,v 1.4.2.4 1999/12/08 19:44:05 julian Exp $
* $Whistle: ng_iface.c,v 1.33 1999/11/01 09:24:51 julian Exp $
*/
diff --git a/sys/netgraph/ng_iface.h b/sys/netgraph/ng_iface.h
index 946f06e751c8..aea5910c13aa 100644
--- a/sys/netgraph/ng_iface.h
+++ b/sys/netgraph/ng_iface.h
@@ -36,7 +36,7 @@
*
* Author: Archie Cobbs <archie@whistle.com>
*
- * $FreeBSD$
+ * $FreeBSD: src/sys/netgraph/ng_iface.h,v 1.1.2.1 1999/11/17 07:23:26 julian Exp $
* $Whistle: ng_iface.h,v 1.5 1999/01/20 00:22:13 archie Exp $
*/
diff --git a/sys/netgraph/ng_ksocket.c b/sys/netgraph/ng_ksocket.c
index 5f332d9a356e..09b4c223b643 100644
--- a/sys/netgraph/ng_ksocket.c
+++ b/sys/netgraph/ng_ksocket.c
@@ -36,7 +36,7 @@
*
* Author: Archie Cobbs <archie@whistle.com>
*
- * $FreeBSD$
+ * $FreeBSD: src/sys/netgraph/ng_ksocket.c,v 1.1.2.5 1999/12/08 19:44:05 julian Exp $
* $Whistle: ng_ksocket.c,v 1.1 1999/11/16 20:04:40 archie Exp $
*/
diff --git a/sys/netgraph/ng_ksocket.h b/sys/netgraph/ng_ksocket.h
index 48cb41fa347b..6190742e38af 100644
--- a/sys/netgraph/ng_ksocket.h
+++ b/sys/netgraph/ng_ksocket.h
@@ -36,7 +36,7 @@
*
* Author: Archie Cobbs <archie@whistle.com>
*
- * $FreeBSD$
+ * $FreeBSD: src/sys/netgraph/ng_ksocket.h,v 1.1.2.2 1999/12/01 19:41:45 julian Exp $
* $Whistle: ng_ksocket.h,v 1.1 1999/11/16 20:04:40 archie Exp $
*/
diff --git a/sys/netgraph/ng_lmi.c b/sys/netgraph/ng_lmi.c
index 3a3afc9f15bf..b7de2a924670 100644
--- a/sys/netgraph/ng_lmi.c
+++ b/sys/netgraph/ng_lmi.c
@@ -36,7 +36,7 @@
*
* Author: Julian Elischer <julian@whistle.com>
*
- * $FreeBSD$
+ * $FreeBSD: src/sys/netgraph/ng_lmi.c,v 1.3.2.3 1999/12/01 19:41:45 julian Exp $
* $Whistle: ng_lmi.c,v 1.38 1999/11/01 09:24:52 julian Exp $
*/
diff --git a/sys/netgraph/ng_lmi.h b/sys/netgraph/ng_lmi.h
index 16f2b5ba9871..dee3e2befc77 100644
--- a/sys/netgraph/ng_lmi.h
+++ b/sys/netgraph/ng_lmi.h
@@ -36,7 +36,7 @@
*
* Author: Archie Cobbs <archie@whistle.com>
*
- * $FreeBSD$
+ * $FreeBSD: src/sys/netgraph/ng_lmi.h,v 1.1.2.1 1999/11/17 07:23:27 julian Exp $
* $Whistle: ng_lmi.h,v 1.9 1999/01/20 00:22:13 archie Exp $
*/
diff --git a/sys/netgraph/ng_message.h b/sys/netgraph/ng_message.h
index 1fd268eb2568..ec28aa6fdc38 100644
--- a/sys/netgraph/ng_message.h
+++ b/sys/netgraph/ng_message.h
@@ -36,7 +36,7 @@
*
* Author: Julian Elischer <julian@whistle.com>
*
- * $FreeBSD$
+ * $FreeBSD: src/sys/netgraph/ng_message.h,v 1.2.2.3 2000/05/05 17:22:39 archie Exp $
* $Whistle: ng_message.h,v 1.12 1999/01/25 01:17:44 archie Exp $
*/
diff --git a/sys/netgraph/ng_parse.c b/sys/netgraph/ng_parse.c
index 90c6b45f7b19..042c7f0d5db5 100644
--- a/sys/netgraph/ng_parse.c
+++ b/sys/netgraph/ng_parse.c
@@ -37,7 +37,7 @@
* Author: Archie Cobbs <archie@whistle.com>
*
* $Whistle: ng_parse.c,v 1.3 1999/11/29 01:43:48 archie Exp $
- * $FreeBSD$
+ * $FreeBSD: src/sys/netgraph/ng_parse.c,v 1.1.2.5 2000/04/11 01:12:24 archie Exp $
*/
#include <sys/types.h>
diff --git a/sys/netgraph/ng_parse.h b/sys/netgraph/ng_parse.h
index 1543c6bbc601..f84087238f88 100644
--- a/sys/netgraph/ng_parse.h
+++ b/sys/netgraph/ng_parse.h
@@ -37,7 +37,7 @@
* Author: Archie Cobbs <archie@whistle.com>
*
* $Whistle: ng_parse.h,v 1.2 1999/11/29 01:43:48 archie Exp $
- * $FreeBSD$
+ * $FreeBSD: src/sys/netgraph/ng_parse.h,v 1.2.2.4 2000/04/11 01:12:25 archie Exp $
*/
#ifndef _NETGRAPH_PARSE_H_
diff --git a/sys/netgraph/ng_ppp.c b/sys/netgraph/ng_ppp.c
index b63740cedc47..dfaa522eaee6 100644
--- a/sys/netgraph/ng_ppp.c
+++ b/sys/netgraph/ng_ppp.c
@@ -36,7 +36,7 @@
*
* Author: Archie Cobbs <archie@whistle.com>
*
- * $FreeBSD$
+ * $FreeBSD: src/sys/netgraph/ng_ppp.c,v 1.9.2.8 2000/05/05 17:25:22 archie Exp $
* $Whistle: ng_ppp.c,v 1.24 1999/11/01 09:24:52 julian Exp $
*/
diff --git a/sys/netgraph/ng_ppp.h b/sys/netgraph/ng_ppp.h
index a2cc80d19859..29d6269dbb96 100644
--- a/sys/netgraph/ng_ppp.h
+++ b/sys/netgraph/ng_ppp.h
@@ -36,7 +36,7 @@
*
* Author: Archie Cobbs <archie@whistle.com>
*
- * $FreeBSD$
+ * $FreeBSD: src/sys/netgraph/ng_ppp.h,v 1.4.2.3 2000/05/05 17:25:23 archie Exp $
* $Whistle: ng_ppp.h,v 1.8 1999/01/25 02:40:02 archie Exp $
*/
diff --git a/sys/netgraph/ng_pppoe.c b/sys/netgraph/ng_pppoe.c
index 09df976c115e..94ff554e0126 100644
--- a/sys/netgraph/ng_pppoe.c
+++ b/sys/netgraph/ng_pppoe.c
@@ -36,7 +36,7 @@
*
* Author: Julian Elischer <julian@whistle.com>
*
- * $FreeBSD$
+ * $FreeBSD: src/sys/netgraph/ng_pppoe.c,v 1.18.2.5 1999/12/08 19:44:06 julian Exp $
* $Whistle: ng_pppoe.c,v 1.10 1999/11/01 09:24:52 julian Exp $
*/
#if 0
diff --git a/sys/netgraph/ng_pppoe.h b/sys/netgraph/ng_pppoe.h
index 41fecd11e982..55bf5b4dcb98 100644
--- a/sys/netgraph/ng_pppoe.h
+++ b/sys/netgraph/ng_pppoe.h
@@ -36,7 +36,7 @@
*
* Author: Julian Elischer <julian@whistle.com>
*
- * $FreeBSD$
+ * $FreeBSD: src/sys/netgraph/ng_pppoe.h,v 1.6.2.2 1999/12/01 19:41:46 julian Exp $
* $Whistle: ng_pppoe.h,v 1.7 1999/10/16 10:16:43 julian Exp $
*/
diff --git a/sys/netgraph/ng_pptpgre.c b/sys/netgraph/ng_pptpgre.c
index 945d779bfc4d..928620de5e38 100644
--- a/sys/netgraph/ng_pptpgre.c
+++ b/sys/netgraph/ng_pptpgre.c
@@ -36,7 +36,7 @@
*
* Author: Archie Cobbs <archie@whistle.com>
*
- * $FreeBSD$
+ * $FreeBSD: src/sys/netgraph/ng_pptpgre.c,v 1.1.2.3 2000/05/08 20:15:13 archie Exp $
* $Whistle: ng_pptpgre.c,v 1.7 1999/12/08 00:10:06 archie Exp $
*/
diff --git a/sys/netgraph/ng_pptpgre.h b/sys/netgraph/ng_pptpgre.h
index 8488a8dc559e..cc12b08cdb7a 100644
--- a/sys/netgraph/ng_pptpgre.h
+++ b/sys/netgraph/ng_pptpgre.h
@@ -36,7 +36,7 @@
*
* Author: Archie Cobbs <archie@whistle.com>
*
- * $FreeBSD$
+ * $FreeBSD: src/sys/netgraph/ng_pptpgre.h,v 1.1.2.2 2000/05/08 20:15:13 archie Exp $
* $Whistle: ng_pptpgre.h,v 1.3 1999/12/08 00:11:36 archie Exp $
*/
diff --git a/sys/netgraph/ng_rfc1490.c b/sys/netgraph/ng_rfc1490.c
index f14e74bf4e39..69bc78923670 100644
--- a/sys/netgraph/ng_rfc1490.c
+++ b/sys/netgraph/ng_rfc1490.c
@@ -36,7 +36,7 @@
*
* Author: Julian Elischer <julian@whistle.com>
*
- * $FreeBSD$
+ * $FreeBSD: src/sys/netgraph/ng_rfc1490.c,v 1.3.2.3 1999/12/08 19:44:07 julian Exp $
* $Whistle: ng_rfc1490.c,v 1.22 1999/11/01 09:24:52 julian Exp $
*/
diff --git a/sys/netgraph/ng_rfc1490.h b/sys/netgraph/ng_rfc1490.h
index 494a60f0925c..2970e7f277e1 100644
--- a/sys/netgraph/ng_rfc1490.h
+++ b/sys/netgraph/ng_rfc1490.h
@@ -36,7 +36,7 @@
*
* Author: Archie Cobbs <archie@whistle.com>
*
- * $FreeBSD$
+ * $FreeBSD: src/sys/netgraph/ng_rfc1490.h,v 1.1.2.2 1999/12/01 19:41:46 julian Exp $
* $Whistle: ng_rfc1490.h,v 1.7 1999/01/20 00:54:15 archie Exp $
*/
diff --git a/sys/netgraph/ng_sample.c b/sys/netgraph/ng_sample.c
index 5269954cc877..a151b4db661e 100644
--- a/sys/netgraph/ng_sample.c
+++ b/sys/netgraph/ng_sample.c
@@ -36,7 +36,7 @@
*
* Author: Julian Elischer <julian@whistle.com>
*
- * $FreeBSD$
+ * $FreeBSD: src/sys/netgraph/ng_sample.c,v 1.4.2.4 1999/12/03 07:44:24 julian Exp $
* $Whistle: ng_sample.c,v 1.13 1999/11/01 09:24:52 julian Exp $
*/
diff --git a/sys/netgraph/ng_sample.h b/sys/netgraph/ng_sample.h
index faa539c3dda0..6c2a04cfbedc 100644
--- a/sys/netgraph/ng_sample.h
+++ b/sys/netgraph/ng_sample.h
@@ -36,7 +36,7 @@
*
* Author: Julian Elischer <julian@whistle.com>
*
- * $FreeBSD$
+ * $FreeBSD: src/sys/netgraph/ng_sample.h,v 1.1.2.3 1999/12/03 07:44:24 julian Exp $
* $Whistle: ng_sample.h,v 1.3 1999/01/20 00:22:14 archie Exp $
*/
diff --git a/sys/netgraph/ng_socket.c b/sys/netgraph/ng_socket.c
index 2bf98b7c45ba..11e20f04d730 100644
--- a/sys/netgraph/ng_socket.c
+++ b/sys/netgraph/ng_socket.c
@@ -36,7 +36,7 @@
*
* Author: Julian Elischer <julian@whistle.com>
*
- * $FreeBSD$
+ * $FreeBSD: src/sys/netgraph/ng_socket.c,v 1.5.2.8 1999/12/08 19:44:08 julian Exp $
* $Whistle: ng_socket.c,v 1.28 1999/11/01 09:24:52 julian Exp $
*/
diff --git a/sys/netgraph/ng_socket.h b/sys/netgraph/ng_socket.h
index 517b316b91de..ebe8b7d47452 100644
--- a/sys/netgraph/ng_socket.h
+++ b/sys/netgraph/ng_socket.h
@@ -36,7 +36,7 @@
*
* Author: Julian Elischer <julian@whistle.com>
*
- * $FreeBSD$
+ * $FreeBSD: src/sys/netgraph/ng_socket.h,v 1.2.2.4 1999/11/22 07:12:52 julian Exp $
* $Whistle: ng_socket.h,v 1.5 1999/01/20 00:22:14 archie Exp $
*/
diff --git a/sys/netgraph/ng_socketvar.h b/sys/netgraph/ng_socketvar.h
index df9cba3f9de3..f5b02f11f3df 100644
--- a/sys/netgraph/ng_socketvar.h
+++ b/sys/netgraph/ng_socketvar.h
@@ -36,7 +36,7 @@
*
* Author: Julian Elischer <julian@whistle.com>
*
- * $FreeBSD$
+ * $FreeBSD: src/sys/netgraph/ng_socketvar.h,v 1.4.2.1 1999/11/17 07:23:32 julian Exp $
* $Whistle: ng_socketvar.h,v 1.1 1999/01/20 21:35:39 archie Exp $
*/
diff --git a/sys/netgraph/ng_tee.c b/sys/netgraph/ng_tee.c
index ec774f20d2af..71d279e91d56 100644
--- a/sys/netgraph/ng_tee.c
+++ b/sys/netgraph/ng_tee.c
@@ -36,7 +36,7 @@
*
* Author: Julian Elischer <julian@whistle.com>
*
- * $FreeBSD$
+ * $FreeBSD: src/sys/netgraph/ng_tee.c,v 1.4.2.5 2000/01/27 01:34:06 archie Exp $
* $Whistle: ng_tee.c,v 1.18 1999/11/01 09:24:52 julian Exp $
*/
diff --git a/sys/netgraph/ng_tee.h b/sys/netgraph/ng_tee.h
index f70b9f3a8684..53a610785720 100644
--- a/sys/netgraph/ng_tee.h
+++ b/sys/netgraph/ng_tee.h
@@ -36,7 +36,7 @@
*
* Author: Archie Cobbs <archie@whistle.com>
*
- * $FreeBSD$
+ * $FreeBSD: src/sys/netgraph/ng_tee.h,v 1.2.2.2 2000/01/27 01:34:06 archie Exp $
* $Whistle: ng_tee.h,v 1.2 1999/01/20 00:22:14 archie Exp $
*/
diff --git a/sys/netgraph/ng_tty.c b/sys/netgraph/ng_tty.c
index 9b8c5dae0cf4..323ce563596b 100644
--- a/sys/netgraph/ng_tty.c
+++ b/sys/netgraph/ng_tty.c
@@ -36,7 +36,7 @@
*
* Author: Archie Cobbs <archie@whistle.com>
*
- * $FreeBSD$
+ * $FreeBSD: src/sys/netgraph/ng_tty.c,v 1.4.2.7 2000/04/11 01:26:27 archie Exp $
* $Whistle: ng_tty.c,v 1.21 1999/11/01 09:24:52 julian Exp $
*/
diff --git a/sys/netgraph/ng_tty.h b/sys/netgraph/ng_tty.h
index ad7dc4e8f0b6..06d915944cbb 100644
--- a/sys/netgraph/ng_tty.h
+++ b/sys/netgraph/ng_tty.h
@@ -36,7 +36,7 @@
*
* Author: Archie Cobbs <archie@whistle.com>
*
- * $FreeBSD$
+ * $FreeBSD: src/sys/netgraph/ng_tty.h,v 1.1.2.1 1999/11/17 07:23:33 julian Exp $
* $Whistle: ng_tty.h,v 1.7 1999/01/20 00:22:15 archie Exp $
*/
diff --git a/sys/netgraph/ng_vjc.c b/sys/netgraph/ng_vjc.c
index 216b2df2b08c..f945ba8eeaad 100644
--- a/sys/netgraph/ng_vjc.c
+++ b/sys/netgraph/ng_vjc.c
@@ -36,7 +36,7 @@
*
* Author: Archie Cobbs <archie@whistle.com>
*
- * $FreeBSD$
+ * $FreeBSD: src/sys/netgraph/ng_vjc.c,v 1.5.2.4 1999/12/08 19:44:09 julian Exp $
* $Whistle: ng_vjc.c,v 1.17 1999/11/01 09:24:52 julian Exp $
*/
diff --git a/sys/netgraph/ng_vjc.h b/sys/netgraph/ng_vjc.h
index 7d808c99a993..93260e0f2690 100644
--- a/sys/netgraph/ng_vjc.h
+++ b/sys/netgraph/ng_vjc.h
@@ -36,7 +36,7 @@
*
* Author: Archie Cobbs <archie@whistle.com>
*
- * $FreeBSD$
+ * $FreeBSD: src/sys/netgraph/ng_vjc.h,v 1.4.2.1 1999/11/17 07:23:35 julian Exp $
* $Whistle: ng_vjc.h,v 1.6 1999/01/25 02:40:22 archie Exp $
*/