diff options
author | Peter Wemm <peter@FreeBSD.org> | 1999-08-28 01:08:13 +0000 |
---|---|---|
committer | Peter Wemm <peter@FreeBSD.org> | 1999-08-28 01:08:13 +0000 |
commit | c3aac50f284c6cca5b4f2eb46aaa13812cb8b630 (patch) | |
tree | 399ca96df93caf6a718d5c0499575d187c3c753c /sys/i386 | |
parent | 7f3dea244c40159a41ab22da77a434d7c5b5e85a (diff) | |
download | src-c3aac50f284c6cca5b4f2eb46aaa13812cb8b630.tar.gz src-c3aac50f284c6cca5b4f2eb46aaa13812cb8b630.zip |
$Id$ -> $FreeBSD$
Notes
Notes:
svn path=/head/; revision=50477
Diffstat (limited to 'sys/i386')
372 files changed, 376 insertions, 376 deletions
diff --git a/sys/i386/Makefile b/sys/i386/Makefile index 28362ba9dc77..c173c4fb1d71 100644 --- a/sys/i386/Makefile +++ b/sys/i386/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.5 1998/05/31 22:40:49 steve Exp $ +# $FreeBSD$ # @(#)Makefile 8.1 (Berkeley) 6/11/93 # Makefile for i386 links, tags file diff --git a/sys/i386/apm/apm.c b/sys/i386/apm/apm.c index eb5ed62af635..a31a36c89cdb 100644 --- a/sys/i386/apm/apm.c +++ b/sys/i386/apm/apm.c @@ -15,7 +15,7 @@ * * Sep, 1994 Implemented on FreeBSD 1.1.5.1R (Toshiba AVS001WD) * - * $Id: apm.c,v 1.102 1999/08/22 19:51:33 peter Exp $ + * $FreeBSD$ */ #include <sys/param.h> diff --git a/sys/i386/bios/apm.c b/sys/i386/bios/apm.c index eb5ed62af635..a31a36c89cdb 100644 --- a/sys/i386/bios/apm.c +++ b/sys/i386/bios/apm.c @@ -15,7 +15,7 @@ * * Sep, 1994 Implemented on FreeBSD 1.1.5.1R (Toshiba AVS001WD) * - * $Id: apm.c,v 1.102 1999/08/22 19:51:33 peter Exp $ + * $FreeBSD$ */ #include <sys/param.h> diff --git a/sys/i386/boot/Makefile b/sys/i386/boot/Makefile index dc8ad32a5f6a..3b0adfcc13a5 100644 --- a/sys/i386/boot/Makefile +++ b/sys/i386/boot/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.29 1997/07/10 21:58:43 joerg Exp $ +# $FreeBSD$ SUBDIR= cdboot dosboot kzipboot netboot rawboot diff --git a/sys/i386/boot/Makefile.inc b/sys/i386/boot/Makefile.inc index 520458a2126b..5050c0351094 100644 --- a/sys/i386/boot/Makefile.inc +++ b/sys/i386/boot/Makefile.inc @@ -1,4 +1,4 @@ -# $Id: Makefile.inc,v 1.3 1998/12/30 10:05:56 bde Exp $ +# $FreeBSD$ BINDIR?= /usr/mdec CFLAGS+= -aout diff --git a/sys/i386/boot/biosboot/Makefile b/sys/i386/boot/biosboot/Makefile index e4feaf98de98..3139674e074d 100644 --- a/sys/i386/boot/biosboot/Makefile +++ b/sys/i386/boot/biosboot/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.67 1998/11/21 21:07:17 ache Exp $ +# $FreeBSD$ # PROG= boot diff --git a/sys/i386/boot/biosboot/README.386BSD b/sys/i386/boot/biosboot/README.386BSD index 345c95383628..3d7c09da5968 100644 --- a/sys/i386/boot/biosboot/README.386BSD +++ b/sys/i386/boot/biosboot/README.386BSD @@ -169,4 +169,4 @@ Before you do this ensure you have a booting floppy with correct disktab and bootblock files on it so that if it doesn't work, you can re-disklabel from the floppy. -$Id: README.386BSD,v 1.9 1997/02/22 09:30:02 peter Exp $ +$FreeBSD$ diff --git a/sys/i386/boot/biosboot/README.MACH b/sys/i386/boot/biosboot/README.MACH index 5f8b79d7b9d9..73d090a404bd 100644 --- a/sys/i386/boot/biosboot/README.MACH +++ b/sys/i386/boot/biosboot/README.MACH @@ -24,7 +24,7 @@ * the rights to redistribute these changes. * * from: Mach, Revision 2.2 92/04/04 11:33:55 rpd - * $Id: README.MACH,v 1.5 1997/02/22 09:30:03 peter Exp $ + * $FreeBSD$ */ ********NOTE: This is not all relevant to the 386BSD version********** diff --git a/sys/i386/boot/biosboot/README.serial b/sys/i386/boot/biosboot/README.serial index 732e4787e35c..7edcdeec060c 100644 --- a/sys/i386/boot/biosboot/README.serial +++ b/sys/i386/boot/biosboot/README.serial @@ -193,4 +193,4 @@ CAVEATS: from the new kernel. -$Id: README.serial,v 1.9 1997/06/16 06:32:51 charnier Exp $ +$FreeBSD$ diff --git a/sys/i386/boot/biosboot/asm.S b/sys/i386/boot/biosboot/asm.S index da01acab1091..f14c7f55104c 100644 --- a/sys/i386/boot/biosboot/asm.S +++ b/sys/i386/boot/biosboot/asm.S @@ -24,7 +24,7 @@ * the rights to redistribute these changes. * * from: Mach, Revision 2.2 92/04/04 11:34:13 rpd - * $Id: asm.S,v 1.11 1997/02/22 09:30:04 peter Exp $ + * $FreeBSD$ */ diff --git a/sys/i386/boot/biosboot/asm.h b/sys/i386/boot/biosboot/asm.h index b90bbcebf158..6f4bcc39e52d 100644 --- a/sys/i386/boot/biosboot/asm.h +++ b/sys/i386/boot/biosboot/asm.h @@ -24,7 +24,7 @@ * the rights to redistribute these changes. * * from: Mach, Revision 2.7 92/02/29 15:33:41 rpd - * $Id$ + * $FreeBSD$ */ #define S_ARG0 4(%esp) diff --git a/sys/i386/boot/biosboot/bios.S b/sys/i386/boot/biosboot/bios.S index bc80b2f3a946..30fc76432427 100644 --- a/sys/i386/boot/biosboot/bios.S +++ b/sys/i386/boot/biosboot/bios.S @@ -24,7 +24,7 @@ * the rights to redistribute these changes. * * from: Mach, Revision 2.2 92/04/04 11:34:26 rpd - * $Id: bios.S,v 1.13 1998/08/04 00:39:45 msmith Exp $ + * $FreeBSD$ */ /* diff --git a/sys/i386/boot/biosboot/boot.c b/sys/i386/boot/biosboot/boot.c index 394f86e82b92..a83c9fdd5c15 100644 --- a/sys/i386/boot/biosboot/boot.c +++ b/sys/i386/boot/biosboot/boot.c @@ -24,7 +24,7 @@ * the rights to redistribute these changes. * * from: Mach, [92/04/03 16:51:14 rvb] - * $Id: boot.c,v 1.73 1998/10/10 14:02:06 bde Exp $ + * $FreeBSD$ */ diff --git a/sys/i386/boot/biosboot/boot.h b/sys/i386/boot/biosboot/boot.h index e107b471f35e..d5c413201754 100644 --- a/sys/i386/boot/biosboot/boot.h +++ b/sys/i386/boot/biosboot/boot.h @@ -24,7 +24,7 @@ * the rights to redistribute these changes. * * from: Mach, Revision 2.2 92/04/04 11:35:03 rpd - * $Id: boot.h,v 1.23 1997/12/04 21:52:42 joerg Exp $ + * $FreeBSD$ */ #include <sys/param.h> diff --git a/sys/i386/boot/biosboot/boot2.S b/sys/i386/boot/biosboot/boot2.S index e199b5f6ed69..1b25853b4e79 100644 --- a/sys/i386/boot/biosboot/boot2.S +++ b/sys/i386/boot/biosboot/boot2.S @@ -24,7 +24,7 @@ * the rights to redistribute these changes. * * from: Mach, Revision 2.2 92/04/04 11:35:26 rpd - * $Id$ + * $FreeBSD$ */ #include "asm.h" diff --git a/sys/i386/boot/biosboot/disk.c b/sys/i386/boot/biosboot/disk.c index 8cd825698b1b..62fdde42681a 100644 --- a/sys/i386/boot/biosboot/disk.c +++ b/sys/i386/boot/biosboot/disk.c @@ -24,7 +24,7 @@ * the rights to redistribute these changes. * * from: Mach, Revision 2.2 92/04/04 11:35:49 rpd - * $Id: disk.c,v 1.25 1997/02/22 09:30:09 peter Exp $ + * $FreeBSD$ */ /* diff --git a/sys/i386/boot/biosboot/io.c b/sys/i386/boot/biosboot/io.c index b9c40588c46b..f70516002c15 100644 --- a/sys/i386/boot/biosboot/io.c +++ b/sys/i386/boot/biosboot/io.c @@ -24,7 +24,7 @@ * the rights to redistribute these changes. * * from: Mach, Revision 2.2 92/04/04 11:35:57 rpd - * $Id: io.c,v 1.24 1997/07/12 10:23:19 joerg Exp $ + * $FreeBSD$ */ #include "boot.h" diff --git a/sys/i386/boot/biosboot/probe_keyboard.c b/sys/i386/boot/biosboot/probe_keyboard.c index 7856d586a58f..41d7e9769a3d 100644 --- a/sys/i386/boot/biosboot/probe_keyboard.c +++ b/sys/i386/boot/biosboot/probe_keyboard.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: probe_keyboard.c,v 1.13 1997/06/09 05:10:55 bde Exp $ + * $FreeBSD$ */ #include <sys/types.h> diff --git a/sys/i386/boot/biosboot/serial.S b/sys/i386/boot/biosboot/serial.S index 11d63f08272d..8473d005300b 100644 --- a/sys/i386/boot/biosboot/serial.S +++ b/sys/i386/boot/biosboot/serial.S @@ -24,7 +24,7 @@ * the rights to redistribute these changes. * * from: Mach, Revision 2.2 92/04/04 11:34:26 rpd - * $Id: serial.S,v 1.11 1998/02/01 22:39:24 bde Exp $ + * $FreeBSD$ */ /* diff --git a/sys/i386/boot/biosboot/start.S b/sys/i386/boot/biosboot/start.S index 3d27c5fe5f29..90fac5589d58 100644 --- a/sys/i386/boot/biosboot/start.S +++ b/sys/i386/boot/biosboot/start.S @@ -24,7 +24,7 @@ * the rights to redistribute these changes. * * from: Mach, Revision 2.2 92/04/04 11:36:29 rpd - * $Id: start.S,v 1.11 1998/07/02 15:36:35 wpaul Exp $ + * $FreeBSD$ */ /* diff --git a/sys/i386/boot/biosboot/sys.c b/sys/i386/boot/biosboot/sys.c index 4726f1ec1a1a..289a732cc3ca 100644 --- a/sys/i386/boot/biosboot/sys.c +++ b/sys/i386/boot/biosboot/sys.c @@ -24,7 +24,7 @@ * the rights to redistribute these changes. * * from: Mach, Revision 2.2 92/04/04 11:36:34 rpd - * $Id: sys.c,v 1.20 1997/05/27 16:26:39 bde Exp $ + * $FreeBSD$ */ #include "boot.h" diff --git a/sys/i386/boot/biosboot/table.c b/sys/i386/boot/biosboot/table.c index 83ffd1442b23..ac59b24311e3 100644 --- a/sys/i386/boot/biosboot/table.c +++ b/sys/i386/boot/biosboot/table.c @@ -24,7 +24,7 @@ * the rights to redistribute these changes. * * from: Mach, Revision 2.2 92/04/04 11:36:43 rpd - * $Id: table.c,v 1.18 1999/05/25 09:32:00 brian Exp $ + * $FreeBSD$ */ /* diff --git a/sys/i386/boot/cdboot/Makefile b/sys/i386/boot/cdboot/Makefile index b59e851fd870..1278a287cdce 100644 --- a/sys/i386/boot/cdboot/Makefile +++ b/sys/i386/boot/cdboot/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.4 1998/03/12 12:26:47 bde Exp $ +# $FreeBSD$ # PROG= boot diff --git a/sys/i386/boot/cdboot/asm.S b/sys/i386/boot/cdboot/asm.S index e68981746626..2190a35b5f2b 100644 --- a/sys/i386/boot/cdboot/asm.S +++ b/sys/i386/boot/cdboot/asm.S @@ -24,7 +24,7 @@ * the rights to redistribute these changes. * * from: Mach, Revision 2.2 92/04/04 11:34:13 rpd - * $Id: asm.S,v 1.9 1996/03/08 07:27:52 bde Exp $ + * $FreeBSD$ */ diff --git a/sys/i386/boot/cdboot/boot.c b/sys/i386/boot/cdboot/boot.c index b89813f66685..bee6b87d06f7 100644 --- a/sys/i386/boot/cdboot/boot.c +++ b/sys/i386/boot/cdboot/boot.c @@ -24,7 +24,7 @@ * the rights to redistribute these changes. * * from: Mach, [92/04/03 16:51:14 rvb] - * $Id: boot.c,v 1.1 1997/07/11 05:52:37 joerg Exp $ + * $FreeBSD$ */ diff --git a/sys/i386/boot/cdboot/boot.h b/sys/i386/boot/cdboot/boot.h index 4604c0877937..c0973b33eef3 100644 --- a/sys/i386/boot/cdboot/boot.h +++ b/sys/i386/boot/cdboot/boot.h @@ -24,7 +24,7 @@ * the rights to redistribute these changes. * * from: Mach, Revision 2.2 92/04/04 11:35:03 rpd - * $Id: boot.h,v 1.1 1997/07/11 05:52:38 joerg Exp $ + * $FreeBSD$ */ /* * Extensions for El Torito CD-ROM booting: diff --git a/sys/i386/boot/cdboot/cdrom.c b/sys/i386/boot/cdboot/cdrom.c index d9555852e7fc..5668abcf0e57 100644 --- a/sys/i386/boot/cdboot/cdrom.c +++ b/sys/i386/boot/cdboot/cdrom.c @@ -27,7 +27,7 @@ * IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE * POSSIBILITY OF SUCH DAMAGE. * - * $Id: cdrom.c,v 1.2 1997/12/02 21:13:59 joerg Exp $ + * $FreeBSD$ */ diff --git a/sys/i386/boot/cdboot/malloc.c b/sys/i386/boot/cdboot/malloc.c index 2b8486d8aae1..a68e776e456d 100644 --- a/sys/i386/boot/cdboot/malloc.c +++ b/sys/i386/boot/cdboot/malloc.c @@ -27,7 +27,7 @@ * IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE * POSSIBILITY OF SUCH DAMAGE. * - * $Id$ + * $FreeBSD$ */ /* diff --git a/sys/i386/boot/dosboot/Makefile b/sys/i386/boot/dosboot/Makefile index 26c0d0bf04aa..88a25c73a3fc 100644 --- a/sys/i386/boot/dosboot/Makefile +++ b/sys/i386/boot/dosboot/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.4 1997/02/22 09:30:28 peter Exp $ +# $FreeBSD$ # MPROG= fbsdboot.exe diff --git a/sys/i386/boot/dosboot/ansi.h b/sys/i386/boot/dosboot/ansi.h index 3a112073c675..23f6d9ba92aa 100644 --- a/sys/i386/boot/dosboot/ansi.h +++ b/sys/i386/boot/dosboot/ansi.h @@ -31,7 +31,7 @@ * SUCH DAMAGE.
*
* from: @(#)ansi.h 7.1 (Berkeley) 3/9/91
- * $Id$
+ * $FreeBSD$
*/
#ifndef _ANSI_H_
diff --git a/sys/i386/boot/dosboot/boot.c b/sys/i386/boot/dosboot/boot.c index 635781e81827..0eb6d19203b8 100644 --- a/sys/i386/boot/dosboot/boot.c +++ b/sys/i386/boot/dosboot/boot.c @@ -24,7 +24,7 @@ * the rights to redistribute these changes.
*
* from: Mach, [92/04/03 16:51:14 rvb]
- * $Id$
+ * $FreeBSD$
*/
diff --git a/sys/i386/boot/dosboot/boot.h b/sys/i386/boot/dosboot/boot.h index c1bd09700662..f72fa1dc7c12 100644 --- a/sys/i386/boot/dosboot/boot.h +++ b/sys/i386/boot/dosboot/boot.h @@ -24,7 +24,7 @@ * the rights to redistribute these changes.
*
* from: Mach, Revision 2.2 92/04/04 11:35:03 rpd
- * $Id$
+ * $FreeBSD$
*/
#include "types.h"
diff --git a/sys/i386/boot/dosboot/bootinfo.h b/sys/i386/boot/dosboot/bootinfo.h index d1a6fb68412e..7f5649174233 100644 --- a/sys/i386/boot/dosboot/bootinfo.h +++ b/sys/i386/boot/dosboot/bootinfo.h @@ -29,7 +29,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id$
+ * $FreeBSD$
*/
#ifndef _MACHINE_BOOTINFO_H_
diff --git a/sys/i386/boot/dosboot/cdefs.h b/sys/i386/boot/dosboot/cdefs.h index 1b2205fbd5f4..07f727d8e7e3 100644 --- a/sys/i386/boot/dosboot/cdefs.h +++ b/sys/i386/boot/dosboot/cdefs.h @@ -31,7 +31,7 @@ * SUCH DAMAGE.
*
* from: @(#)cdefs.h 8.1 (Berkeley) 6/2/93
- * $Id$
+ * $FreeBSD$
*/
#ifndef _CDEFS_H_
diff --git a/sys/i386/boot/dosboot/dinode.h b/sys/i386/boot/dosboot/dinode.h index 6c9fbd42fecc..99a8849b190d 100644 --- a/sys/i386/boot/dosboot/dinode.h +++ b/sys/i386/boot/dosboot/dinode.h @@ -31,7 +31,7 @@ * SUCH DAMAGE.
*
* from: @(#)dinode.h 7.10 (Berkeley) 5/8/91
- * $Id$
+ * $FreeBSD$
*/
#ifndef _UFS_DINODE_H_
diff --git a/sys/i386/boot/dosboot/dir.h b/sys/i386/boot/dosboot/dir.h index 5d9cd1d3613c..1b72f4749c03 100644 --- a/sys/i386/boot/dosboot/dir.h +++ b/sys/i386/boot/dosboot/dir.h @@ -31,7 +31,7 @@ * SUCH DAMAGE.
*
* from: @(#)dir.h 7.3 (Berkeley) 2/5/91
- * $Id$
+ * $FreeBSD$
*/
/*
diff --git a/sys/i386/boot/dosboot/disk.c b/sys/i386/boot/dosboot/disk.c index f990a33a3fb3..3f93ab82a858 100644 --- a/sys/i386/boot/dosboot/disk.c +++ b/sys/i386/boot/dosboot/disk.c @@ -24,7 +24,7 @@ * the rights to redistribute these changes.
*
* from: Mach, Revision 2.2 92/04/04 11:35:49 rpd
- * $Id$
+ * $FreeBSD$
*/
#include <stdio.h>
#include <memory.h>
diff --git a/sys/i386/boot/dosboot/disklabe.h b/sys/i386/boot/dosboot/disklabe.h index 81a7c06af6d6..d3983d3c6787 100644 --- a/sys/i386/boot/dosboot/disklabe.h +++ b/sys/i386/boot/dosboot/disklabe.h @@ -31,7 +31,7 @@ * SUCH DAMAGE.
*
* @(#)disklabel.h 8.1 (Berkeley) 6/2/93
- * $Id: disklabe.h,v 1.4 1997/02/22 09:30:46 peter Exp $
+ * $FreeBSD$
*/
#ifndef _SYS_DISKLABEL_H_
diff --git a/sys/i386/boot/dosboot/dkbad.h b/sys/i386/boot/dosboot/dkbad.h index f461d229aab2..1aea5ded055c 100644 --- a/sys/i386/boot/dosboot/dkbad.h +++ b/sys/i386/boot/dosboot/dkbad.h @@ -31,7 +31,7 @@ * SUCH DAMAGE.
*
* @(#)dkbad.h 8.1 (Berkeley) 6/2/93
- * $Id$
+ * $FreeBSD$
*/
#ifndef _SYS_DKBAD_H_
diff --git a/sys/i386/boot/dosboot/endian.h b/sys/i386/boot/dosboot/endian.h index 1d52a1b419b3..84d04b25d008 100644 --- a/sys/i386/boot/dosboot/endian.h +++ b/sys/i386/boot/dosboot/endian.h @@ -31,7 +31,7 @@ * SUCH DAMAGE.
*
* from: @(#)endian.h 7.8 (Berkeley) 4/3/91
- * $Id$
+ * $FreeBSD$
*/
#ifndef _MACHINE_ENDIAN_H_
diff --git a/sys/i386/boot/dosboot/exec.h b/sys/i386/boot/dosboot/exec.h index 5033235ae74f..d64f63b77489 100644 --- a/sys/i386/boot/dosboot/exec.h +++ b/sys/i386/boot/dosboot/exec.h @@ -36,7 +36,7 @@ * SUCH DAMAGE.
*
* @(#)exec.h 8.3 (Berkeley) 1/21/94
- * $Id$
+ * $FreeBSD$
*/
#ifndef _SYS_EXEC_H_
diff --git a/sys/i386/boot/dosboot/fs.h b/sys/i386/boot/dosboot/fs.h index f2c38b4269d5..f4c397d3cac6 100644 --- a/sys/i386/boot/dosboot/fs.h +++ b/sys/i386/boot/dosboot/fs.h @@ -31,7 +31,7 @@ * SUCH DAMAGE.
*
* from: @(#)fs.h 7.12 (Berkeley) 5/8/91
- * $Id$
+ * $FreeBSD$
*/
#ifndef _UFS_FS_H_
diff --git a/sys/i386/boot/dosboot/imgact.h b/sys/i386/boot/dosboot/imgact.h index f9cc403977e6..f3ec5571819c 100644 --- a/sys/i386/boot/dosboot/imgact.h +++ b/sys/i386/boot/dosboot/imgact.h @@ -31,7 +31,7 @@ * SUCH DAMAGE.
*
* from: @(#)exec.h 8.1 (Berkeley) 6/11/93
- * $Id$
+ * $FreeBSD$
*/
#ifndef _IMGACT_AOUT_H_
diff --git a/sys/i386/boot/dosboot/inode.h b/sys/i386/boot/dosboot/inode.h index 0a692e3cfbeb..26ae12090e08 100644 --- a/sys/i386/boot/dosboot/inode.h +++ b/sys/i386/boot/dosboot/inode.h @@ -31,7 +31,7 @@ * SUCH DAMAGE.
*
* from: @(#)inode.h 7.17 (Berkeley) 5/8/91
- * $Id: inode.h,v 1.4 1997/02/22 09:30:56 peter Exp $
+ * $FreeBSD$
*/
#ifndef _UFS_INODE_H_
diff --git a/sys/i386/boot/dosboot/mexec.h b/sys/i386/boot/dosboot/mexec.h index e978510b9b76..b045a235ece3 100644 --- a/sys/i386/boot/dosboot/mexec.h +++ b/sys/i386/boot/dosboot/mexec.h @@ -31,7 +31,7 @@ * SUCH DAMAGE.
*
* @(#)exec.h 8.1 (Berkeley) 6/11/93
- * $Id$
+ * $FreeBSD$
*/
#ifndef _EXEC_H_
diff --git a/sys/i386/boot/dosboot/param.h b/sys/i386/boot/dosboot/param.h index 61a82419b108..394c1f797d7e 100644 --- a/sys/i386/boot/dosboot/param.h +++ b/sys/i386/boot/dosboot/param.h @@ -34,7 +34,7 @@ * SUCH DAMAGE.
*
* from: @(#)param.h 5.8 (Berkeley) 6/28/91
- * $Id$
+ * $FreeBSD$
*/
#ifndef _MACHINE_PARAM_H_
diff --git a/sys/i386/boot/dosboot/quota.h b/sys/i386/boot/dosboot/quota.h index 425066e91d88..5ad06ce018bb 100644 --- a/sys/i386/boot/dosboot/quota.h +++ b/sys/i386/boot/dosboot/quota.h @@ -34,7 +34,7 @@ * SUCH DAMAGE.
*
* from: @(#)quota.h 7.9 (Berkeley) 2/22/91
- * $Id$
+ * $FreeBSD$
*/
#ifndef _QUOTA_
diff --git a/sys/i386/boot/dosboot/reboot.h b/sys/i386/boot/dosboot/reboot.h index f0dcfd244a79..65453b05e51f 100644 --- a/sys/i386/boot/dosboot/reboot.h +++ b/sys/i386/boot/dosboot/reboot.h @@ -31,7 +31,7 @@ * SUCH DAMAGE.
*
* @(#)reboot.h 8.1 (Berkeley) 6/2/93
- * $Id$
+ * $FreeBSD$
*/
#ifndef _SYS_REBOOT_H_
diff --git a/sys/i386/boot/dosboot/sys.c b/sys/i386/boot/dosboot/sys.c index f9d2f9be9a08..04a25af8d907 100644 --- a/sys/i386/boot/dosboot/sys.c +++ b/sys/i386/boot/dosboot/sys.c @@ -24,7 +24,7 @@ * the rights to redistribute these changes.
*
* from: Mach, Revision 2.2 92/04/04 11:36:34 rpd
- * $Id$
+ * $FreeBSD$
*/
#include <stdio.h>
#include <string.h>
diff --git a/sys/i386/boot/dosboot/syslimit.h b/sys/i386/boot/dosboot/syslimit.h index 3d691b7cbc08..0d914230c3b6 100644 --- a/sys/i386/boot/dosboot/syslimit.h +++ b/sys/i386/boot/dosboot/syslimit.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * from: @(#)syslimits.h 7.4 (Berkeley) 2/4/91 - * $Id$ + * $FreeBSD$ */ #ifndef _SYS_SYSLIMITS_H_ diff --git a/sys/i386/boot/dosboot/sysparam.h b/sys/i386/boot/dosboot/sysparam.h index a9a5f35aabb9..4f93f2cc0266 100644 --- a/sys/i386/boot/dosboot/sysparam.h +++ b/sys/i386/boot/dosboot/sysparam.h @@ -36,7 +36,7 @@ * SUCH DAMAGE.
*
* @(#)param.h 8.2 (Berkeley) 1/21/94
- * $Id$
+ * $FreeBSD$
*/
#ifndef _SYS_PARAM_H_
diff --git a/sys/i386/boot/dosboot/types.h b/sys/i386/boot/dosboot/types.h index ee013c053202..85b64942897a 100644 --- a/sys/i386/boot/dosboot/types.h +++ b/sys/i386/boot/dosboot/types.h @@ -36,7 +36,7 @@ * SUCH DAMAGE.
*
* @(#)types.h 8.4 (Berkeley) 1/21/94
- * $Id$
+ * $FreeBSD$
*/
#ifndef _SYS_TYPES_H_
diff --git a/sys/i386/boot/kzipboot/Makefile b/sys/i386/boot/kzipboot/Makefile index c1dc06009dad..1c37ac40cae6 100644 --- a/sys/i386/boot/kzipboot/Makefile +++ b/sys/i386/boot/kzipboot/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.9 1998/05/27 08:06:33 sos Exp $ +# $FreeBSD$ PROG= kztail.o kzhead.o BINMODE = 444 # target is a relocatable object diff --git a/sys/i386/boot/netboot/3c509.c b/sys/i386/boot/netboot/3c509.c index adf721c3ec19..accc948c6b4f 100644 --- a/sys/i386/boot/netboot/3c509.c +++ b/sys/i386/boot/netboot/3c509.c @@ -18,7 +18,7 @@ Author: Martin Renters. 3c509 support added by Serge Babkin (babkin@hq.icb.chel.su) -$Id$ +$FreeBSD$ ***************************************************************************/ diff --git a/sys/i386/boot/netboot/Makefile b/sys/i386/boot/netboot/Makefile index 2d50c65a58e7..84d3d97103e1 100644 --- a/sys/i386/boot/netboot/Makefile +++ b/sys/i386/boot/netboot/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.21 1998/11/28 08:03:24 joerg Exp $ +# $FreeBSD$ # # Makefile for NETBOOT # diff --git a/sys/i386/boot/netboot/netboot.8 b/sys/i386/boot/netboot/netboot.8 index 094d47fda4ec..2717ec53cc0d 100644 --- a/sys/i386/boot/netboot/netboot.8 +++ b/sys/i386/boot/netboot/netboot.8 @@ -1,4 +1,4 @@ -.\" $Id: netboot.8,v 1.3 1997/05/31 18:29:58 tegge Exp $ +.\" $FreeBSD$ .Dd May 15, 1997 .Dt NETBOOT 8 .\".Os BSD 4 diff --git a/sys/i386/boot/rawboot/Makefile b/sys/i386/boot/rawboot/Makefile index 061b6959ecf7..474788b2c88c 100644 --- a/sys/i386/boot/rawboot/Makefile +++ b/sys/i386/boot/rawboot/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.11 1998/03/12 12:26:49 bde Exp $ +# $FreeBSD$ # PROG= boot diff --git a/sys/i386/conf/GENERIC b/sys/i386/conf/GENERIC index f889546e112f..2011cfea73e6 100644 --- a/sys/i386/conf/GENERIC +++ b/sys/i386/conf/GENERIC @@ -15,7 +15,7 @@ # device lines is also present in the ./LINT configuration file. If you are # in doubt as to the purpose or necessity of a line, check first in LINT. # -# $Id: GENERIC,v 1.182 1999/08/15 09:54:56 phk Exp $ +# $FreeBSD$ machine i386 cpu I386_CPU diff --git a/sys/i386/conf/LINT b/sys/i386/conf/LINT index 80ecf1a81a2b..6c0f0cf935d3 100644 --- a/sys/i386/conf/LINT +++ b/sys/i386/conf/LINT @@ -2,7 +2,7 @@ # LINT -- config file for checking all the sources, tries to pull in # as much of the source tree as it can. # -# $Id: LINT,v 1.629 1999/08/21 17:40:37 wpaul Exp $ +# $FreeBSD$ # # NB: You probably don't want to try running a kernel built from this # file. Instead, you should start from GENERIC, and add options from diff --git a/sys/i386/conf/Makefile.i386 b/sys/i386/conf/Makefile.i386 index 66873d0cc1e9..0d82e7971baa 100644 --- a/sys/i386/conf/Makefile.i386 +++ b/sys/i386/conf/Makefile.i386 @@ -1,7 +1,7 @@ # Makefile.i386 -- with config changes. # Copyright 1990 W. Jolitz # from: @(#)Makefile.i386 7.1 5/10/91 -# $Id: Makefile.i386,v 1.157 1999/07/02 04:00:01 jkh Exp $ +# $FreeBSD$ # # Makefile for FreeBSD # diff --git a/sys/i386/conf/NOTES b/sys/i386/conf/NOTES index 80ecf1a81a2b..6c0f0cf935d3 100644 --- a/sys/i386/conf/NOTES +++ b/sys/i386/conf/NOTES @@ -2,7 +2,7 @@ # LINT -- config file for checking all the sources, tries to pull in # as much of the source tree as it can. # -# $Id: LINT,v 1.629 1999/08/21 17:40:37 wpaul Exp $ +# $FreeBSD$ # # NB: You probably don't want to try running a kernel built from this # file. Instead, you should start from GENERIC, and add options from diff --git a/sys/i386/conf/PCCARD b/sys/i386/conf/PCCARD index 3f57f717949d..7dfbfab75635 100644 --- a/sys/i386/conf/PCCARD +++ b/sys/i386/conf/PCCARD @@ -12,7 +12,7 @@ # device lines is present in the ./LINT configuration file. If you are # in doubt as to the purpose or necessity of a line, check first in LINT. # -# $Id: PCCARD,v 1.16 1999/08/15 09:38:20 phk Exp $ +# $FreeBSD$ machine i386 cpu I386_CPU diff --git a/sys/i386/conf/devices.i386 b/sys/i386/conf/devices.i386 index ed921de75a0e..0e3045546c93 100644 --- a/sys/i386/conf/devices.i386 +++ b/sys/i386/conf/devices.i386 @@ -1,6 +1,6 @@ # This file tells what major numbers the various possible swap devices have. # -# $Id: devices.i386,v 1.15 1998/12/27 13:55:48 sos Exp $ +# $FreeBSD$ # wd 0 wfd 1 diff --git a/sys/i386/conf/files.i386 b/sys/i386/conf/files.i386 index 72349659ad1d..e6a940c18e11 100644 --- a/sys/i386/conf/files.i386 +++ b/sys/i386/conf/files.i386 @@ -1,7 +1,7 @@ # This file tells config what files go into building a kernel, # files marked standard are always included. # -# $Id: files.i386,v 1.259 1999/08/18 04:08:14 alc Exp $ +# $FreeBSD$ # # The long compile-with and dependency lines are required because of # limitations in config: backslash-newline doesn't work in strings, and diff --git a/sys/i386/conf/majors.i386 b/sys/i386/conf/majors.i386 index 60feb64f5cf1..e4fda55c344f 100644 --- a/sys/i386/conf/majors.i386 +++ b/sys/i386/conf/majors.i386 @@ -1,4 +1,4 @@ -$Id: majors.i386,v 1.81 1999/08/04 19:55:37 jkh Exp $ +$FreeBSD$ Hopefully, this list will one day be obsoleted by DEVFS, but for now this is the current allocation of device major numbers. diff --git a/sys/i386/conf/options.i386 b/sys/i386/conf/options.i386 index bd3ac0e5ddbe..f0adfd96ab8f 100644 --- a/sys/i386/conf/options.i386 +++ b/sys/i386/conf/options.i386 @@ -1,4 +1,4 @@ -# $Id: options.i386,v 1.119 1999/08/06 14:01:55 hm Exp $ +# $FreeBSD$ DISABLE_PSE IDE_DELAY diff --git a/sys/i386/eisa/3c5x9.c b/sys/i386/eisa/3c5x9.c index b6ccff13af41..663409d4b75a 100644 --- a/sys/i386/eisa/3c5x9.c +++ b/sys/i386/eisa/3c5x9.c @@ -19,7 +19,7 @@ * 4. Modifications may be freely made to this file if the above conditions * are met. * - * $Id: 3c5x9.c,v 1.12 1999/05/08 21:59:15 dfr Exp $ + * $FreeBSD$ */ #include "eisa.h" diff --git a/sys/i386/eisa/adv_eisa.c b/sys/i386/eisa/adv_eisa.c index 4b475d3d1193..ad9604e69626 100644 --- a/sys/i386/eisa/adv_eisa.c +++ b/sys/i386/eisa/adv_eisa.c @@ -32,7 +32,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: adv_eisa.c,v 1.5 1999/08/01 22:57:08 mdodd Exp $ + * $FreeBSD$ */ #include "eisa.h" diff --git a/sys/i386/eisa/ahb.c b/sys/i386/eisa/ahb.c index a1dc84ac5e7a..67eead4dd7e2 100644 --- a/sys/i386/eisa/ahb.c +++ b/sys/i386/eisa/ahb.c @@ -25,7 +25,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: ahb.c,v 1.13 1999/08/01 22:57:08 mdodd Exp $ + * $FreeBSD$ */ #include "eisa.h" diff --git a/sys/i386/eisa/ahbreg.h b/sys/i386/eisa/ahbreg.h index 1bed89ebff4a..c72f068aa3b9 100644 --- a/sys/i386/eisa/ahbreg.h +++ b/sys/i386/eisa/ahbreg.h @@ -25,7 +25,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id$ + * $FreeBSD$ */ /* Resource Constatns */ diff --git a/sys/i386/eisa/ahc_eisa.c b/sys/i386/eisa/ahc_eisa.c index 39450187d3a6..e98be7d3a3d5 100644 --- a/sys/i386/eisa/ahc_eisa.c +++ b/sys/i386/eisa/ahc_eisa.c @@ -26,7 +26,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: ahc_eisa.c,v 1.11 1999/08/01 22:57:08 mdodd Exp $ + * $FreeBSD$ */ #include "eisa.h" diff --git a/sys/i386/eisa/bt_eisa.c b/sys/i386/eisa/bt_eisa.c index d9cb5840438c..400b42b046f7 100644 --- a/sys/i386/eisa/bt_eisa.c +++ b/sys/i386/eisa/bt_eisa.c @@ -26,7 +26,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: bt_eisa.c,v 1.8 1999/08/01 22:57:08 mdodd Exp $ + * $FreeBSD$ */ #include "eisa.h" diff --git a/sys/i386/eisa/dpt_eisa.c b/sys/i386/eisa/dpt_eisa.c index caeab91f3028..8518214db90b 100644 --- a/sys/i386/eisa/dpt_eisa.c +++ b/sys/i386/eisa/dpt_eisa.c @@ -33,7 +33,7 @@ */ /* - * $Id: dpt_eisa.c,v 1.7 1999/08/01 22:57:09 mdodd Exp $ + * $FreeBSD$ */ #include "eisa.h" diff --git a/sys/i386/eisa/dpt_eisa.h b/sys/i386/eisa/dpt_eisa.h index 0731911d36cb..683ff655953c 100644 --- a/sys/i386/eisa/dpt_eisa.h +++ b/sys/i386/eisa/dpt_eisa.h @@ -32,7 +32,7 @@ */ /* - * $Id: dpt_eisa.h,v 1.2 1998/09/15 08:33:35 gibbs Exp $ + * $FreeBSD$ */ #define DPT_EISA_SLOT_OFFSET 0xc00 diff --git a/sys/i386/eisa/eisaconf.c b/sys/i386/eisa/eisaconf.c index 1aeb1df1af97..869ebbe6cabc 100644 --- a/sys/i386/eisa/eisaconf.c +++ b/sys/i386/eisa/eisaconf.c @@ -28,7 +28,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: eisaconf.c,v 1.50 1999/08/01 22:57:09 mdodd Exp $ + * $FreeBSD$ */ #include "opt_eisa.h" diff --git a/sys/i386/eisa/eisaconf.h b/sys/i386/eisa/eisaconf.h index 6174b6b36926..8330bb4a7353 100644 --- a/sys/i386/eisa/eisaconf.h +++ b/sys/i386/eisa/eisaconf.h @@ -28,7 +28,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: eisaconf.h,v 1.18 1999/04/18 15:50:33 peter Exp $ + * $FreeBSD$ */ #ifndef _I386_EISA_EISACONF_H_ diff --git a/sys/i386/eisa/if_fea.c b/sys/i386/eisa/if_fea.c index c98eb4bf96af..21c90d4a7dd6 100644 --- a/sys/i386/eisa/if_fea.c +++ b/sys/i386/eisa/if_fea.c @@ -21,7 +21,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. * - * $Id: if_fea.c,v 1.16 1999/07/31 00:43:48 mdodd Exp $ + * $FreeBSD$ */ /* diff --git a/sys/i386/i386/apic_vector.s b/sys/i386/i386/apic_vector.s index 6a7bcf059a12..f484971eab2b 100644 --- a/sys/i386/i386/apic_vector.s +++ b/sys/i386/i386/apic_vector.s @@ -1,6 +1,6 @@ /* * from: vector.s, 386BSD 0.1 unknown origin - * $Id: apic_vector.s,v 1.43 1999/07/20 06:52:35 msmith Exp $ + * $FreeBSD$ */ diff --git a/sys/i386/i386/atomic.c b/sys/i386/i386/atomic.c index d7a5c495d6df..c19ba9e027b2 100644 --- a/sys/i386/i386/atomic.c +++ b/sys/i386/i386/atomic.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id$ + * $FreeBSD$ */ /* This file creates publically callable functions to perform various diff --git a/sys/i386/i386/autoconf.c b/sys/i386/i386/autoconf.c index 4c5dbd34bb5b..f678609719d0 100644 --- a/sys/i386/i386/autoconf.c +++ b/sys/i386/i386/autoconf.c @@ -34,7 +34,7 @@ * SUCH DAMAGE. * * from: @(#)autoconf.c 7.1 (Berkeley) 5/9/91 - * $Id: autoconf.c,v 1.136 1999/08/22 23:49:00 peter Exp $ + * $FreeBSD$ */ /* diff --git a/sys/i386/i386/bios.c b/sys/i386/i386/bios.c index baf20187da6c..5fc0a4296738 100644 --- a/sys/i386/i386/bios.c +++ b/sys/i386/i386/bios.c @@ -24,7 +24,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: bios.c,v 1.21 1999/08/25 06:56:36 msmith Exp $ + * $FreeBSD$ */ /* diff --git a/sys/i386/i386/bioscall.s b/sys/i386/i386/bioscall.s index 3d95a6278dd2..8ecee477fa5a 100644 --- a/sys/i386/i386/bioscall.s +++ b/sys/i386/i386/bioscall.s @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: bioscall.s,v 1.4 1999/08/25 06:44:32 peter Exp $ + * $FreeBSD$ */ /* diff --git a/sys/i386/i386/busdma_machdep.c b/sys/i386/i386/busdma_machdep.c index bebec68ceca1..c16333ced110 100644 --- a/sys/i386/i386/busdma_machdep.c +++ b/sys/i386/i386/busdma_machdep.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: busdma_machdep.c,v 1.13 1999/07/02 05:12:11 mjacob Exp $ + * $FreeBSD$ */ #include <sys/param.h> diff --git a/sys/i386/i386/db_disasm.c b/sys/i386/i386/db_disasm.c index b3b30b13f3f5..16e8106d5e73 100644 --- a/sys/i386/i386/db_disasm.c +++ b/sys/i386/i386/db_disasm.c @@ -23,7 +23,7 @@ * any improvements or extensions that they make and grant Carnegie the * rights to redistribute these changes. * - * $Id: db_disasm.c,v 1.21 1998/07/08 10:53:56 bde Exp $ + * $FreeBSD$ */ /* diff --git a/sys/i386/i386/db_interface.c b/sys/i386/i386/db_interface.c index 0ad6dfbfd56a..cb7f228d671a 100644 --- a/sys/i386/i386/db_interface.c +++ b/sys/i386/i386/db_interface.c @@ -23,7 +23,7 @@ * any improvements or extensions that they make and grant Carnegie the * rights to redistribute these changes. * - * $Id: db_interface.c,v 1.44 1999/04/28 01:03:17 luoqi Exp $ + * $FreeBSD$ */ /* diff --git a/sys/i386/i386/db_trace.c b/sys/i386/i386/db_trace.c index 6a361a0052f9..074b4e639bcb 100644 --- a/sys/i386/i386/db_trace.c +++ b/sys/i386/i386/db_trace.c @@ -23,7 +23,7 @@ * any improvements or extensions that they make and grant Carnegie the * rights to redistribute these changes. * - * $Id: db_trace.c,v 1.33 1999/01/28 01:59:50 dillon Exp $ + * $FreeBSD$ */ #include <sys/param.h> diff --git a/sys/i386/i386/elf_machdep.c b/sys/i386/i386/elf_machdep.c index 2814f066e0f0..51a2e77541f6 100644 --- a/sys/i386/i386/elf_machdep.c +++ b/sys/i386/i386/elf_machdep.c @@ -22,7 +22,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. * - * $Id: elf_machdep.c,v 1.4 1998/12/07 21:58:18 archie Exp $ + * $FreeBSD$ */ #include <sys/param.h> diff --git a/sys/i386/i386/exception.s b/sys/i386/i386/exception.s index dce98e87e5b6..f19622475bb8 100644 --- a/sys/i386/i386/exception.s +++ b/sys/i386/i386/exception.s @@ -30,7 +30,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: exception.s,v 1.62 1999/06/27 21:31:43 alc Exp $ + * $FreeBSD$ */ #include "npx.h" diff --git a/sys/i386/i386/genassym.c b/sys/i386/i386/genassym.c index 9f17b0c7d616..2df518268216 100644 --- a/sys/i386/i386/genassym.c +++ b/sys/i386/i386/genassym.c @@ -34,7 +34,7 @@ * SUCH DAMAGE. * * from: @(#)genassym.c 5.11 (Berkeley) 5/10/91 - * $Id: genassym.c,v 1.75 1999/07/29 08:33:00 peter Exp $ + * $FreeBSD$ */ #include "opt_user_ldt.h" diff --git a/sys/i386/i386/globals.s b/sys/i386/i386/globals.s index 574220aade84..8a46b522cc7c 100644 --- a/sys/i386/i386/globals.s +++ b/sys/i386/i386/globals.s @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: globals.s,v 1.11 1999/05/12 21:38:41 luoqi Exp $ + * $FreeBSD$ */ #include "opt_user_ldt.h" diff --git a/sys/i386/i386/i686_mem.c b/sys/i386/i386/i686_mem.c index d971aa95f02e..33342b92227c 100644 --- a/sys/i386/i386/i686_mem.c +++ b/sys/i386/i386/i686_mem.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: i686_mem.c,v 1.4 1999/07/20 06:58:51 msmith Exp $ + * $FreeBSD$ */ #include "opt_smp.h" diff --git a/sys/i386/i386/identcpu.c b/sys/i386/i386/identcpu.c index ba53f4eab87b..0f1e86d67737 100644 --- a/sys/i386/i386/identcpu.c +++ b/sys/i386/i386/identcpu.c @@ -36,7 +36,7 @@ * SUCH DAMAGE. * * from: Id: machdep.c,v 1.193 1996/06/18 01:22:04 bde Exp - * $Id: identcpu.c,v 1.71 1999/07/06 13:23:56 peter Exp $ + * $FreeBSD$ */ #include "opt_cpu.h" diff --git a/sys/i386/i386/in_cksum.c b/sys/i386/i386/in_cksum.c index e9244fbe2066..481a390393ec 100644 --- a/sys/i386/i386/in_cksum.c +++ b/sys/i386/i386/in_cksum.c @@ -32,7 +32,7 @@ * * from tahoe: in_cksum.c 1.2 86/01/05 * from: @(#)in_cksum.c 1.3 (Berkeley) 1/19/91 - * $Id: in_cksum.c,v 1.14 1999/01/28 01:59:50 dillon Exp $ + * $FreeBSD$ */ #include <sys/param.h> diff --git a/sys/i386/i386/initcpu.c b/sys/i386/i386/initcpu.c index a58caadce1b4..a56bb36d91a5 100644 --- a/sys/i386/i386/initcpu.c +++ b/sys/i386/i386/initcpu.c @@ -26,7 +26,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. * - * $Id: initcpu.c,v 1.17 1999/01/16 13:41:33 kato Exp $ + * $FreeBSD$ */ #include "opt_cpu.h" diff --git a/sys/i386/i386/k6_mem.c b/sys/i386/i386/k6_mem.c index b28691bacde9..1045b28c9f77 100644 --- a/sys/i386/i386/k6_mem.c +++ b/sys/i386/i386/k6_mem.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: k6_mem.c,v 1.1 1999/06/18 19:56:02 green Exp $ + * $FreeBSD$ * */ diff --git a/sys/i386/i386/legacy.c b/sys/i386/i386/legacy.c index 0c28185a347b..22e98eda7106 100644 --- a/sys/i386/i386/legacy.c +++ b/sys/i386/i386/legacy.c @@ -26,7 +26,7 @@ * OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: nexus.c,v 1.15 1999/08/23 19:23:33 peter Exp $ + * $FreeBSD$ */ /* diff --git a/sys/i386/i386/locore.s b/sys/i386/i386/locore.s index 95b55613bf47..f2627266353c 100644 --- a/sys/i386/i386/locore.s +++ b/sys/i386/i386/locore.s @@ -34,7 +34,7 @@ * SUCH DAMAGE. * * from: @(#)locore.s 7.3 (Berkeley) 5/13/91 - * $Id: locore.s,v 1.124 1999/06/18 14:32:13 bde Exp $ + * $FreeBSD$ * * originally from: locore.s, by William F. Jolitz * diff --git a/sys/i386/i386/machdep.c b/sys/i386/i386/machdep.c index dfde63760a87..a3c33bfc293a 100644 --- a/sys/i386/i386/machdep.c +++ b/sys/i386/i386/machdep.c @@ -35,7 +35,7 @@ * SUCH DAMAGE. * * from: @(#)machdep.c 7.4 (Berkeley) 6/3/91 - * $Id: machdep.c,v 1.358 1999/08/09 10:34:43 phk Exp $ + * $FreeBSD$ */ #include "apm.h" diff --git a/sys/i386/i386/math_emu.h b/sys/i386/i386/math_emu.h index b996e5d78be8..6e189b4a5594 100644 --- a/sys/i386/i386/math_emu.h +++ b/sys/i386/i386/math_emu.h @@ -3,7 +3,7 @@ * * (C) 1991 Linus Torvalds * - * $Id: math_emu.h,v 1.5 1997/02/22 09:32:27 peter Exp $ + * $FreeBSD$ */ #ifndef _LINUX_MATH_EMU_H #define _LINUX_MATH_EMU_H diff --git a/sys/i386/i386/math_emulate.c b/sys/i386/i386/math_emulate.c index 7f93e4b6f6f9..ec7e216d0b40 100644 --- a/sys/i386/i386/math_emulate.c +++ b/sys/i386/i386/math_emulate.c @@ -6,7 +6,7 @@ * [expediant "port" of linux 8087 emulator to 386BSD, with apologies -wfj] * * from: 386BSD 0.1 - * $Id: math_emulate.c,v 1.33 1999/01/28 01:59:50 dillon Exp $ + * $FreeBSD$ */ /* diff --git a/sys/i386/i386/mem.c b/sys/i386/i386/mem.c index c835a6ee2cce..ab31e7095ea3 100644 --- a/sys/i386/i386/mem.c +++ b/sys/i386/i386/mem.c @@ -38,7 +38,7 @@ * * from: Utah $Hdr: mem.c 1.13 89/10/08$ * from: @(#)mem.c 7.2 (Berkeley) 5/9/91 - * $Id: mem.c,v 1.64 1999/08/23 20:58:38 phk Exp $ + * $FreeBSD$ */ /* diff --git a/sys/i386/i386/mp_machdep.c b/sys/i386/i386/mp_machdep.c index 969cd0892495..283ed1701a3c 100644 --- a/sys/i386/i386/mp_machdep.c +++ b/sys/i386/i386/mp_machdep.c @@ -22,7 +22,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: mp_machdep.c,v 1.106 1999/07/20 06:52:26 msmith Exp $ + * $FreeBSD$ */ #include "opt_smp.h" diff --git a/sys/i386/i386/mpapic.c b/sys/i386/i386/mpapic.c index 8ae685485f43..ef591aa7b51d 100644 --- a/sys/i386/i386/mpapic.c +++ b/sys/i386/i386/mpapic.c @@ -22,7 +22,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: mpapic.c,v 1.32 1998/09/06 22:41:40 tegge Exp $ + * $FreeBSD$ */ #include "opt_smp.h" diff --git a/sys/i386/i386/mpboot.s b/sys/i386/i386/mpboot.s index 962bafcc7792..d21354e3c793 100644 --- a/sys/i386/i386/mpboot.s +++ b/sys/i386/i386/mpboot.s @@ -31,7 +31,7 @@ * mpboot.s: FreeBSD machine support for the Intel MP Spec * multiprocessor systems. * - * $Id: mpboot.s,v 1.10 1999/04/28 01:03:22 luoqi Exp $ + * $FreeBSD$ */ #include <machine/asmacros.h> /* miscellaneous asm macros */ diff --git a/sys/i386/i386/mplock.s b/sys/i386/i386/mplock.s index fe8281dc50f6..bb1a4bf2a86d 100644 --- a/sys/i386/i386/mplock.s +++ b/sys/i386/i386/mplock.s @@ -6,7 +6,7 @@ * this stuff is worth it, you can buy me a beer in return. Poul-Henning Kamp * ---------------------------------------------------------------------------- * - * $Id: mplock.s,v 1.24 1998/05/17 23:08:04 tegge Exp $ + * $FreeBSD$ * * Functions for locking between CPUs in a SMP system. * diff --git a/sys/i386/i386/mptable.c b/sys/i386/i386/mptable.c index 969cd0892495..283ed1701a3c 100644 --- a/sys/i386/i386/mptable.c +++ b/sys/i386/i386/mptable.c @@ -22,7 +22,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: mp_machdep.c,v 1.106 1999/07/20 06:52:26 msmith Exp $ + * $FreeBSD$ */ #include "opt_smp.h" diff --git a/sys/i386/i386/nexus.c b/sys/i386/i386/nexus.c index 0c28185a347b..22e98eda7106 100644 --- a/sys/i386/i386/nexus.c +++ b/sys/i386/i386/nexus.c @@ -26,7 +26,7 @@ * OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: nexus.c,v 1.15 1999/08/23 19:23:33 peter Exp $ + * $FreeBSD$ */ /* diff --git a/sys/i386/i386/perfmon.c b/sys/i386/i386/perfmon.c index b8bd5958c13d..60775d1329d7 100644 --- a/sys/i386/i386/perfmon.c +++ b/sys/i386/i386/perfmon.c @@ -26,7 +26,7 @@ * OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: perfmon.c,v 1.18 1999/05/11 01:54:52 alc Exp $ + * $FreeBSD$ */ #include <sys/param.h> diff --git a/sys/i386/i386/pmap.c b/sys/i386/i386/pmap.c index 791060a03f8c..6129ed86f48f 100644 --- a/sys/i386/i386/pmap.c +++ b/sys/i386/i386/pmap.c @@ -39,7 +39,7 @@ * SUCH DAMAGE. * * from: @(#)pmap.c 7.7 (Berkeley) 5/12/91 - * $Id: pmap.c,v 1.245 1999/08/10 04:10:57 alc Exp $ + * $FreeBSD$ */ /* diff --git a/sys/i386/i386/procfs_machdep.c b/sys/i386/i386/procfs_machdep.c index b0f8e3cda6e2..6d48081e4d01 100644 --- a/sys/i386/i386/procfs_machdep.c +++ b/sys/i386/i386/procfs_machdep.c @@ -37,7 +37,7 @@ * @(#)procfs_machdep.c 8.3 (Berkeley) 1/27/94 * * From: - * $Id: procfs_machdep.c,v 1.11 1998/09/14 22:43:33 jdp Exp $ + * $FreeBSD$ */ /* diff --git a/sys/i386/i386/simplelock.s b/sys/i386/i386/simplelock.s index 4442500ef80b..9abc3b74660a 100644 --- a/sys/i386/i386/simplelock.s +++ b/sys/i386/i386/simplelock.s @@ -22,7 +22,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: simplelock.s,v 1.9 1998/05/17 23:08:03 tegge Exp $ + * $FreeBSD$ */ /* diff --git a/sys/i386/i386/support.s b/sys/i386/i386/support.s index 7093dbb86df4..ae99af947ab8 100644 --- a/sys/i386/i386/support.s +++ b/sys/i386/i386/support.s @@ -30,7 +30,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: support.s,v 1.62 1999/03/30 09:00:40 phk Exp $ + * $FreeBSD$ */ #include "opt_smp.h" diff --git a/sys/i386/i386/swtch.s b/sys/i386/i386/swtch.s index fb6c1ff93688..ee277419c360 100644 --- a/sys/i386/i386/swtch.s +++ b/sys/i386/i386/swtch.s @@ -33,7 +33,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: swtch.s,v 1.85 1999/07/10 15:27:55 bde Exp $ + * $FreeBSD$ */ #include "npx.h" diff --git a/sys/i386/i386/symbols.raw b/sys/i386/i386/symbols.raw index 943d8ae860c4..0641f6657978 100644 --- a/sys/i386/i386/symbols.raw +++ b/sys/i386/i386/symbols.raw @@ -1,6 +1,6 @@ # @(#)symbols.raw 7.6 (Berkeley) 5/8/91 # -# $Id: symbols.raw,v 1.13 1998/09/15 10:03:43 gibbs Exp $ +# $FreeBSD$ # diff --git a/sys/i386/i386/sys_machdep.c b/sys/i386/i386/sys_machdep.c index 76b45ff8c329..0f5930ca7a0a 100644 --- a/sys/i386/i386/sys_machdep.c +++ b/sys/i386/i386/sys_machdep.c @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * from: @(#)sys_machdep.c 5.5 (Berkeley) 1/19/91 - * $Id: sys_machdep.c,v 1.41 1999/04/28 01:03:25 luoqi Exp $ + * $FreeBSD$ * */ diff --git a/sys/i386/i386/trap.c b/sys/i386/i386/trap.c index e717563e7ed5..5e3ed49ee48a 100644 --- a/sys/i386/i386/trap.c +++ b/sys/i386/i386/trap.c @@ -35,7 +35,7 @@ * SUCH DAMAGE. * * from: @(#)trap.c 7.4 (Berkeley) 5/13/91 - * $Id: trap.c,v 1.139 1999/06/18 14:32:16 bde Exp $ + * $FreeBSD$ */ /* diff --git a/sys/i386/i386/tsc.c b/sys/i386/i386/tsc.c index 188e20bc0f47..8a3e1c93030c 100644 --- a/sys/i386/i386/tsc.c +++ b/sys/i386/i386/tsc.c @@ -34,7 +34,7 @@ * SUCH DAMAGE. * * from: @(#)clock.c 7.2 (Berkeley) 5/12/91 - * $Id: clock.c,v 1.142 1999/07/29 01:20:47 green Exp $ + * $FreeBSD$ */ /* diff --git a/sys/i386/i386/userconfig.c b/sys/i386/i386/userconfig.c index 2a0f13624b28..09e31cb980b1 100644 --- a/sys/i386/i386/userconfig.c +++ b/sys/i386/i386/userconfig.c @@ -46,7 +46,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. ** - ** $Id: userconfig.c,v 1.152 1999/08/09 13:52:12 mpp Exp $ + ** $FreeBSD$ **/ /** @@ -2545,7 +2545,7 @@ visuserconfig(void) * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: userconfig.c,v 1.152 1999/08/09 13:52:12 mpp Exp $ + * $FreeBSD$ */ #include "scbus.h" diff --git a/sys/i386/i386/vm86.c b/sys/i386/i386/vm86.c index 43d8cff9dfd8..b50b6f18d573 100644 --- a/sys/i386/i386/vm86.c +++ b/sys/i386/i386/vm86.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: vm86.c,v 1.26 1999/06/01 18:19:48 jlemon Exp $ + * $FreeBSD$ */ #include <sys/param.h> diff --git a/sys/i386/i386/vm86bios.s b/sys/i386/i386/vm86bios.s index b81116f06df7..778148176491 100644 --- a/sys/i386/i386/vm86bios.s +++ b/sys/i386/i386/vm86bios.s @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: vm86bios.s,v 1.13 1999/05/12 21:38:46 luoqi Exp $ + * $FreeBSD$ */ #include <machine/asmacros.h> /* miscellaneous asm macros */ diff --git a/sys/i386/i386/vm_machdep.c b/sys/i386/i386/vm_machdep.c index 21bc706129ce..b907f27c034c 100644 --- a/sys/i386/i386/vm_machdep.c +++ b/sys/i386/i386/vm_machdep.c @@ -38,7 +38,7 @@ * * from: @(#)vm_machdep.c 7.3 (Berkeley) 5/13/91 * Utah $Hdr: vm_machdep.c 1.16.1.1 89/06/23$ - * $Id: vm_machdep.c,v 1.124 1999/07/22 06:04:01 alc Exp $ + * $FreeBSD$ */ #include "npx.h" diff --git a/sys/i386/ibcs2/Makefile b/sys/i386/ibcs2/Makefile index 99d779e07ad5..f90560ee821e 100644 --- a/sys/i386/ibcs2/Makefile +++ b/sys/i386/ibcs2/Makefile @@ -1,6 +1,6 @@ # Makefile for syscall tables # -# $Id$ +# $FreeBSD$ all: @echo "make ibcs2_sysent.c, ibcs2_isc_sysent.c or ibcs2_xenix_sysent.c only" diff --git a/sys/i386/ibcs2/coff.h b/sys/i386/ibcs2/coff.h index c4868fcfdacd..a0eecd97ba95 100644 --- a/sys/i386/ibcs2/coff.h +++ b/sys/i386/ibcs2/coff.h @@ -26,7 +26,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. * - * $Id$ + * $FreeBSD$ */ #ifndef _COFF_H diff --git a/sys/i386/ibcs2/ibcs2_fcntl.c b/sys/i386/ibcs2/ibcs2_fcntl.c index 436489263ca3..5cc637a92cd8 100644 --- a/sys/i386/ibcs2/ibcs2_fcntl.c +++ b/sys/i386/ibcs2/ibcs2_fcntl.c @@ -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. * - * $Id: ibcs2_fcntl.c,v 1.11 1998/02/04 04:12:28 eivind Exp $ + * $FreeBSD$ */ #include "opt_spx_hack.h" diff --git a/sys/i386/ibcs2/ibcs2_ipc.c b/sys/i386/ibcs2/ibcs2_ipc.c index d2ebfa85f176..2acf3d2bbd60 100644 --- a/sys/i386/ibcs2/ibcs2_ipc.c +++ b/sys/i386/ibcs2/ibcs2_ipc.c @@ -22,7 +22,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. * - * $Id: ibcs2_ipc.c,v 1.13 1997/11/06 19:28:28 phk Exp $ + * $FreeBSD$ */ #include <sys/param.h> diff --git a/sys/i386/ibcs2/ibcs2_ipc.h b/sys/i386/ibcs2/ibcs2_ipc.h index 664920bfa31f..bee650f76658 100644 --- a/sys/i386/ibcs2/ibcs2_ipc.h +++ b/sys/i386/ibcs2/ibcs2_ipc.h @@ -27,7 +27,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. * - * $Id: ibcs2_ipc.h,v 1.4 1999/02/07 19:35:40 guido Exp $ + * $FreeBSD$ */ diff --git a/sys/i386/ibcs2/ibcs2_isc.c b/sys/i386/ibcs2/ibcs2_isc.c index 89841418052e..bc268b6ac8ea 100644 --- a/sys/i386/ibcs2/ibcs2_isc.c +++ b/sys/i386/ibcs2/ibcs2_isc.c @@ -27,7 +27,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. * - * $Id: ibcs2_isc.c,v 1.10 1997/07/20 09:39:43 bde Exp $ + * $FreeBSD$ */ #include <sys/param.h> diff --git a/sys/i386/ibcs2/ibcs2_misc.c b/sys/i386/ibcs2/ibcs2_misc.c index aff36c81c303..cea6b15ddd44 100644 --- a/sys/i386/ibcs2/ibcs2_misc.c +++ b/sys/i386/ibcs2/ibcs2_misc.c @@ -45,7 +45,7 @@ * * @(#)sun_misc.c 8.1 (Berkeley) 6/18/93 * - * $Id: ibcs2_misc.c,v 1.31 1999/01/28 01:59:52 dillon Exp $ + * $FreeBSD$ */ /* diff --git a/sys/i386/ibcs2/ibcs2_msg.c b/sys/i386/ibcs2/ibcs2_msg.c index 8b7429b1edc2..6c36cf85540e 100644 --- a/sys/i386/ibcs2/ibcs2_msg.c +++ b/sys/i386/ibcs2/ibcs2_msg.c @@ -21,7 +21,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. * - * $Id: ibcs2_msg.c,v 1.5 1997/11/06 19:28:34 phk Exp $ + * $FreeBSD$ */ /* diff --git a/sys/i386/ibcs2/ibcs2_other.c b/sys/i386/ibcs2/ibcs2_other.c index cabb184b33c2..3578b3a07e5d 100644 --- a/sys/i386/ibcs2/ibcs2_other.c +++ b/sys/i386/ibcs2/ibcs2_other.c @@ -21,7 +21,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. * - * $Id: ibcs2_other.c,v 1.8 1997/11/06 19:28:35 phk Exp $ + * $FreeBSD$ */ /* diff --git a/sys/i386/ibcs2/ibcs2_poll.h b/sys/i386/ibcs2/ibcs2_poll.h index d04fce1bc453..6bd86ced28fd 100644 --- a/sys/i386/ibcs2/ibcs2_poll.h +++ b/sys/i386/ibcs2/ibcs2_poll.h @@ -21,7 +21,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. * - * $Id$ + * $FreeBSD$ */ diff --git a/sys/i386/ibcs2/ibcs2_signal.c b/sys/i386/ibcs2/ibcs2_signal.c index 7770896ed3d8..fa111fa88f50 100644 --- a/sys/i386/ibcs2/ibcs2_signal.c +++ b/sys/i386/ibcs2/ibcs2_signal.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. * - * $Id: ibcs2_signal.c,v 1.12 1997/11/06 19:28:38 phk Exp $ + * $FreeBSD$ */ #include <sys/param.h> diff --git a/sys/i386/ibcs2/ibcs2_sysvec.c b/sys/i386/ibcs2/ibcs2_sysvec.c index a9a25fd666fe..bed71d6fb9fb 100644 --- a/sys/i386/ibcs2/ibcs2_sysvec.c +++ b/sys/i386/ibcs2/ibcs2_sysvec.c @@ -27,7 +27,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. * - * $Id: ibcs2_sysvec.c,v 1.14 1999/02/04 21:21:38 newton Exp $ + * $FreeBSD$ */ #include <sys/param.h> diff --git a/sys/i386/ibcs2/ibcs2_xenix.c b/sys/i386/ibcs2/ibcs2_xenix.c index 89506bfced4e..67af2fcfdd5c 100644 --- a/sys/i386/ibcs2/ibcs2_xenix.c +++ b/sys/i386/ibcs2/ibcs2_xenix.c @@ -27,7 +27,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. * - * $Id: ibcs2_xenix.c,v 1.17 1998/12/04 22:54:46 archie Exp $ + * $FreeBSD$ */ #include <sys/param.h> diff --git a/sys/i386/ibcs2/imgact_coff.c b/sys/i386/ibcs2/imgact_coff.c index 3c70d0058851..5c0b316dacdd 100644 --- a/sys/i386/ibcs2/imgact_coff.c +++ b/sys/i386/ibcs2/imgact_coff.c @@ -26,7 +26,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. * - * $Id: imgact_coff.c,v 1.35 1999/01/28 01:59:52 dillon Exp $ + * $FreeBSD$ */ #include <sys/param.h> diff --git a/sys/i386/ibcs2/syscalls.conf b/sys/i386/ibcs2/syscalls.conf index ebdaa97f63b8..f000929cc5b2 100644 --- a/sys/i386/ibcs2/syscalls.conf +++ b/sys/i386/ibcs2/syscalls.conf @@ -1,4 +1,4 @@ -# syscalls.conf $Id: syscalls.conf,v 1.4 1997/02/22 09:33:32 peter Exp $ +# syscalls.conf $FreeBSD$ sysnames="/dev/null" sysproto="ibcs2_proto.h" sysproto_h=_IBCS2_SYSPROTO_H_ diff --git a/sys/i386/ibcs2/syscalls.isc b/sys/i386/ibcs2/syscalls.isc index d8806bf1c450..883374875c56 100644 --- a/sys/i386/ibcs2/syscalls.isc +++ b/sys/i386/ibcs2/syscalls.isc @@ -1,4 +1,4 @@ - $Id: syscalls.isc,v 1.3 1997/02/22 09:33:35 peter Exp $ + $FreeBSD$ #include <sys/param.h> #include <sys/sysent.h> diff --git a/sys/i386/ibcs2/syscalls.isc.conf b/sys/i386/ibcs2/syscalls.isc.conf index 90e30ff70cd0..b9a3e554ead5 100644 --- a/sys/i386/ibcs2/syscalls.isc.conf +++ b/sys/i386/ibcs2/syscalls.isc.conf @@ -1,4 +1,4 @@ -# syscalls.conf $Id: syscalls.isc.conf,v 1.3 1997/02/22 09:33:37 peter Exp $ +# syscalls.conf $FreeBSD$ sysnames="/dev/null" #sysproto="ibcs2_isc.h" sysproto="/dev/null" diff --git a/sys/i386/ibcs2/syscalls.master b/sys/i386/ibcs2/syscalls.master index ed3388c47600..ccbdf1f86ba7 100644 --- a/sys/i386/ibcs2/syscalls.master +++ b/sys/i386/ibcs2/syscalls.master @@ -1,4 +1,4 @@ - $Id: syscalls.master,v 1.7 1997/02/22 09:33:38 peter Exp $ + $FreeBSD$ ; @(#)syscalls.master 8.1 (Berkeley) 7/19/93 ; System call name/number master file (or rather, slave, from IBCS2). diff --git a/sys/i386/ibcs2/syscalls.xenix b/sys/i386/ibcs2/syscalls.xenix index d8efc1ec8857..61182e6a34fc 100644 --- a/sys/i386/ibcs2/syscalls.xenix +++ b/sys/i386/ibcs2/syscalls.xenix @@ -1,4 +1,4 @@ - $Id: syscalls.xenix,v 1.4 1997/02/22 09:33:39 peter Exp $ + $FreeBSD$ #include <sys/param.h> #include <sys/sysent.h> diff --git a/sys/i386/ibcs2/syscalls.xenix.conf b/sys/i386/ibcs2/syscalls.xenix.conf index 4b4af8b76ef4..18469ec7834c 100644 --- a/sys/i386/ibcs2/syscalls.xenix.conf +++ b/sys/i386/ibcs2/syscalls.xenix.conf @@ -1,4 +1,4 @@ -# syscalls.conf $Id: syscalls.xenix.conf,v 1.3 1997/02/22 09:33:40 peter Exp $ +# syscalls.conf $FreeBSD$ sysnames="/dev/null" sysproto="ibcs2_xenix.h" sysproto_h=_IBCS2_XENIX_H_ diff --git a/sys/i386/include/_limits.h b/sys/i386/include/_limits.h index fe6041b4c4b7..0d258ff9d94c 100644 --- a/sys/i386/include/_limits.h +++ b/sys/i386/include/_limits.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)limits.h 8.3 (Berkeley) 1/4/94 - * $Id: limits.h,v 1.12 1999/05/20 23:33:35 ache Exp $ + * $FreeBSD$ */ #ifndef _MACHINE_LIMITS_H_ diff --git a/sys/i386/include/ansi.h b/sys/i386/include/ansi.h index 9d7494e0fc12..22059f1d0725 100644 --- a/sys/i386/include/ansi.h +++ b/sys/i386/include/ansi.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)ansi.h 8.2 (Berkeley) 1/4/94 - * $Id: ansi.h,v 1.15 1998/06/14 14:00:47 bde Exp $ + * $FreeBSD$ */ #ifndef _MACHINE_ANSI_H_ diff --git a/sys/i386/include/apic.h b/sys/i386/include/apic.h index 55e44e0bec2f..38c70709e7c2 100644 --- a/sys/i386/include/apic.h +++ b/sys/i386/include/apic.h @@ -22,7 +22,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: apic.h,v 1.11 1997/08/04 17:31:24 fsmp Exp $ + * $FreeBSD$ */ #ifndef _MACHINE_APIC_H_ diff --git a/sys/i386/include/apicreg.h b/sys/i386/include/apicreg.h index 55e44e0bec2f..38c70709e7c2 100644 --- a/sys/i386/include/apicreg.h +++ b/sys/i386/include/apicreg.h @@ -22,7 +22,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: apic.h,v 1.11 1997/08/04 17:31:24 fsmp Exp $ + * $FreeBSD$ */ #ifndef _MACHINE_APIC_H_ diff --git a/sys/i386/include/apm_bios.h b/sys/i386/include/apm_bios.h index 5f7cf5b6ef02..754965ef388f 100644 --- a/sys/i386/include/apm_bios.h +++ b/sys/i386/include/apm_bios.h @@ -12,7 +12,7 @@ * * Aug, 1994 Implemented on FreeBSD 1.1.5.1R (Toshiba AVS001WD) * - * $Id: apm_bios.h,v 1.24 1999/07/30 08:24:23 msmith Exp $ + * $FreeBSD$ */ #ifndef _MACHINE_APM_BIOS_H_ diff --git a/sys/i386/include/apm_segments.h b/sys/i386/include/apm_segments.h index 03355374e93a..9111b5cb0f09 100644 --- a/sys/i386/include/apm_segments.h +++ b/sys/i386/include/apm_segments.h @@ -12,7 +12,7 @@ * * Sep., 1994 Implemented on FreeBSD 1.1.5.1R (Toshiba AVS001WD) * - * $Id$ + * $FreeBSD$ */ #ifndef _MACHINE_APM_SEGMENTS_H diff --git a/sys/i386/include/asm.h b/sys/i386/include/asm.h index f1023173b3d4..7ac124366024 100644 --- a/sys/i386/include/asm.h +++ b/sys/i386/include/asm.h @@ -34,7 +34,7 @@ * SUCH DAMAGE. * * from: @(#)DEFS.h 5.1 (Berkeley) 4/23/90 - * $Id: asm.h,v 1.3 1997/04/15 14:06:34 bde Exp $ + * $FreeBSD$ */ #ifndef _MACHINE_ASM_H_ diff --git a/sys/i386/include/asmacros.h b/sys/i386/include/asmacros.h index 00bdf7affe40..92b9e1a5d700 100644 --- a/sys/i386/include/asmacros.h +++ b/sys/i386/include/asmacros.h @@ -30,7 +30,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: asmacros.h,v 1.16 1997/04/22 06:55:32 jdp Exp $ + * $FreeBSD$ */ #ifndef _MACHINE_ASMACROS_H_ diff --git a/sys/i386/include/asnames.h b/sys/i386/include/asnames.h index 89218abb317e..ee2076807da6 100644 --- a/sys/i386/include/asnames.h +++ b/sys/i386/include/asnames.h @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: asnames.h,v 1.38 1999/07/29 01:49:19 msmith Exp $ + * $FreeBSD$ */ #ifndef _MACHINE_ASNAMES_H_ diff --git a/sys/i386/include/atomic.h b/sys/i386/include/atomic.h index e9f9403f6198..b3fd514cbc91 100644 --- a/sys/i386/include/atomic.h +++ b/sys/i386/include/atomic.h @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: atomic.h,v 1.4 1999/07/23 23:45:19 alc Exp $ + * $FreeBSD$ */ #ifndef _MACHINE_ATOMIC_H_ #define _MACHINE_ATOMIC_H_ diff --git a/sys/i386/include/bootinfo.h b/sys/i386/include/bootinfo.h index 928aa2b70de6..b8d1af3b2c51 100644 --- a/sys/i386/include/bootinfo.h +++ b/sys/i386/include/bootinfo.h @@ -29,7 +29,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: bootinfo.h,v 1.11 1998/10/01 18:22:52 msmith Exp $ + * $FreeBSD$ */ #ifndef _MACHINE_BOOTINFO_H_ diff --git a/sys/i386/include/bus.h b/sys/i386/include/bus.h index 28e80ba2b89a..b6a9795a5ae5 100644 --- a/sys/i386/include/bus.h +++ b/sys/i386/include/bus.h @@ -67,7 +67,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. */ -/* $Id: bus.h,v 1.4 1998/09/29 09:06:00 bde Exp $ */ +/* $FreeBSD$ */ #ifndef _I386_BUS_H_ #define _I386_BUS_H_ diff --git a/sys/i386/include/bus_at386.h b/sys/i386/include/bus_at386.h index 28e80ba2b89a..b6a9795a5ae5 100644 --- a/sys/i386/include/bus_at386.h +++ b/sys/i386/include/bus_at386.h @@ -67,7 +67,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. */ -/* $Id: bus.h,v 1.4 1998/09/29 09:06:00 bde Exp $ */ +/* $FreeBSD$ */ #ifndef _I386_BUS_H_ #define _I386_BUS_H_ diff --git a/sys/i386/include/bus_dma.h b/sys/i386/include/bus_dma.h index 28e80ba2b89a..b6a9795a5ae5 100644 --- a/sys/i386/include/bus_dma.h +++ b/sys/i386/include/bus_dma.h @@ -67,7 +67,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. */ -/* $Id: bus.h,v 1.4 1998/09/29 09:06:00 bde Exp $ */ +/* $FreeBSD$ */ #ifndef _I386_BUS_H_ #define _I386_BUS_H_ diff --git a/sys/i386/include/bus_memio.h b/sys/i386/include/bus_memio.h index ee58d5a24ef2..3533a671fe8d 100644 --- a/sys/i386/include/bus_memio.h +++ b/sys/i386/include/bus_memio.h @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id$ + * $FreeBSD$ */ #ifndef _I386_BUS_MEMIO_H_ diff --git a/sys/i386/include/bus_pc98.h b/sys/i386/include/bus_pc98.h index 28e80ba2b89a..b6a9795a5ae5 100644 --- a/sys/i386/include/bus_pc98.h +++ b/sys/i386/include/bus_pc98.h @@ -67,7 +67,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. */ -/* $Id: bus.h,v 1.4 1998/09/29 09:06:00 bde Exp $ */ +/* $FreeBSD$ */ #ifndef _I386_BUS_H_ #define _I386_BUS_H_ diff --git a/sys/i386/include/bus_pio.h b/sys/i386/include/bus_pio.h index 4eb051e18190..8742dd195e0b 100644 --- a/sys/i386/include/bus_pio.h +++ b/sys/i386/include/bus_pio.h @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id$ + * $FreeBSD$ */ #ifndef _I386_BUS_PIO_H_ diff --git a/sys/i386/include/cdk.h b/sys/i386/include/cdk.h index f49aa32cf16c..8080f2b469f2 100644 --- a/sys/i386/include/cdk.h +++ b/sys/i386/include/cdk.h @@ -33,7 +33,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id$ + * $FreeBSD$ */ /*****************************************************************************/ diff --git a/sys/i386/include/clock.h b/sys/i386/include/clock.h index 03e2d79e20f6..f5c654a6a64f 100644 --- a/sys/i386/include/clock.h +++ b/sys/i386/include/clock.h @@ -3,7 +3,7 @@ * Garrett Wollman, September 1994. * This file is in the public domain. * - * $Id: clock.h,v 1.34 1998/03/05 21:45:42 tegge Exp $ + * $FreeBSD$ */ #ifndef _MACHINE_CLOCK_H_ diff --git a/sys/i386/include/comstats.h b/sys/i386/include/comstats.h index f332eebcfb19..0b8fc4e0de3f 100644 --- a/sys/i386/include/comstats.h +++ b/sys/i386/include/comstats.h @@ -33,7 +33,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id$ + * $FreeBSD$ */ /*****************************************************************************/ diff --git a/sys/i386/include/cpu.h b/sys/i386/include/cpu.h index d3e4ad47b9f0..4a2fe79f41ad 100644 --- a/sys/i386/include/cpu.h +++ b/sys/i386/include/cpu.h @@ -34,7 +34,7 @@ * SUCH DAMAGE. * * from: @(#)cpu.h 5.4 (Berkeley) 5/9/91 - * $Id: cpu.h,v 1.39 1999/04/23 20:22:44 dt Exp $ + * $FreeBSD$ */ #ifndef _MACHINE_CPU_H_ diff --git a/sys/i386/include/cpufunc.h b/sys/i386/include/cpufunc.h index 9c72d0db5327..9618b252019f 100644 --- a/sys/i386/include/cpufunc.h +++ b/sys/i386/include/cpufunc.h @@ -30,7 +30,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: cpufunc.h,v 1.89 1999/08/19 00:32:48 peter Exp $ + * $FreeBSD$ */ /* diff --git a/sys/i386/include/cputypes.h b/sys/i386/include/cputypes.h index ece2509927ab..93e01e26287d 100644 --- a/sys/i386/include/cputypes.h +++ b/sys/i386/include/cputypes.h @@ -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. * - * $Id: cputypes.h,v 1.11 1998/05/22 00:03:23 des Exp $ + * $FreeBSD$ */ #ifndef _MACHINE_CPUTYPES_H_ diff --git a/sys/i386/include/db_machdep.h b/sys/i386/include/db_machdep.h index aaa32f66661f..d5022d81e92d 100644 --- a/sys/i386/include/db_machdep.h +++ b/sys/i386/include/db_machdep.h @@ -23,7 +23,7 @@ * any improvements or extensions that they make and grant Carnegie Mellon * the rights to redistribute these changes. * - * $Id: db_machdep.h,v 1.12 1997/02/22 09:34:24 peter Exp $ + * $FreeBSD$ */ #ifndef _MACHINE_DB_MACHDEP_H_ diff --git a/sys/i386/include/elf.h b/sys/i386/include/elf.h index ac0cce3ee0e9..756c08c02042 100644 --- a/sys/i386/include/elf.h +++ b/sys/i386/include/elf.h @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: elf.h,v 1.6 1999/02/07 23:49:55 jdp Exp $ + * $FreeBSD$ */ #ifndef _MACHINE_ELF_H_ diff --git a/sys/i386/include/endian.h b/sys/i386/include/endian.h index 63971e5a9073..9023c7680107 100644 --- a/sys/i386/include/endian.h +++ b/sys/i386/include/endian.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * from: @(#)endian.h 7.8 (Berkeley) 4/3/91 - * $Id: endian.h,v 1.15 1997/04/20 11:44:32 bde Exp $ + * $FreeBSD$ */ #ifndef _MACHINE_ENDIAN_H_ diff --git a/sys/i386/include/exec.h b/sys/i386/include/exec.h index 7670fd1cee1a..c233b09655b2 100644 --- a/sys/i386/include/exec.h +++ b/sys/i386/include/exec.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)exec.h 8.1 (Berkeley) 6/11/93 - * $Id$ + * $FreeBSD$ */ #ifndef _EXEC_H_ diff --git a/sys/i386/include/float.h b/sys/i386/include/float.h index a0296ecc8c05..5cdbc97f7d4b 100644 --- a/sys/i386/include/float.h +++ b/sys/i386/include/float.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * from: @(#)float.h 7.1 (Berkeley) 5/8/90 - * $Id$ + * $FreeBSD$ */ #ifndef _MACHINE_FLOAT_H_ diff --git a/sys/i386/include/floatingpoint.h b/sys/i386/include/floatingpoint.h index cd2561f8b9d1..c3e674f7f30c 100644 --- a/sys/i386/include/floatingpoint.h +++ b/sys/i386/include/floatingpoint.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * from: @(#) floatingpoint.h 1.0 (Berkeley) 9/23/93 - * $Id: floatingpoint.h,v 1.8 1997/02/22 09:34:37 peter Exp $ + * $FreeBSD$ */ #ifndef _FLOATINGPOINT_H_ diff --git a/sys/i386/include/frame.h b/sys/i386/include/frame.h index f339f01c43c1..b212d6c7b77f 100644 --- a/sys/i386/include/frame.h +++ b/sys/i386/include/frame.h @@ -34,7 +34,7 @@ * SUCH DAMAGE. * * from: @(#)frame.h 5.2 (Berkeley) 1/18/91 - * $Id: frame.h,v 1.17 1999/05/11 16:29:01 luoqi Exp $ + * $FreeBSD$ */ #ifndef _MACHINE_FRAME_H_ diff --git a/sys/i386/include/globaldata.h b/sys/i386/include/globaldata.h index c02009b83432..28336d708534 100644 --- a/sys/i386/include/globaldata.h +++ b/sys/i386/include/globaldata.h @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: globaldata.h,v 1.9 1999/05/12 21:39:00 luoqi Exp $ + * $FreeBSD$ */ /* diff --git a/sys/i386/include/globals.h b/sys/i386/include/globals.h index 6305f86352db..b399b7c27ad1 100644 --- a/sys/i386/include/globals.h +++ b/sys/i386/include/globals.h @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: globals.h,v 1.2 1999/05/12 21:39:01 luoqi Exp $ + * $FreeBSD$ */ #ifndef _MACHINE_GLOBALS_H_ diff --git a/sys/i386/include/i4b_cause.h b/sys/i386/include/i4b_cause.h index 3edf3ad1e142..f94df0f9ca1c 100644 --- a/sys/i386/include/i4b_cause.h +++ b/sys/i386/include/i4b_cause.h @@ -27,7 +27,7 @@ * i4b_cause.h - causes and cause handling for i4b * ----------------------------------------------- * - * $Id: i4b_cause.h,v 1.9 1999/02/14 09:45:02 hm Exp $ + * $FreeBSD$ * * last edit-date: [Sun Feb 14 10:37:46 1999] * diff --git a/sys/i386/include/i4b_debug.h b/sys/i386/include/i4b_debug.h index 980bb0ae1d34..e2f1ee17f583 100644 --- a/sys/i386/include/i4b_debug.h +++ b/sys/i386/include/i4b_debug.h @@ -27,7 +27,7 @@ * i4b_debug.h - i4b debug header file * ----------------------------------- * - * $Id: i4b_debug.h,v 1.19 1999/05/28 15:03:32 hm Exp $ + * $FreeBSD$ * * last edit-date: [Fri May 28 16:27:07 1999] * diff --git a/sys/i386/include/i4b_ioctl.h b/sys/i386/include/i4b_ioctl.h index 2f6c7530990a..785379f2549c 100644 --- a/sys/i386/include/i4b_ioctl.h +++ b/sys/i386/include/i4b_ioctl.h @@ -27,7 +27,7 @@ * i4b_ioctl.h - messages kernel <--> userland * ------------------------------------------- * - * $Id: i4b_ioctl.h,v 1.125 1999/07/30 07:02:11 hm Exp $ + * $FreeBSD$ * * last edit-date: [Fri Jul 30 08:53:47 1999] * diff --git a/sys/i386/include/i4b_rbch_ioctl.h b/sys/i386/include/i4b_rbch_ioctl.h index 97bdb90f6844..62d2829b8b83 100644 --- a/sys/i386/include/i4b_rbch_ioctl.h +++ b/sys/i386/include/i4b_rbch_ioctl.h @@ -27,7 +27,7 @@ * i4b_rbch_ioctl.h raw B-channel driver interface ioctls * ------------------------------------------------------ * - * $Id: i4b_rbch_ioctl.h,v 1.1 1999/07/09 06:44:00 hm Exp $ + * $FreeBSD$ * * last edit-date: [Fri Jul 9 08:35:07 1999] * diff --git a/sys/i386/include/i4b_tel_ioctl.h b/sys/i386/include/i4b_tel_ioctl.h index 07fcde86df63..0f1004acae30 100644 --- a/sys/i386/include/i4b_tel_ioctl.h +++ b/sys/i386/include/i4b_tel_ioctl.h @@ -27,7 +27,7 @@ * i4b_tel_ioctl.h telephony interface ioctls * ------------------------------------------ * - * $Id: i4b_tel_ioctl.h,v 1.10 1999/07/09 06:44:00 hm Exp $ + * $FreeBSD$ * * last edit-date: [Fri Jul 9 08:34:28 1999] * diff --git a/sys/i386/include/i4b_trace.h b/sys/i386/include/i4b_trace.h index 5b9a7307dd1c..3001e6466ee8 100644 --- a/sys/i386/include/i4b_trace.h +++ b/sys/i386/include/i4b_trace.h @@ -27,7 +27,7 @@ * i4b_trace.h - header file for trace data read device * ---------------------------------------------------- * - * $Id: i4b_trace.h,v 1.6 1999/02/14 09:45:02 hm Exp $ + * $FreeBSD$ * * last edit-date: [Sun Feb 14 10:39:26 1999] * diff --git a/sys/i386/include/ieeefp.h b/sys/i386/include/ieeefp.h index ab4d529ea94c..3c9c49ddda34 100644 --- a/sys/i386/include/ieeefp.h +++ b/sys/i386/include/ieeefp.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * from: @(#) ieeefp.h 1.0 (Berkeley) 9/23/93 - * $Id: ieeefp.h,v 1.5 1997/02/22 09:34:41 peter Exp $ + * $FreeBSD$ */ /* diff --git a/sys/i386/include/if_wavelan_ieee.h b/sys/i386/include/if_wavelan_ieee.h index f002933a9bdc..ef5f5ae709cc 100644 --- a/sys/i386/include/if_wavelan_ieee.h +++ b/sys/i386/include/if_wavelan_ieee.h @@ -29,7 +29,7 @@ * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF * THE POSSIBILITY OF SUCH DAMAGE. * - * $Id: if_wavelan_ieee.h,v 1.4 1999/04/27 02:02:41 wpaul Exp $ + * $FreeBSD$ */ #ifndef _IF_WAVELAN_IEEE_H diff --git a/sys/i386/include/if_wl_wavelan.h b/sys/i386/include/if_wl_wavelan.h index 1626f13862c5..63c5a93f7d9b 100644 --- a/sys/i386/include/if_wl_wavelan.h +++ b/sys/i386/include/if_wl_wavelan.h @@ -1,4 +1,4 @@ -/* $Id: if_wl_wavelan.h,v 1.2 1997/08/01 03:33:43 msmith Exp $ */ +/* $FreeBSD$ */ /* * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/sys/i386/include/iic.h b/sys/i386/include/iic.h index 6649821e0240..5d362c1a2dd4 100644 --- a/sys/i386/include/iic.h +++ b/sys/i386/include/iic.h @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: iic.h,v 1.1 1998/09/03 21:00:08 nsouch Exp $ + * $FreeBSD$ * */ #ifndef __IIC_H diff --git a/sys/i386/include/in_cksum.h b/sys/i386/include/in_cksum.h index acfa10de0f04..f2d9beb18993 100644 --- a/sys/i386/include/in_cksum.h +++ b/sys/i386/include/in_cksum.h @@ -33,7 +33,7 @@ * from tahoe: in_cksum.c 1.2 86/01/05 * from: @(#)in_cksum.c 1.3 (Berkeley) 1/19/91 * from: Id: in_cksum.c,v 1.8 1995/12/03 18:35:19 bde Exp - * $Id: in_cksum.h,v 1.4 1997/02/22 09:34:42 peter Exp $ + * $FreeBSD$ */ #ifndef _MACHINE_IN_CKSUM_H_ diff --git a/sys/i386/include/ioctl_bt848.h b/sys/i386/include/ioctl_bt848.h index 0767abddb684..30e18d156da3 100644 --- a/sys/i386/include/ioctl_bt848.h +++ b/sys/i386/include/ioctl_bt848.h @@ -1,7 +1,7 @@ /* * extensions to ioctl_meteor.h for the bt848 cards * - * $Id: ioctl_bt848.h,v 1.22 1999/02/15 11:04:36 roger Exp $ + * $FreeBSD$ */ /* diff --git a/sys/i386/include/ioctl_ctx.h b/sys/i386/include/ioctl_ctx.h index 5d7a5c57a332..8be709aea314 100644 --- a/sys/i386/include/ioctl_ctx.h +++ b/sys/i386/include/ioctl_ctx.h @@ -7,7 +7,7 @@ * of this software, nor does the author assume any responsibility * for damages incurred with its use * - * $Id$ + * $FreeBSD$ */ /* diff --git a/sys/i386/include/ioctl_fd.h b/sys/i386/include/ioctl_fd.h index 891d8f0a22a9..3b4da37da238 100644 --- a/sys/i386/include/ioctl_fd.h +++ b/sys/i386/include/ioctl_fd.h @@ -24,7 +24,7 @@ * USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH * DAMAGE. * - * $Id$ + * $FreeBSD$ */ #ifndef _MACHINE_IOCTL_FD_H_ diff --git a/sys/i386/include/ipl.h b/sys/i386/include/ipl.h index 6207e93529b4..28c39aaf94e0 100644 --- a/sys/i386/include/ipl.h +++ b/sys/i386/include/ipl.h @@ -30,7 +30,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: ipl.h,v 1.15 1998/08/11 19:21:17 bde Exp $ + * $FreeBSD$ */ #ifndef _MACHINE_IPL_H_ diff --git a/sys/i386/include/limits.h b/sys/i386/include/limits.h index fe6041b4c4b7..0d258ff9d94c 100644 --- a/sys/i386/include/limits.h +++ b/sys/i386/include/limits.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)limits.h 8.3 (Berkeley) 1/4/94 - * $Id: limits.h,v 1.12 1999/05/20 23:33:35 ache Exp $ + * $FreeBSD$ */ #ifndef _MACHINE_LIMITS_H_ diff --git a/sys/i386/include/lock.h b/sys/i386/include/lock.h index 1b3c00556426..1faff8261b32 100644 --- a/sys/i386/include/lock.h +++ b/sys/i386/include/lock.h @@ -22,7 +22,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: lock.h,v 1.8 1999/08/22 05:37:18 alc Exp $ + * $FreeBSD$ */ diff --git a/sys/i386/include/lpt.h b/sys/i386/include/lpt.h index 2d70d7ee3397..56d196a62fef 100644 --- a/sys/i386/include/lpt.h +++ b/sys/i386/include/lpt.h @@ -11,7 +11,7 @@ * * Geoff Rehmet, Rhodes University, South Africa <csgr@cs.ru.ac.za> * - * $Id$ + * $FreeBSD$ */ #ifndef _MACHINE_LPT_H_ diff --git a/sys/i386/include/md_var.h b/sys/i386/include/md_var.h index 491eb46b024a..755e1e72cce2 100644 --- a/sys/i386/include/md_var.h +++ b/sys/i386/include/md_var.h @@ -26,7 +26,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: md_var.h,v 1.29 1999/04/28 01:04:02 luoqi Exp $ + * $FreeBSD$ */ #ifndef _MACHINE_MD_VAR_H_ diff --git a/sys/i386/include/mouse.h b/sys/i386/include/mouse.h index 98cc0ad38a05..12d49a2a5d75 100644 --- a/sys/i386/include/mouse.h +++ b/sys/i386/include/mouse.h @@ -20,7 +20,7 @@ * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $Id: mouse.h,v 1.13 1999/07/12 15:16:12 yokota Exp $ + * $FreeBSD$ */ #ifndef _MACHINE_MOUSE_H_ diff --git a/sys/i386/include/mpapic.h b/sys/i386/include/mpapic.h index 988a2e1a69ce..a0099364a99f 100644 --- a/sys/i386/include/mpapic.h +++ b/sys/i386/include/mpapic.h @@ -22,7 +22,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: mpapic.h,v 1.10 1997/07/28 03:59:34 fsmp Exp $ + * $FreeBSD$ */ #ifndef _MACHINE_MPAPIC_H_ diff --git a/sys/i386/include/mptable.h b/sys/i386/include/mptable.h index 969cd0892495..283ed1701a3c 100644 --- a/sys/i386/include/mptable.h +++ b/sys/i386/include/mptable.h @@ -22,7 +22,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: mp_machdep.c,v 1.106 1999/07/20 06:52:26 msmith Exp $ + * $FreeBSD$ */ #include "opt_smp.h" diff --git a/sys/i386/include/mtpr.h b/sys/i386/include/mtpr.h index e8347e677541..679de2eed30d 100644 --- a/sys/i386/include/mtpr.h +++ b/sys/i386/include/mtpr.h @@ -1,4 +1,4 @@ /* * Unused in 386BSD port - * $Id$ + * $FreeBSD$ */ diff --git a/sys/i386/include/npx.h b/sys/i386/include/npx.h index 10384c6ebf9b..2e7a31d25082 100644 --- a/sys/i386/include/npx.h +++ b/sys/i386/include/npx.h @@ -34,7 +34,7 @@ * SUCH DAMAGE. * * from: @(#)npx.h 5.3 (Berkeley) 1/18/91 - * $Id: npx.h,v 1.14 1997/07/20 11:06:44 bde Exp $ + * $FreeBSD$ */ /* diff --git a/sys/i386/include/param.h b/sys/i386/include/param.h index 4f0cbc0d5576..1a8b1a724b95 100644 --- a/sys/i386/include/param.h +++ b/sys/i386/include/param.h @@ -34,7 +34,7 @@ * SUCH DAMAGE. * * from: @(#)param.h 5.8 (Berkeley) 6/28/91 - * $Id: param.h,v 1.49 1999/02/19 19:34:48 luoqi Exp $ + * $FreeBSD$ */ #ifndef _MACHINE_PARAM_H_ diff --git a/sys/i386/include/pc/bios.h b/sys/i386/include/pc/bios.h index 1ea2f9273191..3a317863812f 100644 --- a/sys/i386/include/pc/bios.h +++ b/sys/i386/include/pc/bios.h @@ -24,7 +24,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: bios.h,v 1.5 1999/08/18 02:20:04 msmith Exp $ + * $FreeBSD$ */ /* diff --git a/sys/i386/include/pc/display.h b/sys/i386/include/pc/display.h index 9e64a3f13307..cd2d5ff35b73 100644 --- a/sys/i386/include/pc/display.h +++ b/sys/i386/include/pc/display.h @@ -1,7 +1,7 @@ /* * IBM PC display definitions * - * $Id$ + * $FreeBSD$ */ /* Color attributes for foreground text */ diff --git a/sys/i386/include/pc/msdos.h b/sys/i386/include/pc/msdos.h index ea221c7954a5..b56bddc967dd 100644 --- a/sys/i386/include/pc/msdos.h +++ b/sys/i386/include/pc/msdos.h @@ -3,7 +3,7 @@ * [obtained from mtools -wfj] * how to decipher DOS disk structures in coexisting with DOS * - * $Id$ + * $FreeBSD$ */ #define MSECTOR_SIZE 512 /* MSDOS sector size in bytes */ diff --git a/sys/i386/include/pc/vesa.h b/sys/i386/include/pc/vesa.h index f5ce264fce15..97c4a180d6f9 100644 --- a/sys/i386/include/pc/vesa.h +++ b/sys/i386/include/pc/vesa.h @@ -23,7 +23,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. * - * $Id: vesa.h,v 1.4 1999/01/11 03:18:20 yokota Exp $ + * $FreeBSD$ */ #ifndef _MACHINE_PC_VESA_H diff --git a/sys/i386/include/pcaudioio.h b/sys/i386/include/pcaudioio.h index bae4564ee009..969f910f7f81 100644 --- a/sys/i386/include/pcaudioio.h +++ b/sys/i386/include/pcaudioio.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. * - * $Id$ + * $FreeBSD$ */ #ifndef _MACHINE_PCAUDIOIO_H_ diff --git a/sys/i386/include/pcb.h b/sys/i386/include/pcb.h index 5cee924dd9ff..ed3044cc4d6a 100644 --- a/sys/i386/include/pcb.h +++ b/sys/i386/include/pcb.h @@ -34,7 +34,7 @@ * SUCH DAMAGE. * * from: @(#)pcb.h 5.10 (Berkeley) 5/12/91 - * $Id: pcb.h,v 1.28 1999/06/01 18:20:06 jlemon Exp $ + * $FreeBSD$ */ #ifndef _I386_PCB_H_ diff --git a/sys/i386/include/pcb_ext.h b/sys/i386/include/pcb_ext.h index 36d07e9e8cec..154cf949ba0b 100644 --- a/sys/i386/include/pcb_ext.h +++ b/sys/i386/include/pcb_ext.h @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id$ + * $FreeBSD$ */ #ifndef _I386_PCB_EXT_H_ diff --git a/sys/i386/include/pci_cfgreg.h b/sys/i386/include/pci_cfgreg.h index 44556e7731ad..34b3fc54aaa3 100644 --- a/sys/i386/include/pci_cfgreg.h +++ b/sys/i386/include/pci_cfgreg.h @@ -23,7 +23,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. * - * $Id$ + * $FreeBSD$ * */ diff --git a/sys/i386/include/pcpu.h b/sys/i386/include/pcpu.h index c02009b83432..28336d708534 100644 --- a/sys/i386/include/pcpu.h +++ b/sys/i386/include/pcpu.h @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: globaldata.h,v 1.9 1999/05/12 21:39:00 luoqi Exp $ + * $FreeBSD$ */ /* diff --git a/sys/i386/include/perfmon.h b/sys/i386/include/perfmon.h index 6a7ae14e38a2..c8f93f4ee52e 100644 --- a/sys/i386/include/perfmon.h +++ b/sys/i386/include/perfmon.h @@ -26,7 +26,7 @@ * OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: perfmon.h,v 1.4 1997/02/22 09:34:57 peter Exp $ + * $FreeBSD$ */ /* diff --git a/sys/i386/include/pmap.h b/sys/i386/include/pmap.h index fd55bdcb2efa..b9f3f745a4e7 100644 --- a/sys/i386/include/pmap.h +++ b/sys/i386/include/pmap.h @@ -42,7 +42,7 @@ * * from: hp300: @(#)pmap.h 7.2 (Berkeley) 12/16/90 * from: @(#)pmap.h 7.4 (Berkeley) 5/12/91 - * $Id: pmap.h,v 1.60 1999/04/02 17:59:49 alc Exp $ + * $FreeBSD$ */ #ifndef _MACHINE_PMAP_H_ diff --git a/sys/i386/include/proc.h b/sys/i386/include/proc.h index ae6cd6337bc3..bc2679e385c3 100644 --- a/sys/i386/include/proc.h +++ b/sys/i386/include/proc.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * from: @(#)proc.h 7.1 (Berkeley) 5/15/91 - * $Id: proc.h,v 1.8 1997/05/07 19:55:13 peter Exp $ + * $FreeBSD$ */ #ifndef _MACHINE_PROC_H_ diff --git a/sys/i386/include/profile.h b/sys/i386/include/profile.h index e034e611e069..1d2b6009f52e 100644 --- a/sys/i386/include/profile.h +++ b/sys/i386/include/profile.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)profile.h 8.1 (Berkeley) 6/11/93 - * $Id: profile.h,v 1.17 1998/07/14 05:09:43 bde Exp $ + * $FreeBSD$ */ #ifndef _MACHINE_PROFILE_H_ diff --git a/sys/i386/include/psl.h b/sys/i386/include/psl.h index 5f1733587f8e..6a7e233a8408 100644 --- a/sys/i386/include/psl.h +++ b/sys/i386/include/psl.h @@ -34,7 +34,7 @@ * SUCH DAMAGE. * * from: @(#)psl.h 5.2 (Berkeley) 1/18/91 - * $Id$ + * $FreeBSD$ */ #ifndef _MACHINE_PSL_H_ diff --git a/sys/i386/include/ptrace.h b/sys/i386/include/ptrace.h index 2c43a2eef8d4..55a26fd636ad 100644 --- a/sys/i386/include/ptrace.h +++ b/sys/i386/include/ptrace.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)ptrace.h 8.1 (Berkeley) 6/11/93 - * $Id: ptrace.h,v 1.6 1998/05/19 00:00:12 tegge Exp $ + * $FreeBSD$ */ #ifndef _MACHINE_PTRACE_H_ diff --git a/sys/i386/include/random.h b/sys/i386/include/random.h index 569173a1a6a2..e084f8111d1e 100644 --- a/sys/i386/include/random.h +++ b/sys/i386/include/random.h @@ -1,7 +1,7 @@ /* * random.h -- A strong random number generator * - * $Id: random.h,v 1.15 1998/06/18 15:32:05 bde Exp $ + * $FreeBSD$ * * Version 0.95, last modified 18-Oct-95 * diff --git a/sys/i386/include/reg.h b/sys/i386/include/reg.h index 994bdfda0360..1f541c7b30d0 100644 --- a/sys/i386/include/reg.h +++ b/sys/i386/include/reg.h @@ -34,7 +34,7 @@ * SUCH DAMAGE. * * from: @(#)reg.h 5.5 (Berkeley) 1/18/91 - * $Id: reg.h,v 1.18 1999/04/28 01:04:06 luoqi Exp $ + * $FreeBSD$ */ #ifndef _MACHINE_REG_H_ diff --git a/sys/i386/include/reloc.h b/sys/i386/include/reloc.h index ead0334ee221..ef4b8dbc3e8c 100644 --- a/sys/i386/include/reloc.h +++ b/sys/i386/include/reloc.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)reloc.h 8.1 (Berkeley) 6/10/93 - * $Id$ + * $FreeBSD$ */ #ifndef _I386_MACHINE_RELOC_H_ diff --git a/sys/i386/include/segments.h b/sys/i386/include/segments.h index 1a6e20d91af8..d043d8b5a113 100644 --- a/sys/i386/include/segments.h +++ b/sys/i386/include/segments.h @@ -35,7 +35,7 @@ * SUCH DAMAGE. * * from: @(#)segments.h 7.1 (Berkeley) 5/9/91 - * $Id: segments.h,v 1.21 1999/07/29 01:49:19 msmith Exp $ + * $FreeBSD$ */ #ifndef _MACHINE_SEGMENTS_H_ diff --git a/sys/i386/include/setjmp.h b/sys/i386/include/setjmp.h index c0337c06ce6d..173ea2d92f8c 100644 --- a/sys/i386/include/setjmp.h +++ b/sys/i386/include/setjmp.h @@ -1,4 +1,4 @@ -/* $Id: setjmp.h,v 1.1 1998/01/10 23:04:51 jb Exp $ */ +/* $FreeBSD$ */ /* * Copyright (c) 1998 John Birrell <jb@cimlogic.com.au>. * All rights reserved. diff --git a/sys/i386/include/si.h b/sys/i386/include/si.h index 416486c039b0..29d709bb3284 100644 --- a/sys/i386/include/si.h +++ b/sys/i386/include/si.h @@ -30,7 +30,7 @@ * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN * NO EVENT SHALL THE AUTHORS BE LIABLE. * - * $Id: si.h,v 1.12 1998/03/23 16:27:43 peter Exp $ + * $FreeBSD$ */ #include <sys/callout.h> diff --git a/sys/i386/include/signal.h b/sys/i386/include/signal.h index 51dc1960901e..deaa06ca7923 100644 --- a/sys/i386/include/signal.h +++ b/sys/i386/include/signal.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)signal.h 8.1 (Berkeley) 6/11/93 - * $Id: signal.h,v 1.7 1997/02/22 09:35:12 peter Exp $ + * $FreeBSD$ */ #ifndef _MACHINE_SIGNAL_H_ diff --git a/sys/i386/include/smb.h b/sys/i386/include/smb.h index e0ebef8b2dd4..7ed0a82f58fa 100644 --- a/sys/i386/include/smb.h +++ b/sys/i386/include/smb.h @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: smb.h,v 1.1 1998/09/03 21:00:08 nsouch Exp $ + * $FreeBSD$ * */ #ifndef __SMB_H diff --git a/sys/i386/include/smp.h b/sys/i386/include/smp.h index c425db6f7d32..0524d76b6fbe 100644 --- a/sys/i386/include/smp.h +++ b/sys/i386/include/smp.h @@ -6,7 +6,7 @@ * this stuff is worth it, you can buy me a beer in return. Poul-Henning Kamp * ---------------------------------------------------------------------------- * - * $Id: smp.h,v 1.45 1999/04/28 01:04:07 luoqi Exp $ + * $FreeBSD$ * */ diff --git a/sys/i386/include/smptests.h b/sys/i386/include/smptests.h index a4093eee1c69..dd897284e234 100644 --- a/sys/i386/include/smptests.h +++ b/sys/i386/include/smptests.h @@ -22,7 +22,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: smptests.h,v 1.31 1998/03/07 20:48:16 tegge Exp $ + * $FreeBSD$ */ #ifndef _MACHINE_SMPTESTS_H_ diff --git a/sys/i386/include/speaker.h b/sys/i386/include/speaker.h index 0d204bfe2f07..78b55b6135e3 100644 --- a/sys/i386/include/speaker.h +++ b/sys/i386/include/speaker.h @@ -4,7 +4,7 @@ * v1.4 by Eric S. Raymond (esr@snark.thyrsus.com) Aug 1993 * modified for FreeBSD by Andrew A. Chernov <ache@astral.msk.su> * - * $Id$ + * $FreeBSD$ */ #ifndef _MACHINE_SPEAKER_H_ diff --git a/sys/i386/include/specialreg.h b/sys/i386/include/specialreg.h index f6e04fa98cbc..d95f9331f623 100644 --- a/sys/i386/include/specialreg.h +++ b/sys/i386/include/specialreg.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * from: @(#)specialreg.h 7.1 (Berkeley) 5/9/91 - * $Id: specialreg.h,v 1.16 1998/10/06 13:16:26 kato Exp $ + * $FreeBSD$ */ #ifndef _MACHINE_SPECIALREG_H_ diff --git a/sys/i386/include/stdarg.h b/sys/i386/include/stdarg.h index 1766283e7f25..341eb87a4728 100644 --- a/sys/i386/include/stdarg.h +++ b/sys/i386/include/stdarg.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)stdarg.h 8.1 (Berkeley) 6/10/93 - * $Id: stdarg.h,v 1.8 1997/02/22 09:35:17 peter Exp $ + * $FreeBSD$ */ #ifndef _STDARG_H_ diff --git a/sys/i386/include/sysarch.h b/sys/i386/include/sysarch.h index a9248389acd2..009c7810259a 100644 --- a/sys/i386/include/sysarch.h +++ b/sys/i386/include/sysarch.h @@ -30,7 +30,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: sysarch.h,v 1.9 1998/07/28 03:33:27 jlemon Exp $ + * $FreeBSD$ */ /* diff --git a/sys/i386/include/trap.h b/sys/i386/include/trap.h index 96928d189962..6cc059a1e584 100644 --- a/sys/i386/include/trap.h +++ b/sys/i386/include/trap.h @@ -34,7 +34,7 @@ * SUCH DAMAGE. * * from: @(#)trap.h 5.4 (Berkeley) 5/9/91 - * $Id: trap.h,v 1.8 1999/07/25 13:16:08 cracauer Exp $ + * $FreeBSD$ */ #ifndef _MACHINE_TRAP_H_ diff --git a/sys/i386/include/tss.h b/sys/i386/include/tss.h index 636133a9a870..2003a66609b4 100644 --- a/sys/i386/include/tss.h +++ b/sys/i386/include/tss.h @@ -34,7 +34,7 @@ * SUCH DAMAGE. * * from: @(#)tss.h 5.4 (Berkeley) 1/18/91 - * $Id: tss.h,v 1.8 1997/02/22 09:35:20 peter Exp $ + * $FreeBSD$ */ #ifndef _MACHINE_TSS_H_ diff --git a/sys/i386/include/types.h b/sys/i386/include/types.h index c7eec31db1e1..39672cd98b09 100644 --- a/sys/i386/include/types.h +++ b/sys/i386/include/types.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)types.h 8.3 (Berkeley) 1/5/94 - * $Id: types.h,v 1.16 1998/12/19 00:02:29 dt Exp $ + * $FreeBSD$ */ #ifndef _MACHINE_TYPES_H_ diff --git a/sys/i386/include/varargs.h b/sys/i386/include/varargs.h index 5661462e11f4..d1d4ed0c0906 100644 --- a/sys/i386/include/varargs.h +++ b/sys/i386/include/varargs.h @@ -36,7 +36,7 @@ * SUCH DAMAGE. * * @(#)varargs.h 8.2 (Berkeley) 3/22/94 - * $Id: varargs.h,v 1.6 1997/02/28 07:12:34 bde Exp $ + * $FreeBSD$ */ #ifndef _VARARGS_H_ diff --git a/sys/i386/include/vm86.h b/sys/i386/include/vm86.h index 602ef0748f99..1231bb20a77f 100644 --- a/sys/i386/include/vm86.h +++ b/sys/i386/include/vm86.h @@ -26,7 +26,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: vm86.h,v 1.10 1999/04/28 01:04:09 luoqi Exp $ + * $FreeBSD$ */ #ifndef _MACHINE_VM86_H_ diff --git a/sys/i386/include/vmparam.h b/sys/i386/include/vmparam.h index 9ec54e2d34af..0a5847dd5ff6 100644 --- a/sys/i386/include/vmparam.h +++ b/sys/i386/include/vmparam.h @@ -36,7 +36,7 @@ * SUCH DAMAGE. * * from: @(#)vmparam.h 5.9 (Berkeley) 5/12/91 - * $Id: vmparam.h,v 1.30 1998/06/12 09:10:22 dg Exp $ + * $FreeBSD$ */ diff --git a/sys/i386/include/wtio.h b/sys/i386/include/wtio.h index 868e34774b8a..8262a01e093c 100644 --- a/sys/i386/include/wtio.h +++ b/sys/i386/include/wtio.h @@ -19,7 +19,7 @@ * This driver is derived from the old 386bsd Wangtek streamer tape driver, * made by Robert Baron at CMU, based on Intel sources. * - * $Id$ + * $FreeBSD$ * */ diff --git a/sys/i386/isa/README.le b/sys/i386/isa/README.le index a8c33c194b3c..74ed23c6b9d7 100644 --- a/sys/i386/isa/README.le +++ b/sys/i386/isa/README.le @@ -1,4 +1,4 @@ -$Id: README.le,v 1.4 1997/02/22 09:35:49 peter Exp $ +$FreeBSD$ ---------------- diff --git a/sys/i386/isa/adv_isa.c b/sys/i386/isa/adv_isa.c index 5cc06c5801b2..7390939cb9c5 100644 --- a/sys/i386/isa/adv_isa.c +++ b/sys/i386/isa/adv_isa.c @@ -44,7 +44,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: adv_isa.c,v 1.11 1999/05/08 18:20:57 peter Exp $ + * $FreeBSD$ */ #include <sys/param.h> diff --git a/sys/i386/isa/aha_isa.c b/sys/i386/isa/aha_isa.c index b6e0cb08e523..6484eacb225c 100644 --- a/sys/i386/isa/aha_isa.c +++ b/sys/i386/isa/aha_isa.c @@ -28,7 +28,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: aha_isa.c,v 1.8 1999/05/08 18:20:55 peter Exp $ + * $FreeBSD$ */ #include "pnp.h" diff --git a/sys/i386/isa/aic6360.c b/sys/i386/isa/aic6360.c index e0f946d3d993..fbe2fde5860f 100644 --- a/sys/i386/isa/aic6360.c +++ b/sys/i386/isa/aic6360.c @@ -32,7 +32,7 @@ */ /* - * $Id: aic6360.c,v 1.42 1998/10/22 05:58:38 bde Exp $ + * $FreeBSD$ * * Acknowledgements: Many of the algorithms used in this driver are * inspired by the work of Julian Elischer (julian@tfs.com) and diff --git a/sys/i386/isa/apic_ipl.h b/sys/i386/isa/apic_ipl.h index d9db79711519..921802e7b597 100644 --- a/sys/i386/isa/apic_ipl.h +++ b/sys/i386/isa/apic_ipl.h @@ -22,7 +22,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: apic_ipl.h,v 1.1 1997/05/31 08:49:08 peter Exp $ + * $FreeBSD$ */ #ifndef _I386_ISA_APIC_IPL_H_ diff --git a/sys/i386/isa/apic_ipl.s b/sys/i386/isa/apic_ipl.s index 57ddeca3009f..855de2651338 100644 --- a/sys/i386/isa/apic_ipl.s +++ b/sys/i386/isa/apic_ipl.s @@ -22,7 +22,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: apic_ipl.s,v 1.25 1999/07/10 15:27:58 bde Exp $ + * $FreeBSD$ */ diff --git a/sys/i386/isa/apic_vector.s b/sys/i386/isa/apic_vector.s index 6a7bcf059a12..f484971eab2b 100644 --- a/sys/i386/isa/apic_vector.s +++ b/sys/i386/isa/apic_vector.s @@ -1,6 +1,6 @@ /* * from: vector.s, 386BSD 0.1 unknown origin - * $Id: apic_vector.s,v 1.43 1999/07/20 06:52:35 msmith Exp $ + * $FreeBSD$ */ diff --git a/sys/i386/isa/asc.c b/sys/i386/isa/asc.c index dce5783cfc6a..b03cf04b3f23 100644 --- a/sys/i386/isa/asc.c +++ b/sys/i386/isa/asc.c @@ -34,7 +34,7 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ /* - * $Id: asc.c,v 1.38 1999/05/31 11:25:50 phk Exp $ + * $FreeBSD$ */ #include "asc.h" diff --git a/sys/i386/isa/ascreg.h b/sys/i386/isa/ascreg.h index 41803004dc34..9fcb9a353908 100644 --- a/sys/i386/isa/ascreg.h +++ b/sys/i386/isa/ascreg.h @@ -31,7 +31,7 @@ */ /* - * $Id$ + * $FreeBSD$ */ /*** Registers (base=3EB): ************/ diff --git a/sys/i386/isa/atapi-cd.c b/sys/i386/isa/atapi-cd.c index 865f82bae6a2..72412a931331 100644 --- a/sys/i386/isa/atapi-cd.c +++ b/sys/i386/isa/atapi-cd.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. * - * $Id: atapi-cd.c,v 1.20 1999/05/31 11:25:51 phk Exp $ + * $FreeBSD$ */ #include "wdc.h" diff --git a/sys/i386/isa/atapi-cd.h b/sys/i386/isa/atapi-cd.h index 5bde4b72d157..3e71b3fe18cb 100644 --- a/sys/i386/isa/atapi-cd.h +++ b/sys/i386/isa/atapi-cd.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. * - * $Id: atapi-cd.h,v 1.3 1999/01/31 21:51:03 sos Exp $ + * $FreeBSD$ */ /* diff --git a/sys/i386/isa/atpic_vector.s b/sys/i386/isa/atpic_vector.s index cbb8b5ea49b9..24ce97b666b9 100644 --- a/sys/i386/isa/atpic_vector.s +++ b/sys/i386/isa/atpic_vector.s @@ -1,6 +1,6 @@ /* * from: vector.s, 386BSD 0.1 unknown origin - * $Id: icu_vector.s,v 1.12 1999/05/28 14:08:59 bde Exp $ + * $FreeBSD$ */ /* diff --git a/sys/i386/isa/clock.c b/sys/i386/isa/clock.c index 188e20bc0f47..8a3e1c93030c 100644 --- a/sys/i386/isa/clock.c +++ b/sys/i386/isa/clock.c @@ -34,7 +34,7 @@ * SUCH DAMAGE. * * from: @(#)clock.c 7.2 (Berkeley) 5/12/91 - * $Id: clock.c,v 1.142 1999/07/29 01:20:47 green Exp $ + * $FreeBSD$ */ /* diff --git a/sys/i386/isa/ctx.c b/sys/i386/isa/ctx.c index d3bda1912379..efd84295f29d 100644 --- a/sys/i386/isa/ctx.c +++ b/sys/i386/isa/ctx.c @@ -8,7 +8,7 @@ * of this software, nor does the author assume any responsibility * for damages incurred with its use. * - * $Id: ctx.c,v 1.32 1999/05/31 11:25:54 phk Exp $ + * $FreeBSD$ */ /* diff --git a/sys/i386/isa/ctxreg.h b/sys/i386/isa/ctxreg.h index 836239bac689..55503c0a66cd 100644 --- a/sys/i386/isa/ctxreg.h +++ b/sys/i386/isa/ctxreg.h @@ -7,7 +7,7 @@ * of this software, nor does the author assume any responsibility * for damages incurred with its use * - * $Id$ + * $FreeBSD$ */ /* diff --git a/sys/i386/isa/cy.c b/sys/i386/isa/cy.c index 56b0bbc3621f..4181c44e2b4e 100644 --- a/sys/i386/isa/cy.c +++ b/sys/i386/isa/cy.c @@ -27,7 +27,7 @@ * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $Id: cy.c,v 1.91 1999/06/04 18:13:25 bde Exp $ + * $FreeBSD$ */ #include "opt_compat.h" diff --git a/sys/i386/isa/cyreg.h b/sys/i386/isa/cyreg.h index baedda4175b2..88a36eb4a65e 100644 --- a/sys/i386/isa/cyreg.h +++ b/sys/i386/isa/cyreg.h @@ -26,7 +26,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: cyreg.h,v 1.7 1998/08/13 19:03:22 bde Exp $ + * $FreeBSD$ */ /* diff --git a/sys/i386/isa/diskslice_machdep.c b/sys/i386/isa/diskslice_machdep.c index d6be12a9ddd0..342537904b6e 100644 --- a/sys/i386/isa/diskslice_machdep.c +++ b/sys/i386/isa/diskslice_machdep.c @@ -35,7 +35,7 @@ * * from: @(#)ufs_disksubr.c 7.16 (Berkeley) 5/4/91 * from: ufs_disksubr.c,v 1.8 1994/06/07 01:21:39 phk Exp $ - * $Id: diskslice_machdep.c,v 1.35 1999/06/26 02:47:09 mckusick Exp $ + * $FreeBSD$ */ #include <sys/param.h> diff --git a/sys/i386/isa/elink.c b/sys/i386/isa/elink.c index 5d59813afac1..11b107f3f79e 100644 --- a/sys/i386/isa/elink.c +++ b/sys/i386/isa/elink.c @@ -26,7 +26,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. * - * $Id: elink.c,v 1.8 1997/07/20 14:09:54 bde Exp $ + * $FreeBSD$ */ /* diff --git a/sys/i386/isa/elink.h b/sys/i386/isa/elink.h index 1c39b45a7fc3..881b198641ce 100644 --- a/sys/i386/isa/elink.h +++ b/sys/i386/isa/elink.h @@ -26,7 +26,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. * - * $Id: elink.h,v 1.4 1997/02/22 09:36:08 peter Exp $ + * $FreeBSD$ */ #ifdef PC98 diff --git a/sys/i386/isa/ic/cd1400.h b/sys/i386/isa/ic/cd1400.h index ee9b9f27a4dd..90672c4ee7e6 100644 --- a/sys/i386/isa/ic/cd1400.h +++ b/sys/i386/isa/ic/cd1400.h @@ -27,7 +27,7 @@ * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $Id: cd1400.h,v 1.4 1997/02/22 09:37:59 peter Exp $ + * $FreeBSD$ */ /* diff --git a/sys/i386/isa/ic/esp.h b/sys/i386/isa/ic/esp.h index cc74b0b67720..06b665b708fa 100644 --- a/sys/i386/isa/ic/esp.h +++ b/sys/i386/isa/ic/esp.h @@ -26,7 +26,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: esp.h,v 1.4 1999/01/03 05:03:46 kato Exp $ + * $FreeBSD$ */ #ifndef _IC_ESP_H_ diff --git a/sys/i386/isa/ic/hd64570.h b/sys/i386/isa/ic/hd64570.h index e26e89fb789c..b676e25a9cd5 100644 --- a/sys/i386/isa/ic/hd64570.h +++ b/sys/i386/isa/ic/hd64570.h @@ -29,7 +29,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id$ + * $FreeBSD$ */ #ifndef _HD64570_H_ #define _HD64570_H_ diff --git a/sys/i386/isa/ic/i8042.h b/sys/i386/isa/ic/i8042.h index 84ee90f08e62..988eaa8987dd 100644 --- a/sys/i386/isa/ic/i8042.h +++ b/sys/i386/isa/ic/i8042.h @@ -1,5 +1,5 @@ /* - * $Id$ + * $FreeBSD$ */ #define KBSTATP 0x64 /* kbd controller status port (I) */ diff --git a/sys/i386/isa/ic/i8237.h b/sys/i386/isa/ic/i8237.h index e955a33b833d..2bc8a08317c6 100644 --- a/sys/i386/isa/ic/i8237.h +++ b/sys/i386/isa/ic/i8237.h @@ -1,7 +1,7 @@ /* * Intel 8237 DMA Controller * - * $Id$ + * $FreeBSD$ */ #define DMA37MD_SINGLE 0x40 /* single pass mode */ diff --git a/sys/i386/isa/ic/i82586.h b/sys/i386/isa/ic/i82586.h index 704d624b77ae..964621bd3677 100644 --- a/sys/i386/isa/ic/i82586.h +++ b/sys/i386/isa/ic/i82586.h @@ -31,7 +31,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: i82586.h,v 1.7 1998/08/10 17:21:48 bde Exp $ + * $FreeBSD$ */ /* diff --git a/sys/i386/isa/ic/lemac.h b/sys/i386/isa/ic/lemac.h index f222f1ad7181..239741db9e40 100644 --- a/sys/i386/isa/ic/lemac.h +++ b/sys/i386/isa/ic/lemac.h @@ -21,7 +21,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. * - * $Id$ + * $FreeBSD$ */ #ifndef _LEMAC_H_ #define _LEMAC_H_ diff --git a/sys/i386/isa/ic/ns16550.h b/sys/i386/isa/ic/ns16550.h index b91f5fd2a839..2d93e76a554d 100644 --- a/sys/i386/isa/ic/ns16550.h +++ b/sys/i386/isa/ic/ns16550.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * from: @(#)ns16550.h 7.1 (Berkeley) 5/9/91 - * $Id: ns16550.h,v 1.6 1999/01/03 05:03:46 kato Exp $ + * $FreeBSD$ */ /* diff --git a/sys/i386/isa/ic/rsa.h b/sys/i386/isa/ic/rsa.h index e760e306cacc..6f9376af2f23 100644 --- a/sys/i386/isa/ic/rsa.h +++ b/sys/i386/isa/ic/rsa.h @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: $ + * $FreeBSD$ */ /* diff --git a/sys/i386/isa/ic/scd1400.h b/sys/i386/isa/ic/scd1400.h index c651a3014ad7..272e56c9e4eb 100644 --- a/sys/i386/isa/ic/scd1400.h +++ b/sys/i386/isa/ic/scd1400.h @@ -33,7 +33,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id$ + * $FreeBSD$ */ /*****************************************************************************/ diff --git a/sys/i386/isa/icu.h b/sys/i386/isa/icu.h index cfe4dceb0873..14e8d14aa9be 100644 --- a/sys/i386/isa/icu.h +++ b/sys/i386/isa/icu.h @@ -34,7 +34,7 @@ * SUCH DAMAGE. * * from: @(#)icu.h 5.6 (Berkeley) 5/9/91 - * $Id: icu.h,v 1.15 1997/07/22 20:12:05 fsmp Exp $ + * $FreeBSD$ */ /* diff --git a/sys/i386/isa/icu_ipl.h b/sys/i386/isa/icu_ipl.h index 147bad070f55..cdbac2bba163 100644 --- a/sys/i386/isa/icu_ipl.h +++ b/sys/i386/isa/icu_ipl.h @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: icu_ipl.h,v 1.1 1997/05/31 08:50:34 peter Exp $ + * $FreeBSD$ */ #ifndef _I386_ISA_ICU_IPL_H_ diff --git a/sys/i386/isa/icu_ipl.s b/sys/i386/isa/icu_ipl.s index 0f3a3caeaa33..34753583a41e 100644 --- a/sys/i386/isa/icu_ipl.s +++ b/sys/i386/isa/icu_ipl.s @@ -34,7 +34,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: icu_ipl.s,v 1.4 1998/08/11 15:08:12 bde Exp $ + * $FreeBSD$ */ .data diff --git a/sys/i386/isa/icu_vector.s b/sys/i386/isa/icu_vector.s index cbb8b5ea49b9..24ce97b666b9 100644 --- a/sys/i386/isa/icu_vector.s +++ b/sys/i386/isa/icu_vector.s @@ -1,6 +1,6 @@ /* * from: vector.s, 386BSD 0.1 unknown origin - * $Id: icu_vector.s,v 1.12 1999/05/28 14:08:59 bde Exp $ + * $FreeBSD$ */ /* diff --git a/sys/i386/isa/if_ar.c b/sys/i386/isa/if_ar.c index 66771534bbf0..342cba495952 100644 --- a/sys/i386/isa/if_ar.c +++ b/sys/i386/isa/if_ar.c @@ -28,7 +28,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: if_ar.c,v 1.26 1999/05/06 18:58:04 peter Exp $ + * $FreeBSD$ */ /* diff --git a/sys/i386/isa/if_arregs.h b/sys/i386/isa/if_arregs.h index 974b76127962..6c5b020908e2 100644 --- a/sys/i386/isa/if_arregs.h +++ b/sys/i386/isa/if_arregs.h @@ -29,7 +29,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id$ + * $FreeBSD$ */ #ifndef _IF_ARREGS_H_ #define _IF_ARREGS_H_ diff --git a/sys/i386/isa/if_cs.c b/sys/i386/isa/if_cs.c index 4863ffe3c7ff..aa7e06c788fd 100644 --- a/sys/i386/isa/if_cs.c +++ b/sys/i386/isa/if_cs.c @@ -27,7 +27,7 @@ */ /* - * $Id: if_cs.c,v 1.10 1999/04/16 21:22:20 peter Exp $ + * $FreeBSD$ * * Device driver for Crystal Semiconductor CS8920 based ethernet * adapters. By Maxim Bolotin and Oleg Sharoiko, 27-April-1997 diff --git a/sys/i386/isa/if_csreg.h b/sys/i386/isa/if_csreg.h index 3d53f01db753..56d9fcd595af 100644 --- a/sys/i386/isa/if_csreg.h +++ b/sys/i386/isa/if_csreg.h @@ -27,7 +27,7 @@ */ /* - * $Id: if_csreg.h,v 1.7 1998/07/19 16:13:39 root Exp root $ + * $FreeBSD$ */ #define PP_ChipID 0x0000 /* offset 0h -> Corp -ID */ diff --git a/sys/i386/isa/if_ed.c b/sys/i386/isa/if_ed.c index d65ac48c3d38..fed261abfe59 100644 --- a/sys/i386/isa/if_ed.c +++ b/sys/i386/isa/if_ed.c @@ -24,7 +24,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: if_ed.c,v 1.152 1999/05/09 23:24:45 peter Exp $ + * $FreeBSD$ */ /* diff --git a/sys/i386/isa/if_edreg.h b/sys/i386/isa/if_edreg.h index 20a14ed8d86e..db1a89d9f7ec 100644 --- a/sys/i386/isa/if_edreg.h +++ b/sys/i386/isa/if_edreg.h @@ -6,7 +6,7 @@ * of this software, nor does the author assume any responsibility * for damages incurred with its use. * - * $Id: if_edreg.h,v 1.24 1998/10/08 17:04:47 kato Exp $ + * $FreeBSD$ */ /* * National Semiconductor DS8390 NIC register definitions diff --git a/sys/i386/isa/if_el.c b/sys/i386/isa/if_el.c index 7945fb0800e2..86b796e8bd7f 100644 --- a/sys/i386/isa/if_el.c +++ b/sys/i386/isa/if_el.c @@ -6,7 +6,7 @@ * * Questions, comments, bug reports and fixes to kimmel@cs.umass.edu. * - * $Id: if_el.c,v 1.44 1999/08/20 14:12:12 mdodd Exp $ + * $FreeBSD$ */ /* Except of course for the portions of code lifted from other FreeBSD * drivers (mainly elread, elget and el_ioctl) diff --git a/sys/i386/isa/if_elreg.h b/sys/i386/isa/if_elreg.h index 8b133b3bd6d7..3fb3f15a295f 100644 --- a/sys/i386/isa/if_elreg.h +++ b/sys/i386/isa/if_elreg.h @@ -4,7 +4,7 @@ * of the software, derivative works or modified versions, and any * portions thereof. * - * $Id$ + * $FreeBSD$ */ /* 3COM Etherlink 3C501 Register Definitions */ diff --git a/sys/i386/isa/if_ep.c b/sys/i386/isa/if_ep.c index d1f3460aa545..a4027a6ae37a 100644 --- a/sys/i386/isa/if_ep.c +++ b/sys/i386/isa/if_ep.c @@ -38,7 +38,7 @@ */ /* - * $Id: if_ep.c,v 1.83 1999/08/18 22:14:20 mdodd Exp $ + * $FreeBSD$ * * Promiscuous mode added and interrupt logic slightly changed * to reduce the number of adapter failures. Transceiver select diff --git a/sys/i386/isa/if_epreg.h b/sys/i386/isa/if_epreg.h index 997b228d01f7..08ff37be4fc7 100644 --- a/sys/i386/isa/if_epreg.h +++ b/sys/i386/isa/if_epreg.h @@ -31,7 +31,7 @@ */ /* - * $Id: if_epreg.h,v 1.23 1998/04/17 22:36:35 des Exp $ + * $FreeBSD$ * * Promiscuous mode added and interrupt logic slightly changed * to reduce the number of adapter failures. Transceiver select diff --git a/sys/i386/isa/if_ex.c b/sys/i386/isa/if_ex.c index 2aef5b290ac4..bd8103e8bb7c 100644 --- a/sys/i386/isa/if_ex.c +++ b/sys/i386/isa/if_ex.c @@ -24,7 +24,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: if_ex.c,v 1.17 1999/08/18 06:11:58 mdodd Exp $ + * $FreeBSD$ */ /* diff --git a/sys/i386/isa/if_fe.c b/sys/i386/isa/if_fe.c index 00b793420dd1..9e3dd65ac396 100644 --- a/sys/i386/isa/if_fe.c +++ b/sys/i386/isa/if_fe.c @@ -21,7 +21,7 @@ */ /* - * $Id: if_fe.c,v 1.53 1999/08/18 22:14:21 mdodd Exp $ + * $FreeBSD$ * * Device driver for Fujitsu MB86960A/MB86965A based Ethernet cards. * To be used with FreeBSD 3.x diff --git a/sys/i386/isa/if_fereg.h b/sys/i386/isa/if_fereg.h index d9b943c5febf..7e28201f6987 100644 --- a/sys/i386/isa/if_fereg.h +++ b/sys/i386/isa/if_fereg.h @@ -24,7 +24,7 @@ * SUCH DAMAGE. */ -/* $Id: if_fereg.h,v 1.5 1997/02/22 09:36:28 peter Exp $ */ +/* $FreeBSD$ */ /* * Registers on FMV-180 series' ISA bus interface ASIC. diff --git a/sys/i386/isa/if_ie.c b/sys/i386/isa/if_ie.c index d6c928b98f9c..83142b44bde7 100644 --- a/sys/i386/isa/if_ie.c +++ b/sys/i386/isa/if_ie.c @@ -47,7 +47,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: if_ie.c,v 1.66 1999/08/21 06:24:14 msmith Exp $ + * $FreeBSD$ */ /* diff --git a/sys/i386/isa/if_ie507.h b/sys/i386/isa/if_ie507.h index 7583ffd0a037..9be1396cf49e 100644 --- a/sys/i386/isa/if_ie507.h +++ b/sys/i386/isa/if_ie507.h @@ -1,5 +1,5 @@ /* - * $Id$ + * $FreeBSD$ * Definitions for 3C507 */ diff --git a/sys/i386/isa/if_iereg.h b/sys/i386/isa/if_iereg.h index 3588b8414058..875f63ca9dbb 100644 --- a/sys/i386/isa/if_iereg.h +++ b/sys/i386/isa/if_iereg.h @@ -1,5 +1,5 @@ /* - * $Id$ + * $FreeBSD$ * definitions for AT&T StarLAN 10 etc... */ diff --git a/sys/i386/isa/if_le.c b/sys/i386/isa/if_le.c index 073259d91138..700cb6dc8f5a 100644 --- a/sys/i386/isa/if_le.c +++ b/sys/i386/isa/if_le.c @@ -21,7 +21,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. * - * $Id: if_le.c,v 1.52 1999/08/18 06:11:59 mdodd Exp $ + * $FreeBSD$ */ /* diff --git a/sys/i386/isa/if_lnc.c b/sys/i386/isa/if_lnc.c index 058ca3f57426..6345dffd1131 100644 --- a/sys/i386/isa/if_lnc.c +++ b/sys/i386/isa/if_lnc.c @@ -30,7 +30,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: if_lnc.c,v 1.64 1999/08/18 22:14:23 mdodd Exp $ + * $FreeBSD$ */ /* diff --git a/sys/i386/isa/if_lnc.h b/sys/i386/isa/if_lnc.h index aeff426d5e17..f3d37f44654c 100644 --- a/sys/i386/isa/if_lnc.h +++ b/sys/i386/isa/if_lnc.h @@ -30,7 +30,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: if_lnc.h,v 1.11 1999/07/06 19:22:51 des Exp $ + * $FreeBSD$ */ #include <i386/isa/ic/Am7990.h> diff --git a/sys/i386/isa/if_rdp.c b/sys/i386/isa/if_rdp.c index b7c90a8eeb90..7d8fa3031e8b 100644 --- a/sys/i386/isa/if_rdp.c +++ b/sys/i386/isa/if_rdp.c @@ -24,7 +24,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: if_rdp.c,v 1.3 1999/01/12 00:36:31 eivind Exp $ + * $FreeBSD$ */ /* diff --git a/sys/i386/isa/if_rdpreg.h b/sys/i386/isa/if_rdpreg.h index cab679a4bd3e..ee56e82e4963 100644 --- a/sys/i386/isa/if_rdpreg.h +++ b/sys/i386/isa/if_rdpreg.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. * - * $Id: if_rdpreg.h,v 1.1.1.1 1998/12/21 12:43:35 j Exp $ + * $FreeBSD$ */ /* diff --git a/sys/i386/isa/if_sr.c b/sys/i386/isa/if_sr.c index ba883f7fecc9..6d56ab42712f 100644 --- a/sys/i386/isa/if_sr.c +++ b/sys/i386/isa/if_sr.c @@ -27,7 +27,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: if_sr.c,v 1.23 1999/05/06 22:14:46 peter Exp $ + * $FreeBSD$ */ /* diff --git a/sys/i386/isa/if_srregs.h b/sys/i386/isa/if_srregs.h index 689b6abecf2d..64d9ba11c50e 100644 --- a/sys/i386/isa/if_srregs.h +++ b/sys/i386/isa/if_srregs.h @@ -27,7 +27,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id$ + * $FreeBSD$ */ #ifndef _IF_SRREGS_H_ #define _IF_SRREGS_H_ diff --git a/sys/i386/isa/if_wi.c b/sys/i386/isa/if_wi.c index 0a92e8092463..73e56d7295b6 100644 --- a/sys/i386/isa/if_wi.c +++ b/sys/i386/isa/if_wi.c @@ -29,7 +29,7 @@ * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF * THE POSSIBILITY OF SUCH DAMAGE. * - * $Id: if_wi.c,v 1.9 1999/08/21 06:24:15 msmith Exp $ + * $FreeBSD$ */ /* @@ -117,7 +117,7 @@ #if !defined(lint) static const char rcsid[] = - "$Id: if_wi.c,v 1.9 1999/08/21 06:24:15 msmith Exp $"; + "$FreeBSD$"; #endif static struct wi_softc wi_softc[NWI]; diff --git a/sys/i386/isa/if_wireg.h b/sys/i386/isa/if_wireg.h index 75c963ea4686..d4173273f524 100644 --- a/sys/i386/isa/if_wireg.h +++ b/sys/i386/isa/if_wireg.h @@ -29,7 +29,7 @@ * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF * THE POSSIBILITY OF SUCH DAMAGE. * - * $Id: if_wireg.h,v 1.4 1999/05/07 03:28:52 wpaul Exp $ + * $FreeBSD$ */ struct wi_counters { diff --git a/sys/i386/isa/if_wl.c b/sys/i386/isa/if_wl.c index 2c37caf84774..2a68f775e677 100644 --- a/sys/i386/isa/if_wl.c +++ b/sys/i386/isa/if_wl.c @@ -1,4 +1,4 @@ -/* $Id: if_wl.c,v 1.23 1999/08/18 06:11:59 mdodd Exp $ */ +/* $FreeBSD$ */ /* * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/sys/i386/isa/if_ze.c b/sys/i386/isa/if_ze.c index 7f59869e2d45..8db782237caa 100644 --- a/sys/i386/isa/if_ze.c +++ b/sys/i386/isa/if_ze.c @@ -47,7 +47,7 @@ */ /* - * $Id: if_ze.c,v 1.60 1999/08/18 06:12:00 mdodd Exp $ + * $FreeBSD$ */ /* XXX don't mix different PCCARD support code. */ diff --git a/sys/i386/isa/if_zp.c b/sys/i386/isa/if_zp.c index a7059fae30aa..3043517939e6 100644 --- a/sys/i386/isa/if_zp.c +++ b/sys/i386/isa/if_zp.c @@ -34,7 +34,7 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * * From: if_ep.c,v 1.9 1994/01/25 10:46:29 deraadt Exp $ - * $Id: if_zp.c,v 1.53 1999/08/18 06:12:00 mdodd Exp $ + * $FreeBSD$ */ /*- * TODO: diff --git a/sys/i386/isa/if_zpreg.h b/sys/i386/isa/if_zpreg.h index 31720b5f5a37..b9848f7cfec3 100644 --- a/sys/i386/isa/if_zpreg.h +++ b/sys/i386/isa/if_zpreg.h @@ -21,7 +21,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. * - * $Id$ + * $FreeBSD$ */ /************************************************************************** * * diff --git a/sys/i386/isa/intr_machdep.c b/sys/i386/isa/intr_machdep.c index 3a214a99522a..8bdb4b6d72d4 100644 --- a/sys/i386/isa/intr_machdep.c +++ b/sys/i386/isa/intr_machdep.c @@ -34,7 +34,7 @@ * SUCH DAMAGE. * * from: @(#)isa.c 7.2 (Berkeley) 5/13/91 - * $Id: intr_machdep.c,v 1.22 1999/05/22 09:39:31 peter Exp $ + * $FreeBSD$ */ /* * This file contains an aggregated module marked: @@ -506,7 +506,7 @@ icu_unset(intr, handler) * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $Id: intr_machdep.c,v 1.22 1999/05/22 09:39:31 peter Exp $ + * $FreeBSD$ * */ diff --git a/sys/i386/isa/intr_machdep.h b/sys/i386/isa/intr_machdep.h index 06593cf359f4..adea3037caa1 100644 --- a/sys/i386/isa/intr_machdep.h +++ b/sys/i386/isa/intr_machdep.h @@ -30,7 +30,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: intr_machdep.h,v 1.15 1999/06/03 20:41:00 peter Exp $ + * $FreeBSD$ */ #ifndef _I386_ISA_INTR_MACHDEP_H_ diff --git a/sys/i386/isa/ipl.s b/sys/i386/isa/ipl.s index ad7eb1132bb5..964834d916fe 100644 --- a/sys/i386/isa/ipl.s +++ b/sys/i386/isa/ipl.s @@ -36,7 +36,7 @@ * * @(#)ipl.s * - * $Id: ipl.s,v 1.29 1999/07/03 06:33:48 alc Exp $ + * $FreeBSD$ */ diff --git a/sys/i386/isa/ipl_funcs.c b/sys/i386/isa/ipl_funcs.c index a4756d87dfc8..78b1c1d5fef2 100644 --- a/sys/i386/isa/ipl_funcs.c +++ b/sys/i386/isa/ipl_funcs.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: ipl_funcs.c,v 1.27 1999/07/20 06:09:53 alc Exp $ + * $FreeBSD$ */ #include <sys/types.h> diff --git a/sys/i386/isa/isa.c b/sys/i386/isa/isa.c index 8e153a71c62b..f87d9816f071 100644 --- a/sys/i386/isa/isa.c +++ b/sys/i386/isa/isa.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: isa.c,v 1.127 1999/05/22 15:18:12 dfr Exp $ + * $FreeBSD$ */ /* diff --git a/sys/i386/isa/isa.h b/sys/i386/isa/isa.h index ea25f20604ee..cc66da9be045 100644 --- a/sys/i386/isa/isa.h +++ b/sys/i386/isa/isa.h @@ -34,7 +34,7 @@ * SUCH DAMAGE. * * from: @(#)isa.h 5.7 (Berkeley) 5/9/91 - * $Id: isa.h,v 1.21 1997/02/22 09:36:41 peter Exp $ + * $FreeBSD$ */ #ifdef PC98 diff --git a/sys/i386/isa/isa_compat.c b/sys/i386/isa/isa_compat.c index 83fd0bcebeac..c84d1e22cc23 100644 --- a/sys/i386/isa/isa_compat.c +++ b/sys/i386/isa/isa_compat.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: isa_compat.c,v 1.12 1999/05/30 11:04:31 dfr Exp $ + * $FreeBSD$ */ #include <sys/param.h> diff --git a/sys/i386/isa/isa_compat.h b/sys/i386/isa/isa_compat.h index 6d763811ae45..e6f57f6c81cf 100644 --- a/sys/i386/isa/isa_compat.h +++ b/sys/i386/isa/isa_compat.h @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: isa_compat.h,v 1.7 1999/05/09 09:56:52 phk Exp $ + * $FreeBSD$ */ #include "vt.h" diff --git a/sys/i386/isa/isa_device.h b/sys/i386/isa/isa_device.h index 022dfc34da45..07cbd8d04c47 100644 --- a/sys/i386/isa/isa_device.h +++ b/sys/i386/isa/isa_device.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * from: @(#)isa_device.h 7.1 (Berkeley) 5/9/91 - * $Id: isa_device.h,v 1.61 1999/05/08 18:20:05 peter Exp $ + * $FreeBSD$ */ #ifndef _I386_ISA_ISA_DEVICE_H_ diff --git a/sys/i386/isa/isa_dma.c b/sys/i386/isa/isa_dma.c index 7855aaa89fa1..698c67004a7e 100644 --- a/sys/i386/isa/isa_dma.c +++ b/sys/i386/isa/isa_dma.c @@ -34,7 +34,7 @@ * SUCH DAMAGE. * * from: @(#)isa.c 7.2 (Berkeley) 5/13/91 - * $Id: isa_dma.c,v 1.2 1999/04/21 07:26:28 peter Exp $ + * $FreeBSD$ */ /* diff --git a/sys/i386/isa/isa_dma.h b/sys/i386/isa/isa_dma.h index 3fe234c3422c..15f8b3d804da 100644 --- a/sys/i386/isa/isa_dma.h +++ b/sys/i386/isa/isa_dma.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * from: @(#)isa_device.h 7.1 (Berkeley) 5/9/91 - * $Id: isa_device.h,v 1.57 1999/01/17 06:33:43 bde Exp $ + * $FreeBSD$ */ #ifndef _I386_ISA_ISA_DMA_H_ diff --git a/sys/i386/isa/istallion.c b/sys/i386/isa/istallion.c index a0be302ca311..3ed23fea4b50 100644 --- a/sys/i386/isa/istallion.c +++ b/sys/i386/isa/istallion.c @@ -33,7 +33,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: istallion.c,v 1.29 1999/05/31 11:26:09 phk Exp $ + * $FreeBSD$ */ /*****************************************************************************/ diff --git a/sys/i386/isa/loran.c b/sys/i386/isa/loran.c index 09e86395df2c..ef72e12af63f 100644 --- a/sys/i386/isa/loran.c +++ b/sys/i386/isa/loran.c @@ -6,7 +6,7 @@ * this stuff is worth it, you can buy me a beer in return. Poul-Henning Kamp * ---------------------------------------------------------------------------- * - * $Id: loran.c,v 1.19 1999/05/30 16:52:19 phk Exp $ + * $FreeBSD$ * * This device-driver helps the userland controlprogram for a LORAN-C * receiver avoid monopolizing the CPU. diff --git a/sys/i386/isa/lptreg.h b/sys/i386/isa/lptreg.h index db970a2788ee..70906f0073ec 100644 --- a/sys/i386/isa/lptreg.h +++ b/sys/i386/isa/lptreg.h @@ -6,7 +6,7 @@ * William Jolitz. * * form: @(#)lptreg.h 1.1 (Berkeley) 12/19/90 - * $Id$ + * $FreeBSD$ */ /* diff --git a/sys/i386/isa/matcd/matcd.c b/sys/i386/isa/matcd/matcd.c index 4705d15c63f4..a29d1b9b1e5b 100644 --- a/sys/i386/isa/matcd/matcd.c +++ b/sys/i386/isa/matcd/matcd.c @@ -337,7 +337,7 @@ static char MATCDVERSION[]="Version 1(26) 18-Oct-95"; static char MATCDCOPYRIGHT[] = "Matsushita CD-ROM driver, Copr. 1994,1995 Frank Durda IV"; /* The proceeding strings may not be changed*/ -/* $Id: matcd.c,v 1.42 1999/07/03 21:02:09 peter Exp $ */ +/* $FreeBSD$ */ /*--------------------------------------------------------------------------- Include declarations diff --git a/sys/i386/isa/mcd.c b/sys/i386/isa/mcd.c index 0f5001715722..5ab40ef0761c 100644 --- a/sys/i386/isa/mcd.c +++ b/sys/i386/isa/mcd.c @@ -40,7 +40,7 @@ * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $Id: mcd.c,v 1.108 1999/05/31 11:26:15 phk Exp $ + * $FreeBSD$ */ static const char COPYRIGHT[] = "mcd-driver (C)1993 by H.Veit & B.Moore"; diff --git a/sys/i386/isa/mcdreg.h b/sys/i386/isa/mcdreg.h index 219e119d5a87..f0f75f7b2254 100644 --- a/sys/i386/isa/mcdreg.h +++ b/sys/i386/isa/mcdreg.h @@ -41,7 +41,7 @@ * the manufacturer or anyone else might provide better documentation, * so this file (and the driver) will then have a better quality. * - * $Id$ + * $FreeBSD$ */ #ifndef MCD_H diff --git a/sys/i386/isa/mse.c b/sys/i386/isa/mse.c index ddc41a8215f5..f6d6c663652b 100644 --- a/sys/i386/isa/mse.c +++ b/sys/i386/isa/mse.c @@ -11,7 +11,7 @@ * this software for any purpose. It is provided "as is" * without express or implied warranty. * - * $Id: mse.c,v 1.44 1999/05/31 11:26:17 phk Exp $ + * $FreeBSD$ */ /* * Driver for the Logitech and ATI Inport Bus mice for use with 386bsd and diff --git a/sys/i386/isa/nmi.c b/sys/i386/isa/nmi.c index 3a214a99522a..8bdb4b6d72d4 100644 --- a/sys/i386/isa/nmi.c +++ b/sys/i386/isa/nmi.c @@ -34,7 +34,7 @@ * SUCH DAMAGE. * * from: @(#)isa.c 7.2 (Berkeley) 5/13/91 - * $Id: intr_machdep.c,v 1.22 1999/05/22 09:39:31 peter Exp $ + * $FreeBSD$ */ /* * This file contains an aggregated module marked: @@ -506,7 +506,7 @@ icu_unset(intr, handler) * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $Id: intr_machdep.c,v 1.22 1999/05/22 09:39:31 peter Exp $ + * $FreeBSD$ * */ diff --git a/sys/i386/isa/npx.c b/sys/i386/isa/npx.c index a99b5674ea4b..374c06617013 100644 --- a/sys/i386/isa/npx.c +++ b/sys/i386/isa/npx.c @@ -32,7 +32,7 @@ * SUCH DAMAGE. * * from: @(#)npx.c 7.2 (Berkeley) 5/12/91 - * $Id: npx.c,v 1.75 1999/07/26 05:47:31 cracauer Exp $ + * $FreeBSD$ */ #include "npx.h" diff --git a/sys/i386/isa/pcaudio.c b/sys/i386/isa/pcaudio.c index cdf3b358220e..62875bf487c8 100644 --- a/sys/i386/isa/pcaudio.c +++ b/sys/i386/isa/pcaudio.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. * - * $Id: pcaudio.c,v 1.50 1999/05/31 11:26:19 phk Exp $ + * $FreeBSD$ */ #include "pca.h" diff --git a/sys/i386/isa/pcf.c b/sys/i386/isa/pcf.c index e5498b40b5fd..8cebfb004c0d 100644 --- a/sys/i386/isa/pcf.c +++ b/sys/i386/isa/pcf.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: pcf.c,v 1.9 1999/05/08 21:59:27 dfr Exp $ + * $FreeBSD$ * */ #include <sys/param.h> diff --git a/sys/i386/isa/pcibus.c b/sys/i386/isa/pcibus.c index 08cba7f52e06..741baa907f63 100644 --- a/sys/i386/isa/pcibus.c +++ b/sys/i386/isa/pcibus.c @@ -23,7 +23,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. * - * $Id: pcibus.c,v 1.46 1999/08/10 09:22:21 peter Exp $ + * $FreeBSD$ * */ diff --git a/sys/i386/isa/pcibus.h b/sys/i386/isa/pcibus.h index 44556e7731ad..34b3fc54aaa3 100644 --- a/sys/i386/isa/pcibus.h +++ b/sys/i386/isa/pcibus.h @@ -23,7 +23,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. * - * $Id$ + * $FreeBSD$ * */ diff --git a/sys/i386/isa/pnp.c b/sys/i386/isa/pnp.c index 94a039c089b1..f8147d05e305 100644 --- a/sys/i386/isa/pnp.c +++ b/sys/i386/isa/pnp.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: pnp.c,v 1.10 1999/04/11 03:06:06 eivind Exp $ + * $FreeBSD$ */ #include <sys/param.h> diff --git a/sys/i386/isa/pnp.h b/sys/i386/isa/pnp.h index b91b50d1198b..7b6392578d92 100644 --- a/sys/i386/isa/pnp.h +++ b/sys/i386/isa/pnp.h @@ -29,7 +29,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: pnp.h,v 1.8 1999/08/22 19:46:05 peter Exp $ + * $FreeBSD$ */ #ifndef _I386_ISA_PNP_H_ diff --git a/sys/i386/isa/ppc.c b/sys/i386/isa/ppc.c index 073eab558d8f..436caebf84a2 100644 --- a/sys/i386/isa/ppc.c +++ b/sys/i386/isa/ppc.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: ppc.c,v 1.20 1999/02/14 22:02:47 nsouch Exp $ + * $FreeBSD$ * */ #include "ppc.h" diff --git a/sys/i386/isa/ppcreg.h b/sys/i386/isa/ppcreg.h index 3a61ae7675a9..faecb9771ff8 100644 --- a/sys/i386/isa/ppcreg.h +++ b/sys/i386/isa/ppcreg.h @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: ppcreg.h,v 1.7 1999/01/10 16:41:13 nsouch Exp $ + * $FreeBSD$ * */ #ifndef __PPCREG_H diff --git a/sys/i386/isa/prof_machdep.c b/sys/i386/isa/prof_machdep.c index 34479056ed73..d934ee56eee6 100644 --- a/sys/i386/isa/prof_machdep.c +++ b/sys/i386/isa/prof_machdep.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: prof_machdep.c,v 1.12 1999/05/06 09:44:55 bde Exp $ + * $FreeBSD$ */ #ifdef GUPROF diff --git a/sys/i386/isa/random_machdep.c b/sys/i386/isa/random_machdep.c index 4268375a057c..c9c450fc4f02 100644 --- a/sys/i386/isa/random_machdep.c +++ b/sys/i386/isa/random_machdep.c @@ -1,7 +1,7 @@ /* * random_machdep.c -- A strong random number generator * - * $Id: random_machdep.c,v 1.30 1999/04/21 07:26:28 peter Exp $ + * $FreeBSD$ * * Version 0.95, last modified 18-Oct-95 * diff --git a/sys/i386/isa/rp.c b/sys/i386/isa/rp.c index b16f6e4f9131..a3a4db2be574 100644 --- a/sys/i386/isa/rp.c +++ b/sys/i386/isa/rp.c @@ -29,7 +29,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: rp.c,v 1.28 1999/05/31 11:26:24 phk Exp $ + * $FreeBSD$ */ /* diff --git a/sys/i386/isa/scd.c b/sys/i386/isa/scd.c index a9e39f13fdc2..5ec3eadead22 100644 --- a/sys/i386/isa/scd.c +++ b/sys/i386/isa/scd.c @@ -41,7 +41,7 @@ */ -/* $Id: scd.c,v 1.47 1999/05/31 11:26:26 phk Exp $ */ +/* $FreeBSD$ */ /* Please send any comments to micke@dynas.se */ diff --git a/sys/i386/isa/scdreg.h b/sys/i386/isa/scdreg.h index d04dc6919e2e..e9ce3b15a23f 100644 --- a/sys/i386/isa/scdreg.h +++ b/sys/i386/isa/scdreg.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. * - * $Id$ + * $FreeBSD$ * */ diff --git a/sys/i386/isa/si.c b/sys/i386/isa/si.c index 34b19d467495..4186f4be232b 100644 --- a/sys/i386/isa/si.c +++ b/sys/i386/isa/si.c @@ -30,7 +30,7 @@ * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN * NO EVENT SHALL THE AUTHORS BE LIABLE. * - * $Id: si.c,v 1.90 1999/08/27 06:53:34 peter Exp $ + * $FreeBSD$ */ #ifndef lint diff --git a/sys/i386/isa/sireg.h b/sys/i386/isa/sireg.h index 4697a7fe236d..711bf92e7ea0 100644 --- a/sys/i386/isa/sireg.h +++ b/sys/i386/isa/sireg.h @@ -30,7 +30,7 @@ * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN * NO EVENT SHALL THE AUTHORS BE LIABLE. * - * $Id: sireg.h,v 1.6 1998/03/23 16:27:40 peter Exp $ + * $FreeBSD$ */ /* diff --git a/sys/i386/isa/sound/mmap_test.c b/sys/i386/isa/sound/mmap_test.c index c6afae932d47..8f2f5a547b98 100644 --- a/sys/i386/isa/sound/mmap_test.c +++ b/sys/i386/isa/sound/mmap_test.c @@ -15,7 +15,7 @@ #ifndef lint static const char rcsid[] = - "$Id: mmap_test.c,v 1.2 1998/01/16 07:20:34 charnier Exp $"; + "$FreeBSD$"; #endif /* not lint */ #include <err.h> diff --git a/sys/i386/isa/sound/pcm86.c b/sys/i386/isa/sound/pcm86.c index c6f11f33fc55..11cbdee02139 100644 --- a/sys/i386/isa/sound/pcm86.c +++ b/sys/i386/isa/sound/pcm86.c @@ -25,7 +25,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: pcm86.c,v 1.7 1999/01/01 08:18:06 peter Exp $ + * $FreeBSD$ */ /* diff --git a/sys/i386/isa/sound/sound.doc b/sys/i386/isa/sound/sound.doc index 2340d6079c18..13f370275036 100644 --- a/sys/i386/isa/sound/sound.doc +++ b/sys/i386/isa/sound/sound.doc @@ -1,4 +1,4 @@ -$Id: sound.doc,v 1.9 1998/10/22 15:37:35 bde Exp $ +$FreeBSD$ Instructions on using audio on a FreeBSD 2.1 (or 2.0-current) system. See also /sys/i386/conf/LINT. diff --git a/sys/i386/isa/spkr.c b/sys/i386/isa/spkr.c index 29f82055c98a..39d50c4c923a 100644 --- a/sys/i386/isa/spkr.c +++ b/sys/i386/isa/spkr.c @@ -4,7 +4,7 @@ * v1.4 by Eric S. Raymond (esr@snark.thyrsus.com) Aug 1993 * modified for FreeBSD by Andrew A. Chernov <ache@astral.msk.su> * - * $Id: spkr.c,v 1.39 1999/08/23 20:35:17 bde Exp $ + * $FreeBSD$ */ #include "speaker.h" diff --git a/sys/i386/isa/stallion.c b/sys/i386/isa/stallion.c index e7818522d450..4baeeefbc06a 100644 --- a/sys/i386/isa/stallion.c +++ b/sys/i386/isa/stallion.c @@ -33,7 +33,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: stallion.c,v 1.33 1999/05/31 11:26:33 phk Exp $ + * $FreeBSD$ */ /*****************************************************************************/ diff --git a/sys/i386/isa/timerreg.h b/sys/i386/isa/timerreg.h index ff27bacc24a4..0bfd7fc8cd63 100644 --- a/sys/i386/isa/timerreg.h +++ b/sys/i386/isa/timerreg.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * from: Header: timerreg.h,v 1.2 93/02/28 15:08:58 mccanne Exp - * $Id$ + * $FreeBSD$ */ /* diff --git a/sys/i386/isa/vector.s b/sys/i386/isa/vector.s index 608f13586c3b..5447a90126a0 100644 --- a/sys/i386/isa/vector.s +++ b/sys/i386/isa/vector.s @@ -1,6 +1,6 @@ /* * from: vector.s, 386BSD 0.1 unknown origin - * $Id: vector.s,v 1.30 1997/05/26 17:58:27 fsmp Exp $ + * $FreeBSD$ */ /* diff --git a/sys/i386/isa/vesa.c b/sys/i386/isa/vesa.c index e4707a175b24..101547102b8d 100644 --- a/sys/i386/isa/vesa.c +++ b/sys/i386/isa/vesa.c @@ -23,7 +23,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. * - * $Id: vesa.c,v 1.27 1999/08/27 09:18:42 yokota Exp $ + * $FreeBSD$ */ #include "vga.h" diff --git a/sys/i386/isa/wd.c b/sys/i386/isa/wd.c index 74de2820d876..972518391fc4 100644 --- a/sys/i386/isa/wd.c +++ b/sys/i386/isa/wd.c @@ -34,7 +34,7 @@ * SUCH DAMAGE. * * from: @(#)wd.c 7.2 (Berkeley) 5/9/91 - * $Id: wd.c,v 1.201 1999/08/14 11:40:40 phk Exp $ + * $FreeBSD$ */ /* TODO: diff --git a/sys/i386/isa/wd_cd.c b/sys/i386/isa/wd_cd.c index 865f82bae6a2..72412a931331 100644 --- a/sys/i386/isa/wd_cd.c +++ b/sys/i386/isa/wd_cd.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. * - * $Id: atapi-cd.c,v 1.20 1999/05/31 11:25:51 phk Exp $ + * $FreeBSD$ */ #include "wdc.h" diff --git a/sys/i386/isa/wd_cd.h b/sys/i386/isa/wd_cd.h index 5bde4b72d157..3e71b3fe18cb 100644 --- a/sys/i386/isa/wd_cd.h +++ b/sys/i386/isa/wd_cd.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. * - * $Id: atapi-cd.h,v 1.3 1999/01/31 21:51:03 sos Exp $ + * $FreeBSD$ */ /* diff --git a/sys/i386/isa/wdreg.h b/sys/i386/isa/wdreg.h index 6730c55cfa22..1cf76da0fc2d 100644 --- a/sys/i386/isa/wdreg.h +++ b/sys/i386/isa/wdreg.h @@ -34,7 +34,7 @@ * SUCH DAMAGE. * * from: @(#)wdreg.h 7.1 (Berkeley) 5/9/91 - * $Id: wdreg.h,v 1.26 1999/04/13 20:22:32 peter Exp $ + * $FreeBSD$ */ /* diff --git a/sys/i386/isa/wfd.c b/sys/i386/isa/wfd.c index a089527fa1ea..f7837d7407bf 100644 --- a/sys/i386/isa/wfd.c +++ b/sys/i386/isa/wfd.c @@ -23,7 +23,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. * - * $Id: wfd.c,v 1.27 1999/08/14 11:40:41 phk Exp $ + * $FreeBSD$ */ /* diff --git a/sys/i386/isa/wst.c b/sys/i386/isa/wst.c index 7337796969a5..5dae30e4e97a 100644 --- a/sys/i386/isa/wst.c +++ b/sys/i386/isa/wst.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. * - * $Id: wst.c,v 1.23 1999/05/31 11:26:39 phk Exp $ + * $FreeBSD$ */ #include "wdc.h" diff --git a/sys/i386/isa/wt.c b/sys/i386/isa/wt.c index 36f2e012e77f..6cb7a1375651 100644 --- a/sys/i386/isa/wt.c +++ b/sys/i386/isa/wt.c @@ -20,7 +20,7 @@ * the original CMU copyright notice. * * Version 1.3, Thu Nov 11 12:09:13 MSK 1993 - * $Id: wt.c,v 1.52 1999/05/31 11:26:40 phk Exp $ + * $FreeBSD$ * */ diff --git a/sys/i386/isa/wtreg.h b/sys/i386/isa/wtreg.h index 67836c50d8a7..33f0ee478750 100644 --- a/sys/i386/isa/wtreg.h +++ b/sys/i386/isa/wtreg.h @@ -19,7 +19,7 @@ * the original CMU copyright notice. * * Version 1.3, Thu Nov 11 12:09:13 MSK 1993 - * $Id$ + * $FreeBSD$ * */ diff --git a/sys/i386/linux/Makefile b/sys/i386/linux/Makefile index d399ad080a37..c062c96ec177 100644 --- a/sys/i386/linux/Makefile +++ b/sys/i386/linux/Makefile @@ -1,6 +1,6 @@ # Makefile for syscall tables # -# $Id: Makefile,v 1.2 1997/03/29 10:48:49 peter Exp $ +# $FreeBSD$ all: @echo "make linux_sysent.c only" diff --git a/sys/i386/linux/imgact_linux.c b/sys/i386/linux/imgact_linux.c index 3850a4de2fb5..6a766ba5d9f4 100644 --- a/sys/i386/linux/imgact_linux.c +++ b/sys/i386/linux/imgact_linux.c @@ -28,7 +28,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. * - * $Id: imgact_linux.c,v 1.31 1999/01/17 20:36:14 peter Exp $ + * $FreeBSD$ */ #include <sys/param.h> diff --git a/sys/i386/linux/linux.h b/sys/i386/linux/linux.h index 93fafa2a3712..4e5db53e99cf 100644 --- a/sys/i386/linux/linux.h +++ b/sys/i386/linux/linux.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. * - * $Id: linux.h,v 1.34 1999/08/15 17:28:39 marcel Exp $ + * $FreeBSD$ */ #ifndef _I386_LINUX_LINUX_H_ diff --git a/sys/i386/linux/linux_dummy.c b/sys/i386/linux/linux_dummy.c index 5d5169d99689..c76402c31e68 100644 --- a/sys/i386/linux/linux_dummy.c +++ b/sys/i386/linux/linux_dummy.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. * - * $Id: linux_dummy.c,v 1.11 1999/08/25 11:19:01 marcel Exp $ + * $FreeBSD$ */ #include <sys/param.h> diff --git a/sys/i386/linux/linux_file.c b/sys/i386/linux/linux_file.c index a5b051fd1be9..b0e8a367c83a 100644 --- a/sys/i386/linux/linux_file.c +++ b/sys/i386/linux/linux_file.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. * - * $Id: linux_file.c,v 1.30 1999/08/14 18:20:44 marcel Exp $ + * $FreeBSD$ */ #include "opt_compat.h" diff --git a/sys/i386/linux/linux_genassym.c b/sys/i386/linux/linux_genassym.c index 99a88a510f6f..5d962a6c04d4 100644 --- a/sys/i386/linux/linux_genassym.c +++ b/sys/i386/linux/linux_genassym.c @@ -1,4 +1,4 @@ -/* $Id: linux_genassym.c,v 1.8 1998/07/29 15:50:41 bde Exp $ */ +/* $FreeBSD$ */ #include <sys/param.h> diff --git a/sys/i386/linux/linux_ioctl.c b/sys/i386/linux/linux_ioctl.c index 53becd770429..56a0eda42066 100644 --- a/sys/i386/linux/linux_ioctl.c +++ b/sys/i386/linux/linux_ioctl.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. * - * $Id: linux_ioctl.c,v 1.40 1999/08/14 13:26:44 marcel Exp $ + * $FreeBSD$ */ #include <sys/param.h> diff --git a/sys/i386/linux/linux_ipc.c b/sys/i386/linux/linux_ipc.c index 7315fa9c2386..5efee536adb3 100644 --- a/sys/i386/linux/linux_ipc.c +++ b/sys/i386/linux/linux_ipc.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. * - * $Id: linux_ipc.c,v 1.13 1997/11/06 19:28:57 phk Exp $ + * $FreeBSD$ */ diff --git a/sys/i386/linux/linux_misc.c b/sys/i386/linux/linux_misc.c index 74fb7319be80..98348750170d 100644 --- a/sys/i386/linux/linux_misc.c +++ b/sys/i386/linux/linux_misc.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. * - * $Id: linux_misc.c,v 1.67 1999/08/25 14:11:01 marcel Exp $ + * $FreeBSD$ */ #include "opt_compat.h" diff --git a/sys/i386/linux/linux_signal.c b/sys/i386/linux/linux_signal.c index 29b5c4c3ebf0..9f2200e526a6 100644 --- a/sys/i386/linux/linux_signal.c +++ b/sys/i386/linux/linux_signal.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. * - * $Id: linux_signal.c,v 1.16 1999/07/06 06:54:00 cracauer Exp $ + * $FreeBSD$ */ #include <sys/param.h> diff --git a/sys/i386/linux/linux_socket.c b/sys/i386/linux/linux_socket.c index e757fc13c7f8..d29efb63d85d 100644 --- a/sys/i386/linux/linux_socket.c +++ b/sys/i386/linux/linux_socket.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. * - * $Id: linux_socket.c,v 1.14 1998/12/30 21:20:00 sos Exp $ + * $FreeBSD$ */ /* XXX we use functions that might not exist. */ diff --git a/sys/i386/linux/linux_stats.c b/sys/i386/linux/linux_stats.c index bfa11f642edb..b1fc1a4e5ee8 100644 --- a/sys/i386/linux/linux_stats.c +++ b/sys/i386/linux/linux_stats.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. * - * $Id: linux_stats.c,v 1.12 1999/05/11 19:54:20 phk Exp $ + * $FreeBSD$ */ #include <sys/param.h> diff --git a/sys/i386/linux/linux_sysvec.c b/sys/i386/linux/linux_sysvec.c index 6c626bca01d8..871ccfbed4c1 100644 --- a/sys/i386/linux/linux_sysvec.c +++ b/sys/i386/linux/linux_sysvec.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. * - * $Id: linux_sysvec.c,v 1.47 1999/04/28 01:04:20 luoqi Exp $ + * $FreeBSD$ */ /* XXX we use functions that might not exist. */ diff --git a/sys/i386/linux/linux_util.c b/sys/i386/linux/linux_util.c index 11739158917a..7c87174089a9 100644 --- a/sys/i386/linux/linux_util.c +++ b/sys/i386/linux/linux_util.c @@ -27,7 +27,7 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * * from: svr4_util.c,v 1.5 1995/01/22 23:44:50 christos Exp - * $Id: linux_util.c,v 1.6 1997/03/24 11:24:31 bde Exp $ + * $FreeBSD$ */ #include <sys/param.h> diff --git a/sys/i386/linux/linux_util.h b/sys/i386/linux/linux_util.h index 2905f00ca4ef..61a637171083 100644 --- a/sys/i386/linux/linux_util.h +++ b/sys/i386/linux/linux_util.h @@ -28,7 +28,7 @@ * * from: svr4_util.h,v 1.5 1994/11/18 02:54:31 christos Exp * from: linux_util.h,v 1.2 1995/03/05 23:23:50 fvdl Exp - * $Id: linux_util.h,v 1.7 1998/12/16 16:28:57 bde Exp $ + * $FreeBSD$ */ /* diff --git a/sys/i386/linux/syscalls.conf b/sys/i386/linux/syscalls.conf index d1e1425ed5a2..01e258801231 100644 --- a/sys/i386/linux/syscalls.conf +++ b/sys/i386/linux/syscalls.conf @@ -1,4 +1,4 @@ -# $Id: syscalls.conf,v 1.3 1997/02/22 09:38:31 peter Exp $ +# $FreeBSD$ sysnames="/dev/null" sysproto="linux_proto.h" sysproto_h=_LINUX_SYSPROTO_H_ diff --git a/sys/i386/linux/syscalls.master b/sys/i386/linux/syscalls.master index 369ee6ffd3a9..5e6ce0719a2a 100644 --- a/sys/i386/linux/syscalls.master +++ b/sys/i386/linux/syscalls.master @@ -1,4 +1,4 @@ - $Id: syscalls.master,v 1.22 1999/08/16 11:47:21 marcel Exp $ + $FreeBSD$ ; @(#)syscalls.master 8.1 (Berkeley) 7/19/93 ; System call name/number master file (or rather, slave, from LINUX). diff --git a/sys/i386/pci/pci_bus.c b/sys/i386/pci/pci_bus.c index 08cba7f52e06..741baa907f63 100644 --- a/sys/i386/pci/pci_bus.c +++ b/sys/i386/pci/pci_bus.c @@ -23,7 +23,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. * - * $Id: pcibus.c,v 1.46 1999/08/10 09:22:21 peter Exp $ + * $FreeBSD$ * */ diff --git a/sys/i386/pci/pci_cfgreg.c b/sys/i386/pci/pci_cfgreg.c index 08cba7f52e06..741baa907f63 100644 --- a/sys/i386/pci/pci_cfgreg.c +++ b/sys/i386/pci/pci_cfgreg.c @@ -23,7 +23,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. * - * $Id: pcibus.c,v 1.46 1999/08/10 09:22:21 peter Exp $ + * $FreeBSD$ * */ diff --git a/sys/i386/pci/pci_pir.c b/sys/i386/pci/pci_pir.c index 08cba7f52e06..741baa907f63 100644 --- a/sys/i386/pci/pci_pir.c +++ b/sys/i386/pci/pci_pir.c @@ -23,7 +23,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. * - * $Id: pcibus.c,v 1.46 1999/08/10 09:22:21 peter Exp $ + * $FreeBSD$ * */ diff --git a/sys/i386/svr4/svr4_genassym.c b/sys/i386/svr4/svr4_genassym.c index a21c0be0980c..41583f5896ca 100644 --- a/sys/i386/svr4/svr4_genassym.c +++ b/sys/i386/svr4/svr4_genassym.c @@ -1,4 +1,4 @@ -/* $Id$ */ +/* $FreeBSD$ */ /* Derived from: Id: linux_genassym.c,v 1.8 1998/07/29 15:50:41 bde Exp */ #include <sys/param.h> diff --git a/sys/i386/svr4/svr4_locore.s b/sys/i386/svr4/svr4_locore.s index 065dbdb117ba..6c3b0ae8fe4f 100644 --- a/sys/i386/svr4/svr4_locore.s +++ b/sys/i386/svr4/svr4_locore.s @@ -3,7 +3,7 @@ #include <svr4/svr4_syscall.h> /* system call numbers */ -/* $Id: svr4_locore.s,v 1.6 1999/07/30 12:47:17 newton Exp $ */ +/* $FreeBSD$ */ NON_GPROF_ENTRY(svr4_sigcode) call SVR4_SIGF_HANDLER(%esp) diff --git a/sys/i386/svr4/svr4_machdep.c b/sys/i386/svr4/svr4_machdep.c index 0c77505d58da..611828981ee9 100644 --- a/sys/i386/svr4/svr4_machdep.c +++ b/sys/i386/svr4/svr4_machdep.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. * - * $Id$ + * $FreeBSD$ */ #include <sys/types.h> diff --git a/sys/i386/svr4/svr4_machdep.h b/sys/i386/svr4/svr4_machdep.h index 06b808942c2f..f183e60a47ac 100644 --- a/sys/i386/svr4/svr4_machdep.h +++ b/sys/i386/svr4/svr4_machdep.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. * - * $Id$ + * $FreeBSD$ */ #ifndef _I386_SVR4_MACHDEP_H_ |