Re: dhcpleased(8) not renewing leases

2021-11-08 Thread Eike Lantzsch ZP6CGE
On Freitag, 5. November 2021 16:33:11 -03 Sebastian Benoit wrote: > Eike Lantzsch ZP6CGE(zp6...@gmx.net) on 2021.11.04 18:07:57 -0300: > > On Mittwoch, 3. November 2021 14:41:08 -03 Zack Newman wrote: > > > dhcpleased(8) is unable to renew DHCP leases from my ISP, > > > Xfinity/Comcast. This in

Re: "ERR M" on booting installation USB on Athlon

2021-11-08 Thread Crystal Kolipe
On Mon, Nov 08, 2021 at 08:25:24PM +0200, u...@mailo.com wrote: > Tried to install amd64 "install70.img" from a microSD on an old PC: > CPU: Athlon 64 X2 4200+ > Motherboard: Asus M2N-E > Chipset: nVIDIA nForce 570 SLI, AMD Hammer > USB1 controller: nVIDIA nForce 570 SLI (MCP55P) - OHCI USB 1.1

"ERR M" on booting installation USB on Athlon

2021-11-08 Thread uxer
Tried to install amd64 "install70.img" from a microSD on an old PC: CPU: Athlon 64 X2 4200+ Motherboard: Asus M2N-E Chipset: nVIDIA nForce 570 SLI, AMD Hammer USB1 controller: nVIDIA nForce 570 SLI (MCP55P) - OHCI USB 1.1 Controller USB2 controller: nVIDIA nForce 570 SLI (MCP55P) - EHCI USB 2.0

Re: clang performance bug is worse on openbsd than freebsd

2021-11-08 Thread Raul Miller
Sorting an array of around 300 (or 3) randomly created unsigned characters sounds like a task tailor made for binsort. (Which seems plausibly worth mentioning in this context.) That said, the key openbsd issues might not include performance on this particular benchmark. Thanks, -- Raul

Re: clang performance bug is worse on openbsd than freebsd

2021-11-08 Thread Stuart Henderson
On 2021-11-08, Theo de Raadt wrote: > Stuart Henderson wrote: > >> On 2021-11-08, Otto Moerbeek wrote: >> > On Sun, Nov 07, 2021 at 08:13:36PM -0600, Luke Small wrote: >> > >> >> https://bugs.llvm.org/show_bug.cgi?id=50026 >> >> >> >> I reported it to the llvm people. it is two slightly

Re: clang performance bug is worse on openbsd than freebsd

2021-11-08 Thread Theo de Raadt
Stuart Henderson wrote: > On 2021-11-08, Otto Moerbeek wrote: > > On Sun, Nov 07, 2021 at 08:13:36PM -0600, Luke Small wrote: > > > >> https://bugs.llvm.org/show_bug.cgi?id=50026 > >> > >> I reported it to the llvm people. it is two slightly different quicksort > >> algorithms which perform

Re: clang performance bug is worse on openbsd than freebsd

2021-11-08 Thread Stuart Henderson
On 2021-11-08, Otto Moerbeek wrote: > On Sun, Nov 07, 2021 at 08:13:36PM -0600, Luke Small wrote: > >> https://bugs.llvm.org/show_bug.cgi?id=50026 >> >> I reported it to the llvm people. it is two slightly different quicksort >> algorithms which perform radically differently. The one which you