DragonOS/kernel/crates
LoGin 40e92db370
chore: Upgrade kernel toolchain to 250810 (#1257)
chore: 升级Rust工具链至nightly-2025-08-10

- 更新工作流容器版本至v1.14
- 升级Rust工具链至nightly-2025-08-10
- 更新多个依赖库版本(bitflags、gimli、itertools等)
- 修复代码格式和文档注释
- 优化内存对齐检查使用is_multiple_of()
- 改进错误处理和日志输出
- 移除过时的特性标记和代码

Signed-off-by: longjin <longjin@DragonOS.org>
2025-08-18 13:25:19 +08:00
..
asm_macros feat(la64): 实现了较为早期的la64的异常处理的注册 (#1138) 2025-05-07 13:14:54 +08:00
bitmap refactor(bitmap): 重构静态位图实现,移除incomplete_features依赖 (#1256) 2025-08-12 01:06:05 +08:00
crc chore: Upgrade kernel toolchain to 250810 (#1257) 2025-08-18 13:25:19 +08:00
driver_base_macros 实现了rtc的抽象,并且把x86的cmos rtc接入到设备驱动模型 (#674) 2024-03-28 00:28:13 +08:00
ida chore: update toolchain version to 2024-11-05 (#1031) 2024-11-11 21:29:15 +08:00
intertrait fix the panic error for riscv64 (#1123) 2025-04-02 13:49:57 +08:00
kcmdline_macros feat(boot): 内核启动命令行参数解析 (#969) 2024-10-13 23:39:55 +08:00
kdepends feat(fs): 补充mount系统调用,增加对硬盘挂载 & ext4文件系统的支持 (#1182) 2025-06-29 17:05:06 +08:00
klog_types chore: Upgrade kernel toolchain to 250810 (#1257) 2025-08-18 13:25:19 +08:00
kprobe feat: la64 boot (#1132) 2025-04-20 18:51:45 +08:00
rust-slabmalloc chore: Upgrade kernel toolchain to 250810 (#1257) 2025-08-18 13:25:19 +08:00
syscall_table_macros feat(syscall): 添加syscall table的实现 (#1164) 2025-05-13 18:59:18 +08:00
system_error feat(fs): 补充mount系统调用,增加对硬盘挂载 & ext4文件系统的支持 (#1182) 2025-06-29 17:05:06 +08:00
unified-init chore: Upgrade kernel toolchain to 250810 (#1257) 2025-08-18 13:25:19 +08:00
wait_queue_macros fix: pipe 读取/写入阻塞时,无法kill进程的问题 (#889) 2024-08-27 13:01:11 +08:00