Bug 92671 - [patch] [linux] Fix for Maple 10: implement rt_sigpending linux syscall
Summary: [patch] [linux] Fix for Maple 10: implement rt_sigpending linux syscall
Status: Closed FIXED
Alias: None
Product: Base System
Classification: Unclassified
Component: kern (show other bugs)
Version: Unspecified
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-emulation (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-02-01 08:00 UTC by Markus Niemistö
Modified: 2006-05-10 19:23 UTC (History)
0 users

See Also:


Attachments
file.diff (7.69 KB, patch)
2006-02-01 08:00 UTC, Markus Niemistö
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Markus Niemistö 2006-02-01 08:00:15 UTC
FreeBSD has no rt_sigpending implementation in its Linux emulation layer. This syscall is needed atleast by Maple 10.

Fix: Apply the following patch, that implements the syscall on i386 and amd64:
How-To-Repeat: Try to use Maple 10
Comment 1 Gleb Smirnoff freebsd_committer freebsd_triage 2006-02-01 08:31:30 UTC
Responsible Changed
From-To: freebsd-bugs->emulation

Pass to emulation list for review.
Comment 2 Alexander Leidinger freebsd_committer freebsd_triage 2006-05-10 19:23:32 UTC
State Changed
From-To: open->closed

Committed. Thanks.