History log of /DragonOS/kernel/src/filesystem/eventfd.rs (Results 1 – 2 of 2)
Revision Date Author Comments
# 4afc5b7b 19-Aug-2024 linfeng <1925466036@qq.com>

feat: 增加tokio异步运行时支持 (#894)

* fix the EventFdFlags error

* feat: support tokio (Single thread version)

Fix deadlock issue on closing file.
Add function for PipeInode and EventFdInode.


# 86ee1395 25-Jul-2024 linfeng <1925466036@qq.com>

feat(fs): add eventfd syscall support (#858)

* feat(fs): add eventfd syscall support