Re: [Toybox] [PATCH] Implement dmesg -T.

2017-04-05 Thread enh
On Tue, Apr 4, 2017 at 4:42 PM, Rob Landley wrote: > On 04/04/2017 12:32 PM, enh wrote: > > On Mon, Apr 3, 2017 at 2:43 PM, Rob Landley > > wrote: > > > > On 04/03/2017 03:03 PM, enh wrote: > > > since i have to maintain a

Re: [Toybox] [PATCH] Implement dmesg -T.

2017-04-04 Thread Rob Landley
On 04/04/2017 12:32 PM, enh wrote: > On Mon, Apr 3, 2017 at 2:43 PM, Rob Landley > wrote: > > On 04/03/2017 03:03 PM, enh wrote: > > since i have to maintain a parallel build system, promotion/demotion > > just mean extra work for me, so

Re: [Toybox] [PATCH] Implement dmesg -T.

2017-04-04 Thread enh
On Mon, Apr 3, 2017 at 2:43 PM, Rob Landley wrote: > On 04/03/2017 03:03 PM, enh wrote: > > since i have to maintain a parallel build system, promotion/demotion > > just mean extra work for me, so i'm always happier with the status quo > :-) > > Trying to converge the build

Re: [Toybox] [PATCH] Implement dmesg -T.

2017-04-03 Thread Rob Landley
On 04/03/2017 03:03 PM, enh wrote: > since i have to maintain a parallel build system, promotion/demotion > just mean extra work for me, so i'm always happier with the status quo :-) Trying to converge the build systems is on my todo list. :) (But today I'm playing with GPS signal tracking

Re: [Toybox] [PATCH] Implement dmesg -T.

2017-04-03 Thread enh
since i have to maintain a parallel build system, promotion/demotion just mean extra work for me, so i'm always happier with the status quo :-) as for the more recent patches i've been sending... it's not that i hate awk -- i'd actually love to have the time to sit down and write toybox awk --

Re: [Toybox] [PATCH] Implement dmesg -T.

2017-04-03 Thread Rob Landley
On 03/31/2017 11:27 AM, enh wrote: > ping. Sorry, had a window open to review whether to promote it back to lsb and a week went by... Applied, still need to review it and re-promote. Rob ___ Toybox mailing list Toybox@lists.landley.net

[Toybox] [PATCH] Implement dmesg -T.

2017-03-25 Thread enh
Also refactor so that legacy mode gets all the new functionality too, and add -S to make it easier to test legacy mode on 3.5 or newer kernels (at least on the host; on Android the syslog(2) system call is no longer allowed). Bug: http://b/36090178 --- toys/pending/dmesg.c | 153