* feat(vfs): 新增creat系统调用支持 - 实现creat系统调用处理器,遵循Linux语义:创建新文件或截断现有文件并打开为只写模式 - 在x86_64架构下注册creat系统调用到系统调用表 - 在gvisor测试白名单中添加creat测试项 Signed-off-by: longjin <longjin@DragonOS.org> * feat(rust-jhash): Update Cargo.toml to specify Rust edition 2021 --------- Signed-off-by: longjin <longjin@DragonOS.org> |
||
|---|---|---|
| .. | ||
| src | ||
| tests | ||
| .gitignore | ||
| Cargo.toml | ||
| LICENSE | ||
| README.md | ||
README.md
rust-jhash
Built from Jenkins hash C implementation in the public domain.