From owner-cvs-src-old@FreeBSD.ORG Tue Jan 25 23:25:43 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 6CFBE106564A for ; Tue, 25 Jan 2011 23:25:43 +0000 (UTC) (envelope-from scf@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 5B3AE8FC18 for ; Tue, 25 Jan 2011 23:25:43 +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 p0PNPhia075243 for ; Tue, 25 Jan 2011 23:25:43 GMT (envelope-from scf@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id p0PNPh5e075242 for cvs-src-old@freebsd.org; Tue, 25 Jan 2011 23:25:43 GMT (envelope-from scf@repoman.freebsd.org) Message-Id: <201101252325.p0PNPh5e075242@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to scf@repoman.freebsd.org using -f From: Sean Farley Date: Tue, 25 Jan 2011 23:25:23 +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 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: Tue, 25 Jan 2011 23:25:43 -0000 scf 2011-01-25 23:25:23 UTC FreeBSD src repository Modified files: (Branch: RELENG_8) sys/compat/linux linux_ioctl.c linux_ioctl.h Log: SVN rev 217867 on 2011-01-25 23:25:23Z by scf Merge from head to stable/8: r216813: Fix the LINUX_SOUND_MIXER_INFO ioctl to return success after the information is set to FreeBSD. It had been falling through to the end of linux_ioctl_sound() and returning ENOIOCTL. Noticed when running the Linux ALSA amixer tool. Add a LINUX_SOUND_MIXER_READ_CAPS ioctl which is used by the Skype v2.1.0.81 binary. Reviewed by: gavin Revision Changes Path 1.155.2.6 +6 -2 src/sys/compat/linux/linux_ioctl.c 1.28.2.3 +1 -0 src/sys/compat/linux/linux_ioctl.h