From owner-cvs-src@FreeBSD.ORG Fri Jun 8 21:55:30 2007 Return-Path: X-Original-To: cvs-src@freebsd.org Delivered-To: cvs-src@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 9DB9C16A400 for ; Fri, 8 Jun 2007 21:55:30 +0000 (UTC) (envelope-from asmrookie@gmail.com) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.170]) by mx1.freebsd.org (Postfix) with ESMTP id 298C813C455 for ; Fri, 8 Jun 2007 21:55:29 +0000 (UTC) (envelope-from asmrookie@gmail.com) Received: by ug-out-1314.google.com with SMTP id u2so1195481uge for ; Fri, 08 Jun 2007 14:55:29 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:reply-to:user-agent:mime-version:to:cc:subject:references:in-reply-to:content-type:content-transfer-encoding:sender; b=hxay3burRhIcS1SVvkce74RxbacEETV0/R15dkK5Vrl7yXkzUgIZIVgcfZt4BbrnsxktgOrQkDAaC1/vi9lsu/bm/zTI6Xc8BE29Te74e6FbBbZf5wvWFThffSdIGDXfdB29+3VaM2jNW32nxA8YUcM7BxPugqS0bz5olxSqnQc= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:reply-to:user-agent:mime-version:to:cc:subject:references:in-reply-to:content-type:content-transfer-encoding:sender; b=lraGrMlGfNaXy9bqHVLsdWOF6K7b51oafD6FQSb+qThXHmot/pqhSXLw/A7vghOjOkZ8pF2dKfQBJ41Ldcasg8Hc6J/uXji2sc4ydgpqS8vDoZ3PCEaqKFyk519dLe/FZ5YuLZ8mhtiMIqSO9TcxUEd6N9ECGg7hyUQHy1Rtg/o= Received: by 10.67.118.8 with SMTP id v8mr3093084ugm.1181339728974; Fri, 08 Jun 2007 14:55:28 -0700 (PDT) Received: from ?151.75.225.190? ( [151.75.225.190]) by mx.google.com with ESMTP id u1sm5673572uge.2007.06.08.14.55.28 (version=TLSv1/SSLv3 cipher=RC4-MD5); Fri, 08 Jun 2007 14:55:28 -0700 (PDT) Message-ID: <4669D03C.9040504@FreeBSD.org> Date: Fri, 08 Jun 2007 23:55:08 +0200 From: Attilio Rao User-Agent: Thunderbird 1.5 (X11/20060526) MIME-Version: 1.0 To: src-committers@FreeBSD.org References: <200706082136.l58LarUk086761@repoman.freebsd.org> In-Reply-To: <200706082136.l58LarUk086761@repoman.freebsd.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Sender: Attilio Rao Cc: cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/conf NOTES options src/sys/kern kern_mutex.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: attilio@FreeBSD.org List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 08 Jun 2007 21:55:30 -0000 Attilio Rao wrote: > attilio 2007-06-08 21:36:52 UTC > > FreeBSD src repository > > Modified files: > sys/conf NOTES options > sys/kern kern_mutex.c > Log: > Remove the MUTEX_WAKE_ALL option and make it the default behaviour for our > mutexes. > Currently we alredy force MUTEX_WAKE_ALL beacause of some problems with the > !MUTEX_WAKE_ALL case (unavioidable priority inversion). Uff, today I'm very tired! Approved by: jhb, ups, jeff (mentor)