Re: adding lineno implementation

2018-01-28 Thread daggs
Greetings Denys, > Sent: Saturday, January 27, 2018 at 9:03 PM > From: "Denys Vlasenko" > To: daggs > Cc: busybox > Subject: Re: adding lineno implementation > > On Wed, Jan 24, 2018 at 9:53 AM, daggs wrote: > >> >>

Re: ASH: why ash_ptr_to_globals_misc is declared as const pointer

2018-01-28 Thread Mike Frysinger
On 28 Jan 2018 20:41, Denys Vlasenko wrote: > On Thu, Jan 18, 2018 at 10:48 PM, Yunlian Jiang wrote: > > Hi, > >I tried to build busybox with clang and use it to create recovery image > > for ChromeOS. > > It fails to recover an arm based ChromeBook. > >I digged a

Re: [PATCH] ash: make bash_source command search current directory after PATH

2018-01-28 Thread Mike Frysinger
On 28 Jan 2018 19:17, Denys Vlasenko wrote: > On Fri, Jan 26, 2018 at 7:50 PM, Mike Frysinger wrote: > > On 26 Jan 2018 15:15, Denys Vlasenko wrote: > >> On Fri, Jan 26, 2018 at 9:34 AM, Paul Otto wrote: > >> > This patch restores, and improves upon, expected behavior to BASH > >> > compatibility

Re: [PATCH] ash: make bash_source command search current directory after PATH

2018-01-28 Thread Kang-Che Sung
On Mon, Jan 29, 2018 at 2:51 AM, Bernd Petrovitsch wrote: > On Fri, 2018-01-26 at 15:15 +0100, Denys Vlasenko wrote: >> On Fri, Jan 26, 2018 at 9:34 AM, Paul Otto wrote: > [...] >> > According to the BASH documentation, the source command should: >> >

Re: ASH: why ash_ptr_to_globals_misc is declared as const pointer

2018-01-28 Thread Denys Vlasenko
On Thu, Jan 18, 2018 at 10:48 PM, Yunlian Jiang wrote: > Hi, >I tried to build busybox with clang and use it to create recovery image > for ChromeOS. > It fails to recover an arm based ChromeBook. >I digged a little bit. >Below patch makes it work. My question is.

Re: [PATCH] ash: make bash_source command search current directory after PATH

2018-01-28 Thread Bernd Petrovitsch
On Fri, 2018-01-26 at 15:15 +0100, Denys Vlasenko wrote: > On Fri, Jan 26, 2018 at 9:34 AM, Paul Otto wrote: [...] > > According to the BASH documentation, the source command should: > > Read and execute commands from filename in the current shell environment > > and return

Re: [PATCH 0/4] Add SCHED_BATCH and SCHED_IDLE support to chrt

2018-01-28 Thread Denys Vlasenko
On Sun, Jan 28, 2018 at 11:10 AM, walter harms wrote: >> On Wed, Jan 24, 2018 at 1:28 AM, Povilas Kanapickas wrote: > The following patches add SCHED_BATCH and SCHED_IDLE support to chrt. > The priority limits are fixed to follow the specification. The

Re: [PATCH] ash: make bash_source command search current directory after PATH

2018-01-28 Thread Denys Vlasenko
On Fri, Jan 26, 2018 at 7:50 PM, Mike Frysinger wrote: > On 26 Jan 2018 15:15, Denys Vlasenko wrote: >> On Fri, Jan 26, 2018 at 9:34 AM, Paul Otto wrote: >> > This patch restores, and improves upon, expected behavior to BASH >> > compatibility which was lost

Re: [PATCH 0/4] Add SCHED_BATCH and SCHED_IDLE support to chrt

2018-01-28 Thread walter harms
Am 27.01.2018 19:37, schrieb Denys Vlasenko: > On Wed, Jan 24, 2018 at 1:28 AM, Povilas Kanapickas wrote: The following patches add SCHED_BATCH and SCHED_IDLE support to chrt. The priority limits are fixed to follow the specification. The last patch avoids