Re: amd64 UEFI machine fails to load kernel; displays "ExitBootServices" and reboots

2016-12-29 Thread Ryan
I've successfully booted the machine with the following changes: --- sys/arch/amd64/stand/efiboot/efiboot.c2016-06-10 12:36:06.0 -0600 +++ sys/arch/amd64/stand/efiboot/efiboot.c2016-12-28 15:57:36.728002168 -0600 @@ -137,12 +137,16 @@ efi_main(EFI_HANDLE image, EFI_SYSTEM_TA

Re: kernel freeze with -current during network activity

2016-12-29 Thread Martin Pieuchot
On 29/12/16(Thu) 11:44, Martin Pieuchot wrote: > On 29/12/16(Thu) 10:32, Dimitris Papastamos wrote: > > Hi everyone, > > > > I am experiencing a kernel freeze with -current. The last kernel I > > built that still had the issue was from the 27th of December. The > > freeze takes hours to happen

Re: kernel freeze with -current during network activity

2016-12-29 Thread Martin Pieuchot
On 29/12/16(Thu) 10:32, Dimitris Papastamos wrote: > Hi everyone, > > I am experiencing a kernel freeze with -current. The last kernel I > built that still had the issue was from the 27th of December. The > freeze takes hours to happen but usually occurs with browsing > activity. I try to

Re: some splassert with -current / pflow panic netlock locking against myself

2016-12-29 Thread Sebastien Marie
On Thu, Dec 29, 2016 at 08:45:28AM +0100, Martin Pieuchot wrote: > > > > Some context, my gateway has: > > - vlans > > - pppoe with inet and inet6 > > - dhcpcd with prefix-delegation > > - rtadvd > > > > Thanks for the report, diff below should fix these. yes, I didn't have these

Re: accept4 w/ SOCK_NONBLOCK, blocks in 6.0...

2016-12-29 Thread Otto Moerbeek
Luke Small schreef op 28 december 2016 09:03:43 CET: >You have to make the socket call nonblocking > >On Wed, Dec 28, 2016, 01:11 Otto Moerbeek wrote: > >> On Wed, Dec 28, 2016 at 03:10:13AM +, Luke Small wrote: >> >> > Thanks for the help. I'm not