Date: Fri, 8 Mar 2013 22:46:53 +0100 From: Jilles Tjoelker <jilles@stack.nl> To: Ian Lepore <ian@FreeBSD.org> Cc: freebsd-arm@FreeBSD.org Subject: Re: cross-compilation of sh(1) from x86 to arm Message-ID: <20130308214653.GA50358@stack.nl> In-Reply-To: <1362615054.1291.159.camel@revolution.hippie.lan> References: <20130303231931.GD21318@stack.nl> <1362582185.1291.106.camel@revolution.hippie.lan> <20130306215607.GB15814@stack.nl> <1362615054.1291.159.camel@revolution.hippie.lan>
next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, Mar 06, 2013 at 05:10:54PM -0700, Ian Lepore wrote: > On Wed, 2013-03-06 at 22:56 +0100, Jilles Tjoelker wrote: > > Thanks, but I'm not planning to MFC anything more to stable/8/bin/sh > > right now. (Unless you'd like to have some (compatible) change from 9.x > > or 10.x.) > Did the vfork() changes ever make it to 8? That'd be nice to have if > it's easy, don't worry about it if it's a lot of work. The vfork() change is only in head right now. I would have to MFC it to stable/9 first. Also, it depends on SHELLPROC removal (i.e. starting executable scripts without #! in a new instance of /bin/sh instead of a forked copy of the current shell) which is in stable/9 but not stable/8. I think it is not appropriate to MFC these changes right before the freeze. It may be interesting for stable/9 though. -- Jilles Tjoelker
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20130308214653.GA50358>