Home
last modified time | relevance | path

Searched refs:feat (Results 1 – 6 of 6) sorted by relevance

/DragonOS/docs/community/ChangeLog/V0.1.x/
H A DV0.1.10.md30 - feat(fs): 实现了sys_rename (#578)
31 - feat(fs): 实现get_pathname (#615)
32 - feat(kernel): 实现uname系统调用 (#614)
33 - feat(fs): 添加mount系统调用 (#561)
34 - feat(smp): 重写SMP模块 (#633)
35 - feat(fs): 添加Statx系统调用 (#632)
36 - feat(riscv64): 添加flush tlb的ipi (#636)
37 - feat(fs): 实现SYS_LINK和SYS_LINKAT (#611)
40 - feat(net): 实现socketpair (#576)
41 - feat(process/riscv): 进程管理初始化 (#654)
[all …]
H A DV0.1.5.md187 * feat(sched):CPU负载检测初步实现
H A DV0.1.9.md313 * feat: create `user/services` folder to store service files
1116 feat: sys_readlink && sys_readlinkat (#436)
/DragonOS/docs/community/code_contribution/
H A Dconventional-commit.md8 …G CHANGES)`做特殊说明,或者说,在当前开发环境中不会产生对用户产生显著影响的破坏性变更,因此无特殊需要,DragonOS内核不应使用诸如`feat!`来表示破坏性变更。(内核之外,例如d…
10 …码变动是发生在`kernel/src/driver/net`中的特性追加,那么应当命名为`feat(driver/net):`,如果是发生在`kernel/src/mm/allocator`中,应…
18 feat: allow provided config object to extend other configs
24 feat!: send an email to the customer when a product is shipped
28 feat(api)!: send an email to the customer when a product is shipped
42 feat(lang): add polish language
/DragonOS/kernel/src/arch/x86_64/driver/
H A Dtsc.rs32 let feat = cpuid.get_feature_info().ok_or(SystemError::ENODEV)?; in init() localVariable
33 if !feat.has_tsc() { in init()
/DragonOS/.github/
H A Dissue-checker.yml54 …regexes: '^(?!(?:build|chore|ci|docs?|feat|fix|perf|refactor|rft|style|test)(?:\([a-zA-Z]*\))?[\:\…