Summary: | Add pthread_sigqueue() | ||
---|---|---|---|
Product: | Base System | Reporter: | vini.ipsmaker |
Component: | kern | Assignee: | Konstantin Belousov <kib> |
Status: | Closed FIXED | ||
Severity: | Affects Only Me | CC: | emaste, kib |
Priority: | --- | ||
Version: | 14.0-RELEASE | ||
Hardware: | Any | ||
OS: | Any |
Description
vini.ipsmaker
2024-04-19 13:07:21 UTC
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/src/commit/?id=220aa0f450409948b869237e5c4505f992c913ce commit 220aa0f450409948b869237e5c4505f992c913ce Author: Konstantin Belousov <kib@FreeBSD.org> AuthorDate: 2024-04-19 14:40:40 +0000 Commit: Konstantin Belousov <kib@FreeBSD.org> CommitDate: 2024-04-23 16:51:22 +0000 libthr: add pthread_sigqueue(3) PR: 278459 Reviewed by: markj Sponsored by: The FreeBSD Foundation MFC after: 1 week Differential revision: https://reviews.freebsd.org/D44867 include/pthread.h | 7 +++ lib/libthr/pthread.map | 4 ++ lib/libthr/thread/Makefile.inc | 1 + lib/libthr/thread/thr_private.h | 1 + lib/libthr/thread/thr_sigqueue.c (new) | 79 ++++++++++++++++++++++++++++++++++ 5 files changed, 92 insertions(+) A commit in branch stable/14 references this bug: URL: https://cgit.FreeBSD.org/src/commit/?id=e449481bee5fd08d4342156696eb4a6eef531ef0 commit e449481bee5fd08d4342156696eb4a6eef531ef0 Author: Konstantin Belousov <kib@FreeBSD.org> AuthorDate: 2024-04-19 14:40:40 +0000 Commit: Konstantin Belousov <kib@FreeBSD.org> CommitDate: 2024-04-30 00:48:09 +0000 libthr: add pthread_sigqueue(3) PR: 278459 (cherry picked from commit 220aa0f450409948b869237e5c4505f992c913ce) include/pthread.h | 7 +++ lib/libthr/pthread.map | 4 ++ lib/libthr/thread/Makefile.inc | 1 + lib/libthr/thread/thr_private.h | 1 + lib/libthr/thread/thr_sigqueue.c (new) | 79 ++++++++++++++++++++++++++++++++++ 5 files changed, 92 insertions(+) |