[Bug 278949] sysv IPC sysctl's behave differently for 32-bit on 64bits hosts

From: <bugzilla-noreply_at_freebsd.org>
Date: Thu, 23 May 2024 00:28:59 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=278949

--- Comment #4 from commit-hook@FreeBSD.org ---
A commit in branch stable/13 references this bug:

URL:
https://cgit.FreeBSD.org/src/commit/?id=07b7dec1fe4296cdf470013087180a80a0d4a2cf

commit 07b7dec1fe4296cdf470013087180a80a0d4a2cf
Author:     Konstantin Belousov <kib@FreeBSD.org>
AuthorDate: 2024-05-13 17:17:47 +0000
Commit:     Konstantin Belousov <kib@FreeBSD.org>
CommitDate: 2024-05-22 23:47:23 +0000

    SysV IPC: provide in-kernel helpers to obtain ipcs(8)-like information

    PR:     278949

    (cherry picked from commit 87a156527563d0728bff355093e26943da3d7fad)

 sys/kern/sysv_msg.c | 34 ++++++++++++++++++++++++++++++++++
 sys/kern/sysv_sem.c | 33 +++++++++++++++++++++++++++++++++
 sys/kern/sysv_shm.c | 36 ++++++++++++++++++++++++++++++++++++
 sys/sys/msg.h       |  3 +++
 sys/sys/sem.h       |  3 +++
 sys/sys/shm.h       |  2 ++
 6 files changed, 111 insertions(+)

-- 
You are receiving this mail because:
You are the assignee for the bug.