asterinas/kernel/src/process
Ruihan Li e52634cb78 Add some references for signal-related types 2025-07-28 10:50:38 +08:00
..
credentials Support SCM_CREDENTIALS 2025-07-23 20:02:15 +08:00
posix_thread Add support for `/proc/sys/kernel/pid_max` 2025-07-24 21:11:24 +08:00
process Add CLONE_PIDFD & pidfd_open support 2025-07-24 21:11:24 +08:00
process_vm Align execve argument limits with Linux 2025-07-14 15:43:34 +08:00
program_loader Add the process support for LoongArch in kernel 2025-07-25 17:37:24 +08:00
signal Add some references for signal-related types 2025-07-28 10:50:38 +08:00
sync Use `#[expect(lint)]`, not `#[allow(lint)]` 2025-02-08 15:10:04 +08:00
clone.rs Add CLONE_PIDFD & pidfd_open support 2025-07-24 21:11:24 +08:00
exit.rs Add CLONE_PIDFD & pidfd_open support 2025-07-24 21:11:24 +08:00
kill.rs Never queue an ignored signal 2025-06-12 16:15:53 +08:00
mod.rs Add CLONE_PIDFD & pidfd_open support 2025-07-24 21:11:24 +08:00
pid_file.rs Add CLONE_PIDFD & pidfd_open support 2025-07-24 21:11:24 +08:00
process_filter.rs Add CLONE_PIDFD & pidfd_open support 2025-07-24 21:11:24 +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 Add CLONE_PIDFD & pidfd_open support 2025-07-24 21:11:24 +08:00