Re: C11 visibility in libc++

2019-12-07 Thread Mark Kettenis
> Date: Sat, 7 Dec 2019 14:24:14 +1100 > From: Jonathan Gray > Content-Type: text/plain; charset=us-ascii > Content-Disposition: inline > > While we don't have C11's quick_exit() we do have timespec_get() and > struct timespec/aligned_alloc(). ok kettenis@ > Index: include/__config >

Re: first part of output splitting in bgpctl

2019-12-07 Thread Denis Fondras
On Fri, Dec 06, 2019 at 05:46:52PM +0100, Claudio Jeker wrote: > The output processing in bgpctl is not very extensible. And output flags > like ssv have to hacked into the output in a bad way. > > This is the first bit of a much bigger shuffling action to make the output > handling more

Re: vmm disk unavailable after forceful vm termination

2019-12-07 Thread Johan Huldtgren
On 2019-11-01 12:40, Mike Larkin wrote: > On Fri, Nov 01, 2019 at 09:20:58AM -0400, Johan Huldtgren wrote: > > hello, > > > > I have vmd running on -current, in it I have an Ubuntu vm (18.04.3 LTS), > > every now and then the Ubuntu vm will hang hard, console is dead, only > > option is to

Re: uvideo(4) stream buffer malloc

2019-12-07 Thread Marcus Glocker
It turned out that the last diff didn't work out so well. Depending on the resolution it could happen that uvideo just could allocate enough memory for the buffers, but xhci didn't had enough left to allocate the ring buffers. What worked out best for me is to limit the max. buffers to 8. I still