From owner-cvs-user  Sun Jun 25 10:28:41 1995
Return-Path: cvs-user-owner
Received: (from majordom@localhost)
          by freefall.cdrom.com (8.6.10/8.6.6) id KAA27302
          for cvs-user-outgoing; Sun, 25 Jun 1995 10:28:41 -0700
Received: (from sos@localhost)
          by freefall.cdrom.com (8.6.10/8.6.6) id KAA27285
          ; Sun, 25 Jun 1995 10:28:37 -0700
Date: Sun, 25 Jun 1995 10:28:37 -0700
From: Soren Schmidt <sos>
Message-Id: <199506251728.KAA27285@freefall.cdrom.com>
To: CVS-commiters, cvs-user
Subject: cvs commit: src/lkm/linux - New directory
Sender: cvs-user-owner@freebsd.org
Precedence: bulk

sos         95/06/25 10:28:36

  src/lkm/linux - New directory

From owner-cvs-user  Sun Jun 25 10:29:51 1995
Return-Path: cvs-user-owner
Received: (from majordom@localhost)
          by freefall.cdrom.com (8.6.10/8.6.6) id KAA27485
          for cvs-user-outgoing; Sun, 25 Jun 1995 10:29:51 -0700
Received: (from sos@localhost)
          by freefall.cdrom.com (8.6.10/8.6.6) id KAA27471
          ; Sun, 25 Jun 1995 10:29:50 -0700
Date: Sun, 25 Jun 1995 10:29:50 -0700
From: Soren Schmidt <sos>
Message-Id: <199506251729.KAA27471@freefall.cdrom.com>
To: CVS-commiters, cvs-user
Subject: cvs commit: src/lkm/linux Makefile linux linux.c
Sender: cvs-user-owner@freebsd.org
Precedence: bulk

sos         95/06/25 10:29:49

  Added:       lkm/linux  Makefile linux linux.c
  Log:
  First incarnation of our Linux emulator or rather compatibility code.
  This first shot only incorporaties so much functionality that DOOM
  can run (the X version), signal handling is VERY weak, so is many
  other things. But it meets my milestone number one (you guessed it
  - running DOOM).
  
  Uses /compat/linux as prefix for loading shared libs, so it won't
  conflict with our own libs.
  
  Kernel must be compiled with "options COMPAT_LINUX" for this to work.

From owner-cvs-user  Sun Jun 25 10:31:38 1995
Return-Path: cvs-user-owner
Received: (from majordom@localhost)
          by freefall.cdrom.com (8.6.10/8.6.6) id KAA27610
          for cvs-user-outgoing; Sun, 25 Jun 1995 10:31:38 -0700
Received: (from sos@localhost)
          by freefall.cdrom.com (8.6.10/8.6.6) id KAA27600
          ; Sun, 25 Jun 1995 10:31:35 -0700
Date: Sun, 25 Jun 1995 10:31:35 -0700
From: Soren Schmidt <sos>
Message-Id: <199506251731.KAA27600@freefall.cdrom.com>
To: CVS-commiters, cvs-user
Subject: cvs commit: src/lkm Makefile
Sender: cvs-user-owner@freebsd.org
Precedence: bulk

sos         95/06/25 10:31:35

  Modified:    lkm       Makefile
  Log:
  First incarnation of our Linux emulator or rather compatibility code.
  This first shot only incorporaties so much functionality that DOOM
  can run (the X version), signal handling is VERY weak, so is many
  other things. But it meets my milestone number one (you guessed it
  - running DOOM).
  
  Uses /compat/linux as prefix for loading shared libs, so it won't
  conflict with our own libs.
  
  Kernel must be compiled with "options COMPAT_LINUX" for this to work.

From owner-cvs-user  Tue Jun 27 23:00:31 1995
Return-Path: cvs-user-owner
Received: (from majordom@localhost)
          by freefall.cdrom.com (8.6.10/8.6.6) id XAA22790
          for cvs-user-outgoing; Tue, 27 Jun 1995 23:00:31 -0700
Received: (from davidg@localhost)
          by freefall.cdrom.com (8.6.10/8.6.6) id WAA22720
          ; Tue, 27 Jun 1995 22:59:08 -0700
Date: Tue, 27 Jun 1995 22:59:08 -0700
From: David Greenman <davidg>
Message-Id: <199506280559.WAA22720@freefall.cdrom.com>
To: CVS-commiters, cvs-user
Subject: cvs commit: src/release/libdisk write_disk.c
Sender: cvs-user-owner@freebsd.org
Precedence: bulk

davidg      95/06/27 22:59:07

  Modified:    release/libdisk  write_disk.c
  Log:
  (2.1.0 branch)
  
  Bring in changes from 1.15 - provide default values for interleave and rpm.
  
  Submitted by:	Jeorg Wunsch