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