From owner-cvs-all Mon Jan 15 17:17: 0 2001 Delivered-To: cvs-all@freebsd.org Received: from magnesium.net (toxic.magnesium.net [207.154.84.15]) by hub.freebsd.org (Postfix) with SMTP id B414337B6C7 for ; Mon, 15 Jan 2001 17:16:42 -0800 (PST) Received: (qmail 58466 invoked by uid 1142); 16 Jan 2001 01:16:41 -0000 Date: 15 Jan 2001 17:16:41 -0800 Date: Mon, 15 Jan 2001 17:15:52 -0800 From: Jason Evans To: Jason Evans Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/share/man/man9 condvar.9 Makefile src/sys/conf files options src/sys/kern kern_condvar.c kern_sig.c kern_synch.c src/sys/sys condvar.h proc.h Message-ID: <20010115171552.G61852@canonware.com> References: <200101160100.f0G10hR44304@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200101160100.f0G10hR44304@freefall.freebsd.org>; from jasone@FreeBSD.org on Mon, Jan 15, 2001 at 05:00:43PM -0800 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Mon, Jan 15, 2001 at 05:00:43PM -0800, Jason Evans wrote: > jasone 2001/01/15 17:00:43 PST > > Log: > Implement condition variables. I dropped the priority argument from cv_*wait*(), which might not work correctly 100% of the time right now, but it will work fine as soon as priority propagation works. This code has been tested by being used for malloc() and lockmgr, but I'm going to hold off with committing those changes until after priority propagation works, just in case it interacts badly with other changes over the next few weeks. Jason To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message