Bug 279069 - linux: Add support for POSIX message queues: git pull request 1248
Summary: linux: Add support for POSIX message queues: git pull request 1248
Status: Closed FIXED
Alias: None
Product: Base System
Classification: Unclassified
Component: kern (show other bugs)
Version: 15.0-CURRENT
Hardware: Any Any
: --- Affects Only Me
Assignee: freebsd-emulation (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-05-17 19:01 UTC by Ricardo Branco
Modified: 2024-05-23 20:16 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ricardo Branco 2024-05-17 19:01:51 UTC
The current implementation of mqueuefs in the Linuxulator is a skeleton that is enabled only for i386 when P1003_1B_MQUEUE is defined.  This is wrong.  Either this must be disabled or fixed.

This is an attempt of a fix for amd64 which works so far with some limitations.  I need some comments on whether this is an exercise in futility (who really uses mqueue?) or worth trying:

https://github.com/freebsd/freebsd-src/pull/1248

PR:1248