|
signals
|
Fix LOONGARCH clippy warnings
|
2025-08-19 19:20:54 +08:00 |
|
c_types.rs
|
Drop duplicate public re-exports
|
2025-09-10 12:10:40 +08:00 |
|
constants.rs
|
Use `#[expect(lint)]`, not `#[allow(lint)]`
|
2025-02-08 15:10:04 +08:00 |
|
events.rs
|
Add sys_signalfd/sys_signalfd implementation
|
2025-03-21 16:10:55 +08:00 |
|
mod.rs
|
Unshare VM during execve
|
2025-10-25 10:36:30 +08:00 |
|
pause.rs
|
Fix race conditions in `pause_timeout`
|
2025-08-06 17:17:34 +08:00 |
|
poll.rs
|
Send RST packets when appropriate
|
2025-03-10 18:08:08 +08:00 |
|
sig_action.rs
|
Never queue an ignored signal
|
2025-06-12 16:15:53 +08:00 |
|
sig_mask.rs
|
Mark all kernel modules as private
|
2025-08-26 18:02:56 +08:00 |
|
sig_num.rs
|
Use `#[expect(lint)]`, not `#[allow(lint)]`
|
2025-02-08 15:10:04 +08:00 |
|
sig_queues.rs
|
Add a fast path to has_pending
|
2024-09-14 13:59:07 +08:00 |
|
sig_stack.rs
|
Refactor the implementation about sigstack
|
2025-08-08 12:06:26 +08:00 |