From owner-cvs-src-old@FreeBSD.ORG Wed May 4 09:05:54 2011 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 79525106567B for ; Wed, 4 May 2011 09:05:54 +0000 (UTC) (envelope-from netchild@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 67F228FC1B for ; Wed, 4 May 2011 09:05:54 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id p4495sDJ039520 for ; Wed, 4 May 2011 09:05:54 GMT (envelope-from netchild@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id p4495s4B039519 for cvs-src-old@freebsd.org; Wed, 4 May 2011 09:05:54 GMT (envelope-from netchild@repoman.freebsd.org) Message-Id: <201105040905.p4495s4B039519@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to netchild@repoman.freebsd.org using -f From: Alexander Leidinger Date: Wed, 4 May 2011 09:05:39 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/compat/linux linux_ioctl.c linux_ioctl.h X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 04 May 2011 09:05:54 -0000 netchild 2011-05-04 09:05:39 UTC FreeBSD src repository Modified files: sys/compat/linux linux_ioctl.c linux_ioctl.h Log: SVN rev 221426 on 2011-05-04 09:05:39Z by netchild This is v4l2 support for the linuxulator. This allows to access FreeBSD native devices which support the v4l2 API from processes running within the linuxulator, e.g. skype or flash can access the multimedia/pwcbsd or multimedia/webcamd supplied drivers. Submitted by: nox MFC after: 1 month Revision Changes Path 1.168 +306 -0 src/sys/compat/linux/linux_ioctl.c 1.33 +97 -0 src/sys/compat/linux/linux_ioctl.h