From owner-cvs-all Thu Oct 18 18:38:15 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 CB88337B409; Thu, 18 Oct 2001 18:38:10 -0700 (PDT) Received: (from des@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9J1cAY40072; Thu, 18 Oct 2001 18:38:10 -0700 (PDT) (envelope-from des) Message-Id: <200110190138.f9J1cAY40072@freefall.freebsd.org> From: Dag-Erling Smorgrav Date: Thu, 18 Oct 2001 18:38:10 -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/18 18:38:10 PDT Modified files: sys/compat/linux linux_ioctl.c linux_ioctl.h Log: Add support for the "device private" ioctls soon to be used by the an driver. Also slightly change the name translation policy - only rename interfaces that have the IFF_BROADCAST flag set. This is not perfect, but is closer to how Linux names network interfaces. Revision Changes Path 1.69 +63 -16 src/sys/compat/linux/linux_ioctl.c 1.5 +14 -1 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