From owner-cvs-all Fri Oct 19 17: 1:32 2001 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 C47D537B403; Fri, 19 Oct 2001 17:01:26 -0700 (PDT) Received: (from des@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9K01QU13935; Fri, 19 Oct 2001 17:01:26 -0700 (PDT) (envelope-from des) Message-Id: <200110200001.f9K01QU13935@freefall.freebsd.org> From: Dag-Erling Smorgrav Date: Fri, 19 Oct 2001 17:01:26 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/compat/linux linux_ioctl.c linux_ioctl.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG des 2001/10/19 17:01:26 PDT Modified files: sys/compat/linux linux_ioctl.c linux_ioctl.h Log: Tweak the way we determine if an interface needs to have its name translated. Add some missing break statements in the socket ioctl switch. Check the return value from copyin() / copyout(). Fix some disorderings and misindentations. Support a couple more socket ioctls. Add missing break statements. Revision Changes Path 1.71 +57 -22 src/sys/compat/linux/linux_ioctl.c 1.7 +5 -0 src/sys/compat/linux/linux_ioctl.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message