Changes between Version 9 and Version 10 of Obsolete/Proposals/SignalSupportRevision


Ignore:
Timestamp:
May 21, 2011, 1:59:40 AM (14 years ago)
Author:
bonefish
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Obsolete/Proposals/SignalSupportRevision

    v9 v10  
    8989 * Delivery of synchronous signals (SIGSEGV, SIGBUS, SIGFPE, etc.).
    9090 * Debugger interface:
    91    - `B_DEBUG_MESSAGE_{S,G}ET_SIGNAL_MASKS`: Support signal masks for the team
    92      and change the meaning of `debug_nub_{s,g}et_signal_masks::thread == -1` to
    93      refer to those.
    9491   - `B_DEBUG_MESSAGE_{S,G}ET_SIGNAL_HANDLER`: Remove
    9592     `debug_nub_{s,g}et_signal_handler::thread` as only the whole process
     
    130127 * Implemented team/thread locking changes (up to r41498).
    131128 * Moved signal actions from thread to team (in r41522).
     129 * Adjusted debugger interface (in r41522).
    132130 * Added support for sending signals to teams (in r41560).
    133131 * Added support for queuing signals (in r41566).