asterinas/kernel/src/process
Zejun Zhao bc5a058fc5 Add TODO for a potential vulnerability in futex implementation 2024-12-16 21:12:08 +08:00
..
credentials Make sys_setuid and sys_setgid behave consistently with Linux 2024-12-02 16:43:25 +08:00
posix_thread Add TODO for a potential vulnerability in futex implementation 2024-12-16 21:12:08 +08:00
process Move FS things to `PosixThread` 2024-12-05 13:44:09 +08:00
process_vm Avoid init stack top at `MAX_USERSPACE_VADDR` 2024-11-13 21:43:28 +08:00
program_loader Remove assert in `check_segment_align` 2024-12-02 16:40:47 +08:00
signal Introduce a syscall restart mechanism 2024-12-16 21:12:08 +08:00
sync Remove `KernelThreadExt` 2024-11-13 21:44:37 +08:00
clone.rs Move FS things to `PosixThread` 2024-12-05 13:44:09 +08:00
exit.rs Move FS things to `PosixThread` 2024-12-05 13:44:09 +08:00
kill.rs Rename `(Posix)ThreadExt` to `As(Posix)Thread` 2024-11-13 21:44:37 +08:00
mod.rs Fix rlimits_test 2024-12-12 16:19:01 +08:00
process_filter.rs Remove the shim kernel crate 2024-08-23 23:37:50 +08:00
process_table.rs Refactor process table 2024-10-28 13:00:13 +08:00
rlimit.rs Fix rlimits_test 2024-12-12 16:19:01 +08:00
status.rs Optimize the latency of lmbench-signal-prot 2024-08-28 14:27:41 +08:00
term_status.rs Remove the shim kernel crate 2024-08-23 23:37:50 +08:00
wait.rs Rename `(Posix)ThreadExt` to `As(Posix)Thread` 2024-11-13 21:44:37 +08:00