From owner-cvs-src-old@FreeBSD.ORG Thu Jul 29 14:24:20 2010 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 B9E7F1065672 for ; Thu, 29 Jul 2010 14:24:20 +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 A6F7A8FC1E for ; Thu, 29 Jul 2010 14:24:20 +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 o6TEOKU5078127 for ; Thu, 29 Jul 2010 14:24:20 GMT (envelope-from netchild@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o6TEOKh0078126 for cvs-src-old@freebsd.org; Thu, 29 Jul 2010 14:24:20 GMT (envelope-from netchild@repoman.freebsd.org) Message-Id: <201007291424.o6TEOKh0078126@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to netchild@repoman.freebsd.org using -f From: Alexander Leidinger Date: Thu, 29 Jul 2010 14:23:58 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_8 Subject: cvs commit: src/sys/compat/linux linux_ioctl.c linux_ioctl.h linux_videodev.h linux_videodev_compat.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: Thu, 29 Jul 2010 14:24:20 -0000 netchild 2010-07-29 14:23:58 UTC FreeBSD src repository Modified files: (Branch: RELENG_8) sys/compat/linux linux_ioctl.c linux_ioctl.h Added files: (Branch: RELENG_8) sys/compat/linux linux_videodev.h linux_videodev_compat.h Log: SVN rev 210608 on 2010-07-29 14:23:58Z by netchild MFC r200107,200109-200110,202364,202376,205678,207569: Merge linux emulation parts for video4linux support (requires a native v4l device, e.g. something which works with ports://multimedia/webcamd). Revision Changes Path 1.155.2.5 +363 -1 src/sys/compat/linux/linux_ioctl.c 1.28.2.2 +36 -0 src/sys/compat/linux/linux_ioctl.h 1.2.2.2 +367 -0 src/sys/compat/linux/linux_videodev.h (new) 1.1.2.2 +59 -0 src/sys/compat/linux/linux_videodev_compat.h (new)