asterinas/kernel/src
Marsman1996 3d12ccdbea Warn unsupported clone flags instead of panic 2024-12-20 09:21:25 +08:00
..
arch Introduce a syscall restart mechanism 2024-12-16 21:12:08 +08:00
device Prepare "/dev/shm" for POSIX shared memory 2024-12-18 12:26:33 +08:00
driver Remove the shim kernel crate 2024-08-23 23:37:50 +08:00
events Use `LocalIrqDisable` in `Subject` 2024-10-04 21:55:48 +08:00
fs Improve /proc/{PID}/stat 2024-12-18 10:00:15 +08:00
ipc Refactor Rwlock to take type parameter 2024-11-21 15:46:10 +08:00
net Add keepidle tcp option 2024-12-18 13:19:34 +08:00
process Warn unsupported clone flags instead of panic 2024-12-20 09:21:25 +08:00
sched Temporarily disable scheduling class support 2024-12-11 19:30:27 +08:00
syscall Add keepidle tcp option 2024-12-18 13:19:34 +08:00
thread Introduce a syscall restart mechanism 2024-12-16 21:12:08 +08:00
time Make atomic mode panics have clear messages 2024-12-11 20:27:29 +08:00
util Add keepidle tcp option 2024-12-18 13:19:34 +08:00
vm Fix releasing lock during the creation of `VmMapping` 2024-11-20 08:21:37 +08:00
context.rs Rename `get_current_userspace` to `current_userspace` 2024-11-15 13:24:58 +08:00
cpu.rs Introduce a syscall restart mechanism 2024-12-16 21:12:08 +08:00
error.rs Introduce a syscall restart mechanism 2024-12-16 21:12:08 +08:00
lib.rs Rewrite `exit()` and `exit_group()` 2024-12-17 19:36:38 +08:00
prelude.rs Inject the logger for Asterinas 2024-12-04 13:24:06 +08:00
vdso.rs Remove the shim kernel crate 2024-08-23 23:37:50 +08:00