diff options
| author | Ken Smith <kensmith@FreeBSD.org> | 2011-02-16 16:18:46 +0000 |
|---|---|---|
| committer | Ken Smith <kensmith@FreeBSD.org> | 2011-02-16 16:18:46 +0000 |
| commit | dec99dafe5763ba1db6950342aa80a634169c083 (patch) | |
| tree | 1bd9f5a688ac947b00e690c3c69ccb8df203768d /usr.bin/systat | |
| parent | 045f17e533c0209bbcddcccbbb0192d61ffd6c9c (diff) | |
Diffstat (limited to 'usr.bin/systat')
| -rw-r--r-- | usr.bin/systat/Makefile | 2 | ||||
| -rw-r--r-- | usr.bin/systat/cmds.c | 2 | ||||
| -rw-r--r-- | usr.bin/systat/cmdtab.c | 2 | ||||
| -rw-r--r-- | usr.bin/systat/convtbl.c | 2 | ||||
| -rw-r--r-- | usr.bin/systat/convtbl.h | 2 | ||||
| -rw-r--r-- | usr.bin/systat/devs.c | 2 | ||||
| -rw-r--r-- | usr.bin/systat/devs.h | 2 | ||||
| -rw-r--r-- | usr.bin/systat/extern.h | 2 | ||||
| -rw-r--r-- | usr.bin/systat/fetch.c | 2 | ||||
| -rw-r--r-- | usr.bin/systat/icmp.c | 2 | ||||
| -rw-r--r-- | usr.bin/systat/icmp6.c | 2 | ||||
| -rw-r--r-- | usr.bin/systat/ifcmds.c | 2 | ||||
| -rw-r--r-- | usr.bin/systat/ifstat.c | 2 | ||||
| -rw-r--r-- | usr.bin/systat/iostat.c | 2 | ||||
| -rw-r--r-- | usr.bin/systat/ip.c | 2 | ||||
| -rw-r--r-- | usr.bin/systat/ip6.c | 2 | ||||
| -rw-r--r-- | usr.bin/systat/keyboard.c | 2 | ||||
| -rw-r--r-- | usr.bin/systat/main.c | 2 | ||||
| -rw-r--r-- | usr.bin/systat/mbufs.c | 2 | ||||
| -rw-r--r-- | usr.bin/systat/mode.c | 2 | ||||
| -rw-r--r-- | usr.bin/systat/mode.h | 2 | ||||
| -rw-r--r-- | usr.bin/systat/netcmds.c | 2 | ||||
| -rw-r--r-- | usr.bin/systat/netstat.c | 2 | ||||
| -rw-r--r-- | usr.bin/systat/pigs.c | 2 | ||||
| -rw-r--r-- | usr.bin/systat/swap.c | 2 | ||||
| -rw-r--r-- | usr.bin/systat/systat.1 | 2 | ||||
| -rw-r--r-- | usr.bin/systat/systat.h | 2 | ||||
| -rw-r--r-- | usr.bin/systat/tcp.c | 2 | ||||
| -rw-r--r-- | usr.bin/systat/vmstat.c | 2 |
29 files changed, 29 insertions, 29 deletions
diff --git a/usr.bin/systat/Makefile b/usr.bin/systat/Makefile index 49bb9981c0d3..975251d63108 100644 --- a/usr.bin/systat/Makefile +++ b/usr.bin/systat/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 6/6/93 -# $FreeBSD$ +# $FreeBSD: src/usr.bin/systat/Makefile,v 1.20.2.2.4.1 2010/12/21 17:09:25 kensmith Exp $ .include <bsd.own.mk> diff --git a/usr.bin/systat/cmds.c b/usr.bin/systat/cmds.c index f283056d96cc..bac149205eeb 100644 --- a/usr.bin/systat/cmds.c +++ b/usr.bin/systat/cmds.c @@ -33,7 +33,7 @@ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/systat/cmds.c,v 1.6.2.1.6.1 2010/12/21 17:09:25 kensmith Exp $"); #ifdef lint static const char sccsid[] = "@(#)cmds.c 8.2 (Berkeley) 4/29/95"; diff --git a/usr.bin/systat/cmdtab.c b/usr.bin/systat/cmdtab.c index a8daa1311ee5..21e56f272d3b 100644 --- a/usr.bin/systat/cmdtab.c +++ b/usr.bin/systat/cmdtab.c @@ -33,7 +33,7 @@ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/systat/cmdtab.c,v 1.12.2.1.6.1 2010/12/21 17:09:25 kensmith Exp $"); #ifdef lint static const char sccsid[] = "@(#)cmdtab.c 8.1 (Berkeley) 6/6/93"; diff --git a/usr.bin/systat/convtbl.c b/usr.bin/systat/convtbl.c index bebb040f9ec6..06c32f703c9a 100644 --- a/usr.bin/systat/convtbl.c +++ b/usr.bin/systat/convtbl.c @@ -25,7 +25,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/usr.bin/systat/convtbl.c,v 1.13.2.1.6.1 2010/12/21 17:09:25 kensmith Exp $ */ #include <sys/types.h> diff --git a/usr.bin/systat/convtbl.h b/usr.bin/systat/convtbl.h index 051e1cd4f08a..155224eddece 100644 --- a/usr.bin/systat/convtbl.h +++ b/usr.bin/systat/convtbl.h @@ -25,7 +25,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/usr.bin/systat/convtbl.h,v 1.8.10.1.6.1 2010/12/21 17:09:25 kensmith Exp $ */ #ifndef _CONVTBL_H_ diff --git a/usr.bin/systat/devs.c b/usr.bin/systat/devs.c index 58e6d58596f1..11a96b6ddd19 100644 --- a/usr.bin/systat/devs.c +++ b/usr.bin/systat/devs.c @@ -60,7 +60,7 @@ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/systat/devs.c,v 1.10.2.1.6.1 2010/12/21 17:09:25 kensmith Exp $"); #ifdef lint static const char sccsid[] = "@(#)disks.c 8.1 (Berkeley) 6/6/93"; diff --git a/usr.bin/systat/devs.h b/usr.bin/systat/devs.h index 921700846b23..a7b6efe053cc 100644 --- a/usr.bin/systat/devs.h +++ b/usr.bin/systat/devs.h @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/usr.bin/systat/devs.h,v 1.4.36.1.6.1 2010/12/21 17:09:25 kensmith Exp $ */ int dsinit(int, struct statinfo *, struct statinfo *, struct statinfo *); diff --git a/usr.bin/systat/extern.h b/usr.bin/systat/extern.h index 84af89ca55f0..92d9a6a3b2ee 100644 --- a/usr.bin/systat/extern.h +++ b/usr.bin/systat/extern.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)extern.h 8.1 (Berkeley) 6/6/93 - * $FreeBSD$ + * $FreeBSD: src/usr.bin/systat/extern.h,v 1.16.2.1.6.1 2010/12/21 17:09:25 kensmith Exp $ */ #include <sys/cdefs.h> diff --git a/usr.bin/systat/fetch.c b/usr.bin/systat/fetch.c index 0edce342e7b2..9ad45baa8416 100644 --- a/usr.bin/systat/fetch.c +++ b/usr.bin/systat/fetch.c @@ -33,7 +33,7 @@ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/systat/fetch.c,v 1.6.2.1.6.1 2010/12/21 17:09:25 kensmith Exp $"); #ifdef lint static const char sccsid[] = "@(#)fetch.c 8.1 (Berkeley) 6/6/93"; diff --git a/usr.bin/systat/icmp.c b/usr.bin/systat/icmp.c index 2d5f8e4e1ff9..efd2a0a16b78 100644 --- a/usr.bin/systat/icmp.c +++ b/usr.bin/systat/icmp.c @@ -33,7 +33,7 @@ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/systat/icmp.c,v 1.6.2.1.6.1 2010/12/21 17:09:25 kensmith Exp $"); #ifdef lint static char sccsid[] = "@(#)mbufs.c 8.1 (Berkeley) 6/6/93"; diff --git a/usr.bin/systat/icmp6.c b/usr.bin/systat/icmp6.c index 54151709bdab..a30b165abd90 100644 --- a/usr.bin/systat/icmp6.c +++ b/usr.bin/systat/icmp6.c @@ -33,7 +33,7 @@ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/systat/icmp6.c,v 1.4.2.1.6.1 2010/12/21 17:09:25 kensmith Exp $"); #ifdef lint static char sccsid[] = "@(#)mbufs.c 8.1 (Berkeley) 6/6/93"; diff --git a/usr.bin/systat/ifcmds.c b/usr.bin/systat/ifcmds.c index 495ac46ac637..533e67556ecd 100644 --- a/usr.bin/systat/ifcmds.c +++ b/usr.bin/systat/ifcmds.c @@ -25,7 +25,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/usr.bin/systat/ifcmds.c,v 1.6.10.1.6.1 2010/12/21 17:09:25 kensmith Exp $ */ #include "systat.h" diff --git a/usr.bin/systat/ifstat.c b/usr.bin/systat/ifstat.c index 62773e9fd09c..143c3e9b4734 100644 --- a/usr.bin/systat/ifstat.c +++ b/usr.bin/systat/ifstat.c @@ -25,7 +25,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/usr.bin/systat/ifstat.c,v 1.7.2.1.6.1 2010/12/21 17:09:25 kensmith Exp $ */ #include <sys/types.h> diff --git a/usr.bin/systat/iostat.c b/usr.bin/systat/iostat.c index 90e1578efeb7..46cb3a940595 100644 --- a/usr.bin/systat/iostat.c +++ b/usr.bin/systat/iostat.c @@ -60,7 +60,7 @@ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/systat/iostat.c,v 1.25.2.1.6.1 2010/12/21 17:09:25 kensmith Exp $"); #ifdef lint static const char sccsid[] = "@(#)iostat.c 8.1 (Berkeley) 6/6/93"; diff --git a/usr.bin/systat/ip.c b/usr.bin/systat/ip.c index 091432857516..b30d9d4f5f42 100644 --- a/usr.bin/systat/ip.c +++ b/usr.bin/systat/ip.c @@ -33,7 +33,7 @@ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/systat/ip.c,v 1.8.2.1.6.1 2010/12/21 17:09:25 kensmith Exp $"); #ifdef lint static const char sccsid[] = "@(#)mbufs.c 8.1 (Berkeley) 6/6/93"; diff --git a/usr.bin/systat/ip6.c b/usr.bin/systat/ip6.c index bc3f52188e31..3d966c1f3c58 100644 --- a/usr.bin/systat/ip6.c +++ b/usr.bin/systat/ip6.c @@ -33,7 +33,7 @@ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/systat/ip6.c,v 1.4.2.1.6.1 2010/12/21 17:09:25 kensmith Exp $"); #ifdef lint static const char sccsid[] = "@(#)mbufs.c 8.1 (Berkeley) 6/6/93"; diff --git a/usr.bin/systat/keyboard.c b/usr.bin/systat/keyboard.c index 0ab28eb2603e..dba5843fbeea 100644 --- a/usr.bin/systat/keyboard.c +++ b/usr.bin/systat/keyboard.c @@ -33,7 +33,7 @@ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/systat/keyboard.c,v 1.3.2.2.4.1 2010/12/21 17:09:25 kensmith Exp $"); #ifdef lint static const char sccsid[] = "@(#)keyboard.c 8.1 (Berkeley) 6/6/93"; diff --git a/usr.bin/systat/main.c b/usr.bin/systat/main.c index d092f10fe19a..206db1ac162c 100644 --- a/usr.bin/systat/main.c +++ b/usr.bin/systat/main.c @@ -33,7 +33,7 @@ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/systat/main.c,v 1.21.2.3.4.1 2010/12/21 17:09:25 kensmith Exp $"); #ifdef lint static const char sccsid[] = "@(#)main.c 8.1 (Berkeley) 6/6/93"; diff --git a/usr.bin/systat/mbufs.c b/usr.bin/systat/mbufs.c index 37be1ef3d593..2643e49283dc 100644 --- a/usr.bin/systat/mbufs.c +++ b/usr.bin/systat/mbufs.c @@ -33,7 +33,7 @@ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/systat/mbufs.c,v 1.21.2.1.6.1 2010/12/21 17:09:25 kensmith Exp $"); #ifdef lint static const char sccsid[] = "@(#)mbufs.c 8.1 (Berkeley) 6/6/93"; diff --git a/usr.bin/systat/mode.c b/usr.bin/systat/mode.c index 5f64e3ec237f..67d5a4e70a93 100644 --- a/usr.bin/systat/mode.c +++ b/usr.bin/systat/mode.c @@ -58,7 +58,7 @@ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/systat/mode.c,v 1.3.36.1.6.1 2010/12/21 17:09:25 kensmith Exp $"); #include <sys/types.h> diff --git a/usr.bin/systat/mode.h b/usr.bin/systat/mode.h index 9fc0feae96d5..acfc3a383b12 100644 --- a/usr.bin/systat/mode.h +++ b/usr.bin/systat/mode.h @@ -26,7 +26,7 @@ * OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/usr.bin/systat/mode.h,v 1.3.36.1.6.1 2010/12/21 17:09:25 kensmith Exp $ */ /* diff --git a/usr.bin/systat/netcmds.c b/usr.bin/systat/netcmds.c index 32f19a774dfa..40d69f29de89 100644 --- a/usr.bin/systat/netcmds.c +++ b/usr.bin/systat/netcmds.c @@ -33,7 +33,7 @@ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/systat/netcmds.c,v 1.13.2.1.6.1 2010/12/21 17:09:25 kensmith Exp $"); #ifdef lint static const char sccsid[] = "@(#)netcmds.c 8.1 (Berkeley) 6/6/93"; diff --git a/usr.bin/systat/netstat.c b/usr.bin/systat/netstat.c index 14fc4956f343..2f27c825cb94 100644 --- a/usr.bin/systat/netstat.c +++ b/usr.bin/systat/netstat.c @@ -33,7 +33,7 @@ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/systat/netstat.c,v 1.30.2.1.6.1 2010/12/21 17:09:25 kensmith Exp $"); #ifdef lint static const char sccsid[] = "@(#)netstat.c 8.1 (Berkeley) 6/6/93"; diff --git a/usr.bin/systat/pigs.c b/usr.bin/systat/pigs.c index 348611506c62..74913ea113d8 100644 --- a/usr.bin/systat/pigs.c +++ b/usr.bin/systat/pigs.c @@ -38,7 +38,7 @@ static char sccsid[] = "@(#)pigs.c 8.2 (Berkeley) 9/23/93"; #endif #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/systat/pigs.c,v 1.25.2.1.6.1 2010/12/21 17:09:25 kensmith Exp $"); /* * Pigs display from Bill Reeves at Lucasfilm diff --git a/usr.bin/systat/swap.c b/usr.bin/systat/swap.c index 43df8eb8aa1e..948c429fca12 100644 --- a/usr.bin/systat/swap.c +++ b/usr.bin/systat/swap.c @@ -33,7 +33,7 @@ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/systat/swap.c,v 1.36.2.1.6.1 2010/12/21 17:09:25 kensmith Exp $"); #ifdef lint static const char sccsid[] = "@(#)swap.c 8.3 (Berkeley) 4/29/95"; diff --git a/usr.bin/systat/systat.1 b/usr.bin/systat/systat.1 index 9d392d9e0d47..0478fbc10022 100644 --- a/usr.bin/systat/systat.1 +++ b/usr.bin/systat/systat.1 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)systat.1 8.2 (Berkeley) 12/30/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/systat/systat.1,v 1.56.2.1.6.1 2010/12/21 17:09:25 kensmith Exp $ .\" .Dd October 14, 2007 .Dt SYSTAT 1 diff --git a/usr.bin/systat/systat.h b/usr.bin/systat/systat.h index 501d3d7b1bb8..9241b8a202a4 100644 --- a/usr.bin/systat/systat.h +++ b/usr.bin/systat/systat.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * From: @(#)systat.h 8.1 (Berkeley) 6/6/93 - * $FreeBSD$ + * $FreeBSD: src/usr.bin/systat/systat.h,v 1.8.10.1.6.1 2010/12/21 17:09:25 kensmith Exp $ */ #include <curses.h> diff --git a/usr.bin/systat/tcp.c b/usr.bin/systat/tcp.c index b7f7592208cf..1b965d1e9803 100644 --- a/usr.bin/systat/tcp.c +++ b/usr.bin/systat/tcp.c @@ -41,7 +41,7 @@ static const char rcsid[] = #endif #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/systat/tcp.c,v 1.15.2.1.6.1 2010/12/21 17:09:25 kensmith Exp $"); #include <sys/param.h> #include <sys/types.h> diff --git a/usr.bin/systat/vmstat.c b/usr.bin/systat/vmstat.c index 38664381ca5e..d8030c602b32 100644 --- a/usr.bin/systat/vmstat.c +++ b/usr.bin/systat/vmstat.c @@ -33,7 +33,7 @@ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/systat/vmstat.c,v 1.85.2.1.6.1 2010/12/21 17:09:25 kensmith Exp $"); #ifdef lint static const char sccsid[] = "@(#)vmstat.c 8.2 (Berkeley) 1/12/94"; |
