|
0dca168717
|
Use #[expect(lint)] , not #[allow(lint)]
|
2025-02-08 15:10:04 +08:00 |
|
|
96de617ad9
|
Rename get_user_space to user_space
|
2024-11-15 13:24:58 +08:00 |
|
|
4ea3e49788
|
Refactor Vmar and VmMapping .
Co-authored-by: Zhang Junyang <junyang@stu.pku.edu.cn>
|
2024-11-13 17:29:57 +08:00 |
|
|
745ac6d982
|
Set overflow boundary to isize::MAX for memory related syscalls
|
2024-09-01 15:40:46 +08:00 |
|
|
9589b332aa
|
Add more overflow checks in mmap
|
2024-09-01 15:40:46 +08:00 |
|
|
e184094648
|
Fix integer overflow caused by page align
|
2024-09-01 15:40:46 +08:00 |
|
|
0a8ad6971a
|
Fix integer overflow caused by large addr + size in memory related syscall
|
2024-09-01 15:40:46 +08:00 |
|
|
86f09eef75
|
Fix all spelling mistakes in history by typos tool
|
2024-08-27 12:19:48 +08:00 |
|
|
dafd16075f
|
Remove the shim kernel crate
|
2024-08-23 23:37:50 +08:00 |
|