Searched refs:update (Results 1 – 9 of 9) sorted by relevance
39 - WaitQueue: update: C版本的wait_queue的唤醒,改为立即唤醒 (#158)45 - scheduler: update: CFS调度器为每个核心设置单独的IDLE进程pcb(pid均为0) (#158)195 * update259 * update: 简介文档263 * update: 功能特性文档
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: 功能特性文档
45 - driver: update: 完善pci的功能 (#194)294 * update
310 * update workflow
35 sudo "$1" update52 sudo $1 update
38 sudo apt-get update
16 …\).debian.org@http://mirrors.ustc.edu.cn@g" /etc/apt/sources.list && apt update && apt install -y \
6 RUN apt-get update && apt-get install -y \
1320 pub fn update(&mut self, partition: Arc<Partition>) -> Result<(), i32> { in update() method