diff options
author | Ken Smith <kensmith@FreeBSD.org> | 2009-11-21 06:13:29 +0000 |
---|---|---|
committer | Ken Smith <kensmith@FreeBSD.org> | 2009-11-21 06:13:29 +0000 |
commit | a4d3b78df842614c46b116fc5a6f470be637dccd (patch) | |
tree | 46c6b11aa0464ba59f49361bd26e1a86962c0624 /sys/netinet | |
parent | 59dd044d1cb744d3dba6b41c41e196b54e8fd9f8 (diff) |
Diffstat (limited to 'sys/netinet')
142 files changed, 142 insertions, 142 deletions
diff --git a/sys/netinet/accf_data.c b/sys/netinet/accf_data.c index 599392c30f50..e331f939a483 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.2.1 2009/10/25 01:10:29 kensmith Exp $"); #define ACCEPT_FILTER_MOD diff --git a/sys/netinet/accf_dns.c b/sys/netinet/accf_dns.c index ec2b4cfb804f..e962d49824dc 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.2.1 2009/10/25 01:10:29 kensmith Exp $ */ #define ACCEPT_FILTER_MOD diff --git a/sys/netinet/accf_http.c b/sys/netinet/accf_http.c index b3761ef54c19..949a705f15c7 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.2.1 2009/10/25 01:10:29 kensmith Exp $"); #define ACCEPT_FILTER_MOD diff --git a/sys/netinet/icmp6.h b/sys/netinet/icmp6.h index c3a8ac7fcac3..3723929626fe 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.1.2.1 2009/10/25 01:10:29 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..0f28094c2f41 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.2.1 2009/10/25 01:10:29 kensmith Exp $ */ #ifndef _NETINET_ICMP_VAR_H_ diff --git a/sys/netinet/if_atm.c b/sys/netinet/if_atm.c index d534a1847967..d98f7565ab35 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.2.1 2009/10/25 01:10:29 kensmith Exp $"); /* * IP <=> ATM address resolution. diff --git a/sys/netinet/if_atm.h b/sys/netinet/if_atm.h index bd8b51437ecc..3f7964572722 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.2.1 2009/10/25 01:10:29 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 be1e529bbaff..37e3ff93b767 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.5.2.1 2009/10/25 01:10:29 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..dfbf5876c193 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.2.1 2009/10/25 01:10:29 kensmith Exp $ */ #ifndef _NETINET_IF_ETHER_H_ diff --git a/sys/netinet/igmp.c b/sys/netinet/igmp.c index f9f6381f3fc6..6ea082e94ebf 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.1.2.1 2009/10/25 01:10:29 kensmith Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/netinet/igmp.h b/sys/netinet/igmp.h index 8f574290b8eb..78a762f2f91f 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.2.1 2009/10/25 01:10:29 kensmith Exp $ */ #ifndef _NETINET_IGMP_H_ diff --git a/sys/netinet/igmp_var.h b/sys/netinet/igmp_var.h index ca17158f1aef..12e2d3f78ff7 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.2.1 2009/10/25 01:10:29 kensmith Exp $ */ #ifndef _NETINET_IGMP_VAR_H_ diff --git a/sys/netinet/in.c b/sys/netinet/in.c index 1b0a6746e342..218932a10afb 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.9.2.1 2009/10/25 01:10:29 kensmith Exp $"); #include "opt_carp.h" diff --git a/sys/netinet/in.h b/sys/netinet/in.h index ad07aba46042..126854b2242c 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.1.2.1 2009/10/25 01:10:29 kensmith Exp $ */ #ifndef _NETINET_IN_H_ diff --git a/sys/netinet/in_cksum.c b/sys/netinet/in_cksum.c index 8fe05d9f96b2..48017ab09ada 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.2.1 2009/10/25 01:10:29 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 44b9961d44b2..0f078fd99631 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.1.2.1 2009/10/25 01:10:29 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..1ccb496c449b 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.2.1 2009/10/25 01:10:29 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 3dd090850e7e..69de305bc2cc 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.3.2.1 2009/10/25 01:10:29 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 7a4ac10ad633..f32ec2d56d9d 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.2.2.1 2009/10/25 01:10:29 kensmith Exp $"); #include "opt_ddb.h" #include "opt_ipsec.h" diff --git a/sys/netinet/in_pcb.h b/sys/netinet/in_pcb.h index 811cf9fe9f0e..fe7339dcaa35 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.1.2.1 2009/10/25 01:10:29 kensmith Exp $ */ #ifndef _NETINET_IN_PCB_H_ diff --git a/sys/netinet/in_proto.c b/sys/netinet/in_proto.c index f1f5adef3abf..d5f0509f54b7 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.1.2.1 2009/10/25 01:10:29 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 6516277d0c40..a67674566726 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.1.2.1 2009/10/25 01:10:29 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..4b059a5e1e77 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.2.1 2009/10/25 01:10:29 kensmith Exp $ */ #ifndef _NETINET_IN_SYSTM_H_ diff --git a/sys/netinet/in_var.h b/sys/netinet/in_var.h index cd1d90438e4d..cfbd978a15bc 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.2.1 2009/10/25 01:10:29 kensmith Exp $ */ #ifndef _NETINET_IN_VAR_H_ diff --git a/sys/netinet/ip.h b/sys/netinet/ip.h index daee533ee681..879e3c643816 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.2.1 2009/10/25 01:10:29 kensmith Exp $ */ #ifndef _NETINET_IP_H_ diff --git a/sys/netinet/ip6.h b/sys/netinet/ip6.h index 3fb08a78c9df..db7bea251fe8 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.2.1 2009/10/25 01:10:29 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 e3ffe5a4a6d7..7bcc4f283615 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.2.2.1 2009/10/25 01:10:29 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..d9a9614fdb95 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.2.1 2009/10/25 01:10:29 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 401c0908de51..20263e96d3cd 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.2.2.1 2009/10/25 01:10:29 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 503635549825..5b676f4d3c9d 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.2.2.1 2009/10/25 01:10:29 kensmith Exp $ */ #ifndef _NETINET_IP_DIVERT_H_ diff --git a/sys/netinet/ip_dummynet.h b/sys/netinet/ip_dummynet.h index b5ef19e49a61..d664bc40f0b4 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.1.2.1 2009/10/25 01:10:29 kensmith Exp $ */ #ifndef _IP_DUMMYNET_H diff --git a/sys/netinet/ip_ecn.c b/sys/netinet/ip_ecn.c index 9fce01d7cd68..d95e5dfc60c4 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.2.1 2009/10/25 01:10:29 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..ad08c0641b10 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.2.1 2009/10/25 01:10:29 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 0efd22aaf0d9..0ebbbede11a4 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.1.2.1 2009/10/25 01:10:29 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..2dd1cd52cc06 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.2.1 2009/10/25 01:10:29 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 f53f787ed875..c3c64ea25f24 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.1.2.1 2009/10/25 01:10:29 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 9967a29607b0..64ee88bad2ac 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.2.2.1 2009/10/25 01:10:29 kensmith Exp $ */ #ifndef _IPFW2_H diff --git a/sys/netinet/ip_gre.c b/sys/netinet/ip_gre.c index 218cc6e38cfb..5c4c86bb0cfe 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.2.1 2009/10/25 01:10:29 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..4b823568760b 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.2.1 2009/10/25 01:10:29 kensmith Exp $ */ /*- * Copyright (c) 1998 The NetBSD Foundation, Inc. diff --git a/sys/netinet/ip_icmp.c b/sys/netinet/ip_icmp.c index fcb9ca6ceaa2..73b4b76a300e 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.1.2.1 2009/10/25 01:10:29 kensmith Exp $"); #include "opt_ipsec.h" diff --git a/sys/netinet/ip_icmp.h b/sys/netinet/ip_icmp.h index e4ee7f7402cc..8d781abfc109 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.1.2.1 2009/10/25 01:10:29 kensmith Exp $ */ #ifndef _NETINET_IP_ICMP_H_ diff --git a/sys/netinet/ip_id.c b/sys/netinet/ip_id.c index ce8c6b42ec78..b94c9cacb9d4 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.2.1 2009/10/25 01:10:29 kensmith Exp $"); /* * IP ID generation is a fascinating topic. diff --git a/sys/netinet/ip_input.c b/sys/netinet/ip_input.c index 3f4c685d1cbc..d493e727c270 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.2.2.1 2009/10/25 01:10:29 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 0eb4673a0387..2f9895509307 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.1.2.1 2009/10/25 01:10:29 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..3d2a7bf1fb37 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.2.1 2009/10/25 01:10:29 kensmith Exp $ */ #ifndef _NETINET_IP_IPSEC_H_ diff --git a/sys/netinet/ip_mroute.c b/sys/netinet/ip_mroute.c index 39c71b06c060..75b442c7a0cc 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.1.2.1 2009/10/25 01:10:29 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..c9417123e52b 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.2.1 2009/10/25 01:10:29 kensmith Exp $ */ #ifndef _NETINET_IP_MROUTE_H_ diff --git a/sys/netinet/ip_options.c b/sys/netinet/ip_options.c index f95b3a04d35f..d873299b7c44 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.2.1 2009/10/25 01:10:29 kensmith Exp $"); #include "opt_ipstealth.h" diff --git a/sys/netinet/ip_options.h b/sys/netinet/ip_options.h index 7ba5ae644b76..fbafbda0f239 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.2.1 2009/10/25 01:10:29 kensmith Exp $ */ #ifndef _NETINET_IP_OPTIONS_H_ diff --git a/sys/netinet/ip_output.c b/sys/netinet/ip_output.c index e222cdaaa1fc..47d711be2c91 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.4.2.1 2009/10/25 01:10:29 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 448ba3d79784..7f4ca5187be0 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.1.2.1 2009/10/25 01:10:29 kensmith Exp $ */ #ifndef _NETINET_IP_VAR_H_ diff --git a/sys/netinet/ipfw/ip_dummynet.c b/sys/netinet/ipfw/ip_dummynet.c index d5620997b3e9..1f80907e6335 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.1.2.1 2009/10/25 01:10:29 kensmith Exp $"); #define DUMMYNET_DEBUG diff --git a/sys/netinet/ipfw/ip_fw2.c b/sys/netinet/ipfw/ip_fw2.c index a17a64792e83..cff1aed09be3 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.3.2.1 2009/10/25 01:10:29 kensmith Exp $"); #define DEB(x) #define DDB(x) x diff --git a/sys/netinet/ipfw/ip_fw_nat.c b/sys/netinet/ipfw/ip_fw_nat.c index cd6a1cfd7406..abcd5ac8a24f 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.1.2.1 2009/10/25 01:10:29 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 ffffb594546b..24715c5e9d43 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.2.2.1 2009/10/25 01:10:29 kensmith Exp $"); #if !defined(KLD_MODULE) #include "opt_ipfw.h" diff --git a/sys/netinet/libalias/HISTORY b/sys/netinet/libalias/HISTORY index c5bca59cac1f..0aed28b91043 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.2.1 2009/10/25 01:10:29 kensmith Exp $ Version 1.0: August 11, 1996 (cjm) diff --git a/sys/netinet/libalias/alias.c b/sys/netinet/libalias/alias.c index 2e469d7e49a4..60fecc887bce 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.1.2.1 2009/10/25 01:10:29 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..d0129fb5515e 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.2.1 2009/10/25 01:10:29 kensmith Exp $ */ /* diff --git a/sys/netinet/libalias/alias_cuseeme.c b/sys/netinet/libalias/alias_cuseeme.c index 28f5e9311891..f98f56c3134d 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.2.1 2009/10/25 01:10:29 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 489933f6385c..9091928dc564 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.1.2.1 2009/10/25 01:10:29 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..154022659b4e 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.2.1 2009/10/25 01:10:29 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..e536155c87ba 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.2.1 2009/10/25 01:10:29 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..2c7da02e0023 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.2.1 2009/10/25 01:10:29 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..24730e8a2d3c 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.2.1 2009/10/25 01:10:29 kensmith Exp $ */ /* diff --git a/sys/netinet/libalias/alias_mod.c b/sys/netinet/libalias/alias_mod.c index 2713137ec20c..266b3decafe3 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.1.2.1 2009/10/25 01:10:29 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..a6b57613dcb6 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.2.1 2009/10/25 01:10:29 kensmith Exp $ */ /* diff --git a/sys/netinet/libalias/alias_nbt.c b/sys/netinet/libalias/alias_nbt.c index 6fcf727e1522..528e90f3fe7b 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.2.1 2009/10/25 01:10:29 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..c870fb7eaddd 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.2.1 2009/10/25 01:10:29 kensmith Exp $"); /* Includes */ #ifdef _KERNEL diff --git a/sys/netinet/libalias/alias_proxy.c b/sys/netinet/libalias/alias_proxy.c index 4e11d4d74be5..28eb1ab13fbf 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.1.2.1 2009/10/25 01:10:29 kensmith Exp $"); /* file: alias_proxy.c diff --git a/sys/netinet/libalias/alias_sctp.c b/sys/netinet/libalias/alias_sctp.c index 22cf5cd65457..3e31da8b5ceb 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.2.1 2009/10/25 01:10:29 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..c9a37e9eed24 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.2.1 2009/10/25 01:10:29 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..0a0d6422ccf9 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.2.1 2009/10/25 01:10:29 kensmith Exp $ */ #ifdef _KERNEL diff --git a/sys/netinet/libalias/alias_smedia.c b/sys/netinet/libalias/alias_smedia.c index 2e1b17e75414..0fce6fbf26e9 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.2.1 2009/10/25 01:10:29 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..35125176bbaa 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.2.1 2009/10/25 01:10:29 kensmith Exp $"); /* diff --git a/sys/netinet/libalias/libalias.3 b/sys/netinet/libalias/libalias.3 index 8f7d93ffe464..b66d84884847 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.2.1 2009/10/25 01:10:29 kensmith Exp $ .\" .Dd October 1, 2006 .Dt LIBALIAS 3 diff --git a/sys/netinet/pim.h b/sys/netinet/pim.h index 7878f7972fb6..2f573916ba1e 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.2.1 2009/10/25 01:10:29 kensmith Exp $ */ #ifndef _NETINET_PIM_H_ diff --git a/sys/netinet/pim_var.h b/sys/netinet/pim_var.h index aecb6735b368..5dcc15c940f1 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.2.1 2009/10/25 01:10:29 kensmith Exp $ */ #ifndef _NETINET_PIM_VAR_H_ diff --git a/sys/netinet/raw_ip.c b/sys/netinet/raw_ip.c index b40ceb28b792..c3dbedbff4ab 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.2.2.1 2009/10/25 01:10:29 kensmith Exp $"); #include "opt_inet6.h" #include "opt_ipsec.h" diff --git a/sys/netinet/sctp.h b/sys/netinet/sctp.h index f4d5d6c36c50..e0680e0e3652 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.2.1 2009/10/25 01:10:29 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 c38c344fcf28..d1cff6c5a12d 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.1.2.1 2009/10/25 01:10:29 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 9622871b9667..7140ecf7a7f5 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.2.1 2009/10/25 01:10:29 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 a166cb4b9c9f..deee1ad79152 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.1.2.1 2009/10/25 01:10:29 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 8602c97ac3c7..c18b473e6ca5 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.1.2.1 2009/10/25 01:10:29 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 792a720b6dfa..bfafc9cec97b 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.2.2.1 2009/10/25 01:10:29 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 2260cf93aaee..b68475c22332 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.1.2.1 2009/10/25 01:10:29 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 02fb1a9a9073..93bd30831bd4 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.1.2.1 2009/10/25 01:10:29 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..c3b0ce026a5b 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.2.1 2009/10/25 01:10:29 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 8df349096341..84e22f9560c1 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.1.2.1 2009/10/25 01:10:29 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 aeb97153855c..ebe6976cb217 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.1.2.1 2009/10/25 01:10:29 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 44196b16abec..2e2cb54464ab 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.1.2.1 2009/10/25 01:10:29 kensmith Exp $"); #ifndef __crc32c_h__ #define __crc32c_h__ diff --git a/sys/netinet/sctp_header.h b/sys/netinet/sctp_header.h index c551e53b473e..81dacd02c58b 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.1.2.1 2009/10/25 01:10:29 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 5914105c1478..6bc5ffe5af8e 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.3.2.1 2009/10/25 01:10:29 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 76fa9467f7d4..32bf937c49ca 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.1.2.1 2009/10/25 01:10:29 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 4a916265b9e7..a4f849ea3cd5 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.2.2.1 2009/10/25 01:10:29 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..a3d3506be932 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.2.1 2009/10/25 01:10:29 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 6db9057ef2a2..71675421e0b0 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.1.2.1 2009/10/25 01:10:29 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..50352702e321 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.2.1 2009/10/25 01:10:29 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 d01879081bd0..a92d9b7446cf 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.2.2.1 2009/10/25 01:10:29 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 4875d22f7a37..5a6d9ed64671 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.5.2.1 2009/10/25 01:10:29 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 ce76febda068..9dad6d6c5a96 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.1.2.1 2009/10/25 01:10:29 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 0d1f1e0f8477..1813b6743419 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.3.2.1 2009/10/25 01:10:29 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 684ed5ae17d5..d6e60f699775 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.1.2.1 2009/10/25 01:10:29 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..f4af8f405e1f 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.2.1 2009/10/25 01:10:29 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..01eba1f54085 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.2.1 2009/10/25 01:10:29 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 59725f5d992e..ac331502fbcc 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.1.2.1 2009/10/25 01:10:29 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 b5c5f6c4795b..7ff9ae5956dc 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.1.2.1 2009/10/25 01:10:29 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..310961a19b59 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.2.1 2009/10/25 01:10:29 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 b40ef503f61e..1e8a9115e404 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.2.2.1 2009/10/25 01:10:29 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..fc895046b631 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.2.1 2009/10/25 01:10:29 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 2f16b94c2d67..e29ce0003042 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.1.2.1 2009/10/25 01:10:29 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 4442f11befba..e1603754b30e 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.2.2.1 2009/10/25 01:10:29 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 1ccccf3d3c48..811fa9bb72d0 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.1.2.1 2009/10/25 01:10:29 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 c7bdfb54b5c8..878826dee6fe 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.3.2.1 2009/10/25 01:10:29 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 f3a731ea1a0a..473daca07ea5 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.2.2.1 2009/10/25 01:10:29 kensmith Exp $"); #ifndef __sctputil_h__ #define __sctputil_h__ diff --git a/sys/netinet/tcp.h b/sys/netinet/tcp.h index 03b8bf637087..3597458a9bec 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.1.2.1 2009/10/25 01:10:29 kensmith Exp $ */ #ifndef _NETINET_TCP_H_ diff --git a/sys/netinet/tcp_debug.c b/sys/netinet/tcp_debug.c index 5afbcdee7a5a..326a6b10f981 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.2.1 2009/10/25 01:10:29 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..6d1b3b481e63 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.2.1 2009/10/25 01:10:29 kensmith Exp $ */ #ifndef _NETINET_TCP_DEBUG_H_ diff --git a/sys/netinet/tcp_fsm.h b/sys/netinet/tcp_fsm.h index 61fd0c1f8a28..ccd49f40cb8b 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.2.1 2009/10/25 01:10:29 kensmith Exp $ */ #ifndef _NETINET_TCP_FSM_H_ diff --git a/sys/netinet/tcp_hostcache.c b/sys/netinet/tcp_hostcache.c index acbc860a26ed..2a9654ed2ee9 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.1.2.1 2009/10/25 01:10:29 kensmith Exp $"); #include "opt_inet6.h" diff --git a/sys/netinet/tcp_hostcache.h b/sys/netinet/tcp_hostcache.h index 8569edccec25..7fa50b851bb9 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.2.1 2009/10/25 01:10:29 kensmith Exp $ */ /* diff --git a/sys/netinet/tcp_input.c b/sys/netinet/tcp_input.c index 09f834bcabdd..c80b01a0d762 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.3.2.1 2009/10/25 01:10:29 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..ce01a0cccc70 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.2.1 2009/10/25 01:10:29 kensmith Exp $ ***************************************************************************/ #include <sys/param.h> diff --git a/sys/netinet/tcp_lro.h b/sys/netinet/tcp_lro.h index 08aac69058b2..092c884f6cab 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.2.1 2009/10/25 01:10:29 kensmith Exp $ ***************************************************************************/ #ifndef _TCP_LRO_H_ diff --git a/sys/netinet/tcp_offload.c b/sys/netinet/tcp_offload.c index 899a37c7fa34..a06c4ec19e32 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.2.1 2009/10/25 01:10:29 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..a8857a2e18d1 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.2.1 2009/10/25 01:10:29 kensmith Exp $ */ #ifndef _NETINET_TCP_OFFLOAD_H_ diff --git a/sys/netinet/tcp_output.c b/sys/netinet/tcp_output.c index ee33ea2de738..9958305a76ca 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.1.2.1 2009/10/25 01:10:29 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 8115b2b8e16a..18b732043223 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.1.2.1 2009/10/25 01:10:29 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 06fb50269faa..221fd24fd825 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.1.2.1 2009/10/25 01:10:29 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..af2596ec6cd7 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.2.1 2009/10/25 01:10:29 kensmith Exp $ */ #ifndef _NETINET_TCP_SEQ_H_ diff --git a/sys/netinet/tcp_subr.c b/sys/netinet/tcp_subr.c index 622c508f381a..0485196898f9 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.1.2.1 2009/10/25 01:10:29 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 16c4f676ebbb..a1e5820ec1aa 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.1.2.1 2009/10/25 01:10:29 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..a5059f07bafd 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.2.1 2009/10/25 01:10:29 kensmith Exp $ */ #ifndef _NETINET_TCP_SYNCACHE_H_ diff --git a/sys/netinet/tcp_timer.c b/sys/netinet/tcp_timer.c index 7f5d159ead23..49da535a091b 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.1.2.1 2009/10/25 01:10:29 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..a2e8208cf4d3 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.2.1 2009/10/25 01:10:29 kensmith Exp $ */ #ifndef _NETINET_TCP_TIMER_H_ diff --git a/sys/netinet/tcp_timewait.c b/sys/netinet/tcp_timewait.c index f755fa1eea87..d784e7bea964 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.2.2.1 2009/10/25 01:10:29 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 1e58cd7b134d..e97561b631b8 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.1.2.1 2009/10/25 01:10:29 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 96353f3df537..1afd55216264 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.1.2.1 2009/10/25 01:10:29 kensmith Exp $ */ #ifndef _NETINET_TCP_VAR_H_ diff --git a/sys/netinet/tcpip.h b/sys/netinet/tcpip.h index 3a89d5d5bd30..04f1e33cea1f 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.2.1 2009/10/25 01:10:29 kensmith Exp $ */ #ifndef _NETINET_TCPIP_H_ diff --git a/sys/netinet/toedev.h b/sys/netinet/toedev.h index 7edaca126faa..0254589452ba 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.2.1 2009/10/25 01:10:29 kensmith Exp $ */ #ifndef _NETINET_TOEDEV_H_ diff --git a/sys/netinet/udp.h b/sys/netinet/udp.h index 6841683fc52d..2fcc42fc1570 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.2.1 2009/10/25 01:10:29 kensmith Exp $ */ #ifndef _NETINET_UDP_H_ diff --git a/sys/netinet/udp_usrreq.c b/sys/netinet/udp_usrreq.c index 019ceb3ef281..d5524f47de5a 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.1.2.1 2009/10/25 01:10:29 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 b8d994cc3a62..d46b2d077455 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.1.2.1 2009/10/25 01:10:29 kensmith Exp $ */ #ifndef _NETINET_UDP_VAR_H_ |