Searched refs:update (Results 1 – 18 of 18) sorted by relevance
/DragonOS/kernel/src/filesystem/sysfs/ |
H A D | group.rs | 33 update: bool, in do_create_groups() 40 if let Err(e) = self.do_create_group(kobj, group, update) { in do_create_groups() 58 update: bool, in do_create_group() 69 if update { in do_create_group() 98 if let Err(e) = self.group_create_files(parent_inode.clone(), kobj, group, update) { in do_create_group() 172 update: bool, in group_create_files() 179 if update { in group_create_files()
|
/DragonOS/ |
H A D | Makefile | 161 .PHONY: update-submodules 162 update-submodules: 164 @git submodule update --recursive --init 167 .PHONY: update-submodules-by-mirror 168 update-submodules-by-mirror: 171 @$(MAKE) update-submodules
|
H A D | triagebot.toml | 103 exclude_titles = ["Rollup of", "subtree update", "Subtree update"]
|
/DragonOS/docs/community/ChangeLog/V0.1.x/ |
H A D | V0.1.4.md | 39 - WaitQueue: update: C版本的wait_queue的唤醒,改为立即唤醒 (#158) 45 - scheduler: update: CFS调度器为每个核心设置单独的IDLE进程pcb(pid均为0) (#158) 195 * update 259 * update: 简介文档 263 * update: 功能特性文档
|
H A D | V0.1.3.md | 31 - signal: update: 对于除了SIGKILL以外的信号,也将他们加入SigQueue (#120) 35 - arch: update: 在lib.rs中,将arch模块的路径进行更改,使得其他模块使用arch的代码时,不需要指定arch::x86_64 (#128) 40 - vfs: update: 将VFS文件夹重命名为vfs (#133) 55 - compile: update: 更改编译器的Include路径,使得include时不需要加`<libc/src/include/>`前缀 (#124) 61 - update: 更新Docker编译镜像至版本`dragonos/dragonos-dev:v1.2`, 并支持从Dockerfile构建这个编译镜像 (#111) 63 - update: 更新github workflow,增加cache,加快build check的速度 153 * update: 简介文档 157 * update: 功能特性文档
|
H A D | V0.1.5.md | 45 - driver: update: 完善pci的功能 (#194) 294 * update
|
H A D | V0.1.9.md | 200 * update 466 update dragonreach to 3d99c3a9d9 (#519) 472 update dragonreach to 40362c48d6 (#516) 910 update-dragon-stub-bf2617 (#463) 1372 * update 1374 * update 1446 * update guest_rsp 1702 * update 1704 * update 1722 * update license of intertrait [all …]
|
H A D | V0.1.10.md | 118 - ci: update the match regex of issue checker (#784) 260 ci: update the match regex of issue checker (#784) 392 * ci: update issue checker config 394 * ci: update issue checker & block merge while 900 * update triagebot
|
H A D | V0.1.1.md | 310 * update workflow
|
H A D | V0.1.8.md | 266 * auto install/auto update dadk
|
/DragonOS/.github/workflows/ |
H A D | docs.yml | 25 sudo apt-get update
|
H A D | docs-multiversion.yml | 27 sudo apt-get update
|
/DragonOS/user/port/binutils/2.38/ |
H A D | Dockerfile | 6 RUN apt-get update && apt-get install -y \
|
/DragonOS/tools/ |
H A D | Dockerfile | 18 RUN apt update && \
|
H A D | bootstrap.sh | 58 sudo "$1" update 133 sudo dnf update -y
|
/DragonOS/docs/introduction/ |
H A D | build_system.md | 20 make update-submodules-by-mirror 33 make update-submodules-by-mirror 279 git submodule update --init --recursive --force
|
/DragonOS/kernel/crates/rbpf/ |
H A D | README.md | 391 buffer update so that we only have to provide a reference to the packet data 694 * Add helpers (some of those supported in the kernel, such as checksum update,
|
/DragonOS/kernel/src/filesystem/fat/ |
H A D | fs.rs | 1363 pub fn update(&mut self, partition: Arc<Partition>) -> Result<(), SystemError> { in update() method
|