From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/816 Path: news.gmane.org!not-for-mail From: Isaac Dunham Newsgroups: gmane.linux.lib.musl.general Subject: Re: status of _BSD_SOURCE Date: Thu, 10 May 2012 14:45:29 -0700 Message-ID: <20120510144529.6f59faad@newbook> References: <20120419192334.0e2c8037@newbook> <20120510212115.GK17860@port70.net> Reply-To: musl@lists.openwall.com NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1336686361 6389 80.91.229.3 (10 May 2012 21:46:01 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 10 May 2012 21:46:01 +0000 (UTC) To: musl@lists.openwall.com Original-X-From: musl-return-817-gllmg-musl=m.gmane.org@lists.openwall.com Thu May 10 23:46:00 2012 Return-path: Envelope-to: gllmg-musl@plane.gmane.org Original-Received: from mother.openwall.net ([195.42.179.200]) by plane.gmane.org with smtp (Exim 4.69) (envelope-from ) id 1SSbBK-0000FM-Vd for gllmg-musl@plane.gmane.org; Thu, 10 May 2012 23:45:55 +0200 Original-Received: (qmail 17464 invoked by uid 550); 10 May 2012 21:45:54 -0000 Mailing-List: contact musl-help@lists.openwall.com; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: Original-Received: (qmail 17453 invoked from network); 10 May 2012 21:45:54 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=lavabit; d=lavabit.com; b=QM/cbFfUw/OJDkc7lJSdq9jWPm95JVLFeY2ImW1BNgqVr6QiSm3i0DmaOHqLCTMc69apiLTfPazDAnT8m6xFiVG8gRPtFXKSflQtZEXITjrFFDIHkC2XPwkAgZoyW3aYTwRV3c6/TfTyHWAQRR5U+aDjyfss1/BCcyp02qluRUw=; h=Date:From:To:Subject:Message-ID:In-Reply-To:References:X-Mailer:Mime-Version:Content-Type:Content-Transfer-Encoding; In-Reply-To: <20120510212115.GK17860@port70.net> X-Mailer: Claws Mail 3.7.4 (GTK+ 2.20.1; i486-pc-linux-gnu) Xref: news.gmane.org gmane.linux.lib.musl.general:816 Archived-At: On Thu, 10 May 2012 23:21:15 +0200 Szabolcs Nagy wrote: > * Isaac Dunham [2012-04-19 19:23:34 -0700]: > > I've added _BSD_SOURCE to a couple more headers. > > There are about 29 headers remaining to review. > > (I found at least 1 more that had no feature test macros or reason > > to add them.) > > But now for the more important news: > > I have pushed this work to git@github.com/idunham/musl.git bsd > > So in future, that's where this will be in progress. > > how many headers are there without bsd review? Right off the top of my head, I'm not sure, but I've been too busy to make much headway: at least two dozen are probably left. Everything I do gets pushed within a day or two, and I try to keep it current with Rich's tree. the "master" branch there is a clone of rich's tree, with no changes from me. > is there a way to browse the bsd branch diffs? https://github.com/idunham/musl/compare/master...bsd Isaac Dunham