Re: [PATCH] modutils: fix config options dependency (2)

2017-02-07 Thread Kang-Che Sung
On Tue, Feb 7, 2017 at 11:40 PM, Denys Vlasenko wrote: > On Tue, Feb 7, 2017 at 4:38 PM, Kang-Che Sung wrote: >> On Tue, Feb 7, 2017 at 11:21 PM, Denys Vlasenko >> wrote: >>> >>> How about this? >>> >>> - if

Re: timeout setting for login

2017-02-07 Thread Patrick Pief
On Mon, 06 Feb 2017 20:33:39 +0100 Denys Vlasenko wrote > Traditionally, Unix logins are not handled by running "login" > program in a loop. "getty" is run in a loop, and it has no timeout. > When user enters username, then getty execs login. > _Then_

Re: [PATCH] modutils: fix config options dependency (2)

2017-02-07 Thread Denys Vlasenko
On Tue, Feb 7, 2017 at 4:38 PM, Kang-Che Sung wrote: > On Tue, Feb 7, 2017 at 11:21 PM, Denys Vlasenko > wrote: >> On Tue, Feb 7, 2017 at 4:38 AM, Kang-Che Sung wrote: >>> On Tue, Feb 7, 2017 at 4:56 AM, Denys Vlasenko

Re: [PATCH] modutils: fix config options dependency (2)

2017-02-07 Thread Kang-Che Sung
On Tue, Feb 7, 2017 at 11:21 PM, Denys Vlasenko wrote: > On Tue, Feb 7, 2017 at 4:38 AM, Kang-Che Sung wrote: >> On Tue, Feb 7, 2017 at 4:56 AM, Denys Vlasenko >> wrote: >>> >>> Not really. If you would explain it, it

Re: [PATCH] modutils: fix config options dependency (2)

2017-02-07 Thread Denys Vlasenko
On Tue, Feb 7, 2017 at 4:38 AM, Kang-Che Sung wrote: > On Tue, Feb 7, 2017 at 4:56 AM, Denys Vlasenko > wrote: >> On Mon, Feb 6, 2017 at 4:38 AM, Kang-Che Sung wrote: >>> Thank you, but I hope you understand why I propose

Re: [PATCH] Replace int -> uint to avoid signed integer overflow

2017-02-07 Thread Denys Vlasenko
On Mon, Feb 6, 2017 at 11:59 PM, Rob Landley wrote: > On 02/06/2017 07:20 AM, Denys Vlasenko wrote: >> I'm not using their runtime debug thing (I don't even know what it is), >> if some people would use it and find real bugs, it's good for me. > > It's your call what to merge