ksh patch to add execution time tracking in interactive shells

2018-11-26 Thread Ryan Flannery
Hi, This patch adds tracking of total execution (real) time for all commands executed in an interactive ksh instance. I find it useful as an automatic, simple poor-man's means of profiling as-i-go (and just informative). I personally have a couple ksh functions to toggle showing this info in my pro

Re: wdc polling lead to unclean fs and panics

2018-11-26 Thread mbuhl
Hi, Was anybody able to reproduce the bug I am running into? Did these changes also help? Thanks, mbuhl > On 4. Oct 2018, at 13:16, Moritz Buhl wrote: > > Hi, > > when rebooting a PowerBook G4, the kernel sometimes paniced while > detaching the disk. > Additionallly, during boot it was noted

Re: option kcov + GENERIC.MP -> silent crash

2018-11-26 Thread Anton Lindqvist
On Mon, Nov 26, 2018 at 08:43:12AM -0800, Greg Steuck wrote: > Thanks for the patch, I'll give it a go. Should I make up a patch reporting > #error when trying to build kcov with MP in the meantime? The next person > won't have to find it the hard way... Please try out the diff first. I'd rather t

Re: xidle: parse options once, simplify code

2018-11-26 Thread Klemens Nanni
On Sun, Nov 11, 2018 at 06:07:10PM +0100, Klemens Nanni wrote: > There's no point in parsing `-display' separately, just do it once and > simplify the code while here. > > This addresses two of cheloha's comments from my strtonum diff. Ping. Feedback? OK? Index: xidle.c =

Re: option kcov + GENERIC.MP -> silent crash

2018-11-26 Thread Greg Steuck
Thanks for the patch, I'll give it a go. Should I make up a patch reporting #error when trying to build kcov with MP in the meantime? The next person won't have to find it the hard way... On Sun, Nov 25, 2018 at 11:21 PM Anton Lindqvist wrote: > Hi Greg, > > On Sun, Nov 25, 2018 at 10:13:52AM -0

simple MH_ALIGN -> m_align transformations

2018-11-26 Thread Claudio Jeker
Since M_ALIGN and MH_ALIGN are not streight calls to m_align() convert the users to call directly m_align() so that the macros can be removed at a later stage. This diff has the streight forward bits in it. There is one extra bit in revarprequest() where I make the function more like arprequest()