asterinas/kernel/src/process
Chen Chengjun 9a99af1170 Fix some set uid behaviors 2025-09-26 15:14:29 +08:00
..
credentials Fix some set uid behaviors 2025-09-26 15:14:29 +08:00
namespace Fix/clarify problems about mount namespaces 2025-09-24 14:29:16 +08:00
posix_thread Support CLONE_NEWNS for related syscalls 2025-09-24 08:07:25 +08:00
process Modify the related logics in the initial phase 2025-09-24 08:07:25 +08:00
process_vm Fix bugs due to bad `ReadCString` APIs 2025-09-18 17:19:51 +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 Make syscall restart mechanism work across all architectures 2025-09-26 15:10:34 +08:00
sync Use `#[expect(lint)]`, not `#[allow(lint)]` 2025-02-08 15:10:04 +08:00
clone.rs Support CLONE_NEWNS for related syscalls 2025-09-24 08:07:25 +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 Register some timer callbacks on all CPUs 2025-09-19 14:40:33 +08:00
pid_file.rs Replace `InodeMode::from_bits_trunucated` with `mkmod` 2025-09-22 10:20:36 +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
wait.rs Support `RUSAGE_CHILDREN` option for `getrusage` 2025-09-18 17:20:07 +08:00