DragonOS/kernel/crates/rust-jhash
LoGin 0d10f70691
feat(vfs): 新增creat系统调用支持 (#1482)
* 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>
2025-12-16 23:58:15 +08:00
..
src feat(vfs): Implement append lock manager for file operations (#1483) 2025-12-16 23:55:53 +08:00
tests feat(vfs): Implement append lock manager for file operations (#1483) 2025-12-16 23:55:53 +08:00
.gitignore feat(vfs): Implement append lock manager for file operations (#1483) 2025-12-16 23:55:53 +08:00
Cargo.toml feat(vfs): 新增creat系统调用支持 (#1482) 2025-12-16 23:58:15 +08:00
LICENSE feat(vfs): Implement append lock manager for file operations (#1483) 2025-12-16 23:55:53 +08:00
README.md feat(vfs): Implement append lock manager for file operations (#1483) 2025-12-16 23:55:53 +08:00

README.md

rust-jhash

Built from Jenkins hash C implementation in the public domain.

http://burtleburtle.net/bob/hash/doobs.html