| .. |
|
credentials
|
Remove useless `#[allow(lint)]`
|
2025-02-08 15:10:04 +08:00 |
|
posix_thread
|
Fix integer overflow in futex wake
|
2025-06-20 15:58:19 +08:00 |
|
process
|
Make user program relocation code readable
|
2025-06-24 10:15:09 +08:00 |
|
process_vm
|
Fix unwrap panic of dropped VMAR in PID status
|
2025-06-22 17:58:33 +08:00 |
|
program_loader
|
Make user program relocation code readable
|
2025-06-24 10:15:09 +08:00 |
|
signal
|
Support WSTOPPED and WCONTINUED
|
2025-06-20 11:51:44 +08:00 |
|
sync
|
Use `#[expect(lint)]`, not `#[allow(lint)]`
|
2025-02-08 15:10:04 +08:00 |
|
clone.rs
|
Support WSTOPPED and WCONTINUED
|
2025-06-20 11:51:44 +08:00 |
|
exit.rs
|
Fix clippy warnings in kernel crate
|
2025-06-06 18:22:09 +08:00 |
|
kill.rs
|
Never queue an ignored signal
|
2025-06-12 16:15:53 +08:00 |
|
mod.rs
|
Support WSTOPPED and WCONTINUED
|
2025-06-20 11:51:44 +08:00 |
|
process_filter.rs
|
Handle negative P(G)IDs via `cast_(un)signed`
|
2025-05-09 11:38:01 +08:00 |
|
process_table.rs
|
Use `#[expect(lint)]`, not `#[allow(lint)]`
|
2025-02-08 15:10:04 +08:00 |
|
rlimit.rs
|
Move functions related to spawning the init process to a seperate module
|
2025-05-09 13:19:57 +08:00 |
|
status.rs
|
Support WSTOPPED and WCONTINUED
|
2025-06-20 11:51:44 +08:00 |
|
task_set.rs
|
Rewrite `exit()` and `exit_group()`
|
2024-12-17 19:36:38 +08:00 |
|
term_status.rs
|
Remove the shim kernel crate
|
2024-08-23 23:37:50 +08:00 |
|
wait.rs
|
Support WSTOPPED and WCONTINUED
|
2025-06-20 11:51:44 +08:00 |