mirror of
https://github.com/SDL-Hercules-390/hyperion.git
synced 2026-04-13 07:25:22 +02:00
. Fix compiler warnings on macOS. . Fix compiler warnings on GCC 12. . Use performance cores on Apple Silicon. (Enrico Sorichetti) . Save maxprio/minprio in sysblk so impl() doesn't clobber them. (Tyler Mitchell) . Handle non-GNU Linuxes properly. (Tyler Mitchell) . getprotobyname: some Linuxes want "tcp" not "TCP". (Tyler Mitchell) . Fix for occasional crash on exit. (Tyler Mitchell): In POSIX, detach_thread() is neither needed nor valid after a return from join_thread(). When the latter returns, the thread has exited and its resources are released, so detach_thread() not only is not needed, but references deallocated resources. This can be harmless, but not always.
43 KiB
43 KiB