diff options
Diffstat (limited to 'sys/netinet')
165 files changed, 166 insertions, 166 deletions
diff --git a/sys/netinet/accf_data.c b/sys/netinet/accf_data.c index 599392c30f50..96ab422297a6 100644 --- a/sys/netinet/accf_data.c +++ b/sys/netinet/accf_data.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/netinet/accf_data.c,v 1.12.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); #define ACCEPT_FILTER_MOD diff --git a/sys/netinet/accf_dns.c b/sys/netinet/accf_dns.c index ec2b4cfb804f..1e7c8657658d 100644 --- a/sys/netinet/accf_dns.c +++ b/sys/netinet/accf_dns.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/netinet/accf_dns.c,v 1.3.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $ */ #define ACCEPT_FILTER_MOD diff --git a/sys/netinet/accf_http.c b/sys/netinet/accf_http.c index b3761ef54c19..87bb97d6c1b9 100644 --- a/sys/netinet/accf_http.c +++ b/sys/netinet/accf_http.c @@ -26,7 +26,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/netinet/accf_http.c,v 1.18.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); #define ACCEPT_FILTER_MOD diff --git a/sys/netinet/icmp6.h b/sys/netinet/icmp6.h index 5faae7c1f2d9..ff536424aa0b 100644 --- a/sys/netinet/icmp6.h +++ b/sys/netinet/icmp6.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/netinet/icmp6.h,v 1.27.2.2.2.1 2010/06/14 02:09:06 kensmith Exp $ */ /* $KAME: icmp6.h,v 1.46 2001/04/27 15:09:48 itojun Exp $ */ /*- diff --git a/sys/netinet/icmp_var.h b/sys/netinet/icmp_var.h index 30da6a262421..b40da9597ac5 100644 --- a/sys/netinet/icmp_var.h +++ b/sys/netinet/icmp_var.h @@ -27,7 +27,7 @@ * SUCH DAMAGE. * * @(#)icmp_var.h 8.1 (Berkeley) 6/10/93 - * $FreeBSD$ + * $FreeBSD: src/sys/netinet/icmp_var.h,v 1.31.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $ */ #ifndef _NETINET_ICMP_VAR_H_ diff --git a/sys/netinet/if_atm.c b/sys/netinet/if_atm.c index d534a1847967..722bc43f8e19 100644 --- a/sys/netinet/if_atm.c +++ b/sys/netinet/if_atm.c @@ -32,7 +32,7 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/netinet/if_atm.c,v 1.23.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); /* * IP <=> ATM address resolution. diff --git a/sys/netinet/if_atm.h b/sys/netinet/if_atm.h index bd8b51437ecc..bcedbf48f379 100644 --- a/sys/netinet/if_atm.h +++ b/sys/netinet/if_atm.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/netinet/if_atm.h,v 1.7.22.1.4.1 2010/06/14 02:09:06 kensmith Exp $ */ /* $NetBSD: if_atm.h,v 1.2 1996/07/03 17:17:17 chuck Exp $ */ /*- diff --git a/sys/netinet/if_ether.c b/sys/netinet/if_ether.c index 632335328488..88ef979f177c 100644 --- a/sys/netinet/if_ether.c +++ b/sys/netinet/if_ether.c @@ -36,7 +36,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/netinet/if_ether.c,v 1.208.2.11.2.1 2010/06/14 02:09:06 kensmith Exp $"); #include "opt_inet.h" #include "opt_carp.h" diff --git a/sys/netinet/if_ether.h b/sys/netinet/if_ether.h index ce63d8dbf4de..a75214c18874 100644 --- a/sys/netinet/if_ether.h +++ b/sys/netinet/if_ether.h @@ -27,7 +27,7 @@ * SUCH DAMAGE. * * @(#)if_ether.h 8.3 (Berkeley) 5/2/95 - * $FreeBSD$ + * $FreeBSD: src/sys/netinet/if_ether.h,v 1.36.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $ */ #ifndef _NETINET_IF_ETHER_H_ diff --git a/sys/netinet/igmp.c b/sys/netinet/igmp.c index d4c8e99cdab1..2230e123af6c 100644 --- a/sys/netinet/igmp.c +++ b/sys/netinet/igmp.c @@ -48,7 +48,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/netinet/igmp.c,v 1.89.2.2.2.1 2010/06/14 02:09:06 kensmith Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/netinet/igmp.h b/sys/netinet/igmp.h index 8f574290b8eb..78917805e8e5 100644 --- a/sys/netinet/igmp.h +++ b/sys/netinet/igmp.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)igmp.h 8.1 (Berkeley) 6/10/93 - * $FreeBSD$ + * $FreeBSD: src/sys/netinet/igmp.h,v 1.18.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $ */ #ifndef _NETINET_IGMP_H_ diff --git a/sys/netinet/igmp_var.h b/sys/netinet/igmp_var.h index ca17158f1aef..ae087dcd158d 100644 --- a/sys/netinet/igmp_var.h +++ b/sys/netinet/igmp_var.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * from: @(#)igmp_var.h 8.1 (Berkeley) 7/19/93 - * $FreeBSD$ + * $FreeBSD: src/sys/netinet/igmp_var.h,v 1.24.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $ */ #ifndef _NETINET_IGMP_VAR_H_ diff --git a/sys/netinet/in.c b/sys/netinet/in.c index 7d70382afde1..581fe8e7843b 100644 --- a/sys/netinet/in.c +++ b/sys/netinet/in.c @@ -31,7 +31,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/netinet/in.c,v 1.143.2.16.2.2 2010/06/25 21:26:34 qingli Exp $"); #include "opt_carp.h" #include "opt_mpath.h" diff --git a/sys/netinet/in.h b/sys/netinet/in.h index 4a7e11a48bd4..023b9b1b61bd 100644 --- a/sys/netinet/in.h +++ b/sys/netinet/in.h @@ -27,7 +27,7 @@ * SUCH DAMAGE. * * @(#)in.h 8.3 (Berkeley) 1/3/94 - * $FreeBSD$ + * $FreeBSD: src/sys/netinet/in.h,v 1.110.2.4.2.1 2010/06/14 02:09:06 kensmith Exp $ */ #ifndef _NETINET_IN_H_ diff --git a/sys/netinet/in_cksum.c b/sys/netinet/in_cksum.c index 8fe05d9f96b2..b16670aa0df9 100644 --- a/sys/netinet/in_cksum.c +++ b/sys/netinet/in_cksum.c @@ -30,7 +30,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/netinet/in_cksum.c,v 1.10.10.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); #include <sys/param.h> #include <sys/mbuf.h> diff --git a/sys/netinet/in_gif.c b/sys/netinet/in_gif.c index 6c60390aa6a5..7dabebf3c899 100644 --- a/sys/netinet/in_gif.c +++ b/sys/netinet/in_gif.c @@ -30,7 +30,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/netinet/in_gif.c,v 1.50.2.2.2.1 2010/06/14 02:09:06 kensmith Exp $"); #include "opt_mrouting.h" #include "opt_inet.h" diff --git a/sys/netinet/in_gif.h b/sys/netinet/in_gif.h index e1f4ae48d6ed..a8759ccc4412 100644 --- a/sys/netinet/in_gif.h +++ b/sys/netinet/in_gif.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/netinet/in_gif.h,v 1.12.22.1.4.1 2010/06/14 02:09:06 kensmith Exp $ */ /* $KAME: in_gif.h,v 1.5 2000/04/14 08:36:02 itojun Exp $ */ /*- diff --git a/sys/netinet/in_mcast.c b/sys/netinet/in_mcast.c index 811d935ba995..cba8c5e6907e 100644 --- a/sys/netinet/in_mcast.c +++ b/sys/netinet/in_mcast.c @@ -33,7 +33,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/netinet/in_mcast.c,v 1.27.2.5.2.1 2010/06/14 02:09:06 kensmith Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/netinet/in_pcb.c b/sys/netinet/in_pcb.c index efe871631192..632b6c7d6fca 100644 --- a/sys/netinet/in_pcb.c +++ b/sys/netinet/in_pcb.c @@ -32,7 +32,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/netinet/in_pcb.c,v 1.260.2.3.2.2 2010/06/25 21:26:34 qingli Exp $"); #include "opt_ddb.h" #include "opt_ipsec.h" diff --git a/sys/netinet/in_pcb.h b/sys/netinet/in_pcb.h index 6e3a24bef0db..72f91fa5c12a 100644 --- a/sys/netinet/in_pcb.h +++ b/sys/netinet/in_pcb.h @@ -28,7 +28,7 @@ * SUCH DAMAGE. * * @(#)in_pcb.h 8.1 (Berkeley) 6/10/93 - * $FreeBSD$ + * $FreeBSD: src/sys/netinet/in_pcb.h,v 1.142.2.2.2.1 2010/06/14 02:09:06 kensmith Exp $ */ #ifndef _NETINET_IN_PCB_H_ diff --git a/sys/netinet/in_proto.c b/sys/netinet/in_proto.c index 6d72fbe3da3c..b9446d4c85da 100644 --- a/sys/netinet/in_proto.c +++ b/sys/netinet/in_proto.c @@ -30,7 +30,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/netinet/in_proto.c,v 1.99.2.4.2.1 2010/06/14 02:09:06 kensmith Exp $"); #include "opt_ipx.h" #include "opt_mrouting.h" diff --git a/sys/netinet/in_rmx.c b/sys/netinet/in_rmx.c index 5b8e0f619c8b..38c50dacc83f 100644 --- a/sys/netinet/in_rmx.c +++ b/sys/netinet/in_rmx.c @@ -41,7 +41,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/netinet/in_rmx.c,v 1.79.2.2.2.1 2010/06/14 02:09:06 kensmith Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/netinet/in_systm.h b/sys/netinet/in_systm.h index 4b34aa00f764..3ddcb4d480d7 100644 --- a/sys/netinet/in_systm.h +++ b/sys/netinet/in_systm.h @@ -27,7 +27,7 @@ * SUCH DAMAGE. * * @(#)in_systm.h 8.1 (Berkeley) 6/10/93 - * $FreeBSD$ + * $FreeBSD: src/sys/netinet/in_systm.h,v 1.13.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $ */ #ifndef _NETINET_IN_SYSTM_H_ diff --git a/sys/netinet/in_var.h b/sys/netinet/in_var.h index cd1d90438e4d..36c4d9e7d1dc 100644 --- a/sys/netinet/in_var.h +++ b/sys/netinet/in_var.h @@ -27,7 +27,7 @@ * SUCH DAMAGE. * * @(#)in_var.h 8.2 (Berkeley) 1/9/95 - * $FreeBSD$ + * $FreeBSD: src/sys/netinet/in_var.h,v 1.75.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $ */ #ifndef _NETINET_IN_VAR_H_ diff --git a/sys/netinet/ip.h b/sys/netinet/ip.h index daee533ee681..38216ac76037 100644 --- a/sys/netinet/ip.h +++ b/sys/netinet/ip.h @@ -28,7 +28,7 @@ * SUCH DAMAGE. * * @(#)ip.h 8.2 (Berkeley) 6/1/94 - * $FreeBSD$ + * $FreeBSD: src/sys/netinet/ip.h,v 1.34.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $ */ #ifndef _NETINET_IP_H_ diff --git a/sys/netinet/ip6.h b/sys/netinet/ip6.h index 3fb08a78c9df..81c686bc4398 100644 --- a/sys/netinet/ip6.h +++ b/sys/netinet/ip6.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/netinet/ip6.h,v 1.19.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $ */ /* $KAME: ip6.h,v 1.18 2001/03/29 05:34:30 itojun Exp $ */ /*- diff --git a/sys/netinet/ip_carp.c b/sys/netinet/ip_carp.c index 433c0f03dd54..53b3fd10bd03 100644 --- a/sys/netinet/ip_carp.c +++ b/sys/netinet/ip_carp.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/netinet/ip_carp.c,v 1.73.2.3.2.1 2010/06/14 02:09:06 kensmith Exp $"); #include "opt_carp.h" #include "opt_bpf.h" diff --git a/sys/netinet/ip_carp.h b/sys/netinet/ip_carp.h index 47bb494fc9f1..746de2796d3b 100644 --- a/sys/netinet/ip_carp.h +++ b/sys/netinet/ip_carp.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/netinet/ip_carp.h,v 1.4.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $ */ /* $OpenBSD: ip_carp.h,v 1.8 2004/07/29 22:12:15 mcbride Exp $ */ /* diff --git a/sys/netinet/ip_divert.c b/sys/netinet/ip_divert.c index 86f2305c3851..fc3d596928b9 100644 --- a/sys/netinet/ip_divert.c +++ b/sys/netinet/ip_divert.c @@ -28,7 +28,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/netinet/ip_divert.c,v 1.156.2.6.2.1 2010/06/14 02:09:06 kensmith Exp $"); #if !defined(KLD_MODULE) #include "opt_inet.h" diff --git a/sys/netinet/ip_divert.h b/sys/netinet/ip_divert.h index b8bcf4fb675f..342a5ca8c9ee 100644 --- a/sys/netinet/ip_divert.h +++ b/sys/netinet/ip_divert.h @@ -29,7 +29,7 @@ * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF * THE POSSIBILITY OF SUCH DAMAGES. * - * $FreeBSD$ + * $FreeBSD: src/sys/netinet/ip_divert.h,v 1.4.22.3.2.1 2010/06/14 02:09:06 kensmith Exp $ */ #ifndef _NETINET_IP_DIVERT_H_ diff --git a/sys/netinet/ip_dummynet.h b/sys/netinet/ip_dummynet.h index 0bbc32638c97..f68572103d61 100644 --- a/sys/netinet/ip_dummynet.h +++ b/sys/netinet/ip_dummynet.h @@ -24,7 +24,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/netinet/ip_dummynet.h,v 1.47.2.2.2.1 2010/06/14 02:09:06 kensmith Exp $ */ #ifndef _IP_DUMMYNET_H diff --git a/sys/netinet/ip_ecn.c b/sys/netinet/ip_ecn.c index 9fce01d7cd68..e5e80a1bf5b9 100644 --- a/sys/netinet/ip_ecn.c +++ b/sys/netinet/ip_ecn.c @@ -35,7 +35,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/netinet/ip_ecn.c,v 1.9.10.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); #include "opt_inet.h" #include "opt_inet6.h" diff --git a/sys/netinet/ip_ecn.h b/sys/netinet/ip_ecn.h index 0886cc8277fe..cec49588da47 100644 --- a/sys/netinet/ip_ecn.h +++ b/sys/netinet/ip_ecn.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/netinet/ip_ecn.h,v 1.7.22.1.4.1 2010/06/14 02:09:06 kensmith Exp $ */ /* $KAME: ip_ecn.h,v 1.8 2002/01/07 11:34:47 kjc Exp $ */ /*- diff --git a/sys/netinet/ip_encap.c b/sys/netinet/ip_encap.c index ce1319d447ef..dc7b9f340656 100644 --- a/sys/netinet/ip_encap.c +++ b/sys/netinet/ip_encap.c @@ -57,7 +57,7 @@ /* XXX is M_NETADDR correct? */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/netinet/ip_encap.c,v 1.24.10.2.2.1 2010/06/14 02:09:06 kensmith Exp $"); #include "opt_mrouting.h" #include "opt_inet.h" diff --git a/sys/netinet/ip_encap.h b/sys/netinet/ip_encap.h index 3b1a5aeeb738..5f7d63d24b19 100644 --- a/sys/netinet/ip_encap.h +++ b/sys/netinet/ip_encap.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/netinet/ip_encap.h,v 1.4.22.1.4.1 2010/06/14 02:09:06 kensmith Exp $ */ /* $KAME: ip_encap.h,v 1.7 2000/03/25 07:23:37 sumikawa Exp $ */ /*- diff --git a/sys/netinet/ip_fastfwd.c b/sys/netinet/ip_fastfwd.c index 31565d1ad857..26fae6933163 100644 --- a/sys/netinet/ip_fastfwd.c +++ b/sys/netinet/ip_fastfwd.c @@ -74,7 +74,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/netinet/ip_fastfwd.c,v 1.52.2.2.2.1 2010/06/14 02:09:06 kensmith Exp $"); #include "opt_ipfw.h" #include "opt_ipstealth.h" diff --git a/sys/netinet/ip_fw.h b/sys/netinet/ip_fw.h index cf5d8d03a90e..2c874ed0b3fc 100644 --- a/sys/netinet/ip_fw.h +++ b/sys/netinet/ip_fw.h @@ -22,7 +22,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/netinet/ip_fw.h,v 1.132.2.4.2.1 2010/06/14 02:09:06 kensmith Exp $ */ #ifndef _IPFW2_H diff --git a/sys/netinet/ip_gre.c b/sys/netinet/ip_gre.c index 218cc6e38cfb..620aa714273d 100644 --- a/sys/netinet/ip_gre.c +++ b/sys/netinet/ip_gre.c @@ -45,7 +45,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/netinet/ip_gre.c,v 1.26.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); #include "opt_inet.h" #include "opt_atalk.h" diff --git a/sys/netinet/ip_gre.h b/sys/netinet/ip_gre.h index 1fb67d93b9ce..dfa7e7b2c40c 100644 --- a/sys/netinet/ip_gre.h +++ b/sys/netinet/ip_gre.h @@ -1,5 +1,5 @@ /* $NetBSD: ip_gre.h,v 1.5 2002/06/09 16:33:40 itojun Exp $ */ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/netinet/ip_gre.h,v 1.4.10.1.4.1 2010/06/14 02:09:06 kensmith Exp $ */ /*- * Copyright (c) 1998 The NetBSD Foundation, Inc. diff --git a/sys/netinet/ip_icmp.c b/sys/netinet/ip_icmp.c index 8dc08d9336c2..256174565ee2 100644 --- a/sys/netinet/ip_icmp.c +++ b/sys/netinet/ip_icmp.c @@ -30,7 +30,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/netinet/ip_icmp.c,v 1.138.2.3.2.1 2010/06/14 02:09:06 kensmith Exp $"); #include "opt_ipsec.h" diff --git a/sys/netinet/ip_icmp.h b/sys/netinet/ip_icmp.h index 9cabdb58c570..67ca49cf23d6 100644 --- a/sys/netinet/ip_icmp.h +++ b/sys/netinet/ip_icmp.h @@ -27,7 +27,7 @@ * SUCH DAMAGE. * * @(#)ip_icmp.h 8.1 (Berkeley) 6/10/93 - * $FreeBSD$ + * $FreeBSD: src/sys/netinet/ip_icmp.h,v 1.28.2.2.2.1 2010/06/14 02:09:06 kensmith Exp $ */ #ifndef _NETINET_IP_ICMP_H_ diff --git a/sys/netinet/ip_id.c b/sys/netinet/ip_id.c index ce8c6b42ec78..aadc8ae03377 100644 --- a/sys/netinet/ip_id.c +++ b/sys/netinet/ip_id.c @@ -26,7 +26,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/netinet/ip_id.c,v 1.12.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); /* * IP ID generation is a fascinating topic. diff --git a/sys/netinet/ip_input.c b/sys/netinet/ip_input.c index a17907c397c0..1faad73ef243 100644 --- a/sys/netinet/ip_input.c +++ b/sys/netinet/ip_input.c @@ -30,7 +30,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/netinet/ip_input.c,v 1.375.2.9.2.1 2010/06/14 02:09:06 kensmith Exp $"); #include "opt_bootp.h" #include "opt_ipfw.h" diff --git a/sys/netinet/ip_ipsec.c b/sys/netinet/ip_ipsec.c index 65ec49eb5a48..5de00c5fb3f0 100644 --- a/sys/netinet/ip_ipsec.c +++ b/sys/netinet/ip_ipsec.c @@ -28,7 +28,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/netinet/ip_ipsec.c,v 1.22.2.2.2.1 2010/06/14 02:09:06 kensmith Exp $"); #include "opt_ipsec.h" #include "opt_sctp.h" diff --git a/sys/netinet/ip_ipsec.h b/sys/netinet/ip_ipsec.h index 31bc86a17498..60a0902d74e7 100644 --- a/sys/netinet/ip_ipsec.h +++ b/sys/netinet/ip_ipsec.h @@ -26,7 +26,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/netinet/ip_ipsec.h,v 1.4.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $ */ #ifndef _NETINET_IP_IPSEC_H_ diff --git a/sys/netinet/ip_mroute.c b/sys/netinet/ip_mroute.c index 48d5ffc03cb9..c567b3d2e9d2 100644 --- a/sys/netinet/ip_mroute.c +++ b/sys/netinet/ip_mroute.c @@ -67,7 +67,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/netinet/ip_mroute.c,v 1.155.2.2.2.1 2010/06/14 02:09:06 kensmith Exp $"); #include "opt_inet.h" #include "opt_mrouting.h" diff --git a/sys/netinet/ip_mroute.h b/sys/netinet/ip_mroute.h index 10e67d126f2d..d9b47fbf883e 100644 --- a/sys/netinet/ip_mroute.h +++ b/sys/netinet/ip_mroute.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)ip_mroute.h 8.1 (Berkeley) 6/10/93 - * $FreeBSD$ + * $FreeBSD: src/sys/netinet/ip_mroute.h,v 1.36.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $ */ #ifndef _NETINET_IP_MROUTE_H_ diff --git a/sys/netinet/ip_options.c b/sys/netinet/ip_options.c index d66d6bbf445f..92f068d2b766 100644 --- a/sys/netinet/ip_options.c +++ b/sys/netinet/ip_options.c @@ -30,7 +30,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/netinet/ip_options.c,v 1.21.2.1.4.2 2010/06/25 21:26:34 qingli Exp $"); #include "opt_ipstealth.h" diff --git a/sys/netinet/ip_options.h b/sys/netinet/ip_options.h index 7ba5ae644b76..8e8139e7f7ac 100644 --- a/sys/netinet/ip_options.h +++ b/sys/netinet/ip_options.h @@ -28,7 +28,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/netinet/ip_options.h,v 1.4.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $ */ #ifndef _NETINET_IP_OPTIONS_H_ diff --git a/sys/netinet/ip_output.c b/sys/netinet/ip_output.c index fe3d2e4b8213..9e78d9369d71 100644 --- a/sys/netinet/ip_output.c +++ b/sys/netinet/ip_output.c @@ -30,7 +30,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/netinet/ip_output.c,v 1.314.2.9.2.2 2010/06/25 21:26:34 qingli Exp $"); #include "opt_ipfw.h" #include "opt_ipsec.h" diff --git a/sys/netinet/ip_var.h b/sys/netinet/ip_var.h index 4415001fc279..3ace95327372 100644 --- a/sys/netinet/ip_var.h +++ b/sys/netinet/ip_var.h @@ -27,7 +27,7 @@ * SUCH DAMAGE. * * @(#)ip_var.h 8.2 (Berkeley) 1/9/95 - * $FreeBSD$ + * $FreeBSD: src/sys/netinet/ip_var.h,v 1.115.2.5.2.1 2010/06/14 02:09:06 kensmith Exp $ */ #ifndef _NETINET_IP_VAR_H_ diff --git a/sys/netinet/ipfw/dn_heap.c b/sys/netinet/ipfw/dn_heap.c index 6773851327c3..9f5b4b9d1c52 100644 --- a/sys/netinet/ipfw/dn_heap.c +++ b/sys/netinet/ipfw/dn_heap.c @@ -27,13 +27,13 @@ /* * Binary heap and hash tables, used in dummynet * - * $FreeBSD$ + * $FreeBSD: src/sys/netinet/ipfw/dn_heap.c,v 1.2.2.2.2.1 2010/06/14 02:09:06 kensmith Exp $ */ #include <sys/cdefs.h> #include <sys/param.h> #ifdef _KERNEL -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/netinet/ipfw/dn_heap.c,v 1.2.2.2.2.1 2010/06/14 02:09:06 kensmith Exp $"); #include <sys/systm.h> #include <sys/malloc.h> #include <sys/kernel.h> diff --git a/sys/netinet/ipfw/dn_heap.h b/sys/netinet/ipfw/dn_heap.h index c95473ade392..c7b69658fb4b 100644 --- a/sys/netinet/ipfw/dn_heap.h +++ b/sys/netinet/ipfw/dn_heap.h @@ -27,7 +27,7 @@ /* * Binary heap and hash tables, header file * - * $FreeBSD$ + * $FreeBSD: src/sys/netinet/ipfw/dn_heap.h,v 1.2.2.2.2.1 2010/06/14 02:09:06 kensmith Exp $ */ #ifndef _IP_DN_HEAP_H diff --git a/sys/netinet/ipfw/dn_sched.h b/sys/netinet/ipfw/dn_sched.h index fe54b0205cf3..6a6eb43975a1 100644 --- a/sys/netinet/ipfw/dn_sched.h +++ b/sys/netinet/ipfw/dn_sched.h @@ -27,7 +27,7 @@ /* * The API to write a packet scheduling algorithm for dummynet. * - * $FreeBSD$ + * $FreeBSD: src/sys/netinet/ipfw/dn_sched.h,v 1.2.2.2.2.1 2010/06/14 02:09:06 kensmith Exp $ */ #ifndef _DN_SCHED_H diff --git a/sys/netinet/ipfw/dn_sched_fifo.c b/sys/netinet/ipfw/dn_sched_fifo.c index 0bb3800a9c2a..2e8b40bc863b 100644 --- a/sys/netinet/ipfw/dn_sched_fifo.c +++ b/sys/netinet/ipfw/dn_sched_fifo.c @@ -25,7 +25,7 @@ */ /* - * $FreeBSD$ + * $FreeBSD: src/sys/netinet/ipfw/dn_sched_fifo.c,v 1.1.2.2.2.1 2010/06/14 02:09:06 kensmith Exp $ */ #ifdef _KERNEL diff --git a/sys/netinet/ipfw/dn_sched_prio.c b/sys/netinet/ipfw/dn_sched_prio.c index 28f60062cfc5..ac7b44712e76 100644 --- a/sys/netinet/ipfw/dn_sched_prio.c +++ b/sys/netinet/ipfw/dn_sched_prio.c @@ -25,7 +25,7 @@ */ /* - * $FreeBSD$ + * $FreeBSD: src/sys/netinet/ipfw/dn_sched_prio.c,v 1.1.2.2.2.1 2010/06/14 02:09:06 kensmith Exp $ */ #ifdef _KERNEL #include <sys/malloc.h> diff --git a/sys/netinet/ipfw/dn_sched_qfq.c b/sys/netinet/ipfw/dn_sched_qfq.c index 44555ee09e28..9b59c087b3cc 100644 --- a/sys/netinet/ipfw/dn_sched_qfq.c +++ b/sys/netinet/ipfw/dn_sched_qfq.c @@ -25,7 +25,7 @@ */ /* - * $FreeBSD$ + * $FreeBSD: src/sys/netinet/ipfw/dn_sched_qfq.c,v 1.1.2.2.2.1 2010/06/14 02:09:06 kensmith Exp $ */ #ifdef _KERNEL diff --git a/sys/netinet/ipfw/dn_sched_rr.c b/sys/netinet/ipfw/dn_sched_rr.c index fc7be001b305..607649c003ee 100644 --- a/sys/netinet/ipfw/dn_sched_rr.c +++ b/sys/netinet/ipfw/dn_sched_rr.c @@ -25,7 +25,7 @@ */ /* - * $FreeBSD$ + * $FreeBSD: src/sys/netinet/ipfw/dn_sched_rr.c,v 1.1.2.2.2.1 2010/06/14 02:09:06 kensmith Exp $ */ #ifdef _KERNEL diff --git a/sys/netinet/ipfw/dn_sched_wf2q.c b/sys/netinet/ipfw/dn_sched_wf2q.c index 1fbc1202e405..53940a3eca4f 100644 --- a/sys/netinet/ipfw/dn_sched_wf2q.c +++ b/sys/netinet/ipfw/dn_sched_wf2q.c @@ -26,7 +26,7 @@ */ /* - * $FreeBSD$ + * $FreeBSD: src/sys/netinet/ipfw/dn_sched_wf2q.c,v 1.1.2.2.2.1 2010/06/14 02:09:06 kensmith Exp $ */ #ifdef _KERNEL diff --git a/sys/netinet/ipfw/dummynet.txt b/sys/netinet/ipfw/dummynet.txt index 0ed6ad15d327..f2cfea4c4919 100644 --- a/sys/netinet/ipfw/dummynet.txt +++ b/sys/netinet/ipfw/dummynet.txt @@ -1,5 +1,5 @@ # -# $FreeBSD$ +# $FreeBSD: src/sys/netinet/ipfw/dummynet.txt,v 1.1.2.2.2.1 2010/06/14 02:09:06 kensmith Exp $ # Notes on the internal structure of dummynet (2010 version) diff --git a/sys/netinet/ipfw/ip_dn_glue.c b/sys/netinet/ipfw/ip_dn_glue.c index c0df1fc04be0..d71d6c6a8e6a 100644 --- a/sys/netinet/ipfw/ip_dn_glue.c +++ b/sys/netinet/ipfw/ip_dn_glue.c @@ -25,7 +25,7 @@ */ /* - * $FreeBSD$ + * $FreeBSD: src/sys/netinet/ipfw/ip_dn_glue.c,v 1.2.2.2.2.1 2010/06/14 02:09:06 kensmith Exp $ * * Binary compatibility support for /sbin/ipfw RELENG_7 and RELENG_8 */ diff --git a/sys/netinet/ipfw/ip_dn_io.c b/sys/netinet/ipfw/ip_dn_io.c index eab9d9e03753..39a910737943 100644 --- a/sys/netinet/ipfw/ip_dn_io.c +++ b/sys/netinet/ipfw/ip_dn_io.c @@ -28,7 +28,7 @@ * Dummynet portions related to packet handling. */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/netinet/ipfw/ip_dn_io.c,v 1.2.2.4.2.1 2010/06/14 02:09:06 kensmith Exp $"); #include "opt_inet6.h" diff --git a/sys/netinet/ipfw/ip_dn_private.h b/sys/netinet/ipfw/ip_dn_private.h index 270f18813268..7fd7822c6785 100644 --- a/sys/netinet/ipfw/ip_dn_private.h +++ b/sys/netinet/ipfw/ip_dn_private.h @@ -27,7 +27,7 @@ /* * internal dummynet APIs. * - * $FreeBSD$ + * $FreeBSD: src/sys/netinet/ipfw/ip_dn_private.h,v 1.3.2.2.2.1 2010/06/14 02:09:06 kensmith Exp $ */ #ifndef _IP_DN_PRIVATE_H diff --git a/sys/netinet/ipfw/ip_dummynet.c b/sys/netinet/ipfw/ip_dummynet.c index d7073eb797ee..982489d2a4d1 100644 --- a/sys/netinet/ipfw/ip_dummynet.c +++ b/sys/netinet/ipfw/ip_dummynet.c @@ -26,7 +26,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/netinet/ipfw/ip_dummynet.c,v 1.5.2.3.2.1 2010/06/14 02:09:06 kensmith Exp $"); /* * Configuration and internal object management for dummynet. diff --git a/sys/netinet/ipfw/ip_fw2.c b/sys/netinet/ipfw/ip_fw2.c index 959ad8e3ad99..e875ada6a95a 100644 --- a/sys/netinet/ipfw/ip_fw2.c +++ b/sys/netinet/ipfw/ip_fw2.c @@ -24,7 +24,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/netinet/ipfw/ip_fw2.c,v 1.11.2.8.2.1 2010/06/14 02:09:06 kensmith Exp $"); /* * The FreeBSD IP packet firewall, main file diff --git a/sys/netinet/ipfw/ip_fw_dynamic.c b/sys/netinet/ipfw/ip_fw_dynamic.c index 69475828e1e7..09138931aec7 100644 --- a/sys/netinet/ipfw/ip_fw_dynamic.c +++ b/sys/netinet/ipfw/ip_fw_dynamic.c @@ -24,7 +24,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/netinet/ipfw/ip_fw_dynamic.c,v 1.8.2.2.2.1 2010/06/14 02:09:06 kensmith Exp $"); #define DEB(x) #define DDB(x) x diff --git a/sys/netinet/ipfw/ip_fw_log.c b/sys/netinet/ipfw/ip_fw_log.c index 93bd19b22e1c..b8b22a1f2e2a 100644 --- a/sys/netinet/ipfw/ip_fw_log.c +++ b/sys/netinet/ipfw/ip_fw_log.c @@ -24,7 +24,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/netinet/ipfw/ip_fw_log.c,v 1.9.2.2.2.1 2010/06/14 02:09:06 kensmith Exp $"); /* * Logging support for ipfw diff --git a/sys/netinet/ipfw/ip_fw_nat.c b/sys/netinet/ipfw/ip_fw_nat.c index f30b754dc162..0e7b7507e7f5 100644 --- a/sys/netinet/ipfw/ip_fw_nat.c +++ b/sys/netinet/ipfw/ip_fw_nat.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/netinet/ipfw/ip_fw_nat.c,v 1.5.2.2.2.1 2010/06/14 02:09:06 kensmith Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/netinet/ipfw/ip_fw_pfil.c b/sys/netinet/ipfw/ip_fw_pfil.c index b4e31d4c8c80..226eda8e4bf8 100644 --- a/sys/netinet/ipfw/ip_fw_pfil.c +++ b/sys/netinet/ipfw/ip_fw_pfil.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/netinet/ipfw/ip_fw_pfil.c,v 1.4.2.4.2.1 2010/06/14 02:09:06 kensmith Exp $"); #if !defined(KLD_MODULE) #include "opt_ipfw.h" diff --git a/sys/netinet/ipfw/ip_fw_private.h b/sys/netinet/ipfw/ip_fw_private.h index c29ae0ad90b7..4657458ee591 100644 --- a/sys/netinet/ipfw/ip_fw_private.h +++ b/sys/netinet/ipfw/ip_fw_private.h @@ -22,7 +22,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/netinet/ipfw/ip_fw_private.h,v 1.13.2.2.2.1 2010/06/14 02:09:06 kensmith Exp $ */ #ifndef _IPFW2_PRIVATE_H diff --git a/sys/netinet/ipfw/ip_fw_sockopt.c b/sys/netinet/ipfw/ip_fw_sockopt.c index de7bfbe560f4..f939a59a892d 100644 --- a/sys/netinet/ipfw/ip_fw_sockopt.c +++ b/sys/netinet/ipfw/ip_fw_sockopt.c @@ -26,7 +26,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/netinet/ipfw/ip_fw_sockopt.c,v 1.14.2.5.2.1 2010/06/14 02:09:06 kensmith Exp $"); /* * Sockopt support for ipfw. The routines here implement diff --git a/sys/netinet/ipfw/ip_fw_table.c b/sys/netinet/ipfw/ip_fw_table.c index 517622f02171..2e7eebeb3c62 100644 --- a/sys/netinet/ipfw/ip_fw_table.c +++ b/sys/netinet/ipfw/ip_fw_table.c @@ -24,7 +24,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/netinet/ipfw/ip_fw_table.c,v 1.9.2.2.2.1 2010/06/14 02:09:06 kensmith Exp $"); /* * Lookup table support for ipfw diff --git a/sys/netinet/ipfw/test/Makefile b/sys/netinet/ipfw/test/Makefile index c556a4bf3d51..7986c8ea15cd 100644 --- a/sys/netinet/ipfw/test/Makefile +++ b/sys/netinet/ipfw/test/Makefile @@ -1,5 +1,5 @@ # -# $FreeBSD$ +# $FreeBSD: src/sys/netinet/ipfw/test/Makefile,v 1.2.2.3.2.1 2010/06/14 02:09:06 kensmith Exp $ # # Makefile for building userland tests # this is written in a form compatible with gmake diff --git a/sys/netinet/ipfw/test/dn_test.h b/sys/netinet/ipfw/test/dn_test.h index 4e079bc4d68b..c09aa91c4f66 100644 --- a/sys/netinet/ipfw/test/dn_test.h +++ b/sys/netinet/ipfw/test/dn_test.h @@ -1,5 +1,5 @@ /* - * $FreeBSD$ + * $FreeBSD: src/sys/netinet/ipfw/test/dn_test.h,v 1.3.2.2.2.1 2010/06/14 02:09:06 kensmith Exp $ * * userspace compatibility code for dummynet schedulers */ diff --git a/sys/netinet/ipfw/test/main.c b/sys/netinet/ipfw/test/main.c index be9fdf53612c..e8c3b3b96c4d 100644 --- a/sys/netinet/ipfw/test/main.c +++ b/sys/netinet/ipfw/test/main.c @@ -1,5 +1,5 @@ /* - * $FreeBSD$ + * $FreeBSD: src/sys/netinet/ipfw/test/main.c,v 1.1.2.2.2.1 2010/06/14 02:09:06 kensmith Exp $ * * Testing program for schedulers * diff --git a/sys/netinet/ipfw/test/mylist.h b/sys/netinet/ipfw/test/mylist.h index 6247f32ea4e4..083242a723ec 100644 --- a/sys/netinet/ipfw/test/mylist.h +++ b/sys/netinet/ipfw/test/mylist.h @@ -1,5 +1,5 @@ /* - * $FreeBSD$ + * $FreeBSD: src/sys/netinet/ipfw/test/mylist.h,v 1.2.2.2.2.1 2010/06/14 02:09:06 kensmith Exp $ * * linux-like bidirectional lists */ diff --git a/sys/netinet/ipfw/test/test_dn_heap.c b/sys/netinet/ipfw/test/test_dn_heap.c index d460cf2ff36b..2b227f7de360 100644 --- a/sys/netinet/ipfw/test/test_dn_heap.c +++ b/sys/netinet/ipfw/test/test_dn_heap.c @@ -27,7 +27,7 @@ /* * Userland code for testing binary heaps and hash tables * - * $FreeBSD$ + * $FreeBSD: src/sys/netinet/ipfw/test/test_dn_heap.c,v 1.1.2.2.2.1 2010/06/14 02:09:06 kensmith Exp $ */ #include <sys/cdefs.h> diff --git a/sys/netinet/ipfw/test/test_dn_sched.c b/sys/netinet/ipfw/test/test_dn_sched.c index ee46c95ed868..bbc276cb1a86 100644 --- a/sys/netinet/ipfw/test/test_dn_sched.c +++ b/sys/netinet/ipfw/test/test_dn_sched.c @@ -1,5 +1,5 @@ /* - * $FreeBSD$ + * $FreeBSD: src/sys/netinet/ipfw/test/test_dn_sched.c,v 1.2.2.2.2.1 2010/06/14 02:09:06 kensmith Exp $ * * library functions for userland testing of dummynet schedulers */ diff --git a/sys/netinet/libalias/HISTORY b/sys/netinet/libalias/HISTORY index c5bca59cac1f..72e7cce2394e 100644 --- a/sys/netinet/libalias/HISTORY +++ b/sys/netinet/libalias/HISTORY @@ -1,4 +1,4 @@ -$FreeBSD$ +$FreeBSD: src/sys/netinet/libalias/HISTORY,v 1.9.34.1.4.1 2010/06/14 02:09:06 kensmith Exp $ Version 1.0: August 11, 1996 (cjm) diff --git a/sys/netinet/libalias/alias.c b/sys/netinet/libalias/alias.c index 226965d208ef..4cbddf9afd7e 100644 --- a/sys/netinet/libalias/alias.c +++ b/sys/netinet/libalias/alias.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/netinet/libalias/alias.c,v 1.68.2.2.2.1 2010/06/14 02:09:06 kensmith Exp $"); /* Alias.c provides supervisory control for the functions of the diff --git a/sys/netinet/libalias/alias.h b/sys/netinet/libalias/alias.h index 2aed8293c13f..70b32ec3f7a7 100644 --- a/sys/netinet/libalias/alias.h +++ b/sys/netinet/libalias/alias.h @@ -25,7 +25,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/netinet/libalias/alias.h,v 1.35.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $ */ /* diff --git a/sys/netinet/libalias/alias_cuseeme.c b/sys/netinet/libalias/alias_cuseeme.c index 28f5e9311891..f2d04687d8de 100644 --- a/sys/netinet/libalias/alias_cuseeme.c +++ b/sys/netinet/libalias/alias_cuseeme.c @@ -27,7 +27,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/netinet/libalias/alias_cuseeme.c,v 1.14.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); #ifdef _KERNEL #include <sys/param.h> diff --git a/sys/netinet/libalias/alias_db.c b/sys/netinet/libalias/alias_db.c index a42803ef44be..7b6bd4374145 100644 --- a/sys/netinet/libalias/alias_db.c +++ b/sys/netinet/libalias/alias_db.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/netinet/libalias/alias_db.c,v 1.77.2.2.2.1 2010/06/14 02:09:06 kensmith Exp $"); /* Alias_db.c encapsulates all data structures used for storing diff --git a/sys/netinet/libalias/alias_dummy.c b/sys/netinet/libalias/alias_dummy.c index 4283aaf858d0..af7507724a9b 100644 --- a/sys/netinet/libalias/alias_dummy.c +++ b/sys/netinet/libalias/alias_dummy.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/netinet/libalias/alias_dummy.c,v 1.2.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); /* * Alias_dummy is just an empty skeleton used to demostrate how to write diff --git a/sys/netinet/libalias/alias_ftp.c b/sys/netinet/libalias/alias_ftp.c index ef0e52ce695f..91531a4dfb78 100644 --- a/sys/netinet/libalias/alias_ftp.c +++ b/sys/netinet/libalias/alias_ftp.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/netinet/libalias/alias_ftp.c,v 1.33.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); /* Alias_ftp.c performs special processing for FTP sessions under diff --git a/sys/netinet/libalias/alias_irc.c b/sys/netinet/libalias/alias_irc.c index c01e8e66000a..f17ed8e6f39d 100644 --- a/sys/netinet/libalias/alias_irc.c +++ b/sys/netinet/libalias/alias_irc.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/netinet/libalias/alias_irc.c,v 1.28.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); /* Alias_irc.c intercepts packages contain IRC CTCP commands, and changes DCC commands to export a port on the aliasing host instead diff --git a/sys/netinet/libalias/alias_local.h b/sys/netinet/libalias/alias_local.h index e201394ce6e4..fe8650935a76 100644 --- a/sys/netinet/libalias/alias_local.h +++ b/sys/netinet/libalias/alias_local.h @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/netinet/libalias/alias_local.h,v 1.37.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $ */ /* diff --git a/sys/netinet/libalias/alias_mod.c b/sys/netinet/libalias/alias_mod.c index b6d903091c99..262d3873d3bc 100644 --- a/sys/netinet/libalias/alias_mod.c +++ b/sys/netinet/libalias/alias_mod.c @@ -25,7 +25,7 @@ * */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/netinet/libalias/alias_mod.c,v 1.4.2.3.2.1 2010/06/14 02:09:06 kensmith Exp $"); #ifdef _KERNEL #include <sys/libkern.h> diff --git a/sys/netinet/libalias/alias_mod.h b/sys/netinet/libalias/alias_mod.h index f2f679de981d..8641a3365cc9 100644 --- a/sys/netinet/libalias/alias_mod.h +++ b/sys/netinet/libalias/alias_mod.h @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/netinet/libalias/alias_mod.h,v 1.2.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $ */ /* diff --git a/sys/netinet/libalias/alias_nbt.c b/sys/netinet/libalias/alias_nbt.c index 6fcf727e1522..21461572860e 100644 --- a/sys/netinet/libalias/alias_nbt.c +++ b/sys/netinet/libalias/alias_nbt.c @@ -29,7 +29,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/netinet/libalias/alias_nbt.c,v 1.23.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); /* alias_nbt.c performs special processing for NetBios over TCP/IP diff --git a/sys/netinet/libalias/alias_pptp.c b/sys/netinet/libalias/alias_pptp.c index 3465c788b36c..f13d6f69bd0b 100644 --- a/sys/netinet/libalias/alias_pptp.c +++ b/sys/netinet/libalias/alias_pptp.c @@ -37,7 +37,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/netinet/libalias/alias_pptp.c,v 1.16.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); /* Includes */ #ifdef _KERNEL diff --git a/sys/netinet/libalias/alias_proxy.c b/sys/netinet/libalias/alias_proxy.c index d5b1b81eb363..770fa221ef2b 100644 --- a/sys/netinet/libalias/alias_proxy.c +++ b/sys/netinet/libalias/alias_proxy.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/netinet/libalias/alias_proxy.c,v 1.32.2.2.2.1 2010/06/14 02:09:06 kensmith Exp $"); /* file: alias_proxy.c diff --git a/sys/netinet/libalias/alias_sctp.c b/sys/netinet/libalias/alias_sctp.c index 22cf5cd65457..cece0bf48a17 100644 --- a/sys/netinet/libalias/alias_sctp.c +++ b/sys/netinet/libalias/alias_sctp.c @@ -72,7 +72,7 @@ * - Dynamic control of hash-table size */ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/netinet/libalias/alias_sctp.c,v 1.2.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $ */ #ifdef _KERNEL #include <machine/stdarg.h> diff --git a/sys/netinet/libalias/alias_sctp.h b/sys/netinet/libalias/alias_sctp.h index 7953f4391ec2..571076d0f2b7 100644 --- a/sys/netinet/libalias/alias_sctp.h +++ b/sys/netinet/libalias/alias_sctp.h @@ -49,7 +49,7 @@ * */ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/netinet/libalias/alias_sctp.h,v 1.1.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $ */ #ifndef _ALIAS_SCTP_H_ #define _ALIAS_SCTP_H_ diff --git a/sys/netinet/libalias/alias_skinny.c b/sys/netinet/libalias/alias_skinny.c index 12be97aaf21a..126ca10a771a 100644 --- a/sys/netinet/libalias/alias_skinny.c +++ b/sys/netinet/libalias/alias_skinny.c @@ -27,7 +27,7 @@ * * Author: Joe Marcus Clarke <marcus@FreeBSD.org> * - * $FreeBSD$ + * $FreeBSD: src/sys/netinet/libalias/alias_skinny.c,v 1.15.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $ */ #ifdef _KERNEL diff --git a/sys/netinet/libalias/alias_smedia.c b/sys/netinet/libalias/alias_smedia.c index 2e1b17e75414..1c169c8937ea 100644 --- a/sys/netinet/libalias/alias_smedia.c +++ b/sys/netinet/libalias/alias_smedia.c @@ -64,7 +64,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/netinet/libalias/alias_smedia.c,v 1.19.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); /* Alias_smedia.c is meant to contain the aliasing code for streaming media diff --git a/sys/netinet/libalias/alias_util.c b/sys/netinet/libalias/alias_util.c index b04b1335a979..0d530dad7427 100644 --- a/sys/netinet/libalias/alias_util.c +++ b/sys/netinet/libalias/alias_util.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/netinet/libalias/alias_util.c,v 1.22.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); /* diff --git a/sys/netinet/libalias/libalias.3 b/sys/netinet/libalias/libalias.3 index 8f7d93ffe464..c6693166f191 100644 --- a/sys/netinet/libalias/libalias.3 +++ b/sys/netinet/libalias/libalias.3 @@ -23,7 +23,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/sys/netinet/libalias/libalias.3,v 1.58.10.1.4.1 2010/06/14 02:09:06 kensmith Exp $ .\" .Dd October 1, 2006 .Dt LIBALIAS 3 diff --git a/sys/netinet/pim.h b/sys/netinet/pim.h index 7878f7972fb6..c360108f0352 100644 --- a/sys/netinet/pim.h +++ b/sys/netinet/pim.h @@ -27,7 +27,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/netinet/pim.h,v 1.3.22.1.4.1 2010/06/14 02:09:06 kensmith Exp $ */ #ifndef _NETINET_PIM_H_ diff --git a/sys/netinet/pim_var.h b/sys/netinet/pim_var.h index aecb6735b368..528c3c010c4d 100644 --- a/sys/netinet/pim_var.h +++ b/sys/netinet/pim_var.h @@ -27,7 +27,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/netinet/pim_var.h,v 1.4.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $ */ #ifndef _NETINET_PIM_VAR_H_ diff --git a/sys/netinet/raw_ip.c b/sys/netinet/raw_ip.c index 52e923d79bac..7efd6fff0c5f 100644 --- a/sys/netinet/raw_ip.c +++ b/sys/netinet/raw_ip.c @@ -31,7 +31,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/netinet/raw_ip.c,v 1.220.2.9.2.1 2010/06/14 02:09:06 kensmith Exp $"); #include "opt_inet6.h" #include "opt_ipsec.h" diff --git a/sys/netinet/sctp.h b/sys/netinet/sctp.h index f4d5d6c36c50..54656b998ee2 100644 --- a/sys/netinet/sctp.h +++ b/sys/netinet/sctp.h @@ -30,7 +30,7 @@ /* $KAME: sctp.h,v 1.18 2005/03/06 16:04:16 itojun Exp $ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/netinet/sctp.h,v 1.29.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); #ifndef _NETINET_SCTP_H_ #define _NETINET_SCTP_H_ diff --git a/sys/netinet/sctp_asconf.c b/sys/netinet/sctp_asconf.c index ee5dc0d21b14..60373a933634 100644 --- a/sys/netinet/sctp_asconf.c +++ b/sys/netinet/sctp_asconf.c @@ -31,7 +31,7 @@ /* $KAME: sctp_asconf.c,v 1.24 2005/03/06 16:04:16 itojun Exp $ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/netinet/sctp_asconf.c,v 1.40.2.6.2.2 2010/06/22 17:45:21 tuexen Exp $"); #include <netinet/sctp_os.h> #include <netinet/sctp_var.h> #include <netinet/sctp_sysctl.h> diff --git a/sys/netinet/sctp_asconf.h b/sys/netinet/sctp_asconf.h index 9622871b9667..09c186cf41c4 100644 --- a/sys/netinet/sctp_asconf.h +++ b/sys/netinet/sctp_asconf.h @@ -31,7 +31,7 @@ /* $KAME: sctp_asconf.h,v 1.8 2005/03/06 16:04:16 itojun Exp $ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/netinet/sctp_asconf.h,v 1.13.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); #ifndef _NETINET_SCTP_ASCONF_H_ #define _NETINET_SCTP_ASCONF_H_ diff --git a/sys/netinet/sctp_auth.c b/sys/netinet/sctp_auth.c index 3341c50651d0..759cc0468a16 100644 --- a/sys/netinet/sctp_auth.c +++ b/sys/netinet/sctp_auth.c @@ -29,7 +29,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/netinet/sctp_auth.c,v 1.23.2.4.2.1 2010/06/14 02:09:06 kensmith Exp $"); #include <netinet/sctp_os.h> #include <netinet/sctp.h> diff --git a/sys/netinet/sctp_auth.h b/sys/netinet/sctp_auth.h index ef0217154831..ab00f8e0884b 100644 --- a/sys/netinet/sctp_auth.h +++ b/sys/netinet/sctp_auth.h @@ -29,7 +29,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/netinet/sctp_auth.h,v 1.6.2.3.2.1 2010/06/14 02:09:06 kensmith Exp $"); #ifndef __SCTP_AUTH_H__ #define __SCTP_AUTH_H__ diff --git a/sys/netinet/sctp_bsd_addr.c b/sys/netinet/sctp_bsd_addr.c index 4c5a9aa6c838..55b1f3581d08 100644 --- a/sys/netinet/sctp_bsd_addr.c +++ b/sys/netinet/sctp_bsd_addr.c @@ -31,7 +31,7 @@ /* $KAME: sctp_output.c,v 1.46 2005/03/06 16:04:17 itojun Exp $ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/netinet/sctp_bsd_addr.c,v 1.24.2.4.2.1 2010/06/14 02:09:06 kensmith Exp $"); #include <netinet/sctp_os.h> #include <netinet/sctp_var.h> diff --git a/sys/netinet/sctp_bsd_addr.h b/sys/netinet/sctp_bsd_addr.h index ae2fa52596c8..c59f13ab4b64 100644 --- a/sys/netinet/sctp_bsd_addr.h +++ b/sys/netinet/sctp_bsd_addr.h @@ -29,7 +29,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/netinet/sctp_bsd_addr.h,v 1.9.2.2.2.1 2010/06/14 02:09:06 kensmith Exp $"); #ifndef __sctp_bsd_addr_h__ #define __sctp_bsd_addr_h__ diff --git a/sys/netinet/sctp_cc_functions.c b/sys/netinet/sctp_cc_functions.c index 8beff191628b..1d140feb40bd 100644 --- a/sys/netinet/sctp_cc_functions.c +++ b/sys/netinet/sctp_cc_functions.c @@ -43,7 +43,7 @@ #include <netinet/sctp_asconf.h> #include <netinet/sctp_cc_functions.h> #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/netinet/sctp_cc_functions.c,v 1.6.2.2.2.1 2010/06/14 02:09:06 kensmith Exp $"); void sctp_set_initial_cc_param(struct sctp_tcb *stcb, struct sctp_nets *net) { diff --git a/sys/netinet/sctp_cc_functions.h b/sys/netinet/sctp_cc_functions.h index 1a681ada4095..9fb10ce1e441 100644 --- a/sys/netinet/sctp_cc_functions.h +++ b/sys/netinet/sctp_cc_functions.h @@ -28,7 +28,7 @@ * THE POSSIBILITY OF SUCH DAMAGE. */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/netinet/sctp_cc_functions.h,v 1.3.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); #ifndef __sctp_cc_functions_h__ #define __sctp_cc_functions_h__ diff --git a/sys/netinet/sctp_constants.h b/sys/netinet/sctp_constants.h index 078981de3102..112863768201 100644 --- a/sys/netinet/sctp_constants.h +++ b/sys/netinet/sctp_constants.h @@ -31,7 +31,7 @@ /* $KAME: sctp_constants.h,v 1.17 2005/03/06 16:04:17 itojun Exp $ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/netinet/sctp_constants.h,v 1.44.2.7.2.1 2010/06/14 02:09:06 kensmith Exp $"); #ifndef __sctp_constants_h__ #define __sctp_constants_h__ diff --git a/sys/netinet/sctp_crc32.c b/sys/netinet/sctp_crc32.c index d9ae238835f1..4091ae5af8bd 100644 --- a/sys/netinet/sctp_crc32.c +++ b/sys/netinet/sctp_crc32.c @@ -32,7 +32,7 @@ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/netinet/sctp_crc32.c,v 1.17.2.2.2.1 2010/06/14 02:09:06 kensmith Exp $"); #include <netinet/sctp_os.h> #include <netinet/sctp.h> diff --git a/sys/netinet/sctp_crc32.h b/sys/netinet/sctp_crc32.h index e66815ee5172..9dcbaa253e97 100644 --- a/sys/netinet/sctp_crc32.h +++ b/sys/netinet/sctp_crc32.h @@ -31,7 +31,7 @@ /* $KAME: sctp_crc32.h,v 1.5 2004/08/17 04:06:16 itojun Exp $ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/netinet/sctp_crc32.h,v 1.7.2.2.2.1 2010/06/14 02:09:06 kensmith Exp $"); #ifndef __crc32c_h__ #define __crc32c_h__ diff --git a/sys/netinet/sctp_header.h b/sys/netinet/sctp_header.h index 7fc3e56fd8dd..08716e7924b2 100644 --- a/sys/netinet/sctp_header.h +++ b/sys/netinet/sctp_header.h @@ -31,7 +31,7 @@ /* $KAME: sctp_header.h,v 1.14 2005/03/06 16:04:17 itojun Exp $ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/netinet/sctp_header.h,v 1.9.2.4.2.1 2010/06/14 02:09:06 kensmith Exp $"); #ifndef __sctp_header_h__ #define __sctp_header_h__ diff --git a/sys/netinet/sctp_indata.c b/sys/netinet/sctp_indata.c index e79264819ceb..e7664600273d 100644 --- a/sys/netinet/sctp_indata.c +++ b/sys/netinet/sctp_indata.c @@ -31,7 +31,7 @@ /* $KAME: sctp_indata.c,v 1.36 2005/03/06 16:04:17 itojun Exp $ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/netinet/sctp_indata.c,v 1.64.2.15.2.1 2010/06/14 02:09:06 kensmith Exp $"); #include <netinet/sctp_os.h> #include <netinet/sctp_var.h> diff --git a/sys/netinet/sctp_indata.h b/sys/netinet/sctp_indata.h index 79978a5c9921..57c9740fe43d 100644 --- a/sys/netinet/sctp_indata.h +++ b/sys/netinet/sctp_indata.h @@ -31,7 +31,7 @@ /* $KAME: sctp_indata.h,v 1.9 2005/03/06 16:04:17 itojun Exp $ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/netinet/sctp_indata.h,v 1.11.2.3.2.1 2010/06/14 02:09:06 kensmith Exp $"); #ifndef __sctp_indata_h__ #define __sctp_indata_h__ diff --git a/sys/netinet/sctp_input.c b/sys/netinet/sctp_input.c index 8b2a9d598dbe..68b9fdd04d8c 100644 --- a/sys/netinet/sctp_input.c +++ b/sys/netinet/sctp_input.c @@ -31,7 +31,7 @@ /* $KAME: sctp_input.c,v 1.27 2005/03/06 16:04:17 itojun Exp $ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/netinet/sctp_input.c,v 1.82.2.11.2.1 2010/06/14 02:09:06 kensmith Exp $"); #include <netinet/sctp_os.h> #include <netinet/sctp_var.h> diff --git a/sys/netinet/sctp_input.h b/sys/netinet/sctp_input.h index 39f642078e68..c056312783e9 100644 --- a/sys/netinet/sctp_input.h +++ b/sys/netinet/sctp_input.h @@ -31,7 +31,7 @@ /* $KAME: sctp_input.h,v 1.6 2005/03/06 16:04:17 itojun Exp $ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/netinet/sctp_input.h,v 1.9.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); #ifndef __sctp_input_h__ #define __sctp_input_h__ diff --git a/sys/netinet/sctp_lock_bsd.h b/sys/netinet/sctp_lock_bsd.h index dd9c2ce57f73..326fa3b79d30 100644 --- a/sys/netinet/sctp_lock_bsd.h +++ b/sys/netinet/sctp_lock_bsd.h @@ -69,7 +69,7 @@ * the SCTP_BASE_INFO() list's we will do a SCTP_INP_INFO_WLOCK(). */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/netinet/sctp_lock_bsd.h,v 1.14.2.2.2.1 2010/06/14 02:09:06 kensmith Exp $"); extern struct sctp_foo_stuff sctp_logoff[]; diff --git a/sys/netinet/sctp_os.h b/sys/netinet/sctp_os.h index fb7c53606ffe..85aa23ce8f52 100644 --- a/sys/netinet/sctp_os.h +++ b/sys/netinet/sctp_os.h @@ -28,7 +28,7 @@ * THE POSSIBILITY OF SUCH DAMAGE. */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/netinet/sctp_os.h,v 1.9.10.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); #ifndef __sctp_os_h__ #define __sctp_os_h__ diff --git a/sys/netinet/sctp_os_bsd.h b/sys/netinet/sctp_os_bsd.h index cec568d52c6a..b06b33c21b11 100644 --- a/sys/netinet/sctp_os_bsd.h +++ b/sys/netinet/sctp_os_bsd.h @@ -28,7 +28,7 @@ * THE POSSIBILITY OF SUCH DAMAGE. */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/netinet/sctp_os_bsd.h,v 1.51.2.5.2.1 2010/06/14 02:09:06 kensmith Exp $"); #ifndef __sctp_os_bsd_h__ #define __sctp_os_bsd_h__ /* diff --git a/sys/netinet/sctp_output.c b/sys/netinet/sctp_output.c index 011842f45bb3..620dd0d7d24d 100644 --- a/sys/netinet/sctp_output.c +++ b/sys/netinet/sctp_output.c @@ -31,7 +31,7 @@ /* $KAME: sctp_output.c,v 1.46 2005/03/06 16:04:17 itojun Exp $ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/netinet/sctp_output.c,v 1.88.2.22.2.1 2010/06/14 02:09:06 kensmith Exp $"); #include <netinet/sctp_os.h> #include <sys/proc.h> diff --git a/sys/netinet/sctp_output.h b/sys/netinet/sctp_output.h index 6488b1cf739c..3a3da1919f48 100644 --- a/sys/netinet/sctp_output.h +++ b/sys/netinet/sctp_output.h @@ -31,7 +31,7 @@ /* $KAME: sctp_output.h,v 1.14 2005/03/06 16:04:18 itojun Exp $ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/netinet/sctp_output.h,v 1.18.2.3.2.1 2010/06/14 02:09:06 kensmith Exp $"); #ifndef __sctp_output_h__ #define __sctp_output_h__ diff --git a/sys/netinet/sctp_pcb.c b/sys/netinet/sctp_pcb.c index 07495f4e15ef..cdace41ee258 100644 --- a/sys/netinet/sctp_pcb.c +++ b/sys/netinet/sctp_pcb.c @@ -31,7 +31,7 @@ /* $KAME: sctp_pcb.c,v 1.38 2005/03/06 16:04:18 itojun Exp $ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/netinet/sctp_pcb.c,v 1.85.2.12.2.2 2010/06/22 17:45:21 tuexen Exp $"); #include <netinet/sctp_os.h> #include <sys/proc.h> diff --git a/sys/netinet/sctp_pcb.h b/sys/netinet/sctp_pcb.h index 318b0125814c..bb632906a922 100644 --- a/sys/netinet/sctp_pcb.h +++ b/sys/netinet/sctp_pcb.h @@ -31,7 +31,7 @@ /* $KAME: sctp_pcb.h,v 1.21 2005/07/16 01:18:47 suz Exp $ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/netinet/sctp_pcb.h,v 1.41.2.5.2.1 2010/06/14 02:09:06 kensmith Exp $"); #ifndef __sctp_pcb_h__ #define __sctp_pcb_h__ diff --git a/sys/netinet/sctp_peeloff.c b/sys/netinet/sctp_peeloff.c index 6f899b406caa..68e825b06664 100644 --- a/sys/netinet/sctp_peeloff.c +++ b/sys/netinet/sctp_peeloff.c @@ -32,7 +32,7 @@ /* $KAME: sctp_peeloff.c,v 1.13 2005/03/06 16:04:18 itojun Exp $ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/netinet/sctp_peeloff.c,v 1.18.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); #include <netinet/sctp_os.h> #include <netinet/sctp_pcb.h> #include <netinet/sctputil.h> diff --git a/sys/netinet/sctp_peeloff.h b/sys/netinet/sctp_peeloff.h index db61db3ba358..daa46996f41f 100644 --- a/sys/netinet/sctp_peeloff.h +++ b/sys/netinet/sctp_peeloff.h @@ -31,7 +31,7 @@ /* $KAME: sctp_peeloff.h,v 1.6 2005/03/06 16:04:18 itojun Exp $ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/netinet/sctp_peeloff.h,v 1.3.10.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); #ifndef __sctp_peeloff_h__ #define __sctp_peeloff_h__ diff --git a/sys/netinet/sctp_structs.h b/sys/netinet/sctp_structs.h index ed443011a1d2..7233cb83f61b 100644 --- a/sys/netinet/sctp_structs.h +++ b/sys/netinet/sctp_structs.h @@ -31,7 +31,7 @@ /* $KAME: sctp_structs.h,v 1.13 2005/03/06 16:04:18 itojun Exp $ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/netinet/sctp_structs.h,v 1.33.2.6.2.1 2010/06/14 02:09:06 kensmith Exp $"); #ifndef __sctp_structs_h__ #define __sctp_structs_h__ diff --git a/sys/netinet/sctp_sysctl.c b/sys/netinet/sctp_sysctl.c index 9ba7dd40be34..ec07d7125215 100644 --- a/sys/netinet/sctp_sysctl.c +++ b/sys/netinet/sctp_sysctl.c @@ -29,7 +29,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/netinet/sctp_sysctl.c,v 1.28.2.5.2.1 2010/06/14 02:09:06 kensmith Exp $"); #include <netinet/sctp_os.h> #include <netinet/sctp.h> diff --git a/sys/netinet/sctp_sysctl.h b/sys/netinet/sctp_sysctl.h index 477ee36f7590..903f44ef48f3 100644 --- a/sys/netinet/sctp_sysctl.h +++ b/sys/netinet/sctp_sysctl.h @@ -29,7 +29,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/netinet/sctp_sysctl.h,v 1.21.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); #ifndef __sctp_sysctl_h__ #define __sctp_sysctl_h__ diff --git a/sys/netinet/sctp_timer.c b/sys/netinet/sctp_timer.c index 646c1127c077..3584bc1b4b6e 100644 --- a/sys/netinet/sctp_timer.c +++ b/sys/netinet/sctp_timer.c @@ -31,7 +31,7 @@ /* $KAME: sctp_timer.c,v 1.29 2005/03/06 16:04:18 itojun Exp $ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/netinet/sctp_timer.c,v 1.43.2.4.2.1 2010/06/14 02:09:06 kensmith Exp $"); #define _IP_VHL #include <netinet/sctp_os.h> diff --git a/sys/netinet/sctp_timer.h b/sys/netinet/sctp_timer.h index c3b3188f8702..b295487a1838 100644 --- a/sys/netinet/sctp_timer.h +++ b/sys/netinet/sctp_timer.h @@ -30,7 +30,7 @@ /* $KAME: sctp_timer.h,v 1.6 2005/03/06 16:04:18 itojun Exp $ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/netinet/sctp_timer.h,v 1.10.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); #ifndef __sctp_timer_h__ #define __sctp_timer_h__ diff --git a/sys/netinet/sctp_uio.h b/sys/netinet/sctp_uio.h index e3fbc3e6d505..6ffcea641c61 100644 --- a/sys/netinet/sctp_uio.h +++ b/sys/netinet/sctp_uio.h @@ -30,7 +30,7 @@ /* $KAME: sctp_uio.h,v 1.11 2005/03/06 16:04:18 itojun Exp $ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/netinet/sctp_uio.h,v 1.43.2.5.2.1 2010/06/14 02:09:06 kensmith Exp $"); #ifndef __sctp_uio_h__ #define __sctp_uio_h__ diff --git a/sys/netinet/sctp_usrreq.c b/sys/netinet/sctp_usrreq.c index 2492d9e8cf2a..c0bac6c87cb7 100644 --- a/sys/netinet/sctp_usrreq.c +++ b/sys/netinet/sctp_usrreq.c @@ -31,7 +31,7 @@ /* $KAME: sctp_usrreq.c,v 1.48 2005/03/07 23:26:08 itojun Exp $ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/netinet/sctp_usrreq.c,v 1.67.2.11.2.1 2010/06/14 02:09:06 kensmith Exp $"); #include <netinet/sctp_os.h> #include <sys/proc.h> #include <netinet/sctp_pcb.h> diff --git a/sys/netinet/sctp_var.h b/sys/netinet/sctp_var.h index bff7f5def1e3..3d998401ff6c 100644 --- a/sys/netinet/sctp_var.h +++ b/sys/netinet/sctp_var.h @@ -31,7 +31,7 @@ /* $KAME: sctp_var.h,v 1.24 2005/03/06 16:04:19 itojun Exp $ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/netinet/sctp_var.h,v 1.31.2.2.2.1 2010/06/14 02:09:06 kensmith Exp $"); #ifndef _NETINET_SCTP_VAR_H_ #define _NETINET_SCTP_VAR_H_ diff --git a/sys/netinet/sctputil.c b/sys/netinet/sctputil.c index aff0204a0334..9ca4ad8816bd 100644 --- a/sys/netinet/sctputil.c +++ b/sys/netinet/sctputil.c @@ -31,7 +31,7 @@ /* $KAME: sctputil.c,v 1.37 2005/03/07 23:26:09 itojun Exp $ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/netinet/sctputil.c,v 1.93.2.16.2.1 2010/06/14 02:09:06 kensmith Exp $"); #include <netinet/sctp_os.h> #include <netinet/sctp_pcb.h> diff --git a/sys/netinet/sctputil.h b/sys/netinet/sctputil.h index dfd552aea196..da307fd5676d 100644 --- a/sys/netinet/sctputil.h +++ b/sys/netinet/sctputil.h @@ -32,7 +32,7 @@ /* $KAME: sctputil.h,v 1.15 2005/03/06 16:04:19 itojun Exp $ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/netinet/sctputil.h,v 1.37.2.5.2.1 2010/06/14 02:09:06 kensmith Exp $"); #ifndef __sctputil_h__ #define __sctputil_h__ diff --git a/sys/netinet/tcp.h b/sys/netinet/tcp.h index 8779582adc1a..ca669a0c5fac 100644 --- a/sys/netinet/tcp.h +++ b/sys/netinet/tcp.h @@ -27,7 +27,7 @@ * SUCH DAMAGE. * * @(#)tcp.h 8.1 (Berkeley) 6/10/93 - * $FreeBSD$ + * $FreeBSD: src/sys/netinet/tcp.h,v 1.43.2.2.2.1 2010/06/14 02:09:06 kensmith Exp $ */ #ifndef _NETINET_TCP_H_ diff --git a/sys/netinet/tcp_debug.c b/sys/netinet/tcp_debug.c index 5afbcdee7a5a..649744b297dc 100644 --- a/sys/netinet/tcp_debug.c +++ b/sys/netinet/tcp_debug.c @@ -31,7 +31,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/netinet/tcp_debug.c,v 1.31.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); #include "opt_inet.h" #include "opt_inet6.h" diff --git a/sys/netinet/tcp_debug.h b/sys/netinet/tcp_debug.h index c4d38da9eff0..d97fc0e334c2 100644 --- a/sys/netinet/tcp_debug.h +++ b/sys/netinet/tcp_debug.h @@ -27,7 +27,7 @@ * SUCH DAMAGE. * * @(#)tcp_debug.h 8.1 (Berkeley) 6/10/93 - * $FreeBSD$ + * $FreeBSD: src/sys/netinet/tcp_debug.h,v 1.17.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $ */ #ifndef _NETINET_TCP_DEBUG_H_ diff --git a/sys/netinet/tcp_fsm.h b/sys/netinet/tcp_fsm.h index 61fd0c1f8a28..d7c7191c1037 100644 --- a/sys/netinet/tcp_fsm.h +++ b/sys/netinet/tcp_fsm.h @@ -28,7 +28,7 @@ * SUCH DAMAGE. * * @(#)tcp_fsm.h 8.1 (Berkeley) 6/10/93 - * $FreeBSD$ + * $FreeBSD: src/sys/netinet/tcp_fsm.h,v 1.20.10.1.4.1 2010/06/14 02:09:06 kensmith Exp $ */ #ifndef _NETINET_TCP_FSM_H_ diff --git a/sys/netinet/tcp_hostcache.c b/sys/netinet/tcp_hostcache.c index d20adb7567d2..ba7571ea0e84 100644 --- a/sys/netinet/tcp_hostcache.c +++ b/sys/netinet/tcp_hostcache.c @@ -63,7 +63,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/netinet/tcp_hostcache.c,v 1.35.2.3.2.1 2010/06/14 02:09:06 kensmith Exp $"); #include "opt_inet6.h" diff --git a/sys/netinet/tcp_hostcache.h b/sys/netinet/tcp_hostcache.h index 8569edccec25..bfbf137f34b9 100644 --- a/sys/netinet/tcp_hostcache.h +++ b/sys/netinet/tcp_hostcache.h @@ -26,7 +26,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/netinet/tcp_hostcache.h,v 1.1.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $ */ /* diff --git a/sys/netinet/tcp_input.c b/sys/netinet/tcp_input.c index cbba9cd4ed0d..4dc8553c271d 100644 --- a/sys/netinet/tcp_input.c +++ b/sys/netinet/tcp_input.c @@ -30,7 +30,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/netinet/tcp_input.c,v 1.411.2.6.2.1 2010/06/14 02:09:06 kensmith Exp $"); #include "opt_ipfw.h" /* for ipfw_fwd */ #include "opt_inet.h" diff --git a/sys/netinet/tcp_lro.c b/sys/netinet/tcp_lro.c index 18258a94af6b..a6ca2b2053d8 100644 --- a/sys/netinet/tcp_lro.c +++ b/sys/netinet/tcp_lro.c @@ -30,7 +30,7 @@ CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -$FreeBSD$ +$FreeBSD: src/sys/netinet/tcp_lro.c,v 1.2.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $ ***************************************************************************/ #include <sys/param.h> diff --git a/sys/netinet/tcp_lro.h b/sys/netinet/tcp_lro.h index 08aac69058b2..63e61023657f 100644 --- a/sys/netinet/tcp_lro.h +++ b/sys/netinet/tcp_lro.h @@ -31,7 +31,7 @@ ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -$FreeBSD$ +$FreeBSD: src/sys/netinet/tcp_lro.h,v 1.1.4.1.4.1 2010/06/14 02:09:06 kensmith Exp $ ***************************************************************************/ #ifndef _TCP_LRO_H_ diff --git a/sys/netinet/tcp_offload.c b/sys/netinet/tcp_offload.c index 899a37c7fa34..16f0393a8a7c 100644 --- a/sys/netinet/tcp_offload.c +++ b/sys/netinet/tcp_offload.c @@ -26,7 +26,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/netinet/tcp_offload.c,v 1.11.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/netinet/tcp_offload.h b/sys/netinet/tcp_offload.h index 48f35ff66a14..fa16a3f7f771 100644 --- a/sys/netinet/tcp_offload.h +++ b/sys/netinet/tcp_offload.h @@ -24,7 +24,7 @@ * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE * POSSIBILITY OF SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/netinet/tcp_offload.h,v 1.6.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $ */ #ifndef _NETINET_TCP_OFFLOAD_H_ diff --git a/sys/netinet/tcp_output.c b/sys/netinet/tcp_output.c index 50973c4d455c..732950fd6b98 100644 --- a/sys/netinet/tcp_output.c +++ b/sys/netinet/tcp_output.c @@ -30,7 +30,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/netinet/tcp_output.c,v 1.164.2.4.2.1 2010/06/14 02:09:06 kensmith Exp $"); #include "opt_inet.h" #include "opt_inet6.h" diff --git a/sys/netinet/tcp_reass.c b/sys/netinet/tcp_reass.c index bfb53d3a7425..66c17f8e932b 100644 --- a/sys/netinet/tcp_reass.c +++ b/sys/netinet/tcp_reass.c @@ -30,7 +30,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/netinet/tcp_reass.c,v 1.364.2.3.2.1 2010/06/14 02:09:06 kensmith Exp $"); #include "opt_inet.h" #include "opt_inet6.h" diff --git a/sys/netinet/tcp_sack.c b/sys/netinet/tcp_sack.c index 737c2b2af099..b5f60fbee0b9 100644 --- a/sys/netinet/tcp_sack.c +++ b/sys/netinet/tcp_sack.c @@ -71,7 +71,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/netinet/tcp_sack.c,v 1.53.2.2.2.1 2010/06/14 02:09:06 kensmith Exp $"); #include "opt_inet.h" #include "opt_inet6.h" diff --git a/sys/netinet/tcp_seq.h b/sys/netinet/tcp_seq.h index f58b537c72a2..6845d058bde4 100644 --- a/sys/netinet/tcp_seq.h +++ b/sys/netinet/tcp_seq.h @@ -27,7 +27,7 @@ * SUCH DAMAGE. * * @(#)tcp_seq.h 8.3 (Berkeley) 6/21/95 - * $FreeBSD$ + * $FreeBSD: src/sys/netinet/tcp_seq.h,v 1.26.10.1.4.1 2010/06/14 02:09:06 kensmith Exp $ */ #ifndef _NETINET_TCP_SEQ_H_ diff --git a/sys/netinet/tcp_subr.c b/sys/netinet/tcp_subr.c index 35161825d236..6beda5f66512 100644 --- a/sys/netinet/tcp_subr.c +++ b/sys/netinet/tcp_subr.c @@ -30,7 +30,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/netinet/tcp_subr.c,v 1.350.2.4.2.1 2010/06/14 02:09:06 kensmith Exp $"); #include "opt_compat.h" #include "opt_inet.h" diff --git a/sys/netinet/tcp_syncache.c b/sys/netinet/tcp_syncache.c index c47493c2df3f..ecaa72714d5d 100644 --- a/sys/netinet/tcp_syncache.c +++ b/sys/netinet/tcp_syncache.c @@ -31,7 +31,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/netinet/tcp_syncache.c,v 1.176.2.3.2.1 2010/06/14 02:09:06 kensmith Exp $"); #include "opt_inet.h" #include "opt_inet6.h" diff --git a/sys/netinet/tcp_syncache.h b/sys/netinet/tcp_syncache.h index 93c7aaa2a641..b0fe01a2e26d 100644 --- a/sys/netinet/tcp_syncache.h +++ b/sys/netinet/tcp_syncache.h @@ -27,7 +27,7 @@ * SUCH DAMAGE. * * @(#)tcp_var.h 8.4 (Berkeley) 5/24/95 - * $FreeBSD$ + * $FreeBSD: src/sys/netinet/tcp_syncache.h,v 1.9.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $ */ #ifndef _NETINET_TCP_SYNCACHE_H_ diff --git a/sys/netinet/tcp_timer.c b/sys/netinet/tcp_timer.c index 24801d29309f..b7491d5998b4 100644 --- a/sys/netinet/tcp_timer.c +++ b/sys/netinet/tcp_timer.c @@ -30,7 +30,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/netinet/tcp_timer.c,v 1.112.2.2.2.1 2010/06/14 02:09:06 kensmith Exp $"); #include "opt_inet6.h" #include "opt_tcpdebug.h" diff --git a/sys/netinet/tcp_timer.h b/sys/netinet/tcp_timer.h index ff455b6b0154..c940ddeac866 100644 --- a/sys/netinet/tcp_timer.h +++ b/sys/netinet/tcp_timer.h @@ -27,7 +27,7 @@ * SUCH DAMAGE. * * @(#)tcp_timer.h 8.1 (Berkeley) 6/10/93 - * $FreeBSD$ + * $FreeBSD: src/sys/netinet/tcp_timer.h,v 1.39.10.1.4.1 2010/06/14 02:09:06 kensmith Exp $ */ #ifndef _NETINET_TCP_TIMER_H_ diff --git a/sys/netinet/tcp_timewait.c b/sys/netinet/tcp_timewait.c index 42df4fe94634..c82f6bbbc6b1 100644 --- a/sys/netinet/tcp_timewait.c +++ b/sys/netinet/tcp_timewait.c @@ -30,7 +30,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/netinet/tcp_timewait.c,v 1.307.2.4.2.1 2010/06/14 02:09:06 kensmith Exp $"); #include "opt_inet.h" #include "opt_inet6.h" diff --git a/sys/netinet/tcp_usrreq.c b/sys/netinet/tcp_usrreq.c index 6ed592e175d4..a59f168c6b95 100644 --- a/sys/netinet/tcp_usrreq.c +++ b/sys/netinet/tcp_usrreq.c @@ -32,7 +32,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/netinet/tcp_usrreq.c,v 1.192.2.3.2.1 2010/06/14 02:09:06 kensmith Exp $"); #include "opt_ddb.h" #include "opt_inet.h" diff --git a/sys/netinet/tcp_var.h b/sys/netinet/tcp_var.h index 8c15f1613be5..0ff2ee96c107 100644 --- a/sys/netinet/tcp_var.h +++ b/sys/netinet/tcp_var.h @@ -27,7 +27,7 @@ * SUCH DAMAGE. * * @(#)tcp_var.h 8.4 (Berkeley) 5/24/95 - * $FreeBSD$ + * $FreeBSD: src/sys/netinet/tcp_var.h,v 1.182.2.4.2.1 2010/06/14 02:09:06 kensmith Exp $ */ #ifndef _NETINET_TCP_VAR_H_ diff --git a/sys/netinet/tcpip.h b/sys/netinet/tcpip.h index 3a89d5d5bd30..aa1a00bb37ba 100644 --- a/sys/netinet/tcpip.h +++ b/sys/netinet/tcpip.h @@ -27,7 +27,7 @@ * SUCH DAMAGE. * * @(#)tcpip.h 8.1 (Berkeley) 6/10/93 - * $FreeBSD$ + * $FreeBSD: src/sys/netinet/tcpip.h,v 1.12.22.1.4.1 2010/06/14 02:09:06 kensmith Exp $ */ #ifndef _NETINET_TCPIP_H_ diff --git a/sys/netinet/toedev.h b/sys/netinet/toedev.h index 7edaca126faa..daea9cb0b4f3 100644 --- a/sys/netinet/toedev.h +++ b/sys/netinet/toedev.h @@ -24,7 +24,7 @@ * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE * POSSIBILITY OF SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/netinet/toedev.h,v 1.6.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $ */ #ifndef _NETINET_TOEDEV_H_ diff --git a/sys/netinet/udp.h b/sys/netinet/udp.h index 6841683fc52d..6f2e0c3c6a20 100644 --- a/sys/netinet/udp.h +++ b/sys/netinet/udp.h @@ -28,7 +28,7 @@ * SUCH DAMAGE. * * @(#)udp.h 8.1 (Berkeley) 6/10/93 - * $FreeBSD$ + * $FreeBSD: src/sys/netinet/udp.h,v 1.11.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $ */ #ifndef _NETINET_UDP_H_ diff --git a/sys/netinet/udp_usrreq.c b/sys/netinet/udp_usrreq.c index c89a3b4122bb..3db1ea6747dd 100644 --- a/sys/netinet/udp_usrreq.c +++ b/sys/netinet/udp_usrreq.c @@ -32,7 +32,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/netinet/udp_usrreq.c,v 1.262.2.5.2.1 2010/06/14 02:09:06 kensmith Exp $"); #include "opt_ipfw.h" #include "opt_inet6.h" diff --git a/sys/netinet/udp_var.h b/sys/netinet/udp_var.h index aa7ee470c8be..d486ee39c4da 100644 --- a/sys/netinet/udp_var.h +++ b/sys/netinet/udp_var.h @@ -28,7 +28,7 @@ * SUCH DAMAGE. * * @(#)udp_var.h 8.1 (Berkeley) 6/10/93 - * $FreeBSD$ + * $FreeBSD: src/sys/netinet/udp_var.h,v 1.42.2.2.2.1 2010/06/14 02:09:06 kensmith Exp $ */ #ifndef _NETINET_UDP_VAR_H_ |
