From owner-cvs-all Mon Oct 5 09:37:45 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA05515 for cvs-all-outgoing; Mon, 5 Oct 1998 09:37:45 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id JAA05497; Mon, 5 Oct 1998 09:37:42 -0700 (PDT) (envelope-from jfieber@FreeBSD.org) From: John Fieber Received: (from jfieber@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id JAA11600; Mon, 5 Oct 1998 09:37:36 -0700 (PDT) Date: Mon, 5 Oct 1998 09:37:36 -0700 (PDT) Message-Id: <199810051637.JAA11600@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/i386/linux linux.h linux_file.c linux_sysvec.c Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jfieber 1998/10/05 09:37:36 PDT Modified files: sys/i386/linux linux.h linux_file.c linux_sysvec.c Log: Make async I/O on a socket work. Although the current Sybase license does not permit running under emulation, FreeBSD 3.0 is now "Sybase Ready" should the license change. Revision Changes Path 1.23 +6 -7 src/sys/i386/linux/linux.h 1.22 +4 -1 src/sys/i386/linux/linux_file.c 1.35 +4 -4 src/sys/i386/linux/linux_sysvec.c