- Add flock syscall support with shared/exclusive locks and nonblocking mode - Introduce open file description ID for flock owner tracking - Add flock manager with sharded hashmap for lock state management - Support lock inheritance across dup/fork and release on last close - Add comprehensive test suite covering basic operations and edge cases - Fix SCM_RIGHTS fd passing to share open file description instead of cloning Signed-off-by: longjin <longjin@DragonOS.org> |
||
|---|---|---|
| .. | ||
| .cargo | ||
| crates | ||
| src | ||
| submodules | ||
| .clippy.toml | ||
| .gitignore | ||
| Cargo.lock | ||
| Cargo.toml | ||
| Makefile | ||
| build.rs | ||
| env.mk | ||
| rust-toolchain.toml | ||