From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/1675 Path: news.gmane.org!not-for-mail From: Rich Felker Newsgroups: gmane.linux.lib.musl.general Subject: Re: [Vision for new platform] syslog, sed, cron Date: Wed, 22 Aug 2012 18:46:05 -0400 Message-ID: <20120822224604.GJ27715@brightrain.aerifal.cx> References: <20120822185359.GF27715@brightrain.aerifal.cx> <87mx1mbvs1.fsf@gmail.com> <87ipcabsfg.fsf@gmail.com> Reply-To: musl@lists.openwall.com NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Trace: ger.gmane.org 1345675476 31734 80.91.229.3 (22 Aug 2012 22:44:36 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 22 Aug 2012 22:44:36 +0000 (UTC) To: musl@lists.openwall.com Original-X-From: musl-return-1676-gllmg-musl=m.gmane.org@lists.openwall.com Thu Aug 23 00:44:37 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 1T4Jf9-0007Ac-Jd for gllmg-musl@plane.gmane.org; Thu, 23 Aug 2012 00:44:35 +0200 Original-Received: (qmail 17421 invoked by uid 550); 22 Aug 2012 22:44:33 -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 17411 invoked from network); 22 Aug 2012 22:44:33 -0000 Content-Disposition: inline In-Reply-To: <87ipcabsfg.fsf@gmail.com> User-Agent: Mutt/1.5.21 (2010-09-15) Xref: news.gmane.org gmane.linux.lib.musl.general:1675 Archived-At: On Wed, Aug 22, 2012 at 10:08:51PM +0200, Christian Neukirchen wrote: > Daniel Cegiełka writes: > > > 2012/8/22 Christian Neukirchen : > >> Rich Felker writes: > >> > >>> What GNU features do they require? Reportedly busybox sed works for > >>> many packages... > >> > >> Not the Linux kernel, IIRC. > > > > I checked.. and it looks that sed from bb works with linux kernel :) > > Perhaps they fixed it then. I remember being it the reason I ported GNU > sed to sabotage... I think what happened is we fixed musl. There were several show-stopping BRE (old "basic" regex mode) bugs in TRE that made it into musl, and sed uses BRE, not ERE. Rich