From owner-cvs-all@FreeBSD.ORG Mon Jun 14 09:24:37 2004 Return-Path: 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 0343216A4CE; Mon, 14 Jun 2004 09:24:37 +0000 (GMT) Received: from arginine.spc.org (arginine.spc.org [195.206.69.236]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5B85F43D1D; Mon, 14 Jun 2004 09:24:36 +0000 (GMT) (envelope-from bms@spc.org) Received: from localhost (localhost [127.0.0.1]) by arginine.spc.org (Postfix) with ESMTP id F322A65211; Mon, 14 Jun 2004 10:23:43 +0100 (BST) Received: from arginine.spc.org ([127.0.0.1]) by localhost (arginine.spc.org [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 60463-02-12; Mon, 14 Jun 2004 10:23:43 +0100 (BST) Received: from empiric.dek.spc.org (82-147-17-88.dsl.uk.rapidplay.com [82.147.17.88]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by arginine.spc.org (Postfix) with ESMTP id 6C0B86520C; Mon, 14 Jun 2004 10:23:43 +0100 (BST) Received: by empiric.dek.spc.org (Postfix, from userid 1001) id ECF966119; Mon, 14 Jun 2004 10:23:41 +0100 (BST) Date: Mon, 14 Jun 2004 10:23:41 +0100 From: Bruce M Simpson To: Poul-Henning Kamp Message-ID: <20040614092341.GA70051@empiric.dek.spc.org> Mail-Followup-To: Poul-Henning Kamp , src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org References: <200406140726.i5E7QNsj012393@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200406140726.i5E7QNsj012393@repoman.freebsd.org> cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/compat/linux linux_ioctl.c linux_ioctl.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 Jun 2004 09:24:37 -0000 On Mon, Jun 14, 2004 at 07:26:23AM +0000, Poul-Henning Kamp wrote: > Log: > Add support for more linux ioctls. > > I've had this sitting in my tree for a long time and I can't seem to > find who sent it to me in the first place, apologies to whoever is > missing out on a Contributed by: line here. That would be me :-) Thanks, BMS