Changes between Version 3 and Version 4 of Obsolete/Proposals/SignalSupportRevision


Ignore:
Timestamp:
May 16, 2011, 12:29:56 AM (13 years ago)
Author:
bonefish
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Obsolete/Proposals/SignalSupportRevision

    v3 v4  
    7676   - `sigaction()`:
    7777     - Binary compatibility changes (sigset_t width, `SIGBUS`).
    78      - Move signal handler from thread to team.
     78     - Move signal handlers from thread to team.
    7979     - Support for `SA_SIGINFO`/`sigaction::sa_sigaction`.
    8080   - `sigaddset()`, `sigdelset()`, `sigemptyset()`, `sigfillset()`,
     
    9494   - `B_DEBUG_MESSAGE_{S,G}ET_SIGNAL_HANDLER`: Remove
    9595     `debug_nub_{s,g}et_signal_handler::thread` as only the whole process
    96      has a signal handlers, not individual threads.
     96     has signal handlers, not individual threads.
    9797   - Binary compatibility does not need to be considered, since the debugger
    9898     interface is not BeOS compatible and is more or less experimental ATM.