summaryrefslogtreecommitdiff
path: root/lkm
diff options
context:
space:
mode:
Diffstat (limited to 'lkm')
-rw-r--r--lkm/Makefile2
-rw-r--r--lkm/atapi/Makefile2
-rw-r--r--lkm/ccd/Makefile2
-rw-r--r--lkm/cd9660/Makefile2
-rw-r--r--lkm/coda/Makefile2
-rw-r--r--lkm/coff/Makefile2
-rw-r--r--lkm/coff/coff.c2
-rw-r--r--lkm/fdesc/Makefile2
-rw-r--r--lkm/fpu/Makefile2
-rw-r--r--lkm/gnufpu/Makefile2
-rw-r--r--lkm/ibcs2/Makefile2
-rwxr-xr-xlkm/ibcs2/ibcs22
-rw-r--r--lkm/ibcs2/ibcs2.82
-rw-r--r--lkm/ibcs2/ibcs2.c2
-rw-r--r--lkm/if_disc/Makefile2
-rw-r--r--lkm/if_ppp/Makefile2
-rw-r--r--lkm/if_sl/Makefile2
-rw-r--r--lkm/if_tun/Makefile2
-rw-r--r--lkm/ip_mroute_mod/Makefile2
-rw-r--r--lkm/ipfw/Makefile2
-rw-r--r--lkm/joy/Makefile2
-rw-r--r--lkm/joy/joy2
-rw-r--r--lkm/joy/joy.82
-rw-r--r--lkm/kernfs/Makefile2
-rw-r--r--lkm/linux/Makefile2
-rw-r--r--lkm/linux/linux2
-rw-r--r--lkm/linux/linux.82
-rw-r--r--lkm/linux/linux.c2
-rw-r--r--lkm/mfs/Makefile2
-rw-r--r--lkm/msdos/Makefile2
-rw-r--r--lkm/nfs/Makefile2
-rw-r--r--lkm/nullfs/Makefile2
-rw-r--r--lkm/pcic/Makefile2
-rw-r--r--lkm/portal/Makefile2
-rw-r--r--lkm/procfs/Makefile2
-rw-r--r--lkm/syscons/Makefile2
-rw-r--r--lkm/syscons/blank/Makefile2
-rw-r--r--lkm/syscons/blank/blank_saver.c2
-rw-r--r--lkm/syscons/daemon/Makefile2
-rw-r--r--lkm/syscons/daemon/daemon_saver.c2
-rw-r--r--lkm/syscons/fade/Makefile2
-rw-r--r--lkm/syscons/fade/fade_saver.c2
-rw-r--r--lkm/syscons/green/Makefile2
-rw-r--r--lkm/syscons/green/green_saver.c2
-rw-r--r--lkm/syscons/saver.h2
-rw-r--r--lkm/syscons/snake/Makefile2
-rw-r--r--lkm/syscons/snake/snake_saver.c2
-rw-r--r--lkm/syscons/star/Makefile2
-rw-r--r--lkm/syscons/star/star_saver.c2
-rw-r--r--lkm/umapfs/Makefile2
-rw-r--r--lkm/union/Makefile2
-rw-r--r--lkm/vesa/Makefile2
-rw-r--r--lkm/vinum/COPYRIGHT2
-rw-r--r--lkm/vinum/Makefile2
-rw-r--r--lkm/vinum/config.c2
-rw-r--r--lkm/vinum/interrupt.c2
-rw-r--r--lkm/vinum/io.c2
-rw-r--r--lkm/vinum/lock.c2
-rwxr-xr-xlkm/vinum/makestatetext2
-rw-r--r--lkm/vinum/memory.c2
-rw-r--r--lkm/vinum/parser.c2
-rw-r--r--lkm/vinum/request.c2
-rw-r--r--lkm/vinum/request.h2
-rw-r--r--lkm/vinum/revive.c2
-rw-r--r--lkm/vinum/state.c2
-rw-r--r--lkm/vinum/statetexts.h2
-rw-r--r--lkm/vinum/util.c2
-rw-r--r--lkm/vinum/vinum.c2
-rw-r--r--lkm/vinum/vinumext.h2
-rw-r--r--lkm/vinum/vinumhdr.h2
-rw-r--r--lkm/vinum/vinumio.h2
-rw-r--r--lkm/vinum/vinumioctl.c2
-rw-r--r--lkm/vinum/vinumkw.h2
-rw-r--r--lkm/vinum/vinumstate.h2
-rw-r--r--lkm/vinum/vinumvar.h2
-rw-r--r--lkm/wcd/Makefile2
76 files changed, 76 insertions, 76 deletions
diff --git a/lkm/Makefile b/lkm/Makefile
index 992f872e361b..c8af43d8cc72 100644
--- a/lkm/Makefile
+++ b/lkm/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.32 1998/09/25 17:51:44 rvb Exp $
+# $Id: Makefile,v 1.33 1998/09/28 05:38:22 grog Exp $
# XXX present but broken: ip_mroute_mod mfs
.if ${MACHINE_ARCH} == "i386"
diff --git a/lkm/atapi/Makefile b/lkm/atapi/Makefile
index fce2cd1ff6f9..d8b9724edea6 100644
--- a/lkm/atapi/Makefile
+++ b/lkm/atapi/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.10 1998/02/01 17:53:53 bde Exp $
+# $Id: Makefile,v 1.11 1998/02/25 01:40:54 bde Exp $
.PATH: ${.CURDIR}/../../sys/i386/isa
KMOD = atapi_mod
diff --git a/lkm/ccd/Makefile b/lkm/ccd/Makefile
index b5b989beeebc..66626c5b7697 100644
--- a/lkm/ccd/Makefile
+++ b/lkm/ccd/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.5 1997/02/22 12:47:41 peter Exp $
+# $Id: Makefile,v 1.6 1998/02/01 18:12:12 bde Exp $
.PATH: ${.CURDIR}/../../sys/dev/ccd
KMOD= ccd_mod
diff --git a/lkm/cd9660/Makefile b/lkm/cd9660/Makefile
index bcf4cbc2e028..24c4f64c33e5 100644
--- a/lkm/cd9660/Makefile
+++ b/lkm/cd9660/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.4 1998/02/04 21:56:34 eivind Exp $
+# $Id: Makefile,v 1.5 1998/02/06 23:54:19 eivind Exp $
.PATH: ${.CURDIR}/../../sys/isofs/cd9660
KMOD= cd9660_mod
diff --git a/lkm/coda/Makefile b/lkm/coda/Makefile
index c014608cdfe1..79766fe17cb9 100644
--- a/lkm/coda/Makefile
+++ b/lkm/coda/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.1.1.1 1998/09/25 17:47:48 rvb Exp $
+# $Id: Makefile,v 1.2 1998/09/29 20:19:45 rvb Exp $
.PATH: ${.CURDIR}/../../sys/coda
KMOD= coda_mod
diff --git a/lkm/coff/Makefile b/lkm/coff/Makefile
index e9f291067f1a..804330a6e685 100644
--- a/lkm/coff/Makefile
+++ b/lkm/coff/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.5 1998/02/01 18:12:12 bde Exp $
+# $Id: Makefile,v 1.6 1998/03/12 20:04:38 eivind Exp $
.PATH: ${.CURDIR}/../../sys/i386/ibcs2
KMOD= ibcs2_coff_mod
diff --git a/lkm/coff/coff.c b/lkm/coff/coff.c
index cc12cdfc6593..3002b8a4eb5c 100644
--- a/lkm/coff/coff.c
+++ b/lkm/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.9 1997/04/06 10:47:39 dufault Exp $
+ * $Id: coff.c,v 1.10 1998/08/24 05:31:57 jkh Exp $
*/
#include <sys/param.h>
diff --git a/lkm/fdesc/Makefile b/lkm/fdesc/Makefile
index 908206892237..32f31620fdff 100644
--- a/lkm/fdesc/Makefile
+++ b/lkm/fdesc/Makefile
@@ -1,4 +1,4 @@
-# $Id$
+# $Id: Makefile,v 1.3 1997/02/22 12:47:49 peter Exp $
.PATH: ${.CURDIR}/../../sys/miscfs/fdesc
KMOD= fdesc_mod
diff --git a/lkm/fpu/Makefile b/lkm/fpu/Makefile
index 5a16be56fb25..657810d21cdc 100644
--- a/lkm/fpu/Makefile
+++ b/lkm/fpu/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.3 1997/02/22 12:47:51 peter Exp $
+# $Id: Makefile,v 1.4 1997/07/20 08:46:27 bde Exp $
.PATH: ${.CURDIR}/../../sys/i386/i386
KMOD= fpu_mod
diff --git a/lkm/gnufpu/Makefile b/lkm/gnufpu/Makefile
index 85610c2e9027..b836fb4dfccc 100644
--- a/lkm/gnufpu/Makefile
+++ b/lkm/gnufpu/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.4 1997/07/20 08:46:30 bde Exp $
+# $Id: Makefile,v 1.5 1997/08/26 13:49:26 bde Exp $
.PATH: ${.CURDIR}/../../sys/gnu/i386/fpemul
KMOD= gnufpu_mod
diff --git a/lkm/ibcs2/Makefile b/lkm/ibcs2/Makefile
index 9136c6316106..def980911a1a 100644
--- a/lkm/ibcs2/Makefile
+++ b/lkm/ibcs2/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.16 1998/02/04 21:56:35 eivind Exp $
+# $Id: Makefile,v 1.17 1998/02/06 23:54:20 eivind Exp $
.PATH: ${.CURDIR}/../../sys/i386/ibcs2
KMOD= ibcs2_mod
diff --git a/lkm/ibcs2/ibcs2 b/lkm/ibcs2/ibcs2
index a649885512ea..1e9782c24305 100755
--- a/lkm/ibcs2/ibcs2
+++ b/lkm/ibcs2/ibcs2
@@ -24,7 +24,7 @@
# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
# SUCH DAMAGE.
#
-# $Id$
+# $Id: ibcs2,v 1.7 1997/02/22 12:47:59 peter Exp $
PATH=/bin:/sbin:/usr/bin:/usr/sbin; export PATH
diff --git a/lkm/ibcs2/ibcs2.8 b/lkm/ibcs2/ibcs2.8
index 38b586e2b88d..9518ee3f6904 100644
--- a/lkm/ibcs2/ibcs2.8
+++ b/lkm/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.5 1998/05/19 03:31:34 jkoshy Exp $
+.\" $Id: ibcs2.8,v 1.6 1998/08/31 16:41:06 wosch Exp $
.\"
.Dd November 27, 1995
.Dt IBCS2 8
diff --git a/lkm/ibcs2/ibcs2.c b/lkm/ibcs2/ibcs2.c
index edc712e2d3d0..f3f2dec04b6d 100644
--- a/lkm/ibcs2/ibcs2.c
+++ b/lkm/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.10 1997/04/06 10:47:52 dufault Exp $
+ * $Id: ibcs2.c,v 1.11 1997/05/01 06:09:01 jkh Exp $
*/
#include <sys/param.h>
diff --git a/lkm/if_disc/Makefile b/lkm/if_disc/Makefile
index 747f94285d6b..cef6fb99c6c2 100644
--- a/lkm/if_disc/Makefile
+++ b/lkm/if_disc/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.4 1998/01/08 23:50:13 eivind Exp $
+# $Id: Makefile,v 1.5 1998/02/01 18:12:13 bde Exp $
.PATH: ${.CURDIR}/../../sys/net
KMOD= if_disc_mod
diff --git a/lkm/if_ppp/Makefile b/lkm/if_ppp/Makefile
index e2721a0341d6..1639fe2e684b 100644
--- a/lkm/if_ppp/Makefile
+++ b/lkm/if_ppp/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.13 1998/02/01 18:12:13 bde Exp $
+# $Id: Makefile,v 1.14 1998/03/27 04:05:08 peter Exp $
.PATH: ${.CURDIR}/../../sys/net
KMOD= if_ppp_mod
diff --git a/lkm/if_sl/Makefile b/lkm/if_sl/Makefile
index 582595124aeb..e57bb240f4ec 100644
--- a/lkm/if_sl/Makefile
+++ b/lkm/if_sl/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.5 1998/01/08 23:50:23 eivind Exp $
+# $Id: Makefile,v 1.6 1998/02/01 18:12:14 bde Exp $
.PATH: ${.CURDIR}/../../sys/net
KMOD= if_sl_mod
diff --git a/lkm/if_tun/Makefile b/lkm/if_tun/Makefile
index 33e9c2e1a5d3..d00817752453 100644
--- a/lkm/if_tun/Makefile
+++ b/lkm/if_tun/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.5 1998/01/24 02:21:49 eivind Exp $
+# $Id: Makefile,v 1.6 1998/02/01 18:12:14 bde Exp $
.PATH: ${.CURDIR}/../../sys/net
KMOD= if_tun_mod
diff --git a/lkm/ip_mroute_mod/Makefile b/lkm/ip_mroute_mod/Makefile
index 7e78283c74bb..dd5ef8843667 100644
--- a/lkm/ip_mroute_mod/Makefile
+++ b/lkm/ip_mroute_mod/Makefile
@@ -1,4 +1,4 @@
-# $Id$
+# $Id: Makefile,v 1.3 1997/02/22 12:48:12 peter Exp $
.PATH: ${.CURDIR}/../../sys/netinet
KMOD= ip_mroute_mod
diff --git a/lkm/ipfw/Makefile b/lkm/ipfw/Makefile
index 2afebe8d0402..9693021e8029 100644
--- a/lkm/ipfw/Makefile
+++ b/lkm/ipfw/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.7 1997/02/22 12:48:14 peter Exp $
+# $Id: Makefile,v 1.8 1997/09/10 04:19:07 peter Exp $
.PATH: ${.CURDIR}/../../sys/netinet
KMOD= ipfw_mod
diff --git a/lkm/joy/Makefile b/lkm/joy/Makefile
index e3b880fdad69..1b44722346f5 100644
--- a/lkm/joy/Makefile
+++ b/lkm/joy/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.6 1998/01/24 02:21:51 eivind Exp $
+# $Id: Makefile,v 1.7 1998/02/01 18:12:15 bde Exp $
.PATH: ${.CURDIR}/../../sys/i386/isa
KMOD = joy_mod
diff --git a/lkm/joy/joy b/lkm/joy/joy
index 3f5bbb96ab09..538cf8a89353 100644
--- a/lkm/joy/joy
+++ b/lkm/joy/joy
@@ -1,4 +1,4 @@
#!/bin/sh
-# $Id$
+# $Id: joy,v 1.3 1997/02/22 12:48:17 peter Exp $
modload -q -u -A `sysctl -n kern.bootfile` /lkm/joy_mod.o
diff --git a/lkm/joy/joy.8 b/lkm/joy/joy.8
index aa6255b6f6ba..9551611dcc43 100644
--- a/lkm/joy/joy.8
+++ b/lkm/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$
+.\" $Id: joy.8,v 1.4 1997/02/22 12:48:18 peter Exp $
.\"
.Dd March 16, 1996
.Dt JOY 8
diff --git a/lkm/kernfs/Makefile b/lkm/kernfs/Makefile
index 8139d94ce754..278f0e6eeaca 100644
--- a/lkm/kernfs/Makefile
+++ b/lkm/kernfs/Makefile
@@ -1,4 +1,4 @@
-# $Id$
+# $Id: Makefile,v 1.3 1997/02/22 12:48:21 peter Exp $
.PATH: ${.CURDIR}/../../sys/miscfs/kernfs
KMOD= kernfs_mod
diff --git a/lkm/linux/Makefile b/lkm/linux/Makefile
index d4a14f4756c3..303ea73072a3 100644
--- a/lkm/linux/Makefile
+++ b/lkm/linux/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.17 1998/07/01 17:10:00 bde Exp $
+# $Id: Makefile,v 1.18 1998/07/07 02:04:20 bde Exp $
.PATH: ${.CURDIR}/../../sys/i386/linux
KMOD= linux_mod
diff --git a/lkm/linux/linux b/lkm/linux/linux
index 9945a9908c5c..ffa9d4aa01d2 100644
--- a/lkm/linux/linux
+++ b/lkm/linux/linux
@@ -1,6 +1,6 @@
#!/bin/sh
-# $Id: linux,v 1.4 1997/02/22 12:48:25 peter Exp $
+# $Id: linux,v 1.5 1998/09/07 16:15:59 cracauer Exp $
if modstat -n linux_mod > /dev/null ; then
echo Linux lkm already loaded
diff --git a/lkm/linux/linux.8 b/lkm/linux/linux.8
index 6cde622c0a89..2e7a70672524 100644
--- a/lkm/linux/linux.8
+++ b/lkm/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$
+.\" $Id: linux.8,v 1.3 1997/02/22 12:48:26 peter Exp $
.\"
.Dd January 9, 1997
.Dt LINUX 8
diff --git a/lkm/linux/linux.c b/lkm/linux/linux.c
index b3da352d26d3..ddd50fd79312 100644
--- a/lkm/linux/linux.c
+++ b/lkm/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.13 1998/09/17 22:08:34 msmith Exp $
+ * $Id: linux.c,v 1.14 1998/10/11 21:08:02 alex Exp $
*/
#include <sys/param.h>
diff --git a/lkm/mfs/Makefile b/lkm/mfs/Makefile
index ee0afa8efe58..fa3959156fbc 100644
--- a/lkm/mfs/Makefile
+++ b/lkm/mfs/Makefile
@@ -1,4 +1,4 @@
-# $Id$
+# $Id: Makefile,v 1.3 1997/02/22 12:48:36 peter Exp $
.PATH: ${.CURDIR}/../../sys/ufs/mfs
KMOD= mfs_mod
diff --git a/lkm/msdos/Makefile b/lkm/msdos/Makefile
index 40aa777abdad..697ab138ae90 100644
--- a/lkm/msdos/Makefile
+++ b/lkm/msdos/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.5 1998/02/04 21:56:36 eivind Exp $
+# $Id: Makefile,v 1.6 1998/02/06 23:54:22 eivind Exp $
.PATH: ${.CURDIR}/../../sys/msdosfs
KMOD= msdos_mod
diff --git a/lkm/nfs/Makefile b/lkm/nfs/Makefile
index 71b19a99db53..5812feb1ec32 100644
--- a/lkm/nfs/Makefile
+++ b/lkm/nfs/Makefile
@@ -1,4 +1,4 @@
-# $Id$
+# $Id: Makefile,v 1.10 1998/07/07 02:27:09 bde Exp $
.PATH: ${.CURDIR}/../../sys/nfs
KMOD= nfs_mod
diff --git a/lkm/nullfs/Makefile b/lkm/nullfs/Makefile
index e4e684a30c72..6c1f3dbd5162 100644
--- a/lkm/nullfs/Makefile
+++ b/lkm/nullfs/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.5 1998/02/04 21:56:37 eivind Exp $
+# $Id: Makefile,v 1.6 1998/02/06 23:54:26 eivind Exp $
.PATH: ${.CURDIR}/../../sys/miscfs/nullfs
KMOD= null_mod
diff --git a/lkm/pcic/Makefile b/lkm/pcic/Makefile
index 60f7f9031113..734c8c438ec0 100644
--- a/lkm/pcic/Makefile
+++ b/lkm/pcic/Makefile
@@ -1,4 +1,4 @@
-# $Id$
+# $Id: Makefile,v 1.6 1997/02/22 12:48:45 peter Exp $
.PATH: ${.CURDIR}/../../sys/pccard
KMOD= pcic_mod
diff --git a/lkm/portal/Makefile b/lkm/portal/Makefile
index 4d503f7e50d5..8a14ce2e3120 100644
--- a/lkm/portal/Makefile
+++ b/lkm/portal/Makefile
@@ -1,4 +1,4 @@
-# $Id$
+# $Id: Makefile,v 1.3 1997/02/22 12:48:47 peter Exp $
.PATH: ${.CURDIR}/../../sys/miscfs/portal
KMOD= portal_mod
diff --git a/lkm/procfs/Makefile b/lkm/procfs/Makefile
index 59089e526e37..3713db74c6ea 100644
--- a/lkm/procfs/Makefile
+++ b/lkm/procfs/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.11 1998/07/25 15:52:43 alex Exp $
+# $Id: Makefile,v 1.12 1998/07/27 01:07:00 alex Exp $
.PATH: ${.CURDIR}/../../sys/miscfs/procfs
KMOD= procfs_mod
diff --git a/lkm/syscons/Makefile b/lkm/syscons/Makefile
index 195fd0381e66..b7b78a333e20 100644
--- a/lkm/syscons/Makefile
+++ b/lkm/syscons/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.3 1997/02/22 12:48:58 peter Exp $
+# $Id: Makefile,v 1.4 1997/05/21 14:17:59 yokota Exp $
SUBDIR= blank daemon fade green snake star
diff --git a/lkm/syscons/blank/Makefile b/lkm/syscons/blank/Makefile
index 7289b03427b6..be25dc4a0b6f 100644
--- a/lkm/syscons/blank/Makefile
+++ b/lkm/syscons/blank/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.6 1997/07/15 14:49:08 yokota Exp $
+# $Id: Makefile,v 1.7 1998/02/01 17:59:51 bde Exp $
KMOD= blank_saver_mod
SRCS= blank_saver.c
diff --git a/lkm/syscons/blank/blank_saver.c b/lkm/syscons/blank/blank_saver.c
index 1bb73233e790..5765a6959da3 100644
--- a/lkm/syscons/blank/blank_saver.c
+++ b/lkm/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.12 1998/09/15 18:16:38 sos Exp $
+ * $Id: blank_saver.c,v 1.13 1998/09/17 19:40:29 sos Exp $
*/
#include <sys/param.h>
diff --git a/lkm/syscons/daemon/Makefile b/lkm/syscons/daemon/Makefile
index d823bfdfc8ff..7e901e8385c5 100644
--- a/lkm/syscons/daemon/Makefile
+++ b/lkm/syscons/daemon/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.3 1997/07/15 14:49:13 yokota Exp $
+# $Id: Makefile,v 1.4 1998/02/01 17:59:52 bde Exp $
KMOD= daemon_saver_mod
SRCS= daemon_saver.c
diff --git a/lkm/syscons/daemon/daemon_saver.c b/lkm/syscons/daemon/daemon_saver.c
index 59e99f0fe328..c5c3d2edec5a 100644
--- a/lkm/syscons/daemon/daemon_saver.c
+++ b/lkm/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.10 1998/09/15 18:16:38 sos Exp $
+ * $Id: daemon_saver.c,v 1.11 1998/09/17 19:40:30 sos Exp $
*/
#include <sys/param.h>
diff --git a/lkm/syscons/fade/Makefile b/lkm/syscons/fade/Makefile
index f9b803078c30..178c2746756f 100644
--- a/lkm/syscons/fade/Makefile
+++ b/lkm/syscons/fade/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.6 1997/07/15 14:49:23 yokota Exp $
+# $Id: Makefile,v 1.7 1998/02/01 17:59:53 bde Exp $
KMOD= fade_saver_mod
SRCS= fade_saver.c
diff --git a/lkm/syscons/fade/fade_saver.c b/lkm/syscons/fade/fade_saver.c
index 0d31bd6de526..36cbdd5a803c 100644
--- a/lkm/syscons/fade/fade_saver.c
+++ b/lkm/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.13 1998/09/15 18:16:39 sos Exp $
+ * $Id: fade_saver.c,v 1.14 1998/09/17 19:40:30 sos Exp $
*/
#include <sys/param.h>
diff --git a/lkm/syscons/green/Makefile b/lkm/syscons/green/Makefile
index 2ffe190a6b2c..dcc3ae40a961 100644
--- a/lkm/syscons/green/Makefile
+++ b/lkm/syscons/green/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.6 1997/07/15 14:49:27 yokota Exp $
+# $Id: Makefile,v 1.7 1998/02/01 17:59:54 bde Exp $
KMOD= green_saver_mod
SRCS= green_saver.c
diff --git a/lkm/syscons/green/green_saver.c b/lkm/syscons/green/green_saver.c
index 0e61c2e2102b..ef0c206058e2 100644
--- a/lkm/syscons/green/green_saver.c
+++ b/lkm/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.12 1998/09/15 18:16:39 sos Exp $
+ * $Id: green_saver.c,v 1.13 1998/09/17 19:40:30 sos Exp $
*/
#include <sys/param.h>
diff --git a/lkm/syscons/saver.h b/lkm/syscons/saver.h
index 9eb19956327f..539050da74cb 100644
--- a/lkm/syscons/saver.h
+++ b/lkm/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.11 1998/09/15 18:16:38 sos Exp $
+ * $Id: saver.h,v 1.12 1998/09/17 19:40:29 sos Exp $
*/
#include <machine/apm_bios.h>
#include <machine/console.h>
diff --git a/lkm/syscons/snake/Makefile b/lkm/syscons/snake/Makefile
index 16006a79a9f7..8381b7fb80f7 100644
--- a/lkm/syscons/snake/Makefile
+++ b/lkm/syscons/snake/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.6 1997/07/15 14:49:33 yokota Exp $
+# $Id: Makefile,v 1.7 1998/02/01 17:59:58 bde Exp $
KMOD= snake_saver_mod
SRCS= snake_saver.c
diff --git a/lkm/syscons/snake/snake_saver.c b/lkm/syscons/snake/snake_saver.c
index efb76d505df7..afdb95a5d0ab 100644
--- a/lkm/syscons/snake/snake_saver.c
+++ b/lkm/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.18 1998/09/15 18:16:39 sos Exp $
+ * $Id: snake_saver.c,v 1.19 1998/09/17 19:40:30 sos Exp $
*/
#include <sys/param.h>
diff --git a/lkm/syscons/star/Makefile b/lkm/syscons/star/Makefile
index f8f8522835e7..722b0ff35e25 100644
--- a/lkm/syscons/star/Makefile
+++ b/lkm/syscons/star/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.6 1997/07/15 14:49:38 yokota Exp $
+# $Id: Makefile,v 1.7 1998/02/01 17:59:59 bde Exp $
KMOD= star_saver_mod
SRCS= star_saver.c
diff --git a/lkm/syscons/star/star_saver.c b/lkm/syscons/star/star_saver.c
index 2e56a3c96fbd..b43c2e20d7c3 100644
--- a/lkm/syscons/star/star_saver.c
+++ b/lkm/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.15 1998/09/15 18:16:39 sos Exp $
+ * $Id: star_saver.c,v 1.16 1998/09/17 19:40:30 sos Exp $
*/
#include <sys/param.h>
diff --git a/lkm/umapfs/Makefile b/lkm/umapfs/Makefile
index eb333da688bb..b4b0efa4c418 100644
--- a/lkm/umapfs/Makefile
+++ b/lkm/umapfs/Makefile
@@ -1,4 +1,4 @@
-# $Id$
+# $Id: Makefile,v 1.3 1997/02/22 12:49:25 peter Exp $
.PATH: ${.CURDIR}/../../sys/miscfs/umapfs
KMOD= umap_mod
diff --git a/lkm/union/Makefile b/lkm/union/Makefile
index 56366598f9d4..6d66f45e0158 100644
--- a/lkm/union/Makefile
+++ b/lkm/union/Makefile
@@ -1,4 +1,4 @@
-# $Id$
+# $Id: Makefile,v 1.3 1997/02/22 12:49:27 peter Exp $
.PATH: ${.CURDIR}/../../sys/miscfs/union
KMOD= union_mod
diff --git a/lkm/vesa/Makefile b/lkm/vesa/Makefile
index ae9662f40aaa..b465a1282c10 100644
--- a/lkm/vesa/Makefile
+++ b/lkm/vesa/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.1 1998/09/15 20:09:18 sos Exp $
+# $Id: Makefile,v 1.2 1998/09/15 20:14:11 sos Exp $
.PATH: ${.CURDIR}/../../sys/i386/isa
KMOD = vesa_mod
diff --git a/lkm/vinum/COPYRIGHT b/lkm/vinum/COPYRIGHT
index 4ee95f20ce5c..ed43ff1f54eb 100644
--- a/lkm/vinum/COPYRIGHT
+++ b/lkm/vinum/COPYRIGHT
@@ -33,5 +33,5 @@
* otherwise) arising in any way out of the use of this software, even if
* advised of the possibility of such damage.
*
- * $Id: COPYRIGHT,v 1.1 1998/03/05 06:07:05 grog Exp grog $
+ * $Id: COPYRIGHT,v 1.1.1.1 1998/09/16 05:56:21 grog Exp $
*/
diff --git a/lkm/vinum/Makefile b/lkm/vinum/Makefile
index f1f4bb76117a..28e6429ca1a8 100644
--- a/lkm/vinum/Makefile
+++ b/lkm/vinum/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.1.1.1 1998/09/16 05:56:21 grog Exp $
+# $Id: Makefile,v 1.2 1998/09/28 04:21:20 grog Exp $
.PATH: ${.CURDIR}/../../sys/dev/ccd
KMOD= vinum_mod
diff --git a/lkm/vinum/config.c b/lkm/vinum/config.c
index fd31c5e07c46..16a3b4e57338 100644
--- a/lkm/vinum/config.c
+++ b/lkm/vinum/config.c
@@ -44,7 +44,7 @@
* otherwise) arising in any way out of the use of this software, even if
* advised of the possibility of such damage.
*
- * $Id: config.c,v 1.17 1998/08/14 04:49:26 grog Exp grog $
+ * $Id: config.c,v 1.1.1.1 1998/09/16 05:56:21 grog Exp $
*/
#define STATIC /* nothing while we're testing XXX */
diff --git a/lkm/vinum/interrupt.c b/lkm/vinum/interrupt.c
index e7eb034faf4b..9b1b1039597d 100644
--- a/lkm/vinum/interrupt.c
+++ b/lkm/vinum/interrupt.c
@@ -35,7 +35,7 @@
* otherwise) arising in any way out of the use of this software, even if
* advised of the possibility of such damage.
*
- * $Id: interrupt.c,v 1.1 1998/08/13 06:12:27 grog Exp grog $
+ * $Id: interrupt.c,v 1.1.1.1 1998/09/16 05:56:21 grog Exp $
*/
#define REALLYKERNEL
diff --git a/lkm/vinum/io.c b/lkm/vinum/io.c
index a16a33a9e8bc..37c7040eaa90 100644
--- a/lkm/vinum/io.c
+++ b/lkm/vinum/io.c
@@ -33,7 +33,7 @@
* otherwise) arising in any way out of the use of this software, even if
* advised of the possibility of such damage.
*
- * $Id: io.c,v 1.16 1998/08/10 23:47:21 grog Exp grog $
+ * $Id: io.c,v 1.1.1.1 1998/09/16 05:56:21 grog Exp $
*/
#define STATIC /* nothing while we're testing XXX */
diff --git a/lkm/vinum/lock.c b/lkm/vinum/lock.c
index ed69649fccdc..937636476342 100644
--- a/lkm/vinum/lock.c
+++ b/lkm/vinum/lock.c
@@ -33,7 +33,7 @@
* otherwise) arising in any way out of the use of this software, even if
* advised of the possibility of such damage.
*
- * $Id: lock.c,v 1.6 1998/07/28 06:32:57 grog Exp grog $
+ * $Id: lock.c,v 1.1.1.1 1998/09/16 05:56:21 grog Exp $
*/
#define REALLYKERNEL
diff --git a/lkm/vinum/makestatetext b/lkm/vinum/makestatetext
index ca5eb2dc3c3d..3c39dd066544 100755
--- a/lkm/vinum/makestatetext
+++ b/lkm/vinum/makestatetext
@@ -1,6 +1,6 @@
#!/bin/sh
# Make statetexts.h from vinumstate.h
-# $Id: makestatetext,v 1.4 1998/03/13 05:36:16 grog Exp grog $
+# $Id: makestatetext,v 1.1.1.1 1998/09/16 05:56:21 grog Exp $
infile=vinumstate.h
ofile=statetexts.h
cat <COPYRIGHT > $ofile
diff --git a/lkm/vinum/memory.c b/lkm/vinum/memory.c
index 5dee671167b0..24b1c8960349 100644
--- a/lkm/vinum/memory.c
+++ b/lkm/vinum/memory.c
@@ -34,7 +34,7 @@
* otherwise) arising in any way out of the use of this software, even if
* advised of the possibility of such damage.
*
- * $Id: memory.c,v 1.16 1998/08/08 04:43:22 grog Exp grog $
+ * $Id: memory.c,v 1.1.1.1 1998/09/16 05:56:21 grog Exp $
*/
#define REALLYKERNEL
diff --git a/lkm/vinum/parser.c b/lkm/vinum/parser.c
index 9e7f791a7d14..1dc425ce4c64 100644
--- a/lkm/vinum/parser.c
+++ b/lkm/vinum/parser.c
@@ -33,7 +33,7 @@
* otherwise) arising in any way out of the use of this software, even if
* advised of the possibility of such damage.
*
- * $Id: parser.c,v 1.11 1998/08/10 08:50:42 grog Exp grog $
+ * $Id: parser.c,v 1.1.1.1 1998/09/16 05:56:21 grog Exp $
*/
/* This file contains the parser for the configuration routines. It's used
diff --git a/lkm/vinum/request.c b/lkm/vinum/request.c
index 589eb3fac0ba..901b19582b9b 100644
--- a/lkm/vinum/request.c
+++ b/lkm/vinum/request.c
@@ -37,7 +37,7 @@
* otherwise) arising in any way out of the use of this software, even if
* advised of the possibility of such damage.
*
- * $Id: request.c,v 1.17 1998/08/13 06:04:47 grog Exp grog $
+ * $Id: request.c,v 1.1.1.1 1998/09/16 05:56:21 grog Exp $
*/
#define REALLYKERNEL
diff --git a/lkm/vinum/request.h b/lkm/vinum/request.h
index b4beccca9b42..66bdceaf130a 100644
--- a/lkm/vinum/request.h
+++ b/lkm/vinum/request.h
@@ -33,7 +33,7 @@
* otherwise) arising in any way out of the use of this software, even if
* advised of the possibility of such damage.
*
- * $Id: request.h,v 1.10 1998/08/03 07:15:26 grog Exp grog $
+ * $Id: request.h,v 1.1.1.1 1998/09/16 05:56:21 grog Exp $
*/
/* Information needed to set up a transfer */
diff --git a/lkm/vinum/revive.c b/lkm/vinum/revive.c
index 216dc4887d41..2e373b9fa53a 100644
--- a/lkm/vinum/revive.c
+++ b/lkm/vinum/revive.c
@@ -33,7 +33,7 @@
* otherwise) arising in any way out of the use of this software, even if
* advised of the possibility of such damage.
*
- * $Id: revive.c,v 1.1.1.1 1998/09/16 05:56:21 grog Exp $
+ * $Id: revive.c,v 1.2 1998/09/28 04:24:10 grog Exp $
*/
#define REALLYKERNEL
diff --git a/lkm/vinum/state.c b/lkm/vinum/state.c
index 2ce2ed0c29e5..b01d23ffd806 100644
--- a/lkm/vinum/state.c
+++ b/lkm/vinum/state.c
@@ -33,7 +33,7 @@
* otherwise) arising in any way out of the use of this software, even if
* advised of the possibility of such damage.
*
- * $Id: state.c,v 2.6 1998/08/19 08:04:47 grog Exp grog $
+ * $Id: state.c,v 1.1.1.1 1998/09/16 05:56:21 grog Exp $
*/
#define REALLYKERNEL
diff --git a/lkm/vinum/statetexts.h b/lkm/vinum/statetexts.h
index b7ce4eb54bef..8205e9629433 100644
--- a/lkm/vinum/statetexts.h
+++ b/lkm/vinum/statetexts.h
@@ -33,7 +33,7 @@
* otherwise) arising in any way out of the use of this software, even if
* advised of the possibility of such damage.
*
- * $Id: COPYRIGHT,v 1.1 1998/03/05 06:07:05 grog Exp grog $
+ * $Id: statetexts.h,v 1.1.1.1 1998/09/16 05:56:21 grog Exp $
*/
/* Created by ./makestatetext on Tue 4 Aug 15:53:16 CST 1998. Do not edit */
diff --git a/lkm/vinum/util.c b/lkm/vinum/util.c
index 512140438fc9..84cfabcd1bba 100644
--- a/lkm/vinum/util.c
+++ b/lkm/vinum/util.c
@@ -33,7 +33,7 @@
* otherwise) arising in any way out of the use of this software, even if
* advised of the possibility of such damage.
*
- * $Id: util.c,v 1.7 1998/08/07 09:23:10 grog Exp grog $
+ * $Id: util.c,v 1.1.1.1 1998/09/16 05:56:21 grog Exp $
*/
/* This file contains utility routines used both in kernel and user context */
diff --git a/lkm/vinum/vinum.c b/lkm/vinum/vinum.c
index bffdf6d435d6..df224bfd36fd 100644
--- a/lkm/vinum/vinum.c
+++ b/lkm/vinum/vinum.c
@@ -33,7 +33,7 @@
* otherwise) arising in any way out of the use of this software, even if
* advised of the possibility of such damage.
*
- * $Id: vinum.c,v 1.19 1998/08/13 05:24:02 grog Exp grog $
+ * $Id: vinum.c,v 1.1.1.1 1998/09/16 05:56:21 grog Exp $
*/
#define STATIC /* nothing while we're testing XXX */
diff --git a/lkm/vinum/vinumext.h b/lkm/vinum/vinumext.h
index 4b7d5a01d642..049eee07c910 100644
--- a/lkm/vinum/vinumext.h
+++ b/lkm/vinum/vinumext.h
@@ -33,7 +33,7 @@
* otherwise) arising in any way out of the use of this software, even if
* advised of the possibility of such damage.
*
- * $Id: vinumext.h,v 1.14 1998/08/11 00:03:57 grog Exp grog $
+ * $Id: vinumext.h,v 1.1.1.1 1998/09/16 05:56:21 grog Exp $
*/
/* vinumext.h: external definitions */
diff --git a/lkm/vinum/vinumhdr.h b/lkm/vinum/vinumhdr.h
index 22a856182396..1aeb36ce2a4d 100644
--- a/lkm/vinum/vinumhdr.h
+++ b/lkm/vinum/vinumhdr.h
@@ -36,7 +36,7 @@
*/
/* Header files used by all modules */
-/* $Id: vinumhdr.h,v 1.7 1998/08/07 04:41:18 grog Exp grog $ */
+/* $Id: vinumhdr.h,v 1.1.1.1 1998/09/16 05:56:21 grog Exp $ */
#ifdef KERNEL
#define REALLYKERNEL
diff --git a/lkm/vinum/vinumio.h b/lkm/vinum/vinumio.h
index be79528a6db8..f2e835c12439 100644
--- a/lkm/vinum/vinumio.h
+++ b/lkm/vinum/vinumio.h
@@ -33,7 +33,7 @@
* otherwise) arising in any way out of the use of this software, even if
* advised of the possibility of such damage.
*
- * $Id: vinumio.h,v 1.10 1998/08/10 05:46:19 grog Exp grog $
+ * $Id: vinumio.h,v 1.1.1.1 1998/09/16 05:56:21 grog Exp $
*/
#define MAX_IOCTL_REPLY 256
diff --git a/lkm/vinum/vinumioctl.c b/lkm/vinum/vinumioctl.c
index 6dbe3c6bf4d6..c5fa895d28ce 100644
--- a/lkm/vinum/vinumioctl.c
+++ b/lkm/vinum/vinumioctl.c
@@ -35,7 +35,7 @@
* otherwise) arising in any way out of the use of this software, even if
* advised of the possibility of such damage.
*
- * $Id: vinumioctl.c,v 1.1 1998/08/14 08:46:10 grog Exp grog $
+ * $Id: vinumioctl.c,v 1.1.1.1 1998/09/16 05:56:21 grog Exp $
*/
#define STATIC /* nothing while we're testing XXX */
diff --git a/lkm/vinum/vinumkw.h b/lkm/vinum/vinumkw.h
index 1a81f37656f4..fe0fb99c04bb 100644
--- a/lkm/vinum/vinumkw.h
+++ b/lkm/vinum/vinumkw.h
@@ -33,7 +33,7 @@
* otherwise) arising in any way out of the use of this software, even if
* advised of the possibility of such damage.
*
- * $Id: vinumkw.h,v 1.7 1998/08/07 02:35:51 grog Exp grog $
+ * $Id: vinumkw.h,v 1.1.1.1 1998/09/16 05:56:21 grog Exp $
*/
/* Command keywords that vinum knows. These include both user-level
diff --git a/lkm/vinum/vinumstate.h b/lkm/vinum/vinumstate.h
index 0b07590b2cf6..78bec4e8881f 100644
--- a/lkm/vinum/vinumstate.h
+++ b/lkm/vinum/vinumstate.h
@@ -33,7 +33,7 @@
* otherwise) arising in any way out of the use of this software, even if
* advised of the possibility of such damage.
*
- * $Id: vinumstate.h,v 1.11 1998/08/04 06:22:49 grog Exp grog $
+ * $Id: vinumstate.h,v 1.1.1.1 1998/09/16 05:56:21 grog Exp $
*/
/* This file gets read by makestatetext to create text files
diff --git a/lkm/vinum/vinumvar.h b/lkm/vinum/vinumvar.h
index ca54f76aad02..2f72b1772b4d 100644
--- a/lkm/vinum/vinumvar.h
+++ b/lkm/vinum/vinumvar.h
@@ -33,7 +33,7 @@
* otherwise) arising in any way out of the use of this software, even if
* advised of the possibility of such damage.
*
- * $Id: vinumvar.h,v 1.15 1998/08/14 06:36:41 grog Exp grog $
+ * $Id: vinumvar.h,v 1.1.1.1 1998/09/16 05:56:21 grog Exp $
*/
/* XXX gdb can't find our global pointers, so use this kludge to
diff --git a/lkm/wcd/Makefile b/lkm/wcd/Makefile
index 0d8342901bd5..c48f5b75cce8 100644
--- a/lkm/wcd/Makefile
+++ b/lkm/wcd/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.10 1998/02/01 17:53:56 bde Exp $
+# $Id: Makefile,v 1.11 1998/02/25 01:40:55 bde Exp $
.PATH: ${.CURDIR}/../../sys/i386/isa
KMOD = wcd_mod