Re: _POSIX_VERSION>=200809L, but fflush(3) overloading not implemented?

2019-12-21 Thread guenther
On Sat, 21 Dec 2019, Steffen Nurpmeso wrote: > I was struggling with a pre-release problem of my mailer, which has an > increasing test coverage, and was head banging on OpenBSD. (And i was > wondering whether i should have Cc:'d Philip Guenther for this exact > problem, but i lost his email add

_POSIX_VERSION>=200809L, but fflush(3) overloading not implemented?

2019-12-21 Thread Steffen Nurpmeso
Hi. I was struggling with a pre-release problem of my mailer, which has an increasing test coverage, and was head banging on OpenBSD. (And i was wondering whether i should have Cc:'d Philip Guenther for this exact problem, but i lost his email address -- Sorry!) /* There are problems with dup()

SATA SSD Micron 5200 does not work only with OpenBSD and NetBSD

2019-12-21 Thread impatientbanshee . 7cro3
>Synopsis: SATA SSD Micron 5200 does not work only with OpenBSD and NetBSD >Category: kernel >Environment: System : OpenBSD 6.6 Details : OpenBSD 6.6-current (GENERIC.MP) #552: Thu Dec 19 20:33:33 MST 2019 dera...@amd64.openbsd.org:/usr/

Fw: Kernel panic [ml_purge(18)]

2019-12-21 Thread Giacomo Picchiarelli
I experienced a random crash with a kernel panic with the following trace: ddb{0}> trace ml_purge(18) at ml_purge+0x1b arptfree(fd824a570850) at arptfree+0x28 arptfree(81f7cb10) at arptfree+0x45 softclock_thread(80001966b3c0) at softclock_thread+0xfb end trace frame: 0x0, count: -

Kernel panic [ml_purge(18)]

2019-12-21 Thread Giacomo Picchiarelli
I experienced a random crash with a kernel panic with the following trace: ddb{0}> trace ml_purge(18) at ml_purge+0x1b arptfree(fd824a570850) at arptfree+0x28 arptfree(81f7cb10) at arptfree+0x45 softclock_thread(80001966b3c0) at softclock_thread+0xfb end trace frame: 0x0, count: -

Re: Lenovo C930 entry point reboot

2019-12-21 Thread Alexander Bluhm
On Fri, Dec 20, 2019 at 10:33:02PM -0700, Bobby Johnson wrote: > Any clues how I could test further? The laptop I had hang after printing the enry point. To debug I moved a reset function around to find the final line that is executed before the hang. #include void cpu_reset(void) { out

Re: Lenovo C930 entry point reboot

2019-12-21 Thread Alexander Bluhm
On Fri, Dec 20, 2019 at 10:33:02PM -0700, Bobby Johnson wrote: > I've tried to see if I could change the entry point by altering delta > in sys/arch/amd64/stand/efiboot/exec_i386.c. But even with a small > change my test vm won't boot with it. For changing the entry point, you have to fix the del