Changes between Version 9 and Version 10 of Obsolete/Proposals/SignalSupportRevision
- Timestamp:
- May 21, 2011, 1:59:40 AM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Obsolete/Proposals/SignalSupportRevision
v9 v10 89 89 * Delivery of synchronous signals (SIGSEGV, SIGBUS, SIGFPE, etc.). 90 90 * Debugger interface: 91 - `B_DEBUG_MESSAGE_{S,G}ET_SIGNAL_MASKS`: Support signal masks for the team92 and change the meaning of `debug_nub_{s,g}et_signal_masks::thread == -1` to93 refer to those.94 91 - `B_DEBUG_MESSAGE_{S,G}ET_SIGNAL_HANDLER`: Remove 95 92 `debug_nub_{s,g}et_signal_handler::thread` as only the whole process … … 130 127 * Implemented team/thread locking changes (up to r41498). 131 128 * Moved signal actions from thread to team (in r41522). 129 * Adjusted debugger interface (in r41522). 132 130 * Added support for sending signals to teams (in r41560). 133 131 * Added support for queuing signals (in r41566).