Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 02 Mar 2018 22:11:46 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 224443] exp-run: SysV IPC API cleanup
Message-ID:  <bug-224443-13-WoQKhbW7Rk@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-224443-13@https.bugs.freebsd.org/bugzilla/>
References:  <bug-224443-13@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=3D224443

--- Comment #11 from commit-hook@freebsd.org ---
A commit references this bug:

Author: brooks
Date: Fri Mar  2 22:10:49 UTC 2018
New revision: 330297
URL: https://svnweb.freebsd.org/changeset/base/330297

Log:
  Rename kernel-only members of semid_ds and msgid_ds.

  This deliberately breaks the API in preperation for future syscall
  revisions which will remove these nonstandard members.

  In an exp-run a single port (devel/qemu-user-static) was found to
  use them which it did becuase it emulates system calls.  This has
  been fixed in the ports tree.

  PR:           224443 (exp-run)
  Reviewed by:  kib, jhb (previous version)
  Exp-run by:   antoine
  Sponsored by: DARPA, AFRP
  Differential Revision:        https://reviews.freebsd.org/D14490

Changes:
  head/lib/libc/sys/msgctl.2
  head/lib/libc/sys/semctl.2
  head/sys/compat/freebsd32/freebsd32_ipc.h
  head/sys/i386/ibcs2/ibcs2_ipc.c
  head/sys/kern/sysv_msg.c
  head/sys/kern/sysv_sem.c
  head/sys/sys/msg.h
  head/sys/sys/sem.h

--=20
You are receiving this mail because:
You are on the CC list for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-224443-13-WoQKhbW7Rk>