From owner-cvs-all Sun Sep 1 10:45: 9 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5CD8237B400; Sun, 1 Sep 2002 10:45:05 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0A5BA43E3B; Sun, 1 Sep 2002 10:45:05 -0700 (PDT) (envelope-from anholt@FreeBSD.org) Received: from freefall.freebsd.org (anholt@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g81Hj4JU085284; Sun, 1 Sep 2002 10:45:04 -0700 (PDT) (envelope-from anholt@freefall.freebsd.org) Received: (from anholt@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g81Hj4E4085283; Sun, 1 Sep 2002 10:45:04 -0700 (PDT) Message-Id: <200209011745.g81Hj4E4085283@freefall.freebsd.org> From: Eric Anholt Date: Sun, 1 Sep 2002 10:45:04 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/drm drm_drv.h drm_linux.h drm_os_freebsd.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 anholt 2002/09/01 10:45:04 PDT Modified files: sys/dev/drm drm_drv.h drm_os_freebsd.h Removed files: sys/dev/drm drm_linux.h Log: Remove drm_linux.h, move the two useful defines into drm_drv.h. Use fd locking on -current. Actually copy in data from userspace to kernel in the linux-compat ioctl path. Make sure ioctl sizes are as expected in the handler functions. Reviewed by: rwatson Revision Changes Path 1.6 +61 -12 src/sys/dev/drm/drm_drv.h 1.2 +0 -147 src/sys/dev/drm/drm_linux.h (dead) 1.7 +12 -8 src/sys/dev/drm/drm_os_freebsd.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message