Searched refs:feat (Results 1 – 6 of 6) sorted by relevance
30 - 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 …]
187 * feat(sched):CPU负载检测初步实现
313 * feat: create `user/services` folder to store service files1116 feat: sys_readlink && sys_readlinkat (#436)
8 …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 configs24 feat!: send an email to the customer when a product is shipped28 feat(api)!: send an email to the customer when a product is shipped42 feat(lang): add polish language
32 let feat = cpuid.get_feature_info().ok_or(SystemError::ENODEV)?; in init() localVariable33 if !feat.has_tsc() { in init()
54 …regexes: '^(?!(?:build|chore|ci|docs?|feat|fix|perf|refactor|rft|style|test)(?:\([a-zA-Z]*\))?[\:\…