| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-12-24 | ext/-test-/scheduler/scheduler.c: explicitly ignore the result of write | Yusuke Endoh | |
| ``` scheduler.c:44:5: warning: ignoring return value of ‘write’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 44 | write(blocking_state->notify_descriptor, "x", 1); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ``` | |||
| 2025-12-12 | Avoid race condition in `test_without_handle_interrupt_signal_works`. (#15504) | Samuel Williams | |
| 2025-12-06 | Yield to scheduler if interrupts are pending. (#14700) | Samuel Williams | |
