- Only signals of type currently being processed by handler are blocked.
- Signals are not queued.
- Interrupted system calls (like read) are automatically restarted whenever possible
- Once a signal handler is installed (= registered), it remains installed unless another signal handler is installed for the same signal.