Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 13 Dec 2023 23:24:03 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 240035] freebsd32: sysv IPC broken on non-i386
Message-ID:  <bug-240035-227-ssTbXA48hG@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-240035-227@https.bugs.freebsd.org/bugzilla/>
References:  <bug-240035-227@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D240035

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

URL:
https://cgit.FreeBSD.org/src/commit/?id=3Dcc77811bf02c4a32c5303fc9de1e4596b=
bbc94e1

commit cc77811bf02c4a32c5303fc9de1e4596bbbc94e1
Author:     Brooks Davis <brooks@FreeBSD.org>
AuthorDate: 2023-12-01 20:48:29 +0000
Commit:     Brooks Davis <brooks@FreeBSD.org>
CommitDate: 2023-12-13 23:10:53 +0000

    sysvipc: Fix 32-bit compat on !i386

    The various time fields are time_t's which are only 32-bit on i386.

    Fixing the old versions is probably of little use, but it's more correct
    and in theory there could be powerpc binaries from 6.x.

    PR:             240035
    Fixes:          fbb273bc05bef Properly support for FreeBSD 4 32bit Syst=
em V
shared memory.
    Reviewed by:    kib
    Differential Revision:  https://reviews.freebsd.org/D42870

    (cherry picked from commit 957f014dc076a7f74ed0c8c8699e6f39b55785e7)

 sys/compat/freebsd32/freebsd32_ipc.h | 32 ++++++++++++++++----------------
 1 file changed, 16 insertions(+), 16 deletions(-)

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-240035-227-ssTbXA48hG>