Re: userland gettimeofday not working?

2020-07-08 Thread Richard Ipsum
On Wed, Jul 08, 2020 at 04:15:11PM +0100, Stuart Henderson wrote: > On 2020/07/08 16:22, Richard Ipsum wrote: > > >Synopsis: userland gettimeofday not working? > > >Category: kernel > > >Environment: > > System : OpenBSD 6.7 > > Details : OpenBSD 6.7-current (GENERIC.MP) #336:

Re: userland gettimeofday not working?

2020-07-08 Thread Theo de Raadt
Stuart Henderson wrote: > user timecounters do not work everywhere, they require invariant TSC > ("ITSC" shown in cpu flags), plus they require that the TSCs are in > fairly close sync on the different cores, and that they don't drift > too much. > > On your machine there is too much difference

Re: userland gettimeofday not working?

2020-07-08 Thread Stuart Henderson
On 2020/07/08 16:22, Richard Ipsum wrote: > >Synopsis:userland gettimeofday not working? > >Category:kernel > >Environment: > System : OpenBSD 6.7 > Details : OpenBSD 6.7-current (GENERIC.MP) #336: Tue Jul 7 > 22:27:36 MDT 2020 > >

userland gettimeofday not working?

2020-07-08 Thread Richard Ipsum
>Synopsis: userland gettimeofday not working? >Category: kernel >Environment: System : OpenBSD 6.7 Details : OpenBSD 6.7-current (GENERIC.MP) #336: Tue Jul 7 22:27:36 MDT 2020

Re: mg: crash on re-search with a file containing an empty line

2020-07-08 Thread Theo Buehler
> Can this patch get committed in the current form? I don't mind committing either version of the patch. Unless I hear objections, I'm going to commit the patch below soon. Index: re_search.c === RCS file: