From owner-cvs-all Sat Oct 26 7:21:37 2002 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 1C9B137B401; Sat, 26 Oct 2002 07:21:36 -0700 (PDT) Received: from baraca.united.net.ua (ns.united.net.ua [193.111.8.193]) by mx1.FreeBSD.org (Postfix) with ESMTP id F20B643E3B; Sat, 26 Oct 2002 07:21:34 -0700 (PDT) (envelope-from max@vega.com) Received: from vega.vega.com (xDSL-2-2.united.net.ua [193.111.9.226]) by baraca.united.net.ua (8.12.6/8.11.6) with ESMTP id g9QELWh4050062; Sat, 26 Oct 2002 17:21:32 +0300 (EEST) (envelope-from max@vega.com) Received: from vega.vega.com (max@localhost [127.0.0.1]) by vega.vega.com (8.12.6/8.12.5) with ESMTP id g9QELXaJ033237; Sat, 26 Oct 2002 17:21:33 +0300 (EEST) (envelope-from sobomax@FreeBSD.org) Received: (from max@localhost) by vega.vega.com (8.12.6/8.12.5/Submit) id g9QELXhp033236; Sat, 26 Oct 2002 17:21:33 +0300 (EEST) Date: Sat, 26 Oct 2002 17:21:33 +0300 From: Maxim Sobolev To: Alexey Zelkin Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/lib/libc_r/uthread uthread_attr_get_np.c Message-ID: <20021026142133.GA33191@vega.vega.com> References: <200210261353.g9QDrMCZ095655@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline In-Reply-To: <200210261353.g9QDrMCZ095655@repoman.freebsd.org> User-Agent: Mutt/1.4i Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Sat, Oct 26, 2002 at 06:53:22AM -0700, Alexey Zelkin wrote: > phantom 2002/10/26 06:53:22 PDT > > Added files: > lib/libc_r/uthread uthread_attr_get_np.c > Log: > Add pthread_attr_get_np() function. This is FreeBSD non-portable POSIX threads > extenston function. It supposed to provide facility to get already created > thread's attributes. Looks like it's last thing we need to make JDK's Hotspot > building without requirement to have source tree. > > Reviewed by: deischen > MFC after: 3 days Where is the man page? IMO, any externally libc{_r} function should be documented, especially when it is an FreeBSD-specific non-portable function. Please fix. -Maxim (who once had a hard time finding documentation for the mmap2() syscall in linux) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message