aboutsummaryrefslogtreecommitdiff
path: root/sys/modules
diff options
context:
space:
mode:
authorJordan K. Hubbard <jkh@FreeBSD.org>1997-01-14 07:20:47 +0000
committerJordan K. Hubbard <jkh@FreeBSD.org>1997-01-14 07:20:47 +0000
commit1130b656e5fe4c2d1ba299e024d1b40eaeebd380 (patch)
tree1ee435de0c816086549d85bbabfe30ead7f413ec /sys/modules
parentaac45e814cf997f0df77795a3c06385075ef005a (diff)
Notes
Diffstat (limited to 'sys/modules')
-rw-r--r--sys/modules/Makefile2
-rw-r--r--sys/modules/atapi/Makefile2
-rw-r--r--sys/modules/ccd/Makefile2
-rw-r--r--sys/modules/cd9660/Makefile2
-rw-r--r--sys/modules/coff/Makefile2
-rw-r--r--sys/modules/coff/coff.c2
-rw-r--r--sys/modules/fdesc/Makefile2
-rw-r--r--sys/modules/fdescfs/Makefile2
-rw-r--r--sys/modules/fpu/Makefile2
-rw-r--r--sys/modules/gnufpu/Makefile2
-rw-r--r--sys/modules/ibcs2/Makefile2
-rwxr-xr-xsys/modules/ibcs2/ibcs22
-rw-r--r--sys/modules/ibcs2/ibcs2.82
-rw-r--r--sys/modules/ibcs2/ibcs2.c2
-rw-r--r--sys/modules/ibcs2/ibcs2.sh2
-rw-r--r--sys/modules/if_disc/Makefile2
-rw-r--r--sys/modules/if_ppp/Makefile2
-rw-r--r--sys/modules/if_sl/Makefile2
-rw-r--r--sys/modules/if_tun/Makefile2
-rw-r--r--sys/modules/ip_mroute_mod/Makefile2
-rw-r--r--sys/modules/ipfw/Makefile2
-rw-r--r--sys/modules/joy/Makefile2
-rw-r--r--sys/modules/joy/joy2
-rw-r--r--sys/modules/joy/joy.82
-rw-r--r--sys/modules/joy/joy.sh2
-rw-r--r--sys/modules/kernfs/Makefile2
-rw-r--r--sys/modules/linux/Makefile2
-rw-r--r--sys/modules/linux/linux2
-rw-r--r--sys/modules/linux/linux.82
-rw-r--r--sys/modules/linux/linux.c2
-rw-r--r--sys/modules/linux/linux.sh2
-rw-r--r--sys/modules/mfs/Makefile2
-rw-r--r--sys/modules/msdos/Makefile2
-rw-r--r--sys/modules/msdosfs/Makefile2
-rw-r--r--sys/modules/nfs/Makefile2
-rw-r--r--sys/modules/nfsclient/Makefile2
-rw-r--r--sys/modules/nfsserver/Makefile2
-rw-r--r--sys/modules/nullfs/Makefile2
-rw-r--r--sys/modules/pcic/Makefile2
-rw-r--r--sys/modules/portal/Makefile2
-rw-r--r--sys/modules/portalfs/Makefile2
-rw-r--r--sys/modules/procfs/Makefile2
-rw-r--r--sys/modules/syscons/Makefile2
-rw-r--r--sys/modules/syscons/blank/Makefile2
-rw-r--r--sys/modules/syscons/blank/blank_saver.c2
-rw-r--r--sys/modules/syscons/fade/Makefile2
-rw-r--r--sys/modules/syscons/fade/fade_saver.c2
-rw-r--r--sys/modules/syscons/green/Makefile2
-rw-r--r--sys/modules/syscons/green/green_saver.c2
-rw-r--r--sys/modules/syscons/saver.h2
-rw-r--r--sys/modules/syscons/snake/Makefile2
-rw-r--r--sys/modules/syscons/snake/snake_saver.c2
-rw-r--r--sys/modules/syscons/star/Makefile2
-rw-r--r--sys/modules/syscons/star/star_saver.c2
-rw-r--r--sys/modules/umapfs/Makefile2
-rw-r--r--sys/modules/union/Makefile2
-rw-r--r--sys/modules/unionfs/Makefile2
-rw-r--r--sys/modules/wcd/Makefile2
58 files changed, 58 insertions, 58 deletions
diff --git a/sys/modules/Makefile b/sys/modules/Makefile
index 220df3d02883..aa83857c875c 100644
--- a/sys/modules/Makefile
+++ b/sys/modules/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.23 1996/06/12 03:49:35 asami Exp $
+# $FreeBSD$
# XXX present but broken: ip_mroute_mod mfs
SUBDIR= atapi ccd cd9660 coff fdesc ibcs2 if_disc if_ppp if_sl if_tun \
diff --git a/sys/modules/atapi/Makefile b/sys/modules/atapi/Makefile
index 9f8c35666386..4df5cbc61f46 100644
--- a/sys/modules/atapi/Makefile
+++ b/sys/modules/atapi/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.5 1996/09/06 23:32:54 pst Exp $
+# $FreeBSD$
.PATH: ${.CURDIR}/../../sys/i386/isa
KMOD = atapi_mod
diff --git a/sys/modules/ccd/Makefile b/sys/modules/ccd/Makefile
index a6bf54b8dae4..575543d7e76c 100644
--- a/sys/modules/ccd/Makefile
+++ b/sys/modules/ccd/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.2 1996/06/23 14:56:04 bde Exp $
+# $FreeBSD$
.PATH: ${.CURDIR}/../../sys/dev/ccd
KMOD= ccd_mod
diff --git a/sys/modules/cd9660/Makefile b/sys/modules/cd9660/Makefile
index a7ee27b7bf7d..ad57c4f97211 100644
--- a/sys/modules/cd9660/Makefile
+++ b/sys/modules/cd9660/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.1 1994/09/16 20:24:28 wollman Exp $
+# $FreeBSD$
.PATH: ${.CURDIR}/../../sys/isofs/cd9660
KMOD= cd9660_mod
diff --git a/sys/modules/coff/Makefile b/sys/modules/coff/Makefile
index 3160c9e97555..229533585aa2 100644
--- a/sys/modules/coff/Makefile
+++ b/sys/modules/coff/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.1 1994/10/14 08:46:11 sos Exp $
+# $FreeBSD$
.PATH: ${.CURDIR}/../../sys/i386/ibcs2
KMOD= ibcs2_coff_mod
diff --git a/sys/modules/coff/coff.c b/sys/modules/coff/coff.c
index 4c8b55a240f8..a635d34f02c8 100644
--- a/sys/modules/coff/coff.c
+++ b/sys/modules/coff/coff.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: coff.c,v 1.5 1995/11/14 07:33:54 bde Exp $
+ * $FreeBSD$
*/
#include <sys/param.h>
diff --git a/sys/modules/fdesc/Makefile b/sys/modules/fdesc/Makefile
index 7aa2a7d6a675..fa4a51ebcb1a 100644
--- a/sys/modules/fdesc/Makefile
+++ b/sys/modules/fdesc/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.1 1994/09/16 20:24:28 wollman Exp $
+# $FreeBSD$
.PATH: ${.CURDIR}/../../sys/miscfs/fdesc
KMOD= fdesc_mod
diff --git a/sys/modules/fdescfs/Makefile b/sys/modules/fdescfs/Makefile
index 7aa2a7d6a675..fa4a51ebcb1a 100644
--- a/sys/modules/fdescfs/Makefile
+++ b/sys/modules/fdescfs/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.1 1994/09/16 20:24:28 wollman Exp $
+# $FreeBSD$
.PATH: ${.CURDIR}/../../sys/miscfs/fdesc
KMOD= fdesc_mod
diff --git a/sys/modules/fpu/Makefile b/sys/modules/fpu/Makefile
index 8e3e940ccdd9..ec25524c6b77 100644
--- a/sys/modules/fpu/Makefile
+++ b/sys/modules/fpu/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.4 1995/10/15 17:00:49 phk Exp $
+# $FreeBSD$
.PATH: ${.CURDIR}/../../sys/i386/i386
KMOD= fpu
diff --git a/sys/modules/gnufpu/Makefile b/sys/modules/gnufpu/Makefile
index 4d52fd098642..db7852e3a57a 100644
--- a/sys/modules/gnufpu/Makefile
+++ b/sys/modules/gnufpu/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.4 1995/10/15 17:00:49 phk Exp $
+# $FreeBSD$
.PATH: ${.CURDIR}/../../sys/gnu/i386/fpemul
KMOD= gnufpu
diff --git a/sys/modules/ibcs2/Makefile b/sys/modules/ibcs2/Makefile
index c72f98593118..a7f162dd9b31 100644
--- a/sys/modules/ibcs2/Makefile
+++ b/sys/modules/ibcs2/Makefile
@@ -1,4 +1,4 @@
-# $Id$
+# $FreeBSD$
.PATH: ${.CURDIR}/../../sys/i386/ibcs2
KMOD= ibcs2_mod
diff --git a/sys/modules/ibcs2/ibcs2 b/sys/modules/ibcs2/ibcs2
index 21f591ef64ad..3f804bf1f908 100755
--- a/sys/modules/ibcs2/ibcs2
+++ b/sys/modules/ibcs2/ibcs2
@@ -1,5 +1,5 @@
#!/bin/sh
-# $Id: ibcs2,v 1.3 1995/10/10 08:38:11 swallace Exp $
+# $FreeBSD$
if [ $# -le 1 ]; then
LOADERS="coff" # elf
fi
diff --git a/sys/modules/ibcs2/ibcs2.8 b/sys/modules/ibcs2/ibcs2.8
index eb43254b5427..04b8ab27676d 100644
--- a/sys/modules/ibcs2/ibcs2.8
+++ b/sys/modules/ibcs2/ibcs2.8
@@ -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.8,v 1.1 1995/11/28 21:12:06 joerg Exp $
+.\" $FreeBSD$
.\"
.Dd November 27, 1995
.Dt IBCS2 8
diff --git a/sys/modules/ibcs2/ibcs2.c b/sys/modules/ibcs2/ibcs2.c
index f7f9ec13477b..6184ec660cd7 100644
--- a/sys/modules/ibcs2/ibcs2.c
+++ b/sys/modules/ibcs2/ibcs2.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.c,v 1.6 1995/11/13 07:18:27 bde Exp $
+ * $FreeBSD$
*/
#include <sys/param.h>
diff --git a/sys/modules/ibcs2/ibcs2.sh b/sys/modules/ibcs2/ibcs2.sh
index 21f591ef64ad..3f804bf1f908 100644
--- a/sys/modules/ibcs2/ibcs2.sh
+++ b/sys/modules/ibcs2/ibcs2.sh
@@ -1,5 +1,5 @@
#!/bin/sh
-# $Id: ibcs2,v 1.3 1995/10/10 08:38:11 swallace Exp $
+# $FreeBSD$
if [ $# -le 1 ]; then
LOADERS="coff" # elf
fi
diff --git a/sys/modules/if_disc/Makefile b/sys/modules/if_disc/Makefile
index 492de57e9685..02c6e5606b9f 100644
--- a/sys/modules/if_disc/Makefile
+++ b/sys/modules/if_disc/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.1 1994/09/22 22:12:59 wollman Exp $
+# $FreeBSD$
.PATH: ${.CURDIR}/../../sys/net
KMOD= if_disc_mod
diff --git a/sys/modules/if_ppp/Makefile b/sys/modules/if_ppp/Makefile
index 3b2fc6e190fb..00d7061dd6af 100644
--- a/sys/modules/if_ppp/Makefile
+++ b/sys/modules/if_ppp/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.3 1995/04/15 17:36:53 ats Exp $
+# $FreeBSD$
.PATH: ${.CURDIR}/../../sys/net
KMOD= if_ppp_mod
diff --git a/sys/modules/if_sl/Makefile b/sys/modules/if_sl/Makefile
index d2cdd81c2dbf..b9fd17ae3327 100644
--- a/sys/modules/if_sl/Makefile
+++ b/sys/modules/if_sl/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.1 1995/03/20 19:25:47 wollman Exp $
+# $FreeBSD$
.PATH: ${.CURDIR}/../../sys/net
KMOD= if_sl_mod
diff --git a/sys/modules/if_tun/Makefile b/sys/modules/if_tun/Makefile
index 49ca7784e15a..7ac838e7c475 100644
--- a/sys/modules/if_tun/Makefile
+++ b/sys/modules/if_tun/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.1 1994/09/22 22:12:59 wollman Exp $
+# $FreeBSD$
.PATH: ${.CURDIR}/../../sys/net
KMOD= if_tun_mod
diff --git a/sys/modules/ip_mroute_mod/Makefile b/sys/modules/ip_mroute_mod/Makefile
index d1f93c3e2185..d07897cb8ec2 100644
--- a/sys/modules/ip_mroute_mod/Makefile
+++ b/sys/modules/ip_mroute_mod/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.1 1994/09/14 22:11:51 wollman Exp $
+# $FreeBSD$
.PATH: ${.CURDIR}/../../sys/netinet
KMOD= ip_mroute_mod
diff --git a/sys/modules/ipfw/Makefile b/sys/modules/ipfw/Makefile
index bef738109571..18a5f5490575 100644
--- a/sys/modules/ipfw/Makefile
+++ b/sys/modules/ipfw/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.4 1996/02/24 13:41:56 phk Exp $
+# $FreeBSD$
.PATH: ${.CURDIR}/../../sys/netinet
KMOD= ipfw_mod
diff --git a/sys/modules/joy/Makefile b/sys/modules/joy/Makefile
index c466c60b5105..df322eb4a37c 100644
--- a/sys/modules/joy/Makefile
+++ b/sys/modules/joy/Makefile
@@ -1,4 +1,4 @@
-# $Id$
+# $FreeBSD$
.PATH: ${.CURDIR}/../../sys/i386/isa
KMOD = joy_mod
diff --git a/sys/modules/joy/joy b/sys/modules/joy/joy
index 3f5bbb96ab09..9461c739fb14 100644
--- a/sys/modules/joy/joy
+++ b/sys/modules/joy/joy
@@ -1,4 +1,4 @@
#!/bin/sh
-# $Id$
+# $FreeBSD$
modload -q -u -A `sysctl -n kern.bootfile` /lkm/joy_mod.o
diff --git a/sys/modules/joy/joy.8 b/sys/modules/joy/joy.8
index c0852f0b6b15..b68d791f99e6 100644
--- a/sys/modules/joy/joy.8
+++ b/sys/modules/joy/joy.8
@@ -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: joy.8,v 1.1 1996/03/16 01:35:48 jmz Exp $
+.\" $FreeBSD$
.\"
.Dd March 16, 1996
.Dt JOY 8
diff --git a/sys/modules/joy/joy.sh b/sys/modules/joy/joy.sh
index 3f5bbb96ab09..9461c739fb14 100644
--- a/sys/modules/joy/joy.sh
+++ b/sys/modules/joy/joy.sh
@@ -1,4 +1,4 @@
#!/bin/sh
-# $Id$
+# $FreeBSD$
modload -q -u -A `sysctl -n kern.bootfile` /lkm/joy_mod.o
diff --git a/sys/modules/kernfs/Makefile b/sys/modules/kernfs/Makefile
index 1fbe7f76521e..3dea3fea55f6 100644
--- a/sys/modules/kernfs/Makefile
+++ b/sys/modules/kernfs/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.1 1994/09/16 20:24:28 wollman Exp $
+# $FreeBSD$
.PATH: ${.CURDIR}/../../sys/miscfs/kernfs
KMOD= kernfs_mod
diff --git a/sys/modules/linux/Makefile b/sys/modules/linux/Makefile
index 1a5815250e97..3f5244896f35 100644
--- a/sys/modules/linux/Makefile
+++ b/sys/modules/linux/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.8 1996/06/25 20:13:12 bde Exp $
+# $FreeBSD$
.PATH: ${.CURDIR}/../../sys/i386/linux
KMOD= linux_mod
diff --git a/sys/modules/linux/linux b/sys/modules/linux/linux
index e4364a684269..b1facf8b92d9 100644
--- a/sys/modules/linux/linux
+++ b/sys/modules/linux/linux
@@ -1,3 +1,3 @@
#!/bin/sh
-# $Id: linux,v 1.1 1995/06/25 17:29:48 sos Exp $
+# $FreeBSD$
modload -e linux_mod -u -q -o /tmp/linux_mod /lkm/linux_mod.o
diff --git a/sys/modules/linux/linux.8 b/sys/modules/linux/linux.8
index 31f619435e8a..2f249f797be4 100644
--- a/sys/modules/linux/linux.8
+++ b/sys/modules/linux/linux.8
@@ -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: linux.8,v 1.1 1996/03/16 01:35:48 jmz Exp $
+.\" $FreeBSD$
.\"
.Dd January 9, 1997
.Dt LINUX 8
diff --git a/sys/modules/linux/linux.c b/sys/modules/linux/linux.c
index 23787758efa7..137be5ce2924 100644
--- a/sys/modules/linux/linux.c
+++ b/sys/modules/linux/linux.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.c,v 1.7 1996/09/03 22:52:07 bde Exp $
+ * $FreeBSD$
*/
#include <sys/param.h>
diff --git a/sys/modules/linux/linux.sh b/sys/modules/linux/linux.sh
index e4364a684269..b1facf8b92d9 100644
--- a/sys/modules/linux/linux.sh
+++ b/sys/modules/linux/linux.sh
@@ -1,3 +1,3 @@
#!/bin/sh
-# $Id: linux,v 1.1 1995/06/25 17:29:48 sos Exp $
+# $FreeBSD$
modload -e linux_mod -u -q -o /tmp/linux_mod /lkm/linux_mod.o
diff --git a/sys/modules/mfs/Makefile b/sys/modules/mfs/Makefile
index b3aee055aacb..cd9e4710180c 100644
--- a/sys/modules/mfs/Makefile
+++ b/sys/modules/mfs/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.1 1994/09/16 20:24:28 wollman Exp $
+# $FreeBSD$
.PATH: ${.CURDIR}/../../sys/ufs/mfs
KMOD= mfs_mod
diff --git a/sys/modules/msdos/Makefile b/sys/modules/msdos/Makefile
index c849011630e7..3c5446241133 100644
--- a/sys/modules/msdos/Makefile
+++ b/sys/modules/msdos/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.1 1994/09/21 23:27:09 wollman Exp $
+# $FreeBSD$
.PATH: ${.CURDIR}/../../sys/msdosfs
KMOD= msdos_mod
diff --git a/sys/modules/msdosfs/Makefile b/sys/modules/msdosfs/Makefile
index c849011630e7..3c5446241133 100644
--- a/sys/modules/msdosfs/Makefile
+++ b/sys/modules/msdosfs/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.1 1994/09/21 23:27:09 wollman Exp $
+# $FreeBSD$
.PATH: ${.CURDIR}/../../sys/msdosfs
KMOD= msdos_mod
diff --git a/sys/modules/nfs/Makefile b/sys/modules/nfs/Makefile
index e8e89e8367d9..79e38c4eaebb 100644
--- a/sys/modules/nfs/Makefile
+++ b/sys/modules/nfs/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.1 1994/09/21 23:27:07 wollman Exp $
+# $FreeBSD$
.PATH: ${.CURDIR}/../../sys/nfs
KMOD= nfs_mod
diff --git a/sys/modules/nfsclient/Makefile b/sys/modules/nfsclient/Makefile
index e8e89e8367d9..79e38c4eaebb 100644
--- a/sys/modules/nfsclient/Makefile
+++ b/sys/modules/nfsclient/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.1 1994/09/21 23:27:07 wollman Exp $
+# $FreeBSD$
.PATH: ${.CURDIR}/../../sys/nfs
KMOD= nfs_mod
diff --git a/sys/modules/nfsserver/Makefile b/sys/modules/nfsserver/Makefile
index e8e89e8367d9..79e38c4eaebb 100644
--- a/sys/modules/nfsserver/Makefile
+++ b/sys/modules/nfsserver/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.1 1994/09/21 23:27:07 wollman Exp $
+# $FreeBSD$
.PATH: ${.CURDIR}/../../sys/nfs
KMOD= nfs_mod
diff --git a/sys/modules/nullfs/Makefile b/sys/modules/nullfs/Makefile
index fc71e6a33ea6..4275e94513e8 100644
--- a/sys/modules/nullfs/Makefile
+++ b/sys/modules/nullfs/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.1 1994/09/16 20:24:28 wollman Exp $
+# $FreeBSD$
.PATH: ${.CURDIR}/../../sys/miscfs/nullfs
KMOD= null_mod
diff --git a/sys/modules/pcic/Makefile b/sys/modules/pcic/Makefile
index 2e1a7062ecea..5e3b32978167 100644
--- a/sys/modules/pcic/Makefile
+++ b/sys/modules/pcic/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.3 1995/10/15 14:33:17 phk Exp $
+# $FreeBSD$
.PATH: ${.CURDIR}/../../sys/pccard
KMOD= pcic_mod
diff --git a/sys/modules/portal/Makefile b/sys/modules/portal/Makefile
index 529314d1f6fe..fd1bc2c58512 100644
--- a/sys/modules/portal/Makefile
+++ b/sys/modules/portal/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.1 1994/09/16 20:24:28 wollman Exp $
+# $FreeBSD$
.PATH: ${.CURDIR}/../../sys/miscfs/portal
KMOD= portal_mod
diff --git a/sys/modules/portalfs/Makefile b/sys/modules/portalfs/Makefile
index 529314d1f6fe..fd1bc2c58512 100644
--- a/sys/modules/portalfs/Makefile
+++ b/sys/modules/portalfs/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.1 1994/09/16 20:24:28 wollman Exp $
+# $FreeBSD$
.PATH: ${.CURDIR}/../../sys/miscfs/portal
KMOD= portal_mod
diff --git a/sys/modules/procfs/Makefile b/sys/modules/procfs/Makefile
index 8b8ee0b474b7..0f5cec5ec948 100644
--- a/sys/modules/procfs/Makefile
+++ b/sys/modules/procfs/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.2 1996/01/24 19:34:49 peter Exp $
+# $FreeBSD$
.PATH: ${.CURDIR}/../../sys/miscfs/procfs
KMOD= procfs_mod
diff --git a/sys/modules/syscons/Makefile b/sys/modules/syscons/Makefile
index edd608e4907a..e170d904260f 100644
--- a/sys/modules/syscons/Makefile
+++ b/sys/modules/syscons/Makefile
@@ -1,4 +1,4 @@
-# $Id$
+# $FreeBSD$
SUBDIR= blank fade green snake star
diff --git a/sys/modules/syscons/blank/Makefile b/sys/modules/syscons/blank/Makefile
index b63e28059709..b0cc16f5cd7a 100644
--- a/sys/modules/syscons/blank/Makefile
+++ b/sys/modules/syscons/blank/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.2 1995/02/23 19:45:19 phk Exp $
+# $FreeBSD$
KMOD= blank_saver_mod
SRCS= blank_saver.c
diff --git a/sys/modules/syscons/blank/blank_saver.c b/sys/modules/syscons/blank/blank_saver.c
index 6b68c1a5c1cb..6af28601a15c 100644
--- a/sys/modules/syscons/blank/blank_saver.c
+++ b/sys/modules/syscons/blank/blank_saver.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: blank_saver.c,v 1.5 1995/11/14 07:34:34 bde Exp $
+ * $FreeBSD$
*/
#include <sys/param.h>
diff --git a/sys/modules/syscons/fade/Makefile b/sys/modules/syscons/fade/Makefile
index 215d8ed6b898..7cf5d8cbc55d 100644
--- a/sys/modules/syscons/fade/Makefile
+++ b/sys/modules/syscons/fade/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.2 1995/02/23 19:45:26 phk Exp $
+# $FreeBSD$
KMOD= fade_saver_mod
SRCS= fade_saver.c
diff --git a/sys/modules/syscons/fade/fade_saver.c b/sys/modules/syscons/fade/fade_saver.c
index 21dfa82b2d4c..524022d8d136 100644
--- a/sys/modules/syscons/fade/fade_saver.c
+++ b/sys/modules/syscons/fade/fade_saver.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: fade_saver.c,v 1.5 1995/11/14 07:34:42 bde Exp $
+ * $FreeBSD$
*/
#include <sys/param.h>
diff --git a/sys/modules/syscons/green/Makefile b/sys/modules/syscons/green/Makefile
index e41ea0e87423..a6d034e7132a 100644
--- a/sys/modules/syscons/green/Makefile
+++ b/sys/modules/syscons/green/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.2 1995/02/23 19:45:28 phk Exp $
+# $FreeBSD$
KMOD= green_saver_mod
SRCS= green_saver.c
diff --git a/sys/modules/syscons/green/green_saver.c b/sys/modules/syscons/green/green_saver.c
index e431dd744afa..6bb5fcb03c4e 100644
--- a/sys/modules/syscons/green/green_saver.c
+++ b/sys/modules/syscons/green/green_saver.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: green_saver.c,v 1.5 1995/11/14 07:34:50 bde Exp $
+ * $FreeBSD$
*/
#include <sys/param.h>
diff --git a/sys/modules/syscons/saver.h b/sys/modules/syscons/saver.h
index b2e0b6d4dba3..e190d99981b5 100644
--- a/sys/modules/syscons/saver.h
+++ b/sys/modules/syscons/saver.h
@@ -1,4 +1,4 @@
-/* $Id$ */
+/* $FreeBSD$ */
#include <sys/param.h>
#include <sys/systm.h>
diff --git a/sys/modules/syscons/snake/Makefile b/sys/modules/syscons/snake/Makefile
index c3eda52d1d12..8204c8e8b500 100644
--- a/sys/modules/syscons/snake/Makefile
+++ b/sys/modules/syscons/snake/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.2 1995/02/23 19:45:29 phk Exp $
+# $FreeBSD$
KMOD= snake_saver_mod
SRCS= snake_saver.c
diff --git a/sys/modules/syscons/snake/snake_saver.c b/sys/modules/syscons/snake/snake_saver.c
index dc00faac8416..80ecdc6b94c4 100644
--- a/sys/modules/syscons/snake/snake_saver.c
+++ b/sys/modules/syscons/snake/snake_saver.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: snake_saver.c,v 1.10 1996/07/01 20:28:54 bde Exp $
+ * $FreeBSD$
*/
#include <sys/param.h>
diff --git a/sys/modules/syscons/star/Makefile b/sys/modules/syscons/star/Makefile
index ae1414a90cc9..ea2d3deeca0d 100644
--- a/sys/modules/syscons/star/Makefile
+++ b/sys/modules/syscons/star/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.2 1995/02/23 19:45:30 phk Exp $
+# $FreeBSD$
KMOD= star_saver_mod
SRCS= star_saver.c
diff --git a/sys/modules/syscons/star/star_saver.c b/sys/modules/syscons/star/star_saver.c
index a31de13a54f5..5ee93e1b24d6 100644
--- a/sys/modules/syscons/star/star_saver.c
+++ b/sys/modules/syscons/star/star_saver.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: star_saver.c,v 1.7 1995/11/29 20:10:33 wollman Exp $
+ * $FreeBSD$
*/
#include <sys/param.h>
diff --git a/sys/modules/umapfs/Makefile b/sys/modules/umapfs/Makefile
index c8c26c8da2d0..00aafe6e6931 100644
--- a/sys/modules/umapfs/Makefile
+++ b/sys/modules/umapfs/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.1 1994/09/16 20:24:28 wollman Exp $
+# $FreeBSD$
.PATH: ${.CURDIR}/../../sys/miscfs/umapfs
KMOD= umap_mod
diff --git a/sys/modules/union/Makefile b/sys/modules/union/Makefile
index 2a1cf7efd3dd..807c2543d005 100644
--- a/sys/modules/union/Makefile
+++ b/sys/modules/union/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.1 1994/09/16 20:24:28 wollman Exp $
+# $FreeBSD$
.PATH: ${.CURDIR}/../../sys/miscfs/union
KMOD= union_mod
diff --git a/sys/modules/unionfs/Makefile b/sys/modules/unionfs/Makefile
index 2a1cf7efd3dd..807c2543d005 100644
--- a/sys/modules/unionfs/Makefile
+++ b/sys/modules/unionfs/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.1 1994/09/16 20:24:28 wollman Exp $
+# $FreeBSD$
.PATH: ${.CURDIR}/../../sys/miscfs/union
KMOD= union_mod
diff --git a/sys/modules/wcd/Makefile b/sys/modules/wcd/Makefile
index 6b0a1c3dde95..47ee62df331c 100644
--- a/sys/modules/wcd/Makefile
+++ b/sys/modules/wcd/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.4 1996/09/06 23:32:55 pst Exp $
+# $FreeBSD$
.PATH: ${.CURDIR}/../../sys/i386/isa
KMOD = wcd_mod