diff options
Diffstat (limited to 'sys/modules')
76 files changed, 76 insertions, 76 deletions
diff --git a/sys/modules/Makefile b/sys/modules/Makefile index bc956d9b32bad..1b041e76b8288 100644 --- a/sys/modules/Makefile +++ b/sys/modules/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.33 1998/09/28 05:38:22 grog Exp $ +# $Id: Makefile,v 1.34 1998/10/16 04:30:41 peter Exp $ # XXX present but broken: ip_mroute_mod # XXX not yet completed porting: pcic coda syscons/* diff --git a/sys/modules/Makefile.inc b/sys/modules/Makefile.inc index 5aa863d3f3b9c..8a86773a56385 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 22b5a7e23774e..65be70a77476e 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 93cf3c10dee86..f5352bb943b4b 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 9c2dd4ba36d64..04bc76fd4e04f 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 9135235c6a472..a24aa5cf1a0a2 100644 --- a/sys/modules/coda/Makefile +++ b/sys/modules/coda/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.2 1998/09/29 20:19:45 rvb Exp $ +# $Id: Makefile,v 1.3 1998/10/16 04:30:42 peter Exp $ .PATH: ${.CURDIR}/../../coda KMOD= coda diff --git a/sys/modules/coff/Makefile b/sys/modules/coff/Makefile index dbfd197030e0d..5ab46b93fe1cf 100644 --- a/sys/modules/coff/Makefile +++ b/sys/modules/coff/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.6 1998/03/12 20:04:38 eivind Exp $ +# $Id: Makefile,v 1.7 1998/10/16 04:30:42 peter Exp $ .PATH: ${.CURDIR}/../../i386/ibcs2 KMOD= ibcs2_coff diff --git a/sys/modules/fdesc/Makefile b/sys/modules/fdesc/Makefile index 6052e62e063d2..39ef77c48bd92 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 680e3c78bcaea..ecd8b7e5ab503 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 2332e4bc11b10..8f7f74b0be7c1 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 3f42872ab0728..ad1ead60b1fc0 100644 --- a/sys/modules/ibcs2/Makefile +++ b/sys/modules/ibcs2/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.17 1998/02/06 23:54:20 eivind Exp $ +# $Id: Makefile,v 1.18 1998/10/16 04:30:43 peter Exp $ .PATH: ${.CURDIR}/../../i386/ibcs2 KMOD= ibcs2 diff --git a/sys/modules/ibcs2/ibcs2 b/sys/modules/ibcs2/ibcs2 index a649885512ea0..1e9782c24305b 100755 --- a/sys/modules/ibcs2/ibcs2 +++ b/sys/modules/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/sys/modules/ibcs2/ibcs2.8 b/sys/modules/ibcs2/ibcs2.8 index 38b586e2b88d7..9518ee3f69045 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.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/sys/modules/ibcs2/ibcs2.c b/sys/modules/ibcs2/ibcs2.c index 2bd5fb62ec8fc..8f1dd3725361c 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.11 1997/05/01 06:09:01 jkh Exp $ + * $Id: ibcs2.c,v 1.12 1998/10/16 04:30:43 peter Exp $ */ #include <sys/param.h> diff --git a/sys/modules/if_disc/Makefile b/sys/modules/if_disc/Makefile index b95b478196a11..7fe604876244e 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 34b90d8ec4eaa..83348945b9c06 100644 --- a/sys/modules/if_ppp/Makefile +++ b/sys/modules/if_ppp/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.14 1998/03/27 04:05:08 peter Exp $ +# $Id: Makefile,v 1.15 1998/10/16 04:30:44 peter Exp $ .PATH: ${.CURDIR}/../../net KMOD= if_ppp diff --git a/sys/modules/if_sl/Makefile b/sys/modules/if_sl/Makefile index 6d14477840853..da8a11fbe1f94 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 2581e361e23d7..462b3a4295742 100644 --- a/sys/modules/if_tun/Makefile +++ b/sys/modules/if_tun/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_tun diff --git a/sys/modules/ip_mroute_mod/Makefile b/sys/modules/ip_mroute_mod/Makefile index f44df9fe03c89..238167dc8feb2 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 c5300e8e37817..e2d98250c8011 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 ebbf4c9f47780..9c36ea6dc9122 100644 --- a/sys/modules/joy/Makefile +++ b/sys/modules/joy/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.7 1998/02/01 18:12:15 bde Exp $ +# $Id: Makefile,v 1.8 1998/10/16 04:30:47 peter Exp $ .PATH: ${.CURDIR}/../../i386/isa KMOD = joy diff --git a/sys/modules/joy/joy b/sys/modules/joy/joy index 3f5bbb96ab093..538cf8a89353f 100644 --- a/sys/modules/joy/joy +++ b/sys/modules/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/sys/modules/joy/joy.8 b/sys/modules/joy/joy.8 index aa6255b6f6ba8..9551611dcc43d 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$ +.\" $Id: joy.8,v 1.4 1997/02/22 12:48:18 peter Exp $ .\" .Dd March 16, 1996 .Dt JOY 8 diff --git a/sys/modules/kernfs/Makefile b/sys/modules/kernfs/Makefile index d1c7500349aab..80cfca864f6b6 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 090f2fc7e72c0..61d84ff461a7b 100644 --- a/sys/modules/linux/Makefile +++ b/sys/modules/linux/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.18 1998/07/07 02:04:20 bde Exp $ +# $Id: Makefile,v 1.19 1998/10/16 04:30:47 peter Exp $ .PATH: ${.CURDIR}/../../i386/linux KMOD= linux diff --git a/sys/modules/linux/linux b/sys/modules/linux/linux index 9945a9908c5c0..ffa9d4aa01d21 100644 --- a/sys/modules/linux/linux +++ b/sys/modules/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/sys/modules/linux/linux.8 b/sys/modules/linux/linux.8 index 6cde622c0a89c..2e7a70672524f 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$ +.\" $Id: linux.8,v 1.3 1997/02/22 12:48:26 peter Exp $ .\" .Dd January 9, 1997 .Dt LINUX 8 diff --git a/sys/modules/mfs/Makefile b/sys/modules/mfs/Makefile index d1fb29b7a273a..4fdcf52af238f 100644 --- a/sys/modules/mfs/Makefile +++ b/sys/modules/mfs/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.3 1997/02/22 12:48:36 peter Exp $ +# $Id: Makefile,v 1.4 1998/10/16 04:30:47 peter Exp $ .PATH: ${.CURDIR}/../../ufs/mfs KMOD= mfs diff --git a/sys/modules/msdos/Makefile b/sys/modules/msdos/Makefile index cc8102277349f..66d10fe531c1a 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 719adcd2692a0..15f3e996a643e 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/nullfs/Makefile b/sys/modules/nullfs/Makefile index 4b1957611a31b..60d83fde0df2e 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 0c8c2047bfcdf..97726c5d96559 100644 --- a/sys/modules/pcic/Makefile +++ b/sys/modules/pcic/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.6 1997/02/22 12:48:45 peter Exp $ +# $Id: Makefile,v 1.7 1998/10/16 04:30:48 peter Exp $ .PATH: ${.CURDIR}/../../pccard KMOD= pcic diff --git a/sys/modules/portal/Makefile b/sys/modules/portal/Makefile index 0d35dd9c5c88c..846d30d7553ff 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 b7b5bd1f587dc..0dc34b266742f 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/syscons/Makefile b/sys/modules/syscons/Makefile index 195fd0381e669..b7b78a333e206 100644 --- a/sys/modules/syscons/Makefile +++ b/sys/modules/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/sys/modules/syscons/Makefile.inc b/sys/modules/syscons/Makefile.inc index 60392e0a0bf34..f7f8fa50d2879 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 4f881865a8188..d5d9fd2a497e7 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 1bb73233e7906..5765a6959da3f 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.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/sys/modules/syscons/daemon/Makefile b/sys/modules/syscons/daemon/Makefile index 4f0e6a3624e01..b10c366cf4b14 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 59e99f0fe328d..c5c3d2edec5a1 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.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/sys/modules/syscons/fade/Makefile b/sys/modules/syscons/fade/Makefile index d5ac4067ecc23..71db67db5ff09 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 0d31bd6de526e..36cbdd5a803ca 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.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/sys/modules/syscons/green/Makefile b/sys/modules/syscons/green/Makefile index 9d8d1a3115cef..303b154d96110 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 0e61c2e2102ba..ef0c206058e2b 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.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/sys/modules/syscons/saver.h b/sys/modules/syscons/saver.h index 9eb19956327f2..539050da74cb7 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.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/sys/modules/syscons/snake/Makefile b/sys/modules/syscons/snake/Makefile index 88a7bfc987221..e1b12ac7468d7 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 efb76d505df73..afdb95a5d0ab4 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.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/sys/modules/syscons/star/Makefile b/sys/modules/syscons/star/Makefile index 02a8456e8dc0b..cc1884206231c 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 2e56a3c96fbd6..b43c2e20d7c33 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.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/sys/modules/umapfs/Makefile b/sys/modules/umapfs/Makefile index 6a1332c127238..9dc2eb9778a61 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 defca0bcc7d14..b6ed5b03af7f8 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 62dd4bc141e6e..37275f052fe99 100644 --- a/sys/modules/vesa/Makefile +++ b/sys/modules/vesa/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.2 1998/09/15 20:14:11 sos Exp $ +# $Id: Makefile,v 1.3 1998/10/16 04:30:51 peter Exp $ .PATH: ${.CURDIR}/../../i386/isa KMOD = vesa diff --git a/sys/modules/vinum/COPYRIGHT b/sys/modules/vinum/COPYRIGHT index 4ee95f20ce5ca..ed43ff1f54ebb 100644 --- a/sys/modules/vinum/COPYRIGHT +++ b/sys/modules/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/sys/modules/vinum/Makefile b/sys/modules/vinum/Makefile index 6489222ef0c30..f2693d9a4afc0 100644 --- a/sys/modules/vinum/Makefile +++ b/sys/modules/vinum/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.2 1998/09/28 04:21:20 grog Exp $ +# $Id: Makefile,v 1.3 1998/10/16 04:30:51 peter Exp $ .PATH: ${.CURDIR}/../../dev/ccd KMOD= vinum diff --git a/sys/modules/vinum/config.c b/sys/modules/vinum/config.c index fd31c5e07c46f..16a3b4e573382 100644 --- a/sys/modules/vinum/config.c +++ b/sys/modules/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/sys/modules/vinum/interrupt.c b/sys/modules/vinum/interrupt.c index e7eb034faf4b0..9b1b1039597d1 100644 --- a/sys/modules/vinum/interrupt.c +++ b/sys/modules/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/sys/modules/vinum/io.c b/sys/modules/vinum/io.c index a16a33a9e8bc7..37c7040eaa90e 100644 --- a/sys/modules/vinum/io.c +++ b/sys/modules/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/sys/modules/vinum/lock.c b/sys/modules/vinum/lock.c index ed69649fccdc0..9376364763420 100644 --- a/sys/modules/vinum/lock.c +++ b/sys/modules/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/sys/modules/vinum/makestatetext b/sys/modules/vinum/makestatetext index ca5eb2dc3c3de..3c39dd066544f 100755 --- a/sys/modules/vinum/makestatetext +++ b/sys/modules/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/sys/modules/vinum/memory.c b/sys/modules/vinum/memory.c index 5dee671167b0e..24b1c8960349c 100644 --- a/sys/modules/vinum/memory.c +++ b/sys/modules/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/sys/modules/vinum/parser.c b/sys/modules/vinum/parser.c index 9e7f791a7d142..1dc425ce4c641 100644 --- a/sys/modules/vinum/parser.c +++ b/sys/modules/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/sys/modules/vinum/request.c b/sys/modules/vinum/request.c index 589eb3fac0ba2..901b19582b9ba 100644 --- a/sys/modules/vinum/request.c +++ b/sys/modules/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/sys/modules/vinum/request.h b/sys/modules/vinum/request.h index b4beccca9b42c..66bdceaf130a7 100644 --- a/sys/modules/vinum/request.h +++ b/sys/modules/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/sys/modules/vinum/revive.c b/sys/modules/vinum/revive.c index 216dc4887d417..2e373b9fa53a5 100644 --- a/sys/modules/vinum/revive.c +++ b/sys/modules/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/sys/modules/vinum/state.c b/sys/modules/vinum/state.c index 2ce2ed0c29e55..b01d23ffd8061 100644 --- a/sys/modules/vinum/state.c +++ b/sys/modules/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/sys/modules/vinum/statetexts.h b/sys/modules/vinum/statetexts.h index b7ce4eb54bef1..8205e9629433d 100644 --- a/sys/modules/vinum/statetexts.h +++ b/sys/modules/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/sys/modules/vinum/util.c b/sys/modules/vinum/util.c index 512140438fc95..84cfabcd1bba8 100644 --- a/sys/modules/vinum/util.c +++ b/sys/modules/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/sys/modules/vinum/vinum.c b/sys/modules/vinum/vinum.c index 62c6b3fa7678d..60843d9203afd 100644 --- a/sys/modules/vinum/vinum.c +++ b/sys/modules/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.1.1.1 1998/09/16 05:56:21 grog Exp $ + * $Id: vinum.c,v 1.2 1998/10/16 04:30:51 peter Exp $ */ #define STATIC /* nothing while we're testing XXX */ diff --git a/sys/modules/vinum/vinumext.h b/sys/modules/vinum/vinumext.h index 4b7d5a01d6421..049eee07c910d 100644 --- a/sys/modules/vinum/vinumext.h +++ b/sys/modules/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/sys/modules/vinum/vinumhdr.h b/sys/modules/vinum/vinumhdr.h index 22a8561823965..1aeb36ce2a4d9 100644 --- a/sys/modules/vinum/vinumhdr.h +++ b/sys/modules/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/sys/modules/vinum/vinumio.h b/sys/modules/vinum/vinumio.h index be79528a6db8b..f2e835c12439a 100644 --- a/sys/modules/vinum/vinumio.h +++ b/sys/modules/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/sys/modules/vinum/vinumioctl.c b/sys/modules/vinum/vinumioctl.c index 6dbe3c6bf4d61..c5fa895d28ce6 100644 --- a/sys/modules/vinum/vinumioctl.c +++ b/sys/modules/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/sys/modules/vinum/vinumkw.h b/sys/modules/vinum/vinumkw.h index 1a81f37656f4a..fe0fb99c04bbe 100644 --- a/sys/modules/vinum/vinumkw.h +++ b/sys/modules/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/sys/modules/vinum/vinumstate.h b/sys/modules/vinum/vinumstate.h index 0b07590b2cf6e..78bec4e8881fe 100644 --- a/sys/modules/vinum/vinumstate.h +++ b/sys/modules/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/sys/modules/vinum/vinumvar.h b/sys/modules/vinum/vinumvar.h index ca54f76aad02e..2f72b1772b4d5 100644 --- a/sys/modules/vinum/vinumvar.h +++ b/sys/modules/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/sys/modules/wcd/Makefile b/sys/modules/wcd/Makefile index 9f1dfb102cf7d..fe3b7e14e74c6 100644 --- a/sys/modules/wcd/Makefile +++ b/sys/modules/wcd/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.11 1998/02/25 01:40:55 bde Exp $ +# $Id: Makefile,v 1.12 1998/10/16 04:30:52 peter Exp $ .PATH: ${.CURDIR}/../../i386/isa KMOD = wcd |