summaryrefslogtreecommitdiff
path: root/usr.bin/doscmd
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/doscmd')
-rw-r--r--usr.bin/doscmd/AsyncIO.c2
-rw-r--r--usr.bin/doscmd/Makefile2
-rw-r--r--usr.bin/doscmd/ParseBuffer.c2
-rw-r--r--usr.bin/doscmd/README.booting_dos2
-rw-r--r--usr.bin/doscmd/bios.c2
-rw-r--r--usr.bin/doscmd/callback.c2
-rw-r--r--usr.bin/doscmd/callback.h2
-rw-r--r--usr.bin/doscmd/cmos.c2
-rw-r--r--usr.bin/doscmd/com.h2
-rw-r--r--usr.bin/doscmd/config.c2
-rw-r--r--usr.bin/doscmd/cp437-8x16.pcf.gz.uu2
-rw-r--r--usr.bin/doscmd/cpu.c2
-rw-r--r--usr.bin/doscmd/crt0.c2
-rw-r--r--usr.bin/doscmd/cwd.c2
-rw-r--r--usr.bin/doscmd/cwd.h2
-rw-r--r--usr.bin/doscmd/debug.c2
-rw-r--r--usr.bin/doscmd/dispatch.h2
-rw-r--r--usr.bin/doscmd/dos.c2
-rw-r--r--usr.bin/doscmd/dos.h2
-rw-r--r--usr.bin/doscmd/doscmd.12
-rw-r--r--usr.bin/doscmd/doscmd.c2
-rw-r--r--usr.bin/doscmd/doscmd.h2
-rw-r--r--usr.bin/doscmd/doscmd_loader.c2
-rw-r--r--usr.bin/doscmd/ems.c2
-rw-r--r--usr.bin/doscmd/ems.h2
-rw-r--r--usr.bin/doscmd/emsdriv.S2
-rw-r--r--usr.bin/doscmd/emuint.c2
-rw-r--r--usr.bin/doscmd/emuint.h2
-rw-r--r--usr.bin/doscmd/exe.c2
-rw-r--r--usr.bin/doscmd/int.c2
-rw-r--r--usr.bin/doscmd/int10.c2
-rw-r--r--usr.bin/doscmd/int13.c2
-rw-r--r--usr.bin/doscmd/int14.c2
-rw-r--r--usr.bin/doscmd/int16.c2
-rw-r--r--usr.bin/doscmd/int17.c2
-rw-r--r--usr.bin/doscmd/int1a.c2
-rw-r--r--usr.bin/doscmd/int2f.c2
-rw-r--r--usr.bin/doscmd/intff.c2
-rw-r--r--usr.bin/doscmd/mem.c2
-rw-r--r--usr.bin/doscmd/mouse.c2
-rw-r--r--usr.bin/doscmd/mouse.h2
-rw-r--r--usr.bin/doscmd/net.c2
-rw-r--r--usr.bin/doscmd/port.c2
-rw-r--r--usr.bin/doscmd/redir.S2
-rw-r--r--usr.bin/doscmd/register.h2
-rw-r--r--usr.bin/doscmd/setver.c2
-rw-r--r--usr.bin/doscmd/signal.c2
-rw-r--r--usr.bin/doscmd/timer.c2
-rw-r--r--usr.bin/doscmd/trace.c2
-rw-r--r--usr.bin/doscmd/trap.c2
-rw-r--r--usr.bin/doscmd/trap.h2
-rw-r--r--usr.bin/doscmd/tty.c2
-rw-r--r--usr.bin/doscmd/video.h2
-rw-r--r--usr.bin/doscmd/xms.c2
-rw-r--r--usr.bin/doscmd/xms.h2
55 files changed, 55 insertions, 55 deletions
diff --git a/usr.bin/doscmd/AsyncIO.c b/usr.bin/doscmd/AsyncIO.c
index 992fee526d90..d335faabc4f9 100644
--- a/usr.bin/doscmd/AsyncIO.c
+++ b/usr.bin/doscmd/AsyncIO.c
@@ -29,7 +29,7 @@
*
* BSDI AsyncIO.c,v 2.2 1996/04/08 19:32:10 bostic Exp
*
- * $FreeBSD$
+ * $FreeBSD: src/usr.bin/doscmd/AsyncIO.c,v 1.3 1999/09/29 20:09:17 marcel Exp $
*/
#include <stdio.h>
diff --git a/usr.bin/doscmd/Makefile b/usr.bin/doscmd/Makefile
index 714b1eb2c39c..39f9b1aaa535 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.2 2000/06/30 11:06:16 tg Exp $
PROG= doscmd
SRCS= AsyncIO.c ParseBuffer.c bios.c callback.c cpu.c dos.c cmos.c config.c \
diff --git a/usr.bin/doscmd/ParseBuffer.c b/usr.bin/doscmd/ParseBuffer.c
index 2eeaeed31647..0bcfbda9ba05 100644
--- a/usr.bin/doscmd/ParseBuffer.c
+++ b/usr.bin/doscmd/ParseBuffer.c
@@ -29,7 +29,7 @@
*
* BSDI ParseBuffer.c,v 2.2 1996/04/08 19:32:15 bostic Exp
*
- * $FreeBSD$
+ * $FreeBSD: src/usr.bin/doscmd/ParseBuffer.c,v 1.2 1999/08/28 01:00:03 peter Exp $
*/
#include <stdlib.h>
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 1af6ccf90c41..2b74a69d2d06 100644
--- a/usr.bin/doscmd/bios.c
+++ b/usr.bin/doscmd/bios.c
@@ -29,7 +29,7 @@
*
* BSDI bios.c,v 2.3 1996/04/08 19:32:19 bostic Exp
*
- * $FreeBSD$
+ * $FreeBSD: src/usr.bin/doscmd/bios.c,v 1.5 1999/09/29 20:09:17 marcel Exp $
*/
#include "doscmd.h"
diff --git a/usr.bin/doscmd/callback.c b/usr.bin/doscmd/callback.c
index 890c7142d454..ee1c831aab8d 100644
--- a/usr.bin/doscmd/callback.c
+++ b/usr.bin/doscmd/callback.c
@@ -1,6 +1,6 @@
/* No copyright?!
**
-** $FreeBSD$
+** $FreeBSD: src/usr.bin/doscmd/callback.c,v 1.2 1999/08/28 01:00:04 peter Exp $
*/
diff --git a/usr.bin/doscmd/callback.h b/usr.bin/doscmd/callback.h
index d3c656fd7c26..bfa769df7619 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 1999/08/28 01:00:05 peter Exp $
*/
typedef void (*callback_t)(regcontext_t *REGS);
diff --git a/usr.bin/doscmd/cmos.c b/usr.bin/doscmd/cmos.c
index 1486c6fd348e..7b637f9038f0 100644
--- a/usr.bin/doscmd/cmos.c
+++ b/usr.bin/doscmd/cmos.c
@@ -29,7 +29,7 @@
*
* BSDI cmos.c,v 2.3 1996/04/08 19:32:20 bostic Exp
*
- * $FreeBSD$
+ * $FreeBSD: src/usr.bin/doscmd/cmos.c,v 1.2 1999/08/28 01:00:05 peter Exp $
*/
#include "doscmd.h"
diff --git a/usr.bin/doscmd/com.h b/usr.bin/doscmd/com.h
index 98982a958722..03e5178de009 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 1999/08/28 01:00:06 peter Exp $
*/
/* com.h for doscmd int14.c */
diff --git a/usr.bin/doscmd/config.c b/usr.bin/doscmd/config.c
index dd1316faaee7..a532e2a991e2 100644
--- a/usr.bin/doscmd/config.c
+++ b/usr.bin/doscmd/config.c
@@ -29,7 +29,7 @@
*
* BSDI config.c,v 2.2 1996/04/08 19:32:22 bostic Exp
*
- * $FreeBSD$
+ * $FreeBSD: src/usr.bin/doscmd/config.c,v 1.4 1999/10/13 23:48:34 imp Exp $
*/
#include <stdio.h>
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/cpu.c b/usr.bin/doscmd/cpu.c
index c273084547e0..cac0630332a9 100644
--- a/usr.bin/doscmd/cpu.c
+++ b/usr.bin/doscmd/cpu.c
@@ -1,7 +1,7 @@
/*
** No copyright ?!
**
-** $FreeBSD$
+** $FreeBSD: src/usr.bin/doscmd/cpu.c,v 1.2 1999/08/28 01:00:07 peter Exp $
*/
#include "doscmd.h"
diff --git a/usr.bin/doscmd/crt0.c b/usr.bin/doscmd/crt0.c
index ec9c706f7f5c..170786452a21 100644
--- a/usr.bin/doscmd/crt0.c
+++ b/usr.bin/doscmd/crt0.c
@@ -29,7 +29,7 @@
*
* BSDI crt0.c,v 2.2 1996/04/08 19:32:24 bostic Exp
*
- * $FreeBSD$
+ * $FreeBSD: src/usr.bin/doscmd/crt0.c,v 1.2 1999/08/28 01:00:07 peter Exp $
*/
char **environ;
diff --git a/usr.bin/doscmd/cwd.c b/usr.bin/doscmd/cwd.c
index ef5635f3c885..452373eb96b7 100644
--- a/usr.bin/doscmd/cwd.c
+++ b/usr.bin/doscmd/cwd.c
@@ -29,7 +29,7 @@
*
* BSDI cwd.c,v 2.2 1996/04/08 19:32:25 bostic Exp
*
- * $FreeBSD$
+ * $FreeBSD: src/usr.bin/doscmd/cwd.c,v 1.6 1999/11/08 17:28:46 jhay Exp $
*/
#include <sys/types.h>
diff --git a/usr.bin/doscmd/cwd.h b/usr.bin/doscmd/cwd.h
index dfe7e4ea4486..1c6b7be0fad5 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 1999/08/28 01:00:08 peter Exp $
*/
static inline u_char *
diff --git a/usr.bin/doscmd/debug.c b/usr.bin/doscmd/debug.c
index bc3524a3b42a..5998473b33b8 100644
--- a/usr.bin/doscmd/debug.c
+++ b/usr.bin/doscmd/debug.c
@@ -31,7 +31,7 @@
*
* from: BSDI doscmd.c,v 2.3 1996/04/08 19:32:30 bostic Exp
*
- * $FreeBSD$
+ * $FreeBSD: src/usr.bin/doscmd/debug.c,v 1.3 1999/09/29 20:09:17 marcel Exp $
*/
diff --git a/usr.bin/doscmd/dispatch.h b/usr.bin/doscmd/dispatch.h
index 7506c534220a..2155eed5f143 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 1999/08/28 01:00:10 peter Exp $
*/
/*
diff --git a/usr.bin/doscmd/dos.c b/usr.bin/doscmd/dos.c
index 0a896b1f5490..50488c7c334e 100644
--- a/usr.bin/doscmd/dos.c
+++ b/usr.bin/doscmd/dos.c
@@ -31,7 +31,7 @@
*
* BSDI int21.c,v 2.2 1996/04/08 19:32:51 bostic Exp
*
- * $FreeBSD$
+ * $FreeBSD: src/usr.bin/doscmd/dos.c,v 1.7 1999/09/29 20:09:17 marcel Exp $
*/
#include "doscmd.h"
diff --git a/usr.bin/doscmd/dos.h b/usr.bin/doscmd/dos.h
index 1ec83ac7f32c..174b92861ad8 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 1999/08/28 01:00:11 peter Exp $
*/
/*
diff --git a/usr.bin/doscmd/doscmd.1 b/usr.bin/doscmd/doscmd.1
index ec1c1b92d69b..e3eee6af550f 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.2 2000/06/30 11:06:16 tg Exp $
.\"
.Dd January 30, 1995
.Dt DOSCMD 1
diff --git a/usr.bin/doscmd/doscmd.c b/usr.bin/doscmd/doscmd.c
index 8b6727b832ed..a1a47fc1cb27 100644
--- a/usr.bin/doscmd/doscmd.c
+++ b/usr.bin/doscmd/doscmd.c
@@ -29,7 +29,7 @@
*
* BSDI doscmd.c,v 2.3 1996/04/08 19:32:30 bostic Exp
*
- * $FreeBSD$
+ * $FreeBSD: src/usr.bin/doscmd/doscmd.c,v 1.13.2.1 2000/06/30 11:06:16 tg Exp $
*/
#include <sys/types.h>
diff --git a/usr.bin/doscmd/doscmd.h b/usr.bin/doscmd/doscmd.h
index 8d5af631e5b5..2c1b5b813dc3 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 1999/10/13 23:48:35 imp Exp $
*/
diff --git a/usr.bin/doscmd/doscmd_loader.c b/usr.bin/doscmd/doscmd_loader.c
index d219ad52b46e..0995e7a7c957 100644
--- a/usr.bin/doscmd/doscmd_loader.c
+++ b/usr.bin/doscmd/doscmd_loader.c
@@ -29,7 +29,7 @@
*
* BSDI doscmd_loader.c,v 2.3 1996/04/08 19:32:33 bostic Exp
*
- * $FreeBSD$
+ * $FreeBSD: src/usr.bin/doscmd/doscmd_loader.c,v 1.2 1999/08/28 01:00:12 peter Exp $
*/
#include <stdio.h>
diff --git a/usr.bin/doscmd/ems.c b/usr.bin/doscmd/ems.c
index 14bbd94fb842..c7b61d312d8f 100644
--- a/usr.bin/doscmd/ems.c
+++ b/usr.bin/doscmd/ems.c
@@ -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.c,v 1.3 1999/09/29 20:09:17 marcel Exp $
*/
/*
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/emuint.c b/usr.bin/doscmd/emuint.c
index 750a6f9ee06a..34c80e77fcea 100644
--- a/usr.bin/doscmd/emuint.c
+++ b/usr.bin/doscmd/emuint.c
@@ -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.c,v 1.3 1999/09/29 20:09:17 marcel Exp $
*/
#include <sys/param.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 ce9a8f02d049..dd746772dc9d 100644
--- a/usr.bin/doscmd/exe.c
+++ b/usr.bin/doscmd/exe.c
@@ -28,7 +28,7 @@
* SUCH DAMAGE.
*
* BSDI exe.c,v 2.2 1996/04/08 19:32:34 bostic Exp
- * $FreeBSD$
+ * $FreeBSD: src/usr.bin/doscmd/exe.c,v 1.2 1999/08/28 01:00:15 peter Exp $
*/
#include <stdio.h>
diff --git a/usr.bin/doscmd/int.c b/usr.bin/doscmd/int.c
index 7657d219654b..3edd1911210c 100644
--- a/usr.bin/doscmd/int.c
+++ b/usr.bin/doscmd/int.c
@@ -1,7 +1,7 @@
/*
** No copyright?!
**
-** $FreeBSD$
+** $FreeBSD: src/usr.bin/doscmd/int.c,v 1.3 1999/09/29 20:09:18 marcel Exp $
*/
#include "doscmd.h"
diff --git a/usr.bin/doscmd/int10.c b/usr.bin/doscmd/int10.c
index c05e6263c0c9..18fbdc350cc2 100644
--- a/usr.bin/doscmd/int10.c
+++ b/usr.bin/doscmd/int10.c
@@ -29,7 +29,7 @@
*
* BSDI int10.c,v 2.3 1996/04/08 19:32:40 bostic Exp
*
- * $FreeBSD$
+ * $FreeBSD: src/usr.bin/doscmd/int10.c,v 1.3 1999/09/29 20:09:18 marcel Exp $
*/
#include "doscmd.h"
diff --git a/usr.bin/doscmd/int13.c b/usr.bin/doscmd/int13.c
index ded17c857f9c..101049f45ccd 100644
--- a/usr.bin/doscmd/int13.c
+++ b/usr.bin/doscmd/int13.c
@@ -29,7 +29,7 @@
*
* BSDI int13.c,v 2.3 1996/04/08 19:32:43 bostic Exp
*
- * $FreeBSD$
+ * $FreeBSD: src/usr.bin/doscmd/int13.c,v 1.4 1999/09/29 20:09:18 marcel Exp $
*/
#include "doscmd.h"
diff --git a/usr.bin/doscmd/int14.c b/usr.bin/doscmd/int14.c
index 4d367eb7f4a0..4416111dd5ca 100644
--- a/usr.bin/doscmd/int14.c
+++ b/usr.bin/doscmd/int14.c
@@ -32,7 +32,7 @@
*
* BSDI int14.c,v 2.2 1996/04/08 19:32:45 bostic Exp
*
- * $FreeBSD$
+ * $FreeBSD: src/usr.bin/doscmd/int14.c,v 1.2 1999/08/28 01:00:17 peter Exp $
*/
#include "doscmd.h"
diff --git a/usr.bin/doscmd/int16.c b/usr.bin/doscmd/int16.c
index 517e1312c186..3fec7bb11f05 100644
--- a/usr.bin/doscmd/int16.c
+++ b/usr.bin/doscmd/int16.c
@@ -29,7 +29,7 @@
*
* BSDI int16.c,v 2.2 1996/04/08 19:32:47 bostic Exp
*
- * $FreeBSD$
+ * $FreeBSD: src/usr.bin/doscmd/int16.c,v 1.2 1999/08/28 01:00:17 peter Exp $
*/
#include "doscmd.h"
diff --git a/usr.bin/doscmd/int17.c b/usr.bin/doscmd/int17.c
index d62d6da9b321..4b7aa4d686a4 100644
--- a/usr.bin/doscmd/int17.c
+++ b/usr.bin/doscmd/int17.c
@@ -29,7 +29,7 @@
*
* BSDI int17.c,v 2.2 1996/04/08 19:32:48 bostic Exp
*
- * $FreeBSD$
+ * $FreeBSD: src/usr.bin/doscmd/int17.c,v 1.4 1999/08/28 01:00:17 peter Exp $
*/
#include "doscmd.h"
diff --git a/usr.bin/doscmd/int1a.c b/usr.bin/doscmd/int1a.c
index ff7df30f8376..b1ca94c048f7 100644
--- a/usr.bin/doscmd/int1a.c
+++ b/usr.bin/doscmd/int1a.c
@@ -29,7 +29,7 @@
*
* BSDI int1a.c,v 2.2 1996/04/08 19:32:49 bostic Exp
*
- * $FreeBSD$
+ * $FreeBSD: src/usr.bin/doscmd/int1a.c,v 1.3 1999/08/28 01:00:18 peter Exp $
*/
#include "doscmd.h"
diff --git a/usr.bin/doscmd/int2f.c b/usr.bin/doscmd/int2f.c
index 8bfe3d8db71e..176323058fe8 100644
--- a/usr.bin/doscmd/int2f.c
+++ b/usr.bin/doscmd/int2f.c
@@ -29,7 +29,7 @@
*
* BSDI int2f.c,v 2.2 1996/04/08 19:32:53 bostic Exp
*
- * $FreeBSD$
+ * $FreeBSD: src/usr.bin/doscmd/int2f.c,v 1.3 1999/08/28 01:00:18 peter Exp $
*/
#include "doscmd.h"
diff --git a/usr.bin/doscmd/intff.c b/usr.bin/doscmd/intff.c
index 800424ca6395..62c7c2586d0f 100644
--- a/usr.bin/doscmd/intff.c
+++ b/usr.bin/doscmd/intff.c
@@ -29,7 +29,7 @@
*
* BSDI intff.c,v 2.2 1996/04/08 19:32:56 bostic Exp
*
- * $FreeBSD$
+ * $FreeBSD: src/usr.bin/doscmd/intff.c,v 1.7 1999/09/29 20:09:18 marcel Exp $
*/
#include "doscmd.h"
diff --git a/usr.bin/doscmd/mem.c b/usr.bin/doscmd/mem.c
index bae413f660fc..e61383c3db0e 100644
--- a/usr.bin/doscmd/mem.c
+++ b/usr.bin/doscmd/mem.c
@@ -29,7 +29,7 @@
*
* BSDI mem.c,v 2.2 1996/04/08 19:32:57 bostic Exp
*
- * $FreeBSD$
+ * $FreeBSD: src/usr.bin/doscmd/mem.c,v 1.2 1999/08/28 01:00:19 peter Exp $
*/
#include <stdio.h>
diff --git a/usr.bin/doscmd/mouse.c b/usr.bin/doscmd/mouse.c
index 93416b801619..6c34a4fbe205 100644
--- a/usr.bin/doscmd/mouse.c
+++ b/usr.bin/doscmd/mouse.c
@@ -29,7 +29,7 @@
*
* BSDI int33.c,v 2.2 1996/04/08 19:32:54 bostic Exp
*
- * $FreeBSD$
+ * $FreeBSD: src/usr.bin/doscmd/mouse.c,v 1.3 1999/09/29 20:09:18 marcel Exp $
*/
#include "doscmd.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 b899d96599a8..defd378921ef 100644
--- a/usr.bin/doscmd/net.c
+++ b/usr.bin/doscmd/net.c
@@ -1,7 +1,7 @@
/*
** No copyright!
**
-** $FreeBSD$
+** $FreeBSD: src/usr.bin/doscmd/net.c,v 1.2 1999/08/28 01:00:21 peter Exp $
**
** NetBIOS etc. hooks.
*/
diff --git a/usr.bin/doscmd/port.c b/usr.bin/doscmd/port.c
index fe5b5a86e215..63ae7fe721f7 100644
--- a/usr.bin/doscmd/port.c
+++ b/usr.bin/doscmd/port.c
@@ -29,7 +29,7 @@
*
* BSDI port.c,v 2.2 1996/04/08 19:33:03 bostic Exp
*
- * $FreeBSD$
+ * $FreeBSD: src/usr.bin/doscmd/port.c,v 1.5 1999/10/13 23:48:35 imp Exp $
*/
#include "doscmd.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/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 5826567373ed..f376279b8ae9 100644
--- a/usr.bin/doscmd/setver.c
+++ b/usr.bin/doscmd/setver.c
@@ -29,7 +29,7 @@
*
* BSDI setver.c,v 2.2 1996/04/08 19:33:04 bostic Exp
*
- * $FreeBSD$
+ * $FreeBSD: src/usr.bin/doscmd/setver.c,v 1.2 1999/08/28 01:00:23 peter Exp $
*/
#include "doscmd.h"
diff --git a/usr.bin/doscmd/signal.c b/usr.bin/doscmd/signal.c
index ec4a078d35c4..caf5ce28c14e 100644
--- a/usr.bin/doscmd/signal.c
+++ b/usr.bin/doscmd/signal.c
@@ -29,7 +29,7 @@
*
* BSDI signal.c,v 2.2 1996/04/08 19:33:06 bostic Exp
*
- * $FreeBSD$
+ * $FreeBSD: src/usr.bin/doscmd/signal.c,v 1.6 1999/10/08 09:02:38 marcel Exp $
*/
#include "doscmd.h"
diff --git a/usr.bin/doscmd/timer.c b/usr.bin/doscmd/timer.c
index 41b30199585a..40064a19358a 100644
--- a/usr.bin/doscmd/timer.c
+++ b/usr.bin/doscmd/timer.c
@@ -1,7 +1,7 @@
/*
** No copyright?!
**
-** $FreeBSD$
+** $FreeBSD: src/usr.bin/doscmd/timer.c,v 1.2 1999/08/28 01:00:24 peter Exp $
*/
#include "doscmd.h"
diff --git a/usr.bin/doscmd/trace.c b/usr.bin/doscmd/trace.c
index 0e76b19c8674..7bb89cfff930 100644
--- a/usr.bin/doscmd/trace.c
+++ b/usr.bin/doscmd/trace.c
@@ -29,7 +29,7 @@
*
* BSDI trace.c,v 2.2 1996/04/08 19:33:07 bostic Exp
*
- * $FreeBSD$
+ * $FreeBSD: src/usr.bin/doscmd/trace.c,v 1.3 1999/09/29 20:09:18 marcel Exp $
*/
#include "doscmd.h"
diff --git a/usr.bin/doscmd/trap.c b/usr.bin/doscmd/trap.c
index f0bfc853b46c..3a3affd9a29c 100644
--- a/usr.bin/doscmd/trap.c
+++ b/usr.bin/doscmd/trap.c
@@ -29,7 +29,7 @@
*
* BSDI trap.c,v 2.3 1996/04/08 19:33:08 bostic Exp
*
- * $FreeBSD$
+ * $FreeBSD: src/usr.bin/doscmd/trap.c,v 1.7 1999/10/08 09:02:39 marcel Exp $
*/
#include "doscmd.h"
diff --git a/usr.bin/doscmd/trap.h b/usr.bin/doscmd/trap.h
index 6cba0df95c3d..4207dd73a0e2 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 1999/08/28 01:00:25 peter Exp $
*/
#define CLI 0xfa
diff --git a/usr.bin/doscmd/tty.c b/usr.bin/doscmd/tty.c
index be747b0a4041..5c75663a96cb 100644
--- a/usr.bin/doscmd/tty.c
+++ b/usr.bin/doscmd/tty.c
@@ -29,7 +29,7 @@
*
* BSDI tty.c,v 2.4 1996/04/08 22:03:27 prb Exp
*
- * $FreeBSD$
+ * $FreeBSD: src/usr.bin/doscmd/tty.c,v 1.8 1999/10/13 23:40:49 imp Exp $
*/
#ifndef NO_X
diff --git a/usr.bin/doscmd/video.h b/usr.bin/doscmd/video.h
index 7b36eb782056..07c53cdee111 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 1999/08/28 01:00:27 peter Exp $
*/
/*
diff --git a/usr.bin/doscmd/xms.c b/usr.bin/doscmd/xms.c
index 08ed8083cad4..17730ed8a508 100644
--- a/usr.bin/doscmd/xms.c
+++ b/usr.bin/doscmd/xms.c
@@ -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.c,v 1.6 1999/09/29 20:09:19 marcel Exp $
*/
/*
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