From owner-cvs-all Wed Nov 15 17: 5:56 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9BBCF37B479; Wed, 15 Nov 2000 17:05:53 -0800 (PST) Received: (from gallatin@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id RAA18922; Wed, 15 Nov 2000 17:05:53 -0800 (PST) (envelope-from gallatin@FreeBSD.org) Message-Id: <200011160105.RAA18922@freefall.freebsd.org> From: Andrew Gallatin Date: Wed, 15 Nov 2000 17:05:53 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/compat/linux linux_socket.c src/sys/alpha/linux syscalls.master X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG gallatin 2000/11/15 17:05:53 PST Modified files: sys/compat/linux linux_socket.c sys/alpha/linux syscalls.master Log: Use the linux_connect() on alpha rather than passing directly through to our native connect(). This is required to deal with the differences in the way linux handles connects on non-blocking sockets. This gets the private beta of the Compaq Linux/alpha JDK working on FreeBSD/alpha Approved by: marcel Revision Changes Path 1.23 +10 -2 src/sys/compat/linux/linux_socket.c 1.41 +3 -2 src/sys/alpha/linux/syscalls.master To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message