[Bug 224443] exp-run: SysV IPC API cleanup

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Fri Mar 2 22:11:47 UTC 2018


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=224443

--- Comment #11 from commit-hook at 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

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


More information about the freebsd-ports-bugs mailing list