diff options
Diffstat (limited to 'sys/netinet')
167 files changed, 168 insertions, 168 deletions
diff --git a/sys/netinet/accf_data.c b/sys/netinet/accf_data.c index 599392c30f50..2daa425c5460 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.6.1 2010/12/21 17:09:25 kensmith Exp $"); #define ACCEPT_FILTER_MOD diff --git a/sys/netinet/accf_dns.c b/sys/netinet/accf_dns.c index ec2b4cfb804f..f6d0492d820e 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.6.1 2010/12/21 17:09:25 kensmith Exp $ */ #define ACCEPT_FILTER_MOD diff --git a/sys/netinet/accf_http.c b/sys/netinet/accf_http.c index b3761ef54c19..0479c6fdfde1 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.6.1 2010/12/21 17:09:25 kensmith Exp $"); #define ACCEPT_FILTER_MOD diff --git a/sys/netinet/icmp6.h b/sys/netinet/icmp6.h index 5faae7c1f2d9..03d5821e5287 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.4.1 2010/12/21 17:09:25 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..43399ed1e41a 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.6.1 2010/12/21 17:09:25 kensmith Exp $ */ #ifndef _NETINET_ICMP_VAR_H_ diff --git a/sys/netinet/if_atm.c b/sys/netinet/if_atm.c index d534a1847967..970092f550f6 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.6.1 2010/12/21 17:09:25 kensmith Exp $"); /* * IP <=> ATM address resolution. diff --git a/sys/netinet/if_atm.h b/sys/netinet/if_atm.h index bd8b51437ecc..7cb5e576c894 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.6.1 2010/12/21 17:09:25 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 151a0457c1be..66e285626b52 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.15.2.1 2010/12/21 17:09:25 kensmith Exp $"); #include "opt_inet.h" diff --git a/sys/netinet/if_ether.h b/sys/netinet/if_ether.h index ce63d8dbf4de..b99216c0c05c 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.6.1 2010/12/21 17:09:25 kensmith Exp $ */ #ifndef _NETINET_IF_ETHER_H_ diff --git a/sys/netinet/igmp.c b/sys/netinet/igmp.c index b02d30beb638..57586fa926c9 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.3.2.1 2010/12/21 17:09:25 kensmith Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/netinet/igmp.h b/sys/netinet/igmp.h index 8f574290b8eb..fee7003b59d6 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.6.1 2010/12/21 17:09:25 kensmith Exp $ */ #ifndef _NETINET_IGMP_H_ diff --git a/sys/netinet/igmp_var.h b/sys/netinet/igmp_var.h index ca17158f1aef..2e0607a045f3 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.6.1 2010/12/21 17:09:25 kensmith Exp $ */ #ifndef _NETINET_IGMP_VAR_H_ diff --git a/sys/netinet/in.c b/sys/netinet/in.c index 3444c91fa91d..25d77c18e796 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.20.2.1 2010/12/21 17:09:25 kensmith Exp $"); #include "opt_mpath.h" diff --git a/sys/netinet/in.h b/sys/netinet/in.h index b03e74c5290d..38a881a33816 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.5.2.1 2010/12/21 17:09:25 kensmith Exp $ */ #ifndef _NETINET_IN_H_ diff --git a/sys/netinet/in_cksum.c b/sys/netinet/in_cksum.c index 8fe05d9f96b2..d18726d9fccf 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.6.1 2010/12/21 17:09:25 kensmith Exp $"); #include <sys/param.h> #include <sys/mbuf.h> diff --git a/sys/netinet/in_debug.c b/sys/netinet/in_debug.c index 7624f1deedfc..cb6b065a549e 100644 --- a/sys/netinet/in_debug.c +++ b/sys/netinet/in_debug.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/netinet/in_debug.c,v 1.1.2.2.2.1 2010/12/21 17:09:25 kensmith Exp $"); #include "opt_ddb.h" diff --git a/sys/netinet/in_gif.c b/sys/netinet/in_gif.c index 6c60390aa6a5..6b9d3e0588a1 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.4.1 2010/12/21 17:09:25 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..1a36924768e1 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.6.1 2010/12/21 17:09:25 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..bc2d8d1623ff 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.4.1 2010/12/21 17:09:25 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 02af7419911a..14fea5013352 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.5.2.2 2011/01/11 19:43:35 deischen 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..097e80d1c39c 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.4.1 2010/12/21 17:09:25 kensmith Exp $ */ #ifndef _NETINET_IN_PCB_H_ diff --git a/sys/netinet/in_proto.c b/sys/netinet/in_proto.c index 110301a51006..aa78ca6dfdfe 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.5.2.1 2010/12/21 17:09:25 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 1389873eb802..c2e2bd41704d 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.4.2.1 2010/12/21 17:09:25 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..668bcc0ba7b4 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.6.1 2010/12/21 17:09:25 kensmith Exp $ */ #ifndef _NETINET_IN_SYSTM_H_ diff --git a/sys/netinet/in_var.h b/sys/netinet/in_var.h index cd1d90438e4d..9fa85e1074cf 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.6.1 2010/12/21 17:09:25 kensmith Exp $ */ #ifndef _NETINET_IN_VAR_H_ diff --git a/sys/netinet/ip.h b/sys/netinet/ip.h index daee533ee681..9523ab7aefb2 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.6.1 2010/12/21 17:09:25 kensmith Exp $ */ #ifndef _NETINET_IP_H_ diff --git a/sys/netinet/ip6.h b/sys/netinet/ip6.h index 3fb08a78c9df..99eb41aea04d 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.6.1 2010/12/21 17:09:25 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 569f6b3209ca..f531c6074e5b 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.5.2.1 2010/12/21 17:09:25 kensmith Exp $"); #include "opt_bpf.h" #include "opt_inet.h" diff --git a/sys/netinet/ip_carp.h b/sys/netinet/ip_carp.h index 2f2b4f283a96..9080ae00b957 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.2.2.1 2010/12/21 17:09:25 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 b1c440301237..568eba79fb1e 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.7.2.1 2010/12/21 17:09:25 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..6cffe26b29d5 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.4.1 2010/12/21 17:09:25 kensmith Exp $ */ #ifndef _NETINET_IP_DIVERT_H_ diff --git a/sys/netinet/ip_dummynet.h b/sys/netinet/ip_dummynet.h index 0bbc32638c97..9b4d8e068bab 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.4.1 2010/12/21 17:09:25 kensmith Exp $ */ #ifndef _IP_DUMMYNET_H diff --git a/sys/netinet/ip_ecn.c b/sys/netinet/ip_ecn.c index 9fce01d7cd68..032da844fc09 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.6.1 2010/12/21 17:09:25 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..dd79e9ec6c62 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.6.1 2010/12/21 17:09:25 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..2ea4e959102f 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.4.1 2010/12/21 17:09:25 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..b1201172e350 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.6.1 2010/12/21 17:09:25 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 d7fe4112a9f4..0f46a2aa6899 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.3.2.1 2010/12/21 17:09:25 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..35633f8a6703 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.4.1 2010/12/21 17:09:25 kensmith Exp $ */ #ifndef _IPFW2_H diff --git a/sys/netinet/ip_gre.c b/sys/netinet/ip_gre.c index 218cc6e38cfb..593857ae0e1b 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.6.1 2010/12/21 17:09:25 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..40592363bfaa 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.6.1 2010/12/21 17:09:25 kensmith Exp $ */ /*- * Copyright (c) 1998 The NetBSD Foundation, Inc. diff --git a/sys/netinet/ip_icmp.c b/sys/netinet/ip_icmp.c index 480a2c80db55..fa8fd5361b49 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.4.2.1 2010/12/21 17:09:25 kensmith Exp $"); #include "opt_ipsec.h" diff --git a/sys/netinet/ip_icmp.h b/sys/netinet/ip_icmp.h index 9cabdb58c570..4574419ee585 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.4.1 2010/12/21 17:09:25 kensmith Exp $ */ #ifndef _NETINET_IP_ICMP_H_ diff --git a/sys/netinet/ip_id.c b/sys/netinet/ip_id.c index ce8c6b42ec78..3bee3a1627da 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.6.1 2010/12/21 17:09:25 kensmith Exp $"); /* * IP ID generation is a fascinating topic. diff --git a/sys/netinet/ip_input.c b/sys/netinet/ip_input.c index 6e1153d0b739..f8133f2b6ddf 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.11.2.1 2010/12/21 17:09:25 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 dcf388483183..d623ca595039 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.3.2.1 2010/12/21 17:09:25 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..7cdbf5c5ee01 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.6.1 2010/12/21 17:09:25 kensmith Exp $ */ #ifndef _NETINET_IP_IPSEC_H_ diff --git a/sys/netinet/ip_mroute.c b/sys/netinet/ip_mroute.c index 289ccc9aa473..e3bd3f1e94c5 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.3.2.1 2010/12/21 17:09:25 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 c54c75aa0f06..c3c8592cfc58 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.2.2.1 2010/12/21 17:09:25 kensmith Exp $ */ #ifndef _NETINET_IP_MROUTE_H_ diff --git a/sys/netinet/ip_options.c b/sys/netinet/ip_options.c index 8d8719739f2f..090f7daa86fd 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.3.2.1 2010/12/21 17:09:25 kensmith Exp $"); #include "opt_ipstealth.h" diff --git a/sys/netinet/ip_options.h b/sys/netinet/ip_options.h index 7ba5ae644b76..85758d17c977 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.6.1 2010/12/21 17:09:25 kensmith Exp $ */ #ifndef _NETINET_IP_OPTIONS_H_ diff --git a/sys/netinet/ip_output.c b/sys/netinet/ip_output.c index 33d50b2a426c..523336b0691b 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.11.2.1 2010/12/21 17:09:25 kensmith Exp $"); #include "opt_ipfw.h" #include "opt_ipsec.h" diff --git a/sys/netinet/ip_var.h b/sys/netinet/ip_var.h index 222b7efea51a..984870abe779 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.6.2.1 2010/12/21 17:09:25 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..0446a8e84185 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.4.1 2010/12/21 17:09:25 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.4.1 2010/12/21 17:09:25 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..a6be1d659c3e 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.4.1 2010/12/21 17:09:25 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..3f5d96de0e4b 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.4.1 2010/12/21 17:09:25 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..1139f3d69cb1 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.4.1 2010/12/21 17:09:25 kensmith Exp $ */ #ifdef _KERNEL diff --git a/sys/netinet/ipfw/dn_sched_prio.c b/sys/netinet/ipfw/dn_sched_prio.c index 28f60062cfc5..bf3766eeafc0 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.4.1 2010/12/21 17:09:25 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..378ccaae77e9 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.4.1 2010/12/21 17:09:25 kensmith Exp $ */ #ifdef _KERNEL diff --git a/sys/netinet/ipfw/dn_sched_rr.c b/sys/netinet/ipfw/dn_sched_rr.c index fc7be001b305..589482ca0aea 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.4.1 2010/12/21 17:09:25 kensmith Exp $ */ #ifdef _KERNEL diff --git a/sys/netinet/ipfw/dn_sched_wf2q.c b/sys/netinet/ipfw/dn_sched_wf2q.c index 1fbc1202e405..135d25a525e4 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.4.1 2010/12/21 17:09:25 kensmith Exp $ */ #ifdef _KERNEL diff --git a/sys/netinet/ipfw/dummynet.txt b/sys/netinet/ipfw/dummynet.txt index 0ed6ad15d327..422b86f5a0c7 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.4.1 2010/12/21 17:09:25 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..3d95f58761d5 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.4.1 2010/12/21 17:09:25 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 2e9867ebd959..6d803d40c1d0 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.4.2 2010/12/28 12:18:46 oleg 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..ddae20ba41a0 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.4.1 2010/12/21 17:09:25 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..c646a1d01677 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.4.1 2010/12/21 17:09:25 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 d82c2a7253b1..4f0efb96848d 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.10.2.1 2010/12/21 17:09:25 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..a35f4011d302 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.4.1 2010/12/21 17:09:25 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 3560e137f1e5..6f6c535decd1 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.4.2.1 2010/12/21 17:09:25 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 6f223ed0de6f..acc9c6087eab 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.3.2.1 2010/12/21 17:09:25 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 1967b0d702b0..1a9ef9b4fb6d 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.5.2.1 2010/12/21 17:09:25 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..f96021db43aa 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.4.1 2010/12/21 17:09:25 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..fb00c462a0e9 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.4.1 2010/12/21 17:09:25 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..7bebaec1775c 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.4.1 2010/12/21 17:09:25 kensmith Exp $"); /* * Lookup table support for ipfw diff --git a/sys/netinet/ipfw/test/Makefile b/sys/netinet/ipfw/test/Makefile index c556a4bf3d51..5baf1f77e037 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.4.1 2010/12/21 17:09:25 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..cdaab97cdadb 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.4.1 2010/12/21 17:09:25 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..01ff09138a16 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.4.1 2010/12/21 17:09:25 kensmith Exp $ * * Testing program for schedulers * diff --git a/sys/netinet/ipfw/test/mylist.h b/sys/netinet/ipfw/test/mylist.h index 6247f32ea4e4..1c1fb9a6c8ed 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.4.1 2010/12/21 17:09:25 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..ec133cef047c 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.4.1 2010/12/21 17:09:25 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..87aa45180106 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.4.1 2010/12/21 17:09:25 kensmith Exp $ * * library functions for userland testing of dummynet schedulers */ diff --git a/sys/netinet/libalias/HISTORY b/sys/netinet/libalias/HISTORY index c5bca59cac1f..3e6e12cc9826 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.6.1 2010/12/21 17:09:25 kensmith Exp $ Version 1.0: August 11, 1996 (cjm) diff --git a/sys/netinet/libalias/alias.c b/sys/netinet/libalias/alias.c index 876e95844ded..3c1dac6420b6 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.3.2.1 2010/12/21 17:09:25 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..66fe87c84184 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.6.1 2010/12/21 17:09:25 kensmith Exp $ */ /* diff --git a/sys/netinet/libalias/alias_cuseeme.c b/sys/netinet/libalias/alias_cuseeme.c index 28f5e9311891..dc21a4961d5f 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.6.1 2010/12/21 17:09:25 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..1e06a99d8d66 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.4.1 2010/12/21 17:09:25 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..dcf72d73a6ae 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.6.1 2010/12/21 17:09:25 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..9bf837dbc9ca 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.6.1 2010/12/21 17:09:25 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..e8ad88d7c2be 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.6.1 2010/12/21 17:09:25 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..bc2bd09c098c 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.6.1 2010/12/21 17:09:25 kensmith Exp $ */ /* diff --git a/sys/netinet/libalias/alias_mod.c b/sys/netinet/libalias/alias_mod.c index b6d903091c99..f44503826ba6 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.4.1 2010/12/21 17:09:25 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..d36ae8c02c92 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.6.1 2010/12/21 17:09:25 kensmith Exp $ */ /* diff --git a/sys/netinet/libalias/alias_nbt.c b/sys/netinet/libalias/alias_nbt.c index 6fcf727e1522..733514e8c993 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.6.1 2010/12/21 17:09:25 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..3e2c91f0f5eb 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.6.1 2010/12/21 17:09:25 kensmith Exp $"); /* Includes */ #ifdef _KERNEL diff --git a/sys/netinet/libalias/alias_proxy.c b/sys/netinet/libalias/alias_proxy.c index d5b1b81eb363..cfa509ecb246 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.4.1 2010/12/21 17:09:25 kensmith Exp $"); /* file: alias_proxy.c diff --git a/sys/netinet/libalias/alias_sctp.c b/sys/netinet/libalias/alias_sctp.c index 3bd5331d1764..430c1ebbd092 100644 --- a/sys/netinet/libalias/alias_sctp.c +++ b/sys/netinet/libalias/alias_sctp.c @@ -68,7 +68,7 @@ * - Dynamic control of hash-table size */ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/netinet/libalias/alias_sctp.c,v 1.2.2.3.2.1 2010/12/21 17:09:25 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 b3fb893322e5..1fddd39034a0 100644 --- a/sys/netinet/libalias/alias_sctp.h +++ b/sys/netinet/libalias/alias_sctp.h @@ -45,7 +45,7 @@ * */ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/netinet/libalias/alias_sctp.h,v 1.1.2.3.2.1 2010/12/21 17:09:25 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..107a8a0d36c6 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.6.1 2010/12/21 17:09:25 kensmith Exp $ */ #ifdef _KERNEL diff --git a/sys/netinet/libalias/alias_smedia.c b/sys/netinet/libalias/alias_smedia.c index 2e1b17e75414..8b4ae20e658c 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.6.1 2010/12/21 17:09:25 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..22a7ae1caeb8 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.6.1 2010/12/21 17:09:25 kensmith Exp $"); /* diff --git a/sys/netinet/libalias/libalias.3 b/sys/netinet/libalias/libalias.3 index 8f7d93ffe464..be6b32ccc629 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.6.1 2010/12/21 17:09:25 kensmith Exp $ .\" .Dd October 1, 2006 .Dt LIBALIAS 3 diff --git a/sys/netinet/pim.h b/sys/netinet/pim.h index 7878f7972fb6..fb2d44204e24 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.6.1 2010/12/21 17:09:25 kensmith Exp $ */ #ifndef _NETINET_PIM_H_ diff --git a/sys/netinet/pim_var.h b/sys/netinet/pim_var.h index 41657b61a48e..2fa0a3fdd4c2 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.2.2.1 2010/12/21 17:09:25 kensmith Exp $ */ #ifndef _NETINET_PIM_VAR_H_ diff --git a/sys/netinet/raw_ip.c b/sys/netinet/raw_ip.c index 69ba63c1f046..ab6420ece161 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.10.2.1 2010/12/21 17:09:25 kensmith Exp $"); #include "opt_inet6.h" #include "opt_ipsec.h" diff --git a/sys/netinet/sctp.h b/sys/netinet/sctp.h index 14acd9dac612..d16d690ac991 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.5.2.1 2010/12/21 17:09:25 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 288381de4131..d7534e55cfc2 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.8.2.1 2010/12/21 17:09:25 kensmith 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 bf3d5665e54e..4ec73670dc2c 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.2.2.1 2010/12/21 17:09:25 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 f106048720e9..1e6f794bd0ed 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.5.2.1 2010/12/21 17:09:25 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..4f02d63cb024 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.4.1 2010/12/21 17:09:25 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 90fd9a134433..c047bd5c5925 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.5.2.1 2010/12/21 17:09:25 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..ee5908679e88 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.4.1 2010/12/21 17:09:25 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 e40639b40fc2..dc912941b51d 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.5.2.1 2010/12/21 17:09:25 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..e4711d84dd7f 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.6.1 2010/12/21 17:09:25 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 212a2f9e05f0..74a7028dd07d 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.8.2.1 2010/12/21 17:09:25 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 b727ef9d4b93..9edb291f50c6 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.4.2.1 2010/12/21 17:09:25 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 eb7a1bc7a8e0..982951a21918 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.3.2.1 2010/12/21 17:09:25 kensmith Exp $"); #ifndef __crc32c_h__ #define __crc32c_h__ diff --git a/sys/netinet/sctp_header.h b/sys/netinet/sctp_header.h index 7fc3e56fd8dd..10639a472e7c 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.4.1 2010/12/21 17:09:25 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 3300c9797b33..3aa7dc04a632 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.24.2.1 2010/12/21 17:09:25 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..b2d3db3679a9 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.4.1 2010/12/21 17:09:25 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 77a413f5001f..b2a53fb32793 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.19.2.2 2010/12/26 17:29:26 tuexen 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..85814bdefb06 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.6.1 2010/12/21 17:09:25 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..59fc5e4a214e 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.4.1 2010/12/21 17:09:25 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..30b945b49547 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.6.1 2010/12/21 17:09:25 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 171c38e1cfc1..8f4635646e0f 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.7.2.1 2010/12/21 17:09:25 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 d8bc9aa50596..181f4fa3170a 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.40.2.1 2010/12/21 17:09:25 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 d655c3aa218d..17c862754876 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.4.2.1 2010/12/21 17:09:25 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 aaa0500ba529..e3c7d221512e 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.25.2.1 2010/12/21 17:09:25 kensmith 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 23ebc4f1756c..7002f77708ba 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.6.2.1 2010/12/21 17:09:25 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 69d04c0be31b..743baecca14a 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.2.2.1 2010/12/21 17:09:25 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..ea691674a906 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.6.1 2010/12/21 17:09:25 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 94d0395cc3ab..c158bd6ba5fa 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.8.2.1 2010/12/21 17:09:25 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 9e0c56ee31fa..bff32ca9c614 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.9.2.1 2010/12/21 17:09:25 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 9dbc9ed23c88..9287e7ae13d7 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.5.2.1 2010/12/21 17:09:25 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 7e9dd29fba5a..2a9e21127cd9 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.13.2.1 2010/12/21 17:09:25 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 a26ad7289c13..fee7ba5f1cc4 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.2.2.1 2010/12/21 17:09:25 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 1cb62f372817..e3475dd1c18e 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.8.2.1 2010/12/21 17:09:25 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 812a459fc66a..d21a2725cf5b 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.16.2.1 2010/12/21 17:09:25 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..d7bbaa2bb7af 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.4.1 2010/12/21 17:09:25 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 975acb86f3a5..6484214b056f 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.28.2.1 2010/12/21 17:09:25 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 d109ec2358c3..f51a8cb8398c 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.6.2.1 2010/12/21 17:09:25 kensmith Exp $"); #ifndef __sctputil_h__ #define __sctputil_h__ diff --git a/sys/netinet/siftr.c b/sys/netinet/siftr.c index a8dcb340f7ef..1ef49bc158e3 100644 --- a/sys/netinet/siftr.c +++ b/sys/netinet/siftr.c @@ -58,7 +58,7 @@ ******************************************************/ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/netinet/siftr.c,v 1.6.2.8.2.1 2010/12/21 17:09:25 kensmith Exp $"); #include <sys/param.h> #include <sys/alq.h> diff --git a/sys/netinet/tcp.h b/sys/netinet/tcp.h index 8779582adc1a..03d90804cf9f 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.4.1 2010/12/21 17:09:25 kensmith Exp $ */ #ifndef _NETINET_TCP_H_ diff --git a/sys/netinet/tcp_debug.c b/sys/netinet/tcp_debug.c index 5afbcdee7a5a..8a47b30d16d2 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.6.1 2010/12/21 17:09:25 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..e402145d1d86 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.6.1 2010/12/21 17:09:25 kensmith Exp $ */ #ifndef _NETINET_TCP_DEBUG_H_ diff --git a/sys/netinet/tcp_fsm.h b/sys/netinet/tcp_fsm.h index 61fd0c1f8a28..9201c2a64df9 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.6.1 2010/12/21 17:09:25 kensmith Exp $ */ #ifndef _NETINET_TCP_FSM_H_ diff --git a/sys/netinet/tcp_hostcache.c b/sys/netinet/tcp_hostcache.c index d20adb7567d2..5ed844db36cc 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.4.1 2010/12/21 17:09:25 kensmith Exp $"); #include "opt_inet6.h" diff --git a/sys/netinet/tcp_hostcache.h b/sys/netinet/tcp_hostcache.h index 8569edccec25..a00369d25b55 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.6.1 2010/12/21 17:09:25 kensmith Exp $ */ /* diff --git a/sys/netinet/tcp_input.c b/sys/netinet/tcp_input.c index 58eac74569a0..743abc4b3a7c 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.9.2.1 2010/12/21 17:09:25 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..5b019ddab9da 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.6.1 2010/12/21 17:09:25 kensmith Exp $ ***************************************************************************/ #include <sys/param.h> diff --git a/sys/netinet/tcp_lro.h b/sys/netinet/tcp_lro.h index 08aac69058b2..1c8b43ff3728 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.6.1 2010/12/21 17:09:25 kensmith Exp $ ***************************************************************************/ #ifndef _TCP_LRO_H_ diff --git a/sys/netinet/tcp_offload.c b/sys/netinet/tcp_offload.c index 899a37c7fa34..dacad6603790 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.6.1 2010/12/21 17:09:25 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..34b63b021bc0 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.6.1 2010/12/21 17:09:25 kensmith Exp $ */ #ifndef _NETINET_TCP_OFFLOAD_H_ diff --git a/sys/netinet/tcp_output.c b/sys/netinet/tcp_output.c index 50d0ee6a4cd2..82a9790901ca 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.7.2.1 2010/12/21 17:09:25 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 9efacdcdbbce..8bb3d13c156d 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.6.2.1 2010/12/21 17:09:25 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..2bcf4aabf923 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.4.1 2010/12/21 17:09:25 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..445898afd17c 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.6.1 2010/12/21 17:09:25 kensmith Exp $ */ #ifndef _NETINET_TCP_SEQ_H_ diff --git a/sys/netinet/tcp_subr.c b/sys/netinet/tcp_subr.c index 4c4fa214620f..3956fd63d641 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.11.2.1 2010/12/21 17:09:25 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 f237a0f6d194..39bddccedcd2 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.5.2.1 2010/12/21 17:09:25 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..ba5e28f4d1a8 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.6.1 2010/12/21 17:09:25 kensmith Exp $ */ #ifndef _NETINET_TCP_SYNCACHE_H_ diff --git a/sys/netinet/tcp_timer.c b/sys/netinet/tcp_timer.c index 24801d29309f..21a1624dc4e9 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.4.1 2010/12/21 17:09:25 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..419a80078b29 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.6.1 2010/12/21 17:09:25 kensmith Exp $ */ #ifndef _NETINET_TCP_TIMER_H_ diff --git a/sys/netinet/tcp_timewait.c b/sys/netinet/tcp_timewait.c index 42df4fe94634..adacf153d2b6 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.4.1 2010/12/21 17:09:25 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 b8d544a25657..2713a5d1974d 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.4.2 2011/02/11 15:14:51 jhb Exp $"); #include "opt_ddb.h" #include "opt_inet.h" diff --git a/sys/netinet/tcp_var.h b/sys/netinet/tcp_var.h index 7e186bcdbde6..d6776f1eec94 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.7.2.1 2010/12/21 17:09:25 kensmith Exp $ */ #ifndef _NETINET_TCP_VAR_H_ diff --git a/sys/netinet/tcpip.h b/sys/netinet/tcpip.h index 3a89d5d5bd30..b3567a84e012 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.6.1 2010/12/21 17:09:25 kensmith Exp $ */ #ifndef _NETINET_TCPIP_H_ diff --git a/sys/netinet/toedev.h b/sys/netinet/toedev.h index 7edaca126faa..9fd6ed7d8f8c 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.6.1 2010/12/21 17:09:25 kensmith Exp $ */ #ifndef _NETINET_TOEDEV_H_ diff --git a/sys/netinet/udp.h b/sys/netinet/udp.h index 6841683fc52d..8d5d14b7439d 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.6.1 2010/12/21 17:09:25 kensmith Exp $ */ #ifndef _NETINET_UDP_H_ diff --git a/sys/netinet/udp_usrreq.c b/sys/netinet/udp_usrreq.c index ad8a51b86a88..5f0c1661dda1 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.6.2.1 2010/12/21 17:09:25 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..25097ad98495 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.4.1 2010/12/21 17:09:25 kensmith Exp $ */ #ifndef _NETINET_UDP_VAR_H_ |