This website requires JavaScript.
Explore
Help
Register
Sign In
DragonOS-Community
/
DragonOS
Watch
1
Star
1
Fork
0
You've already forked DragonOS
mirror of
https://github.com/DragonOS-Community/DragonOS.git
synced
2025-06-09 02:46:47 +00:00
Code
Issues
Releases
Wiki
Activity
DragonOS
/
kernel
History
GnoCiYeH
2dbef7859f
命名管道系统调用以及文件系统兼容特殊文件类型的接口 (
#397
)
...
* 修复pipe2在读端或写端关闭后还阻塞问题。 * 实现命名管道机制,增加特殊文件类型兼容普通文件系统的接口。 * 普通文件系统能够适配特殊文件(命名管道等)
2023-10-09 00:28:08 +08:00
..
.cargo
port kmalloc and printk to rust (
#83
)
2022-11-13 16:43:58 +08:00
src
命名管道系统调用以及文件系统兼容特殊文件类型的接口 (
#397
)
2023-10-09 00:28:08 +08:00
.gitignore
在内核中引入cbindgen,生成rust-C的FFI (
#81
)
2022-11-11 22:21:44 +08:00
build.rs
使用Rust重构CFS调度器 (
#131
)
2022-12-31 17:26:12 +08:00
Cargo.toml
引入intertrait库,支持trait之间的互相转换 (
#395
)
2023-10-02 20:46:19 +08:00
Makefile
解决设置rust workspace带来的“工具链不一致”的问题 (
#345
)
2023-08-26 21:36:13 +08:00
rust-toolchain.toml
PCI设备中断重构,删去USB相关代码 (
#285
)
2023-07-08 17:22:42 +08:00