Commit d7c9ee8
committed
timeout: Replace 100ms polling with signal waiting. Linux/FreeBSD: sigtimedwait(). macOS: kqueue with EVFILT_SIGNAL. Fixed signal mask inheritance for child processes. Handle overflow for extremely large timeout values
1 parent 62c2007 commit d7c9ee8
File tree
4 files changed
+540
-112
lines changed- src
- uucore
- src/lib/features
- uu/timeout
- src
4 files changed
+540
-112
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| |||
0 commit comments