From owner-cvs-all@FreeBSD.ORG Mon Nov 5 19:54:21 2007 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7E07916A474 for ; Mon, 5 Nov 2007 19:54:21 +0000 (UTC) (envelope-from rpaulo@gmail.com) Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.184]) by mx1.freebsd.org (Postfix) with ESMTP id 03D3313C4B6 for ; Mon, 5 Nov 2007 19:54:19 +0000 (UTC) (envelope-from rpaulo@gmail.com) Received: by nf-out-0910.google.com with SMTP id b2so1247137nfb for ; Mon, 05 Nov 2007 11:54:11 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:cc:message-id:from:to:in-reply-to:content-type:content-transfer-encoding:mime-version:subject:date:references:x-mailer:sender; bh=Xkw0eJAhCxm0gvv3nhwt3hHFc/MPjvZCX7b8KSRcrYo=; b=T+cdvaohLGUF509DbDmDOjOFOcbjHsZqtkcPfM1/0ka+8SNQ5Jr9nCa9C5jS2/1L1mbLqcb8VEY9mnVGeWJ7uuM+T3OKcU8b6rCLvK1taE1IUsnX0altsEp2+JHB+qEH1o8BcgQiwy0Z/Br/c3x75iY7//N3qmwPuj/9rNnn0pM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:cc:message-id:from:to:in-reply-to:content-type:content-transfer-encoding:mime-version:subject:date:references:x-mailer:sender; b=h7buW4pAf4diJsfhEtvgcm5m5uUMSmYqUcwhTKJH7p4iDaJHUF/P5+VqRZlr8a3mZ/xxit+FILXqxSpnAuCFRN6DI7dVtuPCF0t4rr/a5nd1Bl72lXsOlmEe/6On/43ioGSv9Rl8zzdUcvHzj+592VMCoScv2xMegSuEVzSIXlk= Received: by 10.86.100.7 with SMTP id x7mr3678200fgb.1194292451056; Mon, 05 Nov 2007 11:54:11 -0800 (PST) Received: from ?172.17.14.191? ( [193.136.24.218]) by mx.google.com with ESMTPS id p9sm12896645fkb.2007.11.05.11.54.09 (version=SSLv3 cipher=OTHER); Mon, 05 Nov 2007 11:54:10 -0800 (PST) Message-Id: From: Rui Paulo To: Pawel Jakub Dawidek In-Reply-To: <200711051840.lA5IetK5014353@repoman.freebsd.org> Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v912) Date: Mon, 5 Nov 2007 19:54:07 +0000 References: <200711051840.lA5IetK5014353@repoman.freebsd.org> X-Mailer: Apple Mail (2.912) Sender: Rui Paulo Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/compat/opensolaris/sys kcondvar.h mutex.h rwlock.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Nov 2007 19:54:21 -0000 On 5 Nov 2007, at 18:40, Pawel Jakub Dawidek wrote: > pjd 2007-11-05 18:40:55 UTC > > FreeBSD src repository > > Modified files: > sys/compat/opensolaris/sys kcondvar.h mutex.h rwlock.h > Log: > Remove "zfs:" prefix from lock and condvar names and also skip non- > letter > characters (mostly "&"). Because top(1) shows only first six > characters of > wait channel, without this change we saw only one meaningful > character. > > Requested by: kris & others > MFC after: 1 week Cool, thanks! -- Rui Paulo