asterinas/kernel/src/process
Cautreoxit 6ecccad3ee Add sys_ioprio_set and sys_ioprio_get 2025-07-22 17:22:52 +08:00
..
credentials Support SO_PEERCRED & SO_PEERGROUPS 2025-06-24 17:25:44 +08:00
posix_thread Add sys_ioprio_set and sys_ioprio_get 2025-07-22 17:22:52 +08:00
process Add fields in `/proc/*/stat` and `/proc/*/status` 2025-07-02 20:13:47 +08:00
process_vm Align execve argument limits with Linux 2025-07-14 15:43:34 +08:00
program_loader Store `offset` in `MappedVmo` instead of `range` 2025-07-03 18:54:53 +08:00
signal Enhance waitid syscall support 2025-07-21 21:31:32 +08:00
sync Use `#[expect(lint)]`, not `#[allow(lint)]` 2025-02-08 15:10:04 +08:00
clone.rs Refactor FPU context using pre_schedule_handler 2025-07-18 11:40:16 +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 Enhance waitid syscall support 2025-07-21 21:31:32 +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
wait.rs Enhance waitid syscall support 2025-07-21 21:31:32 +08:00