Add entries related to delivering reliable and informative signals to the
UTS so that it can tell what thread is being signalled, and so that threads actually get signalled. This is basically a requirement for signals to KSE threads to be meaningful, rather than indeterministic and lossy exceptions. Approved by: mini
This commit is contained in:
parent
1a37cd3391
commit
aed2e78829
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=14843
1 changed files with 17 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" [
|
||||
<!ENTITY base CDATA "..">
|
||||
<!ENTITY date "$FreeBSD: www/en/kse/index.sgml,v 1.1 2002/11/04 00:18:27 mini Exp $">
|
||||
<!ENTITY date "$FreeBSD: www/en/kse/index.sgml,v 1.2 2002/11/04 02:05:12 mini Exp $">
|
||||
<!ENTITY title "FreeBSD KSE Project">
|
||||
<!ENTITY email 'mini'>
|
||||
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
|
||||
|
@ -106,6 +106,14 @@
|
|||
<td> &status.wip; </td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td> kernel </td>
|
||||
<td> Implement POSIX-style reliable and informative signals. </td>
|
||||
<td> &a.jmallett; </td>
|
||||
<td> 3 November 2002 </td>
|
||||
<td> &status.wip; </td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td> libpthread </td>
|
||||
<td> Deliver signals to threads. </td>
|
||||
|
@ -162,6 +170,14 @@
|
|||
<td> &status.new; </td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td> kernel </td>
|
||||
<td> Signal the UTS with information about which thread it's for. </td>
|
||||
<td> </td>
|
||||
<td> 3 November 2002 </td>
|
||||
<td> &status.new; </td>
|
||||
</tr>
|
||||
|
||||
<!--
|
||||
<tr>
|
||||
<td> </td>
|
||||
|
|
Loading…
Reference in a new issue