aboutsummaryrefslogtreecommitdiff
path: root/sys/modules
diff options
context:
space:
mode:
Diffstat (limited to 'sys/modules')
-rw-r--r--sys/modules/Makefile2
-rw-r--r--sys/modules/Makefile.inc2
-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/coda/Makefile2
-rw-r--r--sys/modules/coff/Makefile2
-rw-r--r--sys/modules/fdesc/Makefile2
-rw-r--r--sys/modules/fpu/Makefile2
-rw-r--r--sys/modules/gnufpu/Makefile2
-rw-r--r--sys/modules/ibcs2/Makefile2
-rw-r--r--sys/modules/ibcs2/ibcs2.82
-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/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/linux.82
-rw-r--r--sys/modules/linux/linux.sh2
-rw-r--r--sys/modules/lkm/Makefile2
-rw-r--r--sys/modules/mfs/Makefile2
-rw-r--r--sys/modules/msdos/Makefile2
-rw-r--r--sys/modules/nfs/Makefile2
-rw-r--r--sys/modules/ntfs/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/procfs/Makefile2
-rw-r--r--sys/modules/splash/Makefile2
-rw-r--r--sys/modules/splash/Makefile.inc2
-rw-r--r--sys/modules/splash/bmp/Makefile2
-rw-r--r--sys/modules/splash/bmp/splash_bmp.c2
-rw-r--r--sys/modules/splash/pcx/Makefile2
-rw-r--r--sys/modules/splash/pcx/splash_pcx.c2
-rw-r--r--sys/modules/syscons/Makefile2
-rw-r--r--sys/modules/syscons/Makefile.inc2
-rw-r--r--sys/modules/syscons/blank/Makefile2
-rw-r--r--sys/modules/syscons/blank/blank_saver.c2
-rw-r--r--sys/modules/syscons/daemon/Makefile2
-rw-r--r--sys/modules/syscons/daemon/daemon_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/fire/fire_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/logo/Makefile2
-rw-r--r--sys/modules/syscons/logo/logo_saver.c2
-rw-r--r--sys/modules/syscons/rain/Makefile2
-rw-r--r--sys/modules/syscons/rain/rain_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/syscons/warp/Makefile2
-rw-r--r--sys/modules/syscons/warp/warp_saver.c2
-rw-r--r--sys/modules/umapfs/Makefile2
-rw-r--r--sys/modules/union/Makefile2
-rw-r--r--sys/modules/vesa/Makefile2
-rw-r--r--sys/modules/vinum/Makefile2
67 files changed, 67 insertions, 67 deletions
diff --git a/sys/modules/Makefile b/sys/modules/Makefile
index a4af7fd26a81..54f147aa9f09 100644
--- a/sys/modules/Makefile
+++ b/sys/modules/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.47.2.1 1999/04/19 14:29:32 semenu Exp $
+# $Id: Makefile,v 1.47.2.2 1999/04/24 03:10:59 obrien Exp $
# XXX present but broken: ip_mroute_mod
# XXX not yet completed porting: acd
diff --git a/sys/modules/Makefile.inc b/sys/modules/Makefile.inc
index 5aa863d3f3b9..8a86773a5638 100644
--- a/sys/modules/Makefile.inc
+++ b/sys/modules/Makefile.inc
@@ -1,3 +1,3 @@
-# $Id$
+# $Id: Makefile.inc,v 1.1 1998/10/16 04:31:35 peter Exp $
KLDMOD= true
diff --git a/sys/modules/atapi/Makefile b/sys/modules/atapi/Makefile
index 22b5a7e23774..65be70a77476 100644
--- a/sys/modules/atapi/Makefile
+++ b/sys/modules/atapi/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.11 1998/02/25 01:40:54 bde Exp $
+# $Id: Makefile,v 1.12 1998/10/16 04:30:42 peter Exp $
.PATH: ${.CURDIR}/../../i386/isa
KMOD = atapi
diff --git a/sys/modules/ccd/Makefile b/sys/modules/ccd/Makefile
index 93cf3c10dee8..f5352bb943b4 100644
--- a/sys/modules/ccd/Makefile
+++ b/sys/modules/ccd/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.6 1998/02/01 18:12:12 bde Exp $
+# $Id: Makefile,v 1.7 1998/10/16 04:30:42 peter Exp $
.PATH: ${.CURDIR}/../../dev/ccd
KMOD= ccd
diff --git a/sys/modules/cd9660/Makefile b/sys/modules/cd9660/Makefile
index 9c2dd4ba36d6..04bc76fd4e04 100644
--- a/sys/modules/cd9660/Makefile
+++ b/sys/modules/cd9660/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.5 1998/02/06 23:54:19 eivind Exp $
+# $Id: Makefile,v 1.6 1998/10/16 04:30:42 peter Exp $
.PATH: ${.CURDIR}/../../isofs/cd9660
KMOD= cd9660
diff --git a/sys/modules/coda/Makefile b/sys/modules/coda/Makefile
index f30ec7b464a2..3d6371db3bde 100644
--- a/sys/modules/coda/Makefile
+++ b/sys/modules/coda/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.3 1998/10/16 04:30:42 peter Exp $
+# $Id: Makefile,v 1.4 1999/01/17 20:25:22 peter Exp $
.PATH: ${.CURDIR}/../../coda
KMOD= coda
diff --git a/sys/modules/coff/Makefile b/sys/modules/coff/Makefile
index 759158538e9a..c2fed181aa7c 100644
--- a/sys/modules/coff/Makefile
+++ b/sys/modules/coff/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.7 1998/10/16 04:30:42 peter Exp $
+# $Id: Makefile,v 1.8 1998/11/06 16:02:14 peter Exp $
.PATH: ${.CURDIR}/../../i386/ibcs2
KMOD= ibcs2_coff
diff --git a/sys/modules/fdesc/Makefile b/sys/modules/fdesc/Makefile
index 6052e62e063d..39ef77c48bd9 100644
--- a/sys/modules/fdesc/Makefile
+++ b/sys/modules/fdesc/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.3 1997/02/22 12:47:49 peter Exp $
+# $Id: Makefile,v 1.4 1998/10/16 04:30:43 peter Exp $
.PATH: ${.CURDIR}/../../miscfs/fdesc
KMOD= fdesc
diff --git a/sys/modules/fpu/Makefile b/sys/modules/fpu/Makefile
index 680e3c78bcae..ecd8b7e5ab50 100644
--- a/sys/modules/fpu/Makefile
+++ b/sys/modules/fpu/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.4 1997/07/20 08:46:27 bde Exp $
+# $Id: Makefile,v 1.5 1998/10/16 04:30:43 peter Exp $
.PATH: ${.CURDIR}/../../i386/i386
KMOD= fpu
diff --git a/sys/modules/gnufpu/Makefile b/sys/modules/gnufpu/Makefile
index 2332e4bc11b1..8f7f74b0be7c 100644
--- a/sys/modules/gnufpu/Makefile
+++ b/sys/modules/gnufpu/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.5 1997/08/26 13:49:26 bde Exp $
+# $Id: Makefile,v 1.6 1998/10/16 04:30:43 peter Exp $
.PATH: ${.CURDIR}/../../gnu/i386/fpemul
KMOD= gnufpu
diff --git a/sys/modules/ibcs2/Makefile b/sys/modules/ibcs2/Makefile
index 9bb8a5b303bf..dca54c6d3bdc 100644
--- a/sys/modules/ibcs2/Makefile
+++ b/sys/modules/ibcs2/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.22 1998/11/11 07:04:10 peter Exp $
+# $Id: Makefile,v 1.23 1998/11/12 00:37:38 jkh Exp $
.PATH: ${.CURDIR}/../../i386/ibcs2
KMOD= ibcs2
diff --git a/sys/modules/ibcs2/ibcs2.8 b/sys/modules/ibcs2/ibcs2.8
index 35abad21abbb..393df8f61ab3 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.6.2.2 1999/04/06 13:59:14 ghelmer Exp $
+.\" $Id: ibcs2.8,v 1.6.2.3 1999/04/23 16:15:28 ghelmer Exp $
.\"
.Dd November 27, 1995
.Dt IBCS2 8
diff --git a/sys/modules/ibcs2/ibcs2.sh b/sys/modules/ibcs2/ibcs2.sh
index 0fd465fa023e..5a957392dca0 100644
--- a/sys/modules/ibcs2/ibcs2.sh
+++ b/sys/modules/ibcs2/ibcs2.sh
@@ -24,7 +24,7 @@
# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
# SUCH DAMAGE.
#
-# $Id: ibcs2,v 1.7 1997/02/22 12:47:59 peter Exp $
+# $Id: ibcs2.sh,v 1.8 1998/11/05 04:19:26 peter Exp $
PATH=/bin:/sbin:/usr/bin:/usr/sbin; export PATH
diff --git a/sys/modules/if_disc/Makefile b/sys/modules/if_disc/Makefile
index b95b478196a1..7fe604876244 100644
--- a/sys/modules/if_disc/Makefile
+++ b/sys/modules/if_disc/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.5 1998/02/01 18:12:13 bde Exp $
+# $Id: Makefile,v 1.6 1998/10/16 04:30:44 peter Exp $
.PATH: ${.CURDIR}/../../net
KMOD= if_disc
diff --git a/sys/modules/if_ppp/Makefile b/sys/modules/if_ppp/Makefile
index 97c3b3c2df72..63d349316e9c 100644
--- a/sys/modules/if_ppp/Makefile
+++ b/sys/modules/if_ppp/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.15 1998/10/16 04:30:44 peter Exp $
+# $Id: Makefile,v 1.16 1999/01/17 20:53:48 peter Exp $
.PATH: ${.CURDIR}/../../net
KMOD= if_ppp
diff --git a/sys/modules/if_sl/Makefile b/sys/modules/if_sl/Makefile
index 6d1447784085..da8a11fbe1f9 100644
--- a/sys/modules/if_sl/Makefile
+++ b/sys/modules/if_sl/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.6 1998/02/01 18:12:14 bde Exp $
+# $Id: Makefile,v 1.7 1998/10/16 04:30:45 peter Exp $
.PATH: ${.CURDIR}/../../net
KMOD= if_sl
diff --git a/sys/modules/if_tun/Makefile b/sys/modules/if_tun/Makefile
index 7fadb7fa7126..51f6044941eb 100644
--- a/sys/modules/if_tun/Makefile
+++ b/sys/modules/if_tun/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.7 1998/10/16 04:30:45 peter Exp $
+# $Id: Makefile,v 1.8 1999/01/17 20:53:47 peter Exp $
.PATH: ${.CURDIR}/../../net
KMOD= if_tun
diff --git a/sys/modules/ip_mroute_mod/Makefile b/sys/modules/ip_mroute_mod/Makefile
index f44df9fe03c8..238167dc8feb 100644
--- a/sys/modules/ip_mroute_mod/Makefile
+++ b/sys/modules/ip_mroute_mod/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.3 1997/02/22 12:48:12 peter Exp $
+# $Id: Makefile,v 1.4 1998/10/16 04:30:46 peter Exp $
.PATH: ${.CURDIR}/../../netinet
KMOD= ip_mroute
diff --git a/sys/modules/ipfw/Makefile b/sys/modules/ipfw/Makefile
index c5300e8e3781..e2d98250c801 100644
--- a/sys/modules/ipfw/Makefile
+++ b/sys/modules/ipfw/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.8 1997/09/10 04:19:07 peter Exp $
+# $Id: Makefile,v 1.9 1998/10/16 04:30:46 peter Exp $
.PATH: ${.CURDIR}/../../netinet
KMOD= ipfw
diff --git a/sys/modules/joy/Makefile b/sys/modules/joy/Makefile
index 335833f31b1d..bb109ab5e134 100644
--- a/sys/modules/joy/Makefile
+++ b/sys/modules/joy/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.10 1998/11/11 07:04:10 peter Exp $
+# $Id: Makefile,v 1.11 1998/11/12 00:37:39 jkh Exp $
.PATH: ${.CURDIR}/../../i386/isa
KMOD = joy
diff --git a/sys/modules/joy/joy.8 b/sys/modules/joy/joy.8
index d0db8e8f730c..d586f79af8ed 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.4.2.1 1999/04/06 13:55:20 ghelmer Exp $
+.\" $Id: joy.8,v 1.4.2.2 1999/04/23 16:15:39 ghelmer Exp $
.\"
.Dd March 16, 1996
.Dt JOY 8
diff --git a/sys/modules/joy/joy.sh b/sys/modules/joy/joy.sh
index 3f165a6aa2a1..5c8be1928268 100644
--- a/sys/modules/joy/joy.sh
+++ b/sys/modules/joy/joy.sh
@@ -1,4 +1,4 @@
#!/bin/sh
-# $Id: joy,v 1.3 1997/02/22 12:48:17 peter Exp $
+# $Id: joy.sh,v 1.4 1998/11/05 04:19:26 peter Exp $
kldload joy
diff --git a/sys/modules/kernfs/Makefile b/sys/modules/kernfs/Makefile
index d1c7500349aa..80cfca864f6b 100644
--- a/sys/modules/kernfs/Makefile
+++ b/sys/modules/kernfs/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.3 1997/02/22 12:48:21 peter Exp $
+# $Id: Makefile,v 1.4 1998/10/16 04:30:47 peter Exp $
.PATH: ${.CURDIR}/../../miscfs/kernfs
KMOD= kernfs
diff --git a/sys/modules/linux/Makefile b/sys/modules/linux/Makefile
index e6328ac4cbf7..8c5505d2b70a 100644
--- a/sys/modules/linux/Makefile
+++ b/sys/modules/linux/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.24 1998/11/12 00:37:39 jkh Exp $
+# $Id: Makefile,v 1.24.2.1 1999/01/27 20:56:24 julian Exp $
.PATH: ${.CURDIR}/../../i386/linux
KMOD= linux
diff --git a/sys/modules/linux/linux.8 b/sys/modules/linux/linux.8
index 28410153237b..f00e0b5a4266 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.3.2.1 1999/04/06 13:51:38 ghelmer Exp $
+.\" $Id: linux.8,v 1.3.2.2 1999/04/23 16:15:50 ghelmer Exp $
.\"
.Dd January 9, 1997
.Dt LINUX 8
diff --git a/sys/modules/linux/linux.sh b/sys/modules/linux/linux.sh
index 8545fbbc47bc..eb03577389f7 100644
--- a/sys/modules/linux/linux.sh
+++ b/sys/modules/linux/linux.sh
@@ -1,6 +1,6 @@
#!/bin/sh
-# $Id: linux,v 1.5 1998/09/07 16:15:59 cracauer Exp $
+# $Id: linux.sh,v 1.6 1998/11/05 04:19:26 peter Exp $
FOUND=`kldstat -v | egrep 'linux(aout|elf)'`
diff --git a/sys/modules/lkm/Makefile b/sys/modules/lkm/Makefile
index ecf7d27dce59..e4def9652edd 100644
--- a/sys/modules/lkm/Makefile
+++ b/sys/modules/lkm/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.11 1998/11/12 00:37:39 jkh Exp $
+# $Id: Makefile,v 1.1 1999/01/17 19:05:40 peter Exp $
.PATH: ${.CURDIR}/../../kern
KMOD = lkm
diff --git a/sys/modules/mfs/Makefile b/sys/modules/mfs/Makefile
index 6fde55f65ac3..05c701acace6 100644
--- a/sys/modules/mfs/Makefile
+++ b/sys/modules/mfs/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.4 1998/10/16 04:30:47 peter Exp $
+# $Id: Makefile,v 1.5 1998/11/11 03:06:46 bde Exp $
.PATH: ${.CURDIR}/../../ufs/mfs
KMOD= mfs
diff --git a/sys/modules/msdos/Makefile b/sys/modules/msdos/Makefile
index cc8102277349..66d10fe531c1 100644
--- a/sys/modules/msdos/Makefile
+++ b/sys/modules/msdos/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.6 1998/02/06 23:54:22 eivind Exp $
+# $Id: Makefile,v 1.7 1998/10/16 04:30:47 peter Exp $
.PATH: ${.CURDIR}/../../msdosfs
KMOD= msdos
diff --git a/sys/modules/nfs/Makefile b/sys/modules/nfs/Makefile
index 719adcd2692a..15f3e996a643 100644
--- a/sys/modules/nfs/Makefile
+++ b/sys/modules/nfs/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.10 1998/07/07 02:27:09 bde Exp $
+# $Id: Makefile,v 1.11 1998/10/16 04:30:48 peter Exp $
.PATH: ${.CURDIR}/../../nfs
KMOD= nfs
diff --git a/sys/modules/ntfs/Makefile b/sys/modules/ntfs/Makefile
index 2023804fc0a5..a731e0a695ab 100644
--- a/sys/modules/ntfs/Makefile
+++ b/sys/modules/ntfs/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.1.1.1 1999/02/03 04:01:27 semenu Exp $
+# $Id: Makefile,v 1.1.1.1.2.1 1999/03/14 09:59:54 semenu Exp $
.PATH: ${.CURDIR}/../../ntfs
KMOD= ntfs
diff --git a/sys/modules/nullfs/Makefile b/sys/modules/nullfs/Makefile
index 4b1957611a31..60d83fde0df2 100644
--- a/sys/modules/nullfs/Makefile
+++ b/sys/modules/nullfs/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.6 1998/02/06 23:54:26 eivind Exp $
+# $Id: Makefile,v 1.7 1998/10/16 04:30:48 peter Exp $
.PATH: ${.CURDIR}/../../miscfs/nullfs
KMOD= null
diff --git a/sys/modules/pcic/Makefile b/sys/modules/pcic/Makefile
index 550d58922a49..a6269cd3c5e9 100644
--- a/sys/modules/pcic/Makefile
+++ b/sys/modules/pcic/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.7 1998/10/16 04:30:48 peter Exp $
+# $Id: Makefile,v 1.8 1999/01/19 00:41:17 peter Exp $
.PATH: ${.CURDIR}/../../pccard
KMOD= pcic
diff --git a/sys/modules/portal/Makefile b/sys/modules/portal/Makefile
index 0d35dd9c5c88..846d30d7553f 100644
--- a/sys/modules/portal/Makefile
+++ b/sys/modules/portal/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.3 1997/02/22 12:48:47 peter Exp $
+# $Id: Makefile,v 1.4 1998/10/16 04:30:48 peter Exp $
.PATH: ${.CURDIR}/../../miscfs/portal
KMOD= portal
diff --git a/sys/modules/procfs/Makefile b/sys/modules/procfs/Makefile
index b7b5bd1f587d..0dc34b266742 100644
--- a/sys/modules/procfs/Makefile
+++ b/sys/modules/procfs/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.12 1998/07/27 01:07:00 alex Exp $
+# $Id: Makefile,v 1.13 1998/10/16 04:30:48 peter Exp $
.PATH: ${.CURDIR}/../../miscfs/procfs
KMOD= procfs
diff --git a/sys/modules/splash/Makefile b/sys/modules/splash/Makefile
index b1a7214f7c53..de7500bdb23e 100644
--- a/sys/modules/splash/Makefile
+++ b/sys/modules/splash/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.2 1999/04/12 13:39:10 des Exp $
+# $Id: Makefile,v 1.1.2.1 1999/04/17 19:32:01 des Exp $
SUBDIR= bmp pcx
diff --git a/sys/modules/splash/Makefile.inc b/sys/modules/splash/Makefile.inc
index 64212f6bfa21..4eaec95aaeb6 100644
--- a/sys/modules/splash/Makefile.inc
+++ b/sys/modules/splash/Makefile.inc
@@ -1,3 +1,3 @@
-# $Id: $
+# $Id: Makefile.inc,v 1.1 1999/01/11 03:34:52 yokota Exp $
.include "../Makefile.inc"
diff --git a/sys/modules/splash/bmp/Makefile b/sys/modules/splash/bmp/Makefile
index 798e7e428389..819ff1b53c37 100644
--- a/sys/modules/splash/bmp/Makefile
+++ b/sys/modules/splash/bmp/Makefile
@@ -1,4 +1,4 @@
-# $Id: $
+# $Id: Makefile,v 1.1 1999/01/11 03:34:55 yokota Exp $
KMOD= splash_bmp
SRCS= splash_bmp.c
diff --git a/sys/modules/splash/bmp/splash_bmp.c b/sys/modules/splash/bmp/splash_bmp.c
index 9f682b6e374e..b1b44e744aa5 100644
--- a/sys/modules/splash/bmp/splash_bmp.c
+++ b/sys/modules/splash/bmp/splash_bmp.c
@@ -24,7 +24,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: splash_bmp.c,v 1.3.2.2 1999/02/07 03:03:28 yokota Exp $
+ * $Id: splash_bmp.c,v 1.3.2.3 1999/03/29 15:15:21 yokota Exp $
*/
#include <sys/param.h>
diff --git a/sys/modules/splash/pcx/Makefile b/sys/modules/splash/pcx/Makefile
index baf064c5b972..28624d925803 100644
--- a/sys/modules/splash/pcx/Makefile
+++ b/sys/modules/splash/pcx/Makefile
@@ -1,4 +1,4 @@
-# $Id$
+# $Id: Makefile,v 1.2 1999/04/13 09:11:20 bde Exp $
KMOD= splash_pcx
SRCS= splash_pcx.c
diff --git a/sys/modules/splash/pcx/splash_pcx.c b/sys/modules/splash/pcx/splash_pcx.c
index 3066bb36654f..7e7c942d2b73 100644
--- a/sys/modules/splash/pcx/splash_pcx.c
+++ b/sys/modules/splash/pcx/splash_pcx.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$
+ * $Id: splash_pcx.c,v 1.1 1999/04/12 13:39:11 des Exp $
*/
#include <sys/param.h>
diff --git a/sys/modules/syscons/Makefile b/sys/modules/syscons/Makefile
index 14c8f2fee176..7e51a2202a8b 100644
--- a/sys/modules/syscons/Makefile
+++ b/sys/modules/syscons/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.7 1998/12/31 13:42:00 des Exp $
+# $Id: Makefile,v 1.7.2.1 1999/05/05 11:48:11 jkh Exp $
SUBDIR= blank daemon fade green logo rain snake star warp fire
diff --git a/sys/modules/syscons/Makefile.inc b/sys/modules/syscons/Makefile.inc
index 60392e0a0bf3..f7f8fa50d287 100644
--- a/sys/modules/syscons/Makefile.inc
+++ b/sys/modules/syscons/Makefile.inc
@@ -1,3 +1,3 @@
-# $Id$
+# $Id: Makefile.inc,v 1.1 1998/10/16 04:30:49 peter Exp $
.include "../Makefile.inc"
diff --git a/sys/modules/syscons/blank/Makefile b/sys/modules/syscons/blank/Makefile
index 4f881865a818..d5d9fd2a497e 100644
--- a/sys/modules/syscons/blank/Makefile
+++ b/sys/modules/syscons/blank/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.7 1998/02/01 17:59:51 bde Exp $
+# $Id: Makefile,v 1.8 1998/10/16 04:30:49 peter Exp $
KMOD= blank_saver
SRCS= blank_saver.c
diff --git a/sys/modules/syscons/blank/blank_saver.c b/sys/modules/syscons/blank/blank_saver.c
index 89dd199815f5..612cac220827 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.14 1998/11/04 03:49:38 peter Exp $
+ * $Id: blank_saver.c,v 1.15 1999/01/11 03:18:44 yokota Exp $
*/
#include <sys/param.h>
diff --git a/sys/modules/syscons/daemon/Makefile b/sys/modules/syscons/daemon/Makefile
index 4f0e6a3624e0..b10c366cf4b1 100644
--- a/sys/modules/syscons/daemon/Makefile
+++ b/sys/modules/syscons/daemon/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.4 1998/02/01 17:59:52 bde Exp $
+# $Id: Makefile,v 1.5 1998/10/16 04:30:49 peter Exp $
KMOD= daemon_saver
SRCS= daemon_saver.c
diff --git a/sys/modules/syscons/daemon/daemon_saver.c b/sys/modules/syscons/daemon/daemon_saver.c
index ae6fe04cec1f..ddfc77e58b9a 100644
--- a/sys/modules/syscons/daemon/daemon_saver.c
+++ b/sys/modules/syscons/daemon/daemon_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: daemon_saver.c,v 1.15 1999/02/05 12:40:15 des Exp $
+ * $Id: daemon_saver.c,v 1.14.2.1 1999/02/07 03:03:28 yokota Exp $
*/
#include <sys/param.h>
diff --git a/sys/modules/syscons/fade/Makefile b/sys/modules/syscons/fade/Makefile
index d5ac4067ecc2..71db67db5ff0 100644
--- a/sys/modules/syscons/fade/Makefile
+++ b/sys/modules/syscons/fade/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.7 1998/02/01 17:59:53 bde Exp $
+# $Id: Makefile,v 1.8 1998/10/16 04:30:49 peter Exp $
KMOD= fade_saver
SRCS= fade_saver.c
diff --git a/sys/modules/syscons/fade/fade_saver.c b/sys/modules/syscons/fade/fade_saver.c
index 70d36c9c1e0c..ec402fc322f8 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.15 1998/11/04 03:49:38 peter Exp $
+ * $Id: fade_saver.c,v 1.16 1999/01/11 03:18:46 yokota Exp $
*/
#include <sys/param.h>
diff --git a/sys/modules/syscons/fire/fire_saver.c b/sys/modules/syscons/fire/fire_saver.c
index 086a42da323b..aea36a9bf49f 100644
--- a/sys/modules/syscons/fire/fire_saver.c
+++ b/sys/modules/syscons/fire/fire_saver.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: fire_saver.c,v 1.3 1999/05/08 11:51:51 des Exp $
+ * $Id: fire_saver.c,v 1.2.2.1 1999/05/10 15:20:30 des Exp $
*/
/*
diff --git a/sys/modules/syscons/green/Makefile b/sys/modules/syscons/green/Makefile
index 9d8d1a3115ce..303b154d9611 100644
--- a/sys/modules/syscons/green/Makefile
+++ b/sys/modules/syscons/green/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.7 1998/02/01 17:59:54 bde Exp $
+# $Id: Makefile,v 1.8 1998/10/16 04:30:50 peter Exp $
KMOD= green_saver
SRCS= green_saver.c
diff --git a/sys/modules/syscons/green/green_saver.c b/sys/modules/syscons/green/green_saver.c
index 9decd7282f9f..3f57e8de7370 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.14 1998/11/04 03:49:38 peter Exp $
+ * $Id: green_saver.c,v 1.15 1999/01/11 03:18:48 yokota Exp $
*/
#include <sys/param.h>
diff --git a/sys/modules/syscons/logo/Makefile b/sys/modules/syscons/logo/Makefile
index 1bccccdbde1a..2fc168200b1d 100644
--- a/sys/modules/syscons/logo/Makefile
+++ b/sys/modules/syscons/logo/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.1 1998/12/28 14:22:57 des Exp $
+# $Id: Makefile,v 1.2 1998/12/29 09:02:44 peter Exp $
KMOD= logo_saver
SRCS= logo_saver.c
diff --git a/sys/modules/syscons/logo/logo_saver.c b/sys/modules/syscons/logo/logo_saver.c
index 085bfc0a3c53..6cba5bb7152f 100644
--- a/sys/modules/syscons/logo/logo_saver.c
+++ b/sys/modules/syscons/logo/logo_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: logo_saver.c,v 1.6 1999/04/12 13:34:57 des Exp $
+ * $Id: logo_saver.c,v 1.4.2.2 1999/04/17 19:31:16 des Exp $
*/
#include <sys/param.h>
diff --git a/sys/modules/syscons/rain/Makefile b/sys/modules/syscons/rain/Makefile
index 8b964f34a0fa..28d00fb3ce1e 100644
--- a/sys/modules/syscons/rain/Makefile
+++ b/sys/modules/syscons/rain/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.1 1998/12/27 22:03:09 des Exp $
+# $Id: Makefile,v 1.1 1998/12/31 13:41:40 des Exp $
KMOD= rain_saver
SRCS= rain_saver.c
diff --git a/sys/modules/syscons/rain/rain_saver.c b/sys/modules/syscons/rain/rain_saver.c
index b0760be6e6dc..935db8d78d12 100644
--- a/sys/modules/syscons/rain/rain_saver.c
+++ b/sys/modules/syscons/rain/rain_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: rain_saver.c,v 1.3 1999/04/12 13:34:57 des Exp $
+ * $Id: rain_saver.c,v 1.2.2.1 1999/04/17 19:31:18 des Exp $
*/
#include <sys/param.h>
diff --git a/sys/modules/syscons/saver.h b/sys/modules/syscons/saver.h
index 2129bb717611..8150e1b021d2 100644
--- a/sys/modules/syscons/saver.h
+++ b/sys/modules/syscons/saver.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: saver.h,v 1.17 1999/04/12 13:34:57 des Exp $
+ * $Id: saver.h,v 1.16.2.1 1999/04/17 19:31:16 des Exp $
*/
#include <machine/apm_bios.h>
#include <machine/console.h>
diff --git a/sys/modules/syscons/snake/Makefile b/sys/modules/syscons/snake/Makefile
index 88a7bfc98722..e1b12ac7468d 100644
--- a/sys/modules/syscons/snake/Makefile
+++ b/sys/modules/syscons/snake/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.7 1998/02/01 17:59:58 bde Exp $
+# $Id: Makefile,v 1.8 1998/10/16 04:30:50 peter Exp $
KMOD= snake_saver
SRCS= snake_saver.c
diff --git a/sys/modules/syscons/snake/snake_saver.c b/sys/modules/syscons/snake/snake_saver.c
index 530e3c6897bf..92dcb9b0eeaf 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.23 1999/02/05 12:40:15 des Exp $
+ * $Id: snake_saver.c,v 1.22.2.1 1999/02/07 03:03:29 yokota Exp $
*/
#include <sys/param.h>
diff --git a/sys/modules/syscons/star/Makefile b/sys/modules/syscons/star/Makefile
index 02a8456e8dc0..cc1884206231 100644
--- a/sys/modules/syscons/star/Makefile
+++ b/sys/modules/syscons/star/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.7 1998/02/01 17:59:59 bde Exp $
+# $Id: Makefile,v 1.8 1998/10/16 04:30:50 peter Exp $
KMOD= star_saver
SRCS= star_saver.c
diff --git a/sys/modules/syscons/star/star_saver.c b/sys/modules/syscons/star/star_saver.c
index 79897b3b0937..ee0313fe8d98 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.20 1999/02/05 12:40:16 des Exp $
+ * $Id: star_saver.c,v 1.19.2.1 1999/02/07 03:03:29 yokota Exp $
*/
#include <sys/param.h>
diff --git a/sys/modules/syscons/warp/Makefile b/sys/modules/syscons/warp/Makefile
index 3902ca0eac53..429afa20e153 100644
--- a/sys/modules/syscons/warp/Makefile
+++ b/sys/modules/syscons/warp/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.1 1998/12/27 22:03:09 des Exp $
+# $Id: Makefile,v 1.2 1998/12/31 13:38:59 des Exp $
KMOD= warp_saver
SRCS= warp_saver.c
diff --git a/sys/modules/syscons/warp/warp_saver.c b/sys/modules/syscons/warp/warp_saver.c
index ac5a80d9fa32..3ce8bce2ea05 100644
--- a/sys/modules/syscons/warp/warp_saver.c
+++ b/sys/modules/syscons/warp/warp_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: warp_saver.c,v 1.5 1999/04/12 13:34:58 des Exp $
+ * $Id: warp_saver.c,v 1.4.2.1 1999/04/17 19:31:18 des Exp $
*/
#include <sys/param.h>
diff --git a/sys/modules/umapfs/Makefile b/sys/modules/umapfs/Makefile
index 6a1332c12723..9dc2eb9778a6 100644
--- a/sys/modules/umapfs/Makefile
+++ b/sys/modules/umapfs/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.3 1997/02/22 12:49:25 peter Exp $
+# $Id: Makefile,v 1.4 1998/10/16 04:30:50 peter Exp $
.PATH: ${.CURDIR}/../../miscfs/umapfs
KMOD= umap
diff --git a/sys/modules/union/Makefile b/sys/modules/union/Makefile
index defca0bcc7d1..b6ed5b03af7f 100644
--- a/sys/modules/union/Makefile
+++ b/sys/modules/union/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.3 1997/02/22 12:49:27 peter Exp $
+# $Id: Makefile,v 1.4 1998/10/16 04:30:50 peter Exp $
.PATH: ${.CURDIR}/../../miscfs/union
KMOD= union
diff --git a/sys/modules/vesa/Makefile b/sys/modules/vesa/Makefile
index 6de1c879120c..a86197adce2e 100644
--- a/sys/modules/vesa/Makefile
+++ b/sys/modules/vesa/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.4 1998/12/30 11:21:07 yokota Exp $
+# $Id: Makefile,v 1.5 1999/01/11 03:18:56 yokota Exp $
.PATH: ${.CURDIR}/../../dev/syscons ${.CURDIR}/../../i386/isa
KMOD = vesa
diff --git a/sys/modules/vinum/Makefile b/sys/modules/vinum/Makefile
index b5ae146994cc..3c34217b7930 100644
--- a/sys/modules/vinum/Makefile
+++ b/sys/modules/vinum/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.10 1999/01/30 01:45:44 grog Exp $
+# $Id: Makefile,v 1.7.2.2 1999/02/01 00:52:51 grog Exp $
MAINTAINER = grog@FreeBSD.org
SOURCE= ${.CURDIR}/../../dev/vinum