diff options
| author | cvs2svn <cvs2svn@FreeBSD.org> | 2004-05-25 15:47:51 +0000 |
|---|---|---|
| committer | cvs2svn <cvs2svn@FreeBSD.org> | 2004-05-25 15:47:51 +0000 |
| commit | a6a2310060e10e1d8e310755e3ccc34569954a55 (patch) | |
| tree | 56e049af78c49a1332225b5cf25ff02b77d66085 /usr.bin/doscmd | |
| parent | 71f42d7e75897c23b46da53de8db036f6bd274d0 (diff) | |
Diffstat (limited to 'usr.bin/doscmd')
67 files changed, 67 insertions, 67 deletions
diff --git a/usr.bin/doscmd/AsyncIO.c b/usr.bin/doscmd/AsyncIO.c index aa2ac077434e..d9cbad78504c 100644 --- a/usr.bin/doscmd/AsyncIO.c +++ b/usr.bin/doscmd/AsyncIO.c @@ -31,7 +31,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/doscmd/AsyncIO.c,v 1.3.2.3 2002/05/21 11:49:47 tg Exp $"); #include <sys/param.h> #include <sys/types.h> diff --git a/usr.bin/doscmd/AsyncIO.h b/usr.bin/doscmd/AsyncIO.h index f1c96a17cbd3..7217e28f1347 100644 --- a/usr.bin/doscmd/AsyncIO.h +++ b/usr.bin/doscmd/AsyncIO.h @@ -29,7 +29,7 @@ * * BSDI AsyncIO.h,v 2.2 1996/04/08 19:32:12 bostic Exp * - * $FreeBSD$ + * $FreeBSD: src/usr.bin/doscmd/AsyncIO.h,v 1.1.6.1 2002/04/25 11:04:50 tg Exp $ */ #if defined(__cplusplus) diff --git a/usr.bin/doscmd/Makefile b/usr.bin/doscmd/Makefile index 5a46a8317c82..324dcf841100 100644 --- a/usr.bin/doscmd/Makefile +++ b/usr.bin/doscmd/Makefile @@ -1,6 +1,6 @@ # from BSDI Makefile,v 2.6 1996/04/08 20:06:40 bostic Exp # -# $FreeBSD$ +# $FreeBSD: src/usr.bin/doscmd/Makefile,v 1.21.2.5 2002/08/07 16:32:01 ru Exp $ PROG= doscmd SRCS= AsyncIO.c ParseBuffer.c bios.c callback.c cmos.c config.c cpu.c cwd.c \ diff --git a/usr.bin/doscmd/Makefile.dos b/usr.bin/doscmd/Makefile.dos index d4548341eee5..d0daf05bc953 100644 --- a/usr.bin/doscmd/Makefile.dos +++ b/usr.bin/doscmd/Makefile.dos @@ -5,7 +5,7 @@ # use tools are included as uuencoded files. # To use this makefile you must have Bruce Evans bcc package installed # -# $FreeBSD$ +# $FreeBSD: src/usr.bin/doscmd/Makefile.dos,v 1.1.6.1 2002/04/25 11:04:50 tg Exp $ AS86 = as86 LD86 = ld86 diff --git a/usr.bin/doscmd/ParseBuffer.c b/usr.bin/doscmd/ParseBuffer.c index a053a08df0f6..67cfa55a8b9b 100644 --- a/usr.bin/doscmd/ParseBuffer.c +++ b/usr.bin/doscmd/ParseBuffer.c @@ -31,7 +31,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/doscmd/ParseBuffer.c,v 1.2.2.2 2002/04/25 11:04:50 tg Exp $"); #include <stdlib.h> #include <string.h> diff --git a/usr.bin/doscmd/README b/usr.bin/doscmd/README index a90946cefc20..cf9cb9f3a312 100644 --- a/usr.bin/doscmd/README +++ b/usr.bin/doscmd/README @@ -1,5 +1,5 @@ /* BSDI README,v 2.2 1996/04/08 19:32:16 bostic Exp*/ -/* $FreeBSD$ */ +/* $FreeBSD: src/usr.bin/doscmd/README,v 1.2.6.1 2001/08/02 02:17:15 obrien Exp $ */ This is the merged doscmd/rundos project. Please read the man page for help on configuring doscmd. diff --git a/usr.bin/doscmd/README.booting_dos b/usr.bin/doscmd/README.booting_dos index 926c3ac1f3e8..a7df1c8d3ba6 100644 --- a/usr.bin/doscmd/README.booting_dos +++ b/usr.bin/doscmd/README.booting_dos @@ -1,5 +1,5 @@ /* BSDI README.booting_dos,v 2.2 1996/04/08 19:32:18 bostic Exp*/ -/* $FreeBSD$ */ +/* $FreeBSD: src/usr.bin/doscmd/README.booting_dos,v 1.3.2.1 2000/06/29 23:47:28 ps Exp $ */ To install DOS on a pseudo hard disk under doscmd: diff --git a/usr.bin/doscmd/bios.c b/usr.bin/doscmd/bios.c index 0577c74b7501..c12259f1b712 100644 --- a/usr.bin/doscmd/bios.c +++ b/usr.bin/doscmd/bios.c @@ -31,7 +31,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/doscmd/bios.c,v 1.5.2.1 2002/04/25 11:04:50 tg Exp $"); #include "doscmd.h" #include "mouse.h" diff --git a/usr.bin/doscmd/callback.c b/usr.bin/doscmd/callback.c index d5ce42804d31..f9c87519197d 100644 --- a/usr.bin/doscmd/callback.c +++ b/usr.bin/doscmd/callback.c @@ -1,7 +1,7 @@ /* No copyright?! */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/doscmd/callback.c,v 1.2.2.2 2002/04/25 11:04:50 tg Exp $"); #include <sys/queue.h> #include "doscmd.h" diff --git a/usr.bin/doscmd/callback.h b/usr.bin/doscmd/callback.h index b1ab3d7a581b..fe418e38b8d8 100644 --- a/usr.bin/doscmd/callback.h +++ b/usr.bin/doscmd/callback.h @@ -1,7 +1,7 @@ /* ** No copyright?! ** -** $FreeBSD$ +** $FreeBSD: src/usr.bin/doscmd/callback.h,v 1.2.2.1 2002/04/25 11:04:50 tg Exp $ */ typedef void (*callback_t)(regcontext_t *); diff --git a/usr.bin/doscmd/cmos.c b/usr.bin/doscmd/cmos.c index d899e9653037..04ba98f2d0d5 100644 --- a/usr.bin/doscmd/cmos.c +++ b/usr.bin/doscmd/cmos.c @@ -31,7 +31,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/doscmd/cmos.c,v 1.2.2.2 2002/04/25 11:04:50 tg Exp $"); #include "doscmd.h" diff --git a/usr.bin/doscmd/com.h b/usr.bin/doscmd/com.h index 495ca8828821..1c639dcc14c0 100644 --- a/usr.bin/doscmd/com.h +++ b/usr.bin/doscmd/com.h @@ -29,7 +29,7 @@ * * BSDI com.h,v 2.2 1996/04/08 19:32:21 bostic Exp * - * $FreeBSD$ + * $FreeBSD: src/usr.bin/doscmd/com.h,v 1.2.2.1 2002/04/25 11:04:50 tg Exp $ */ /* com.h for doscmd int14.c */ diff --git a/usr.bin/doscmd/config.c b/usr.bin/doscmd/config.c index 0c3b2f00d4da..5e8d57e6cbcd 100644 --- a/usr.bin/doscmd/config.c +++ b/usr.bin/doscmd/config.c @@ -31,7 +31,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/doscmd/config.c,v 1.4.2.1 2002/04/25 11:04:50 tg Exp $"); #include <sys/types.h> #include <sys/uio.h> diff --git a/usr.bin/doscmd/cp437-8x14.pcf.gz.uu b/usr.bin/doscmd/cp437-8x14.pcf.gz.uu index cd2f122ce9f1..27f5396a1e52 100644 --- a/usr.bin/doscmd/cp437-8x14.pcf.gz.uu +++ b/usr.bin/doscmd/cp437-8x14.pcf.gz.uu @@ -1,4 +1,4 @@ -$FreeBSD$ +$FreeBSD: src/usr.bin/doscmd/cp437-8x14.pcf.gz.uu,v 1.1.2.1 2002/04/25 11:04:50 tg Exp $ begin 644 cp437-8x14.pcf.gz M'XL(`,8!X#H``^V<?WR55WW'/T!+8W^F:#52A$AKC6CK/4]N;FXHXS>4L!8H diff --git a/usr.bin/doscmd/cp437-8x16.pcf.gz.uu b/usr.bin/doscmd/cp437-8x16.pcf.gz.uu index 8071221ca567..400a577731bf 100644 --- a/usr.bin/doscmd/cp437-8x16.pcf.gz.uu +++ b/usr.bin/doscmd/cp437-8x16.pcf.gz.uu @@ -1,4 +1,4 @@ -$FreeBSD$ +$FreeBSD: src/usr.bin/doscmd/cp437-8x16.pcf.gz.uu,v 1.1.2.1 2000/06/30 11:06:16 tg Exp $ begin 644 cp437-8x16.pcf.gz M'XL("#J#2SD``V-P-#,W+3AX,38N<&-F`.V=?9Q51WG'?T`"A,204*,(")'$ diff --git a/usr.bin/doscmd/cp437-8x8.pcf.gz.uu b/usr.bin/doscmd/cp437-8x8.pcf.gz.uu index ee49e12431c0..ecaef24ada6d 100644 --- a/usr.bin/doscmd/cp437-8x8.pcf.gz.uu +++ b/usr.bin/doscmd/cp437-8x8.pcf.gz.uu @@ -1,4 +1,4 @@ -$FreeBSD$ +$FreeBSD: src/usr.bin/doscmd/cp437-8x8.pcf.gz.uu,v 1.1.2.1 2002/04/25 11:04:50 tg Exp $ begin 644 cp437-8x8.pcf.gz M'XL(`,\!X#H``^V<?9Q4UUG'?T"R2R"%E#8IH91=28Q*F[CGSK[,0F2'#4M8 diff --git a/usr.bin/doscmd/cpu.c b/usr.bin/doscmd/cpu.c index c42dc2284d96..d221680895bb 100644 --- a/usr.bin/doscmd/cpu.c +++ b/usr.bin/doscmd/cpu.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/doscmd/cpu.c,v 1.2.2.2 2002/05/21 11:49:47 tg Exp $"); #include "doscmd.h" #include "video.h" diff --git a/usr.bin/doscmd/crt0.c b/usr.bin/doscmd/crt0.c index b51603f5a75f..4db696422bd1 100644 --- a/usr.bin/doscmd/crt0.c +++ b/usr.bin/doscmd/crt0.c @@ -31,7 +31,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/doscmd/crt0.c,v 1.2.2.1 2002/04/25 11:04:50 tg Exp $"); char **environ; char *__progname; diff --git a/usr.bin/doscmd/cwd.c b/usr.bin/doscmd/cwd.c index 7931d83c1c9f..622be172e946 100644 --- a/usr.bin/doscmd/cwd.c +++ b/usr.bin/doscmd/cwd.c @@ -31,7 +31,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/doscmd/cwd.c,v 1.6.2.3 2002/04/25 11:04:50 tg Exp $"); #include <sys/types.h> #include <sys/param.h> diff --git a/usr.bin/doscmd/cwd.h b/usr.bin/doscmd/cwd.h index 16c74740beb1..797e777b4a7e 100644 --- a/usr.bin/doscmd/cwd.h +++ b/usr.bin/doscmd/cwd.h @@ -29,7 +29,7 @@ * * BSDI cwd.h,v 2.2 1996/04/08 19:32:26 bostic Exp * - * $FreeBSD$ + * $FreeBSD: src/usr.bin/doscmd/cwd.h,v 1.2.2.2 2002/04/25 11:04:50 tg Exp $ */ static inline u_char * diff --git a/usr.bin/doscmd/debug.c b/usr.bin/doscmd/debug.c index 8c2a46f613e6..e05a6c69dd86 100644 --- a/usr.bin/doscmd/debug.c +++ b/usr.bin/doscmd/debug.c @@ -33,7 +33,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/doscmd/debug.c,v 1.3.2.2 2002/04/25 11:04:50 tg Exp $"); #include <stdarg.h> diff --git a/usr.bin/doscmd/disktab.c b/usr.bin/doscmd/disktab.c index 3ab43b8b32fe..b6cda7322624 100644 --- a/usr.bin/doscmd/disktab.c +++ b/usr.bin/doscmd/disktab.c @@ -31,7 +31,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/doscmd/disktab.c,v 1.1.6.1 2002/04/25 11:04:50 tg Exp $"); /* XXX goaway (requires change to config.c) */ diff --git a/usr.bin/doscmd/dispatch.h b/usr.bin/doscmd/dispatch.h index b1932af9dc1d..b9f59e469efa 100644 --- a/usr.bin/doscmd/dispatch.h +++ b/usr.bin/doscmd/dispatch.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/doscmd/dispatch.h,v 1.2.2.1 2001/08/02 02:17:15 obrien Exp $ */ /* diff --git a/usr.bin/doscmd/dos.c b/usr.bin/doscmd/dos.c index 478c8ce665ab..955c96456de2 100644 --- a/usr.bin/doscmd/dos.c +++ b/usr.bin/doscmd/dos.c @@ -33,7 +33,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/doscmd/dos.c,v 1.7.2.5 2002/04/25 11:04:50 tg Exp $"); #include <sys/ioctl.h> #include <sys/param.h> diff --git a/usr.bin/doscmd/dos.h b/usr.bin/doscmd/dos.h index cc770f7d5088..c1cb164104a4 100644 --- a/usr.bin/doscmd/dos.h +++ b/usr.bin/doscmd/dos.h @@ -29,7 +29,7 @@ * * BSDI dos.h,v 2.2 1996/04/08 19:32:28 bostic Exp * - * $FreeBSD$ + * $FreeBSD: src/usr.bin/doscmd/dos.h,v 1.2.2.1 2002/04/25 11:04:51 tg Exp $ */ /* diff --git a/usr.bin/doscmd/doscmd.1 b/usr.bin/doscmd/doscmd.1 index 333221b2e832..f14c6d6d96b4 100644 --- a/usr.bin/doscmd/doscmd.1 +++ b/usr.bin/doscmd/doscmd.1 @@ -28,7 +28,7 @@ .\" SUCH DAMAGE. .\" .\" BSDI doscmd.1,v 2.3 1996/04/08 19:32:29 bostic Exp -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/doscmd/doscmd.1,v 1.12.2.11 2002/06/20 23:45:41 charnier Exp $ .\" .Dd January 30, 1995 .Dt DOSCMD 1 diff --git a/usr.bin/doscmd/doscmd.c b/usr.bin/doscmd/doscmd.c index c1da1d52a7c7..c16a1b5d4601 100644 --- a/usr.bin/doscmd/doscmd.c +++ b/usr.bin/doscmd/doscmd.c @@ -31,7 +31,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/doscmd/doscmd.c,v 1.13.2.6 2002/04/25 11:04:51 tg Exp $"); #include <sys/types.h> #include <sys/param.h> diff --git a/usr.bin/doscmd/doscmd.h b/usr.bin/doscmd/doscmd.h index e545c29c39d2..20be75313f78 100644 --- a/usr.bin/doscmd/doscmd.h +++ b/usr.bin/doscmd/doscmd.h @@ -29,7 +29,7 @@ * * BSDI doscmd.h,v 2.3 1996/04/08 19:32:32 bostic Exp * - * $FreeBSD$ + * $FreeBSD: src/usr.bin/doscmd/doscmd.h,v 1.7.2.1 2002/04/25 11:04:51 tg Exp $ */ diff --git a/usr.bin/doscmd/doscmd_loader.c b/usr.bin/doscmd/doscmd_loader.c index a3df6814c405..18ddf1b56cf9 100644 --- a/usr.bin/doscmd/doscmd_loader.c +++ b/usr.bin/doscmd/doscmd_loader.c @@ -31,7 +31,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/doscmd/doscmd_loader.c,v 1.2.2.1 2002/04/25 11:04:51 tg Exp $"); #include <stdio.h> #include <stdlib.h> diff --git a/usr.bin/doscmd/ems.c b/usr.bin/doscmd/ems.c index 400781a6cf88..9571fc2f9cbc 100644 --- a/usr.bin/doscmd/ems.c +++ b/usr.bin/doscmd/ems.c @@ -27,7 +27,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/doscmd/ems.c,v 1.3.2.2 2002/04/25 11:04:51 tg Exp $"); /* * EMS memory emulation diff --git a/usr.bin/doscmd/ems.h b/usr.bin/doscmd/ems.h index 276bddc6bbde..a29751708df3 100644 --- a/usr.bin/doscmd/ems.h +++ b/usr.bin/doscmd/ems.h @@ -25,7 +25,7 @@ * (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/usr.bin/doscmd/ems.h,v 1.3 1999/08/28 01:00:13 peter Exp $ */ #ifndef EMS_H diff --git a/usr.bin/doscmd/emsdriv.S b/usr.bin/doscmd/emsdriv.S index 40c7affd00b7..55178524dfda 100644 --- a/usr.bin/doscmd/emsdriv.S +++ b/usr.bin/doscmd/emsdriv.S @@ -24,7 +24,7 @@ ! (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/usr.bin/doscmd/emsdriv.S,v 1.2 1999/08/28 01:00:14 peter Exp $ ! diff --git a/usr.bin/doscmd/emsdriv.sys.uu b/usr.bin/doscmd/emsdriv.sys.uu index a896efdc68db..0d5b922c1d0f 100644 --- a/usr.bin/doscmd/emsdriv.sys.uu +++ b/usr.bin/doscmd/emsdriv.sys.uu @@ -1,4 +1,4 @@ -$FreeBSD$ +$FreeBSD: src/usr.bin/doscmd/emsdriv.sys.uu,v 1.1.6.1 2002/04/25 11:04:51 tg Exp $ begin 644 emsdriv.sys M_____P#`.`!#`$5-35A86%@P````````M`"``(``@`"``(``@`"``(``@`"` diff --git a/usr.bin/doscmd/emuint.c b/usr.bin/doscmd/emuint.c index 1bb4f86fe85e..c4a218fd26c6 100644 --- a/usr.bin/doscmd/emuint.c +++ b/usr.bin/doscmd/emuint.c @@ -27,7 +27,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/doscmd/emuint.c,v 1.3.2.2 2002/04/25 11:04:51 tg Exp $"); #include <sys/param.h> #include <ctype.h> diff --git a/usr.bin/doscmd/emuint.h b/usr.bin/doscmd/emuint.h index d3797687eda3..9ce5af83cde8 100644 --- a/usr.bin/doscmd/emuint.h +++ b/usr.bin/doscmd/emuint.h @@ -25,7 +25,7 @@ * (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/usr.bin/doscmd/emuint.h,v 1.2 1999/08/28 01:00:14 peter Exp $ */ diff --git a/usr.bin/doscmd/exe.c b/usr.bin/doscmd/exe.c index c21960996517..fa36be1656f4 100644 --- a/usr.bin/doscmd/exe.c +++ b/usr.bin/doscmd/exe.c @@ -31,7 +31,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/doscmd/exe.c,v 1.2.2.1 2002/04/25 11:04:51 tg Exp $"); #include <sys/types.h> #include <sys/uio.h> diff --git a/usr.bin/doscmd/i386-pinsn.c b/usr.bin/doscmd/i386-pinsn.c index f36c4791483f..9626d46d9c64 100644 --- a/usr.bin/doscmd/i386-pinsn.c +++ b/usr.bin/doscmd/i386-pinsn.c @@ -34,7 +34,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/doscmd/i386-pinsn.c,v 1.1.6.1 2002/04/25 11:04:51 tg Exp $"); #include <stdio.h> #include <ctype.h> diff --git a/usr.bin/doscmd/int.c b/usr.bin/doscmd/int.c index 3974213d0770..d6cbee6d2e88 100644 --- a/usr.bin/doscmd/int.c +++ b/usr.bin/doscmd/int.c @@ -21,7 +21,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/doscmd/int.c,v 1.3.2.2 2002/04/25 11:04:51 tg Exp $"); #include "doscmd.h" diff --git a/usr.bin/doscmd/int10.c b/usr.bin/doscmd/int10.c index 5f3892d71f0c..535448b157c6 100644 --- a/usr.bin/doscmd/int10.c +++ b/usr.bin/doscmd/int10.c @@ -31,7 +31,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/doscmd/int10.c,v 1.3.2.2 2002/04/25 11:04:51 tg Exp $"); #include <unistd.h> diff --git a/usr.bin/doscmd/int13.c b/usr.bin/doscmd/int13.c index a52daea8f2b4..3afe60345a2e 100644 --- a/usr.bin/doscmd/int13.c +++ b/usr.bin/doscmd/int13.c @@ -31,7 +31,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/doscmd/int13.c,v 1.4.2.2 2002/04/25 11:04:51 tg Exp $"); #include <sys/ioctl.h> #include <sys/types.h> diff --git a/usr.bin/doscmd/int14.c b/usr.bin/doscmd/int14.c index f4b3d5f33a2d..260ebf5656d4 100644 --- a/usr.bin/doscmd/int14.c +++ b/usr.bin/doscmd/int14.c @@ -34,7 +34,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/doscmd/int14.c,v 1.2.2.1 2002/04/25 11:04:51 tg Exp $"); #include <sys/ioctl.h> #include <sys/types.h> diff --git a/usr.bin/doscmd/int16.c b/usr.bin/doscmd/int16.c index 920cd15d1203..d860a317e278 100644 --- a/usr.bin/doscmd/int16.c +++ b/usr.bin/doscmd/int16.c @@ -31,7 +31,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/doscmd/int16.c,v 1.2.2.2 2002/04/25 11:04:51 tg Exp $"); #include "doscmd.h" #include "tty.h" diff --git a/usr.bin/doscmd/int17.c b/usr.bin/doscmd/int17.c index c5699b84d4d6..4180f45819d3 100644 --- a/usr.bin/doscmd/int17.c +++ b/usr.bin/doscmd/int17.c @@ -31,7 +31,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/doscmd/int17.c,v 1.4.2.3 2002/04/25 11:04:51 tg Exp $"); #include <sys/types.h> #include <sys/uio.h> diff --git a/usr.bin/doscmd/int1a.c b/usr.bin/doscmd/int1a.c index 0c5696882af1..51e0cdac6fb3 100644 --- a/usr.bin/doscmd/int1a.c +++ b/usr.bin/doscmd/int1a.c @@ -31,7 +31,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/doscmd/int1a.c,v 1.3.2.1 2002/04/25 11:04:51 tg Exp $"); #include "doscmd.h" diff --git a/usr.bin/doscmd/int2f.c b/usr.bin/doscmd/int2f.c index 4ac534902b2a..331dca3585ba 100644 --- a/usr.bin/doscmd/int2f.c +++ b/usr.bin/doscmd/int2f.c @@ -31,7 +31,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/doscmd/int2f.c,v 1.3.2.2 2002/04/25 11:04:51 tg Exp $"); #include "doscmd.h" #include "dispatch.h" diff --git a/usr.bin/doscmd/intff.c b/usr.bin/doscmd/intff.c index a86bbc33a735..ce02232dd943 100644 --- a/usr.bin/doscmd/intff.c +++ b/usr.bin/doscmd/intff.c @@ -31,7 +31,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/doscmd/intff.c,v 1.7.2.2 2002/04/25 11:04:51 tg Exp $"); #include <sys/param.h> #include <ctype.h> diff --git a/usr.bin/doscmd/mem.c b/usr.bin/doscmd/mem.c index 540bb8f9919d..297304e521aa 100644 --- a/usr.bin/doscmd/mem.c +++ b/usr.bin/doscmd/mem.c @@ -31,7 +31,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/doscmd/mem.c,v 1.2.2.1 2002/04/25 11:04:51 tg Exp $"); #include <stdio.h> #include "doscmd.h" diff --git a/usr.bin/doscmd/mouse.c b/usr.bin/doscmd/mouse.c index 6d44789e28cd..0aef2b2d439f 100644 --- a/usr.bin/doscmd/mouse.c +++ b/usr.bin/doscmd/mouse.c @@ -31,7 +31,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/doscmd/mouse.c,v 1.3.2.1 2002/04/25 11:04:51 tg Exp $"); #include "doscmd.h" #include "mouse.h" diff --git a/usr.bin/doscmd/mouse.h b/usr.bin/doscmd/mouse.h index b77cba48f57d..8dbf3858878c 100644 --- a/usr.bin/doscmd/mouse.h +++ b/usr.bin/doscmd/mouse.h @@ -29,7 +29,7 @@ * * BSDI mouse.h,v 2.2 1996/04/08 19:32:58 bostic Exp * - * $FreeBSD$ + * $FreeBSD: src/usr.bin/doscmd/mouse.h,v 1.2 1999/08/28 01:00:20 peter Exp $ */ typedef struct { diff --git a/usr.bin/doscmd/net.c b/usr.bin/doscmd/net.c index 55e291a6067d..1f9dac83c4ed 100644 --- a/usr.bin/doscmd/net.c +++ b/usr.bin/doscmd/net.c @@ -5,7 +5,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/doscmd/net.c,v 1.2.2.1 2002/04/25 11:04:51 tg Exp $"); #include "doscmd.h" diff --git a/usr.bin/doscmd/port.c b/usr.bin/doscmd/port.c index a65b1be7450d..8173e07baf91 100644 --- a/usr.bin/doscmd/port.c +++ b/usr.bin/doscmd/port.c @@ -31,7 +31,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/doscmd/port.c,v 1.5.2.1 2002/04/25 11:04:51 tg Exp $"); #include <sys/ioctl.h> #include <machine/sysarch.h> diff --git a/usr.bin/doscmd/redir.S b/usr.bin/doscmd/redir.S index 1f40f3cce6e8..782a26c5cf5d 100644 --- a/usr.bin/doscmd/redir.S +++ b/usr.bin/doscmd/redir.S @@ -24,7 +24,7 @@ ! (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/usr.bin/doscmd/redir.S,v 1.2 1999/08/28 01:00:22 peter Exp $ ! diff --git a/usr.bin/doscmd/redir.com.uu b/usr.bin/doscmd/redir.com.uu index 58af948a786e..e26dd0d9b07c 100644 --- a/usr.bin/doscmd/redir.com.uu +++ b/usr.bin/doscmd/redir.com.uu @@ -1,4 +1,4 @@ -$FreeBSD$ +$FreeBSD: src/usr.bin/doscmd/redir.com.uu,v 1.1.6.1 2002/04/25 11:04:51 tg Exp $ begin 644 redir.com MM%+-(7(TB1Y*`8S`HTP!'K@&7<TAC-@?<B")-DX!HU`!4+0!BQ9*`8L>3`&+ diff --git a/usr.bin/doscmd/register.h b/usr.bin/doscmd/register.h index 6e0752c542dd..78433828a061 100644 --- a/usr.bin/doscmd/register.h +++ b/usr.bin/doscmd/register.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/doscmd/register.h,v 1.4 1999/10/08 09:02:38 marcel Exp $ */ /****************************************************************************** diff --git a/usr.bin/doscmd/setver.c b/usr.bin/doscmd/setver.c index da40c1b90a2e..9fbabda4f559 100644 --- a/usr.bin/doscmd/setver.c +++ b/usr.bin/doscmd/setver.c @@ -31,7 +31,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/doscmd/setver.c,v 1.2.2.1 2002/04/25 11:04:51 tg Exp $"); #include "doscmd.h" diff --git a/usr.bin/doscmd/signal.c b/usr.bin/doscmd/signal.c index 34937ec08666..458dc93f858c 100644 --- a/usr.bin/doscmd/signal.c +++ b/usr.bin/doscmd/signal.c @@ -31,7 +31,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/doscmd/signal.c,v 1.6.2.1 2002/04/25 11:04:51 tg Exp $"); #include "doscmd.h" #include "trap.h" diff --git a/usr.bin/doscmd/timer.c b/usr.bin/doscmd/timer.c index eff7bb620f29..2daf631cb4b5 100644 --- a/usr.bin/doscmd/timer.c +++ b/usr.bin/doscmd/timer.c @@ -3,7 +3,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/doscmd/timer.c,v 1.2.2.2 2002/04/25 11:04:51 tg Exp $"); #include "doscmd.h" diff --git a/usr.bin/doscmd/trace.c b/usr.bin/doscmd/trace.c index a171dad9de9f..273cfb1665e5 100644 --- a/usr.bin/doscmd/trace.c +++ b/usr.bin/doscmd/trace.c @@ -31,7 +31,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/doscmd/trace.c,v 1.3.2.1 2002/04/25 11:04:51 tg Exp $"); #include "doscmd.h" #include "trap.h" diff --git a/usr.bin/doscmd/trap.c b/usr.bin/doscmd/trap.c index dbf3960e0c01..92b55a0cafe0 100644 --- a/usr.bin/doscmd/trap.c +++ b/usr.bin/doscmd/trap.c @@ -31,7 +31,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/doscmd/trap.c,v 1.7.2.1 2002/04/25 11:04:51 tg Exp $"); #include <machine/trap.h> diff --git a/usr.bin/doscmd/trap.h b/usr.bin/doscmd/trap.h index 853d2e7fe3bc..233538b252bf 100644 --- a/usr.bin/doscmd/trap.h +++ b/usr.bin/doscmd/trap.h @@ -29,7 +29,7 @@ * * BSDI trap.h,v 2.2 1996/04/08 19:33:09 bostic Exp * - * $FreeBSD$ + * $FreeBSD: src/usr.bin/doscmd/trap.h,v 1.2.2.1 2002/04/25 11:04:51 tg Exp $ */ #define CLI 0xfa diff --git a/usr.bin/doscmd/tty.c b/usr.bin/doscmd/tty.c index 685f1ba3b13c..2ed75274d855 100644 --- a/usr.bin/doscmd/tty.c +++ b/usr.bin/doscmd/tty.c @@ -31,7 +31,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/doscmd/tty.c,v 1.8.2.2 2002/04/25 11:04:51 tg Exp $"); #include <sys/ioctl.h> #include <sys/time.h> diff --git a/usr.bin/doscmd/tty.h b/usr.bin/doscmd/tty.h index 0581dd1f1bf9..ac25aae7f885 100644 --- a/usr.bin/doscmd/tty.h +++ b/usr.bin/doscmd/tty.h @@ -23,7 +23,7 @@ * OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF * ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/usr.bin/doscmd/tty.h,v 1.5.2.1 2002/04/25 11:04:51 tg Exp $ */ /* TTY subsystem XXX rewrite! */ diff --git a/usr.bin/doscmd/video.c b/usr.bin/doscmd/video.c index 204fd121052a..6c45a249ba2d 100644 --- a/usr.bin/doscmd/video.c +++ b/usr.bin/doscmd/video.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/doscmd/video.c,v 1.5.2.1 2002/04/25 11:04:51 tg Exp $"); #include <sys/types.h> #include <sys/mman.h> diff --git a/usr.bin/doscmd/video.h b/usr.bin/doscmd/video.h index 25cf75339be9..95003fe9ce71 100644 --- a/usr.bin/doscmd/video.h +++ b/usr.bin/doscmd/video.h @@ -29,7 +29,7 @@ * * BSDI video.h,v 2.2 1996/04/08 19:33:12 bostic Exp * - * $FreeBSD$ + * $FreeBSD: src/usr.bin/doscmd/video.h,v 1.2.2.1 2002/04/25 11:04:51 tg Exp $ */ /* diff --git a/usr.bin/doscmd/vparams.h b/usr.bin/doscmd/vparams.h index dce902799f39..0a94c7dec5f7 100644 --- a/usr.bin/doscmd/vparams.h +++ b/usr.bin/doscmd/vparams.h @@ -29,7 +29,7 @@ * * BSDI vparams.h,v 2.2 1996/04/08 19:33:13 bostic Exp * - * $FreeBSD$ + * $FreeBSD: src/usr.bin/doscmd/vparams.h,v 1.1.6.1 2002/04/25 11:04:51 tg Exp $ */ /* Collect some default parameters for the VGA emulator in this file. This is diff --git a/usr.bin/doscmd/xms.c b/usr.bin/doscmd/xms.c index 395d09a0cc4a..c8e5e6e73fca 100644 --- a/usr.bin/doscmd/xms.c +++ b/usr.bin/doscmd/xms.c @@ -27,7 +27,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/doscmd/xms.c,v 1.6.2.1 2002/04/25 11:04:51 tg Exp $"); /* * XMS memory manmagement diff --git a/usr.bin/doscmd/xms.h b/usr.bin/doscmd/xms.h index 51890282b24c..3481bcaa177f 100644 --- a/usr.bin/doscmd/xms.h +++ b/usr.bin/doscmd/xms.h @@ -25,7 +25,7 @@ * (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/usr.bin/doscmd/xms.h,v 1.2 1999/08/28 01:00:27 peter Exp $ */ #ifndef XMS_H |
