From owner-freebsd-current@FreeBSD.ORG Mon Jan 21 20:26:22 2013 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id A11B384D for ; Mon, 21 Jan 2013 20:26:22 +0000 (UTC) (envelope-from yuri@rawbw.com) Received: from shell0.rawbw.com (shell0.rawbw.com [198.144.192.45]) by mx1.freebsd.org (Postfix) with ESMTP id 78FA8B31 for ; Mon, 21 Jan 2013 20:26:22 +0000 (UTC) Received: from eagle.yuri.org (stunnel@localhost [127.0.0.1]) (authenticated bits=0) by shell0.rawbw.com (8.14.4/8.14.4) with ESMTP id r0LKQLwA060972 for ; Mon, 21 Jan 2013 12:26:21 -0800 (PST) (envelope-from yuri@rawbw.com) Message-ID: <50FDA46D.6080105@rawbw.com> Date: Mon, 21 Jan 2013 12:26:21 -0800 From: Yuri User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:17.0) Gecko/20130112 Thunderbird/17.0.2 MIME-Version: 1.0 To: freebsd-current@freebsd.org Subject: [PATCH] Variable-size ioctl data handling Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Jan 2013 20:26:22 -0000 Hi, Could anybody please review and check in the patch patch-ioctl-var-size.txt from this PR: http://www.freebsd.org/cgi/query-pr.cgi?pr=175425 ? This patch introduces the generic way to pass variable size ioctl argument using the structure like this struct my_struct {int len; ...any fields...}. Thank you, Yuri