asterinas/kernel/src/process
jiangjianfeng 83b6e2da5c Add basic namespace framework 2025-09-02 09:47:41 +08:00
..
credentials Support SCM_CREDENTIALS 2025-07-23 20:02:15 +08:00
namespace Add basic namespace framework 2025-09-02 09:47:41 +08:00
posix_thread Add basic namespace framework 2025-09-02 09:47:41 +08:00
process Add basic namespace framework 2025-09-02 09:47:41 +08:00
process_vm Use vDSO for fallback of user-provided sa_restorer on RISC-V platforms 2025-08-28 17:35:55 +08:00
program_loader Use vDSO for fallback of user-provided sa_restorer on RISC-V platforms 2025-08-28 17:35:55 +08:00
signal Use vDSO for fallback of user-provided sa_restorer on RISC-V platforms 2025-08-28 17:35:55 +08:00
sync Use `#[expect(lint)]`, not `#[allow(lint)]` 2025-02-08 15:10:04 +08:00
clone.rs Add basic namespace framework 2025-09-02 09:47:41 +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 basic namespace framework 2025-09-02 09:47:41 +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