From noreply at github.com Wed Sep 27 08:55:44 2023 From: noreply at github.com (Konstantin Belousov) Date: Wed, 27 Sep 2023 05:55:44 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/src] fd1ea5: restore ABI compatibility for pre-10.x binaries. Message-ID: Branch: refs/heads/feature/umtx10 Home: https://github.com/MidnightBSD/src Commit: fd1ea5e84e579880f462b409d9cc38b09ddda2e1 https://github.com/MidnightBSD/src/commit/fd1ea5e84e579880f462b409d9cc38b09ddda2e1 Author: Konstantin Belousov Date: 2023-09-27 (Wed, 27 Sep 2023) Changed paths: M sys/compat/freebsd32/syscalls.master M sys/kern/kern_umtx.c M sys/kern/syscalls.master M sys/sys/_umtx.h M sys/sys/umtx.h Log Message: ----------- restore ABI compatibility for pre-10.x binaries. It restores _umtx_lock() and _umtx_unlock() syscalls, and UMTX_OP_LOCK/ UMTX_OP_UNLOCK umtx_op(2) operations. UMUTEX_ERROR_CHECK flag is left out for now, I do not think it makes a difference. Obtained from: FreeBSD 2fb281fa02d34b31b25e949415cfda4549b5aa6b From noreply at github.com Wed Sep 27 16:19:36 2023 From: noreply at github.com (Lucas Holt) Date: Wed, 27 Sep 2023 13:19:36 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/src] Message-ID: Branch: refs/heads/feature/umtx10 Home: https://github.com/MidnightBSD/src