Changes between Version 2 and Version 3 of Obsolete/Proposals/SignalSupportRevision
- Timestamp:
- May 16, 2011, 12:28:55 AM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Obsolete/Proposals/SignalSupportRevision
v2 v3 76 76 - `sigaction()`: 77 77 - Binary compatibility changes (sigset_t width, `SIGBUS`). 78 - Move signal handler from thread to team. 78 79 - Support for `SA_SIGINFO`/`sigaction::sa_sigaction`. 79 80 - `sigaddset()`, `sigdelset()`, `sigemptyset()`, `sigfillset()`, … … 91 92 and change the meaning of `debug_nub_{s,g}et_signal_masks::thread == -1` to 92 93 refer to those. 93 - `B_DEBUG_MESSAGE_{S,G}ET_SIGNAL_HANDLER`: Change the meaning of 94 `debug_nub_{s,g}et_signal_handler::thread == -1` to refer to the process. 94 - `B_DEBUG_MESSAGE_{S,G}ET_SIGNAL_HANDLER`: Remove 95 `debug_nub_{s,g}et_signal_handler::thread` as only the whole process 96 has a signal handlers, not individual threads. 95 97 - Binary compatibility does not need to be considered, since the debugger 96 98 interface is not BeOS compatible and is more or less experimental ATM.