From owner-cvs-all@FreeBSD.ORG Tue Mar 28 12:34:05 2006 Return-Path: X-Original-To: cvs-all@freebsd.org Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 06B9616A424; Tue, 28 Mar 2006 12:34:05 +0000 (UTC) (envelope-from davidxu@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7777A43D67; Tue, 28 Mar 2006 12:33:58 +0000 (GMT) (envelope-from davidxu@freebsd.org) Received: from localhost.my.domain (root@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k2SCXtnu086827; Tue, 28 Mar 2006 12:33:57 GMT (envelope-from davidxu@freebsd.org) From: David Xu To: "Dag-Erling =?utf-8?q?Sm=C3=B8rgrav?=" Date: Tue, 28 Mar 2006 20:33:44 +0800 User-Agent: KMail/1.8.2 References: <200603280918.k2S9IZM5008601@repoman.freebsd.org> <442901FC.6010008@freebsd.org> <86psk6yewh.fsf@xps.des.no> In-Reply-To: <86psk6yewh.fsf@xps.des.no> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Message-Id: <200603282033.45175.davidxu@freebsd.org> Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/kern syscalls.master src/sys/sys sysproto.h umtx.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: Tue, 28 Mar 2006 12:34:05 -0000 =E5=9C=A8 Tuesday 28 March 2006 19:42=EF=BC=8CDag-Erling Sm=C3=B8rgrav =E5= =86=99=E9=81=93=EF=BC=9A >=20 > David Xu writes: > > This is an incorrect change, please backout it. the _umtx_op parameters > > never should only accept const void *, in fact, the interface was > > designed to extendable for future use. >=20 > It is deprecated, which is supposed to mean there will be no future > extensions. >=20 Deprecated ? where you did get the idea ?I implemented _umtx_op, I am the maintainer of umtx, libthr heavily uses _umtx_op. > > you can use __DECONST macro in umtx.h to disable compiler warnings, > > breaking it could cause FreeBSD to not have optimized thread library > > can be used.next when you want to change umtx code, please discuss > > with me first. >=20 > Frankly, given the state of libthr, I am not inclined to ask you about > anything that has to do with C. >=20 > DES > --=20 > Dag-Erling Sm=C3=B8rgrav - des@des.no >=20 > Please backout it, I don't need help of C progamming language. David Xu