DragonOS/user/apps
LoGin dee2e02034
feat(mm): 实现 VM_DONTCOPY 标志支持 (#1349)
- 在地址空间克隆时跳过标记为 VM_DONTCOPY 的 VMA
- 移除已拷贝的 VM_DONTCOPY 区域的页面映射
- 更新测试用例以验证 MADV_DONTFORK 功能

Signed-off-by: longjin <longjin@DragonOS.org>
2025-11-06 23:37:31 +08:00
..
about feat(build, kernel): 添加内核版本信息生成与显示功能 (#1269) 2025-08-28 13:16:31 +08:00
busybox refactor(net): the big network rebuild (#977) 2025-09-12 00:35:13 +08:00
c_unitest fix(vfs): 修复文件写入和管道读写逻辑 (#1335) 2025-11-03 22:09:06 +08:00
clear fix: 更新Makefile指定的Rust工具链为nightly-2025-08-10 (#1328) 2025-11-01 15:39:46 +08:00
dropbear build(dropbear): 移除libcrypt-dev依赖安装命令 (#1309) 2025-10-08 14:22:48 +08:00
ping refactor(net): the big network rebuild (#977) 2025-09-12 00:35:13 +08:00
r_unitest fix: 更新Makefile指定的Rust工具链为nightly-2025-08-10 (#1328) 2025-11-01 15:39:46 +08:00
riscv_init fix: 更新Makefile指定的Rust工具链为nightly-2025-08-10 (#1328) 2025-11-01 15:39:46 +08:00
syscall_ebpf fix: 更新Makefile指定的Rust工具链为nightly-2025-08-10 (#1328) 2025-11-01 15:39:46 +08:00
test_seqpacket refactor(net): the big network rebuild (#977) 2025-09-12 00:35:13 +08:00
test_sqlite3
test_tokio fix: 更新Makefile指定的Rust工具链为nightly-2025-08-10 (#1328) 2025-11-01 15:39:46 +08:00
test_tracepoint fix: 更新Makefile指定的Rust工具链为nightly-2025-08-10 (#1328) 2025-11-01 15:39:46 +08:00
tests/syscall/gvisor feat(mm): 实现 VM_DONTCOPY 标志支持 (#1349) 2025-11-06 23:37:31 +08:00
user-manage fix: 更新Makefile指定的Rust工具链为nightly-2025-08-10 (#1328) 2025-11-01 15:39:46 +08:00
Makefile