Re: [U-Boot] [PATCH 2/2] sandbox: Don't disable ctrlc() on sandbox if in raw mode

2018-07-11 Thread Simon Glass
Hi Joe, On 11 July 2018 at 13:32, Joe Hershberger wrote: > On Tue, Jul 10, 2018 at 3:49 PM, Simon Glass wrote: >> Hi Joe, >> >> On 9 July 2018 at 13:26, Joe Hershberger wrote: >>> On Sun, Jul 8, 2018 at 9:39 PM, Simon Glass wrote: Hi Joe, On 2 July 2018 at 18:06, Joe Hershberger

Re: [U-Boot] [PATCH 2/2] sandbox: Don't disable ctrlc() on sandbox if in raw mode

2018-07-11 Thread Joe Hershberger
On Tue, Jul 10, 2018 at 3:49 PM, Simon Glass wrote: > Hi Joe, > > On 9 July 2018 at 13:26, Joe Hershberger wrote: >> On Sun, Jul 8, 2018 at 9:39 PM, Simon Glass wrote: >>> Hi Joe, >>> >>> On 2 July 2018 at 18:06, Joe Hershberger wrote: In raw mode, handle ctrl-c as normal. This allows norm

Re: [U-Boot] [PATCH 2/2] sandbox: Don't disable ctrlc() on sandbox if in raw mode

2018-07-10 Thread Simon Glass
Hi Joe, On 9 July 2018 at 13:26, Joe Hershberger wrote: > On Sun, Jul 8, 2018 at 9:39 PM, Simon Glass wrote: >> Hi Joe, >> >> On 2 July 2018 at 18:06, Joe Hershberger wrote: >>> In raw mode, handle ctrl-c as normal. This allows normal ctrl-c behavior >>> such as aborting a command that is timin

Re: [U-Boot] [PATCH 2/2] sandbox: Don't disable ctrlc() on sandbox if in raw mode

2018-07-09 Thread Joe Hershberger
On Sun, Jul 8, 2018 at 9:39 PM, Simon Glass wrote: > Hi Joe, > > On 2 July 2018 at 18:06, Joe Hershberger wrote: >> In raw mode, handle ctrl-c as normal. This allows normal ctrl-c behavior >> such as aborting a command that is timing out without completely >> terminating the sandbox executable. >

Re: [U-Boot] [PATCH 2/2] sandbox: Don't disable ctrlc() on sandbox if in raw mode

2018-07-08 Thread Simon Glass
Hi Joe, On 2 July 2018 at 18:06, Joe Hershberger wrote: > In raw mode, handle ctrl-c as normal. This allows normal ctrl-c behavior > such as aborting a command that is timing out without completely > terminating the sandbox executable. > > In [1], Simon disabled this. His reason for it was that