From owner-cvs-src-old@FreeBSD.ORG Mon May 3 14:20:14 2010 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 44C72106564A for ; Mon, 3 May 2010 14:20:14 +0000 (UTC) (envelope-from netchild@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 33E478FC1B for ; Mon, 3 May 2010 14:20:14 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id o43EKExJ022332 for ; Mon, 3 May 2010 14:20:14 GMT (envelope-from netchild@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id o43EKEno022331 for cvs-src-old@freebsd.org; Mon, 3 May 2010 14:20:14 GMT (envelope-from netchild@repoman.freebsd.org) Message-Id: <201005031420.o43EKEno022331@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to netchild@repoman.freebsd.org using -f From: Alexander Leidinger Date: Mon, 3 May 2010 14:19:58 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/compat/linux linux_ioctl.c 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: Mon, 03 May 2010 14:20:14 -0000 netchild 2010-05-03 14:19:58 UTC FreeBSD src repository Modified files: sys/compat/linux linux_ioctl.c Log: SVN rev 207569 on 2010-05-03 14:19:58Z by netchild - #ifdef out the cliplist part, skype seems like using an uninitialized variable and can cause problems, without the cliplist handling it works without problems - improve the cliplist error handling - fix VIDIOCGTUNER and VIDIOCSMICROCODE (still no hardware available to test) Submitted by: J.R. Oldroyd X-MFC after: soon (together with all the v4l stuff) Revision Changes Path 1.164 +24 -7 src/sys/compat/linux/linux_ioctl.c