- 31 7月, 2021 5 次提交
-
-
由 openharmony_ci 提交于
Merge pull request !475 from Caoruihong/gn_build_apps
-
由 openharmony_ci 提交于
Merge pull request !480 from wangchen/a_codex
-
由 openharmony_ci 提交于
Merge pull request !394 from wcc/misc
-
由 openharmony_ci 提交于
Merge pull request !382 from guweijie/master
-
由 openharmony_ci 提交于
Merge pull request !463 from pcwlno1/bbox_bugfix_upload2
-
- 30 7月, 2021 3 次提交
-
-
由 wangchen 提交于
【背景】定期A核代码告警清零。 【修改方案】 根据工具扫描结果,对代码告警进行更改。 【影响】 对现有的产品编译不会有影响。 re #I4378T Signed-off-by: Nwangchen <253227059@qq.com>
-
由 pcwlno1 提交于
1、允许用户自己指定预留物理内存的起始地址和长度。 2、在适配层中增加对预留物理内存的映射。 3、在bbox的Kcondfig中增加有关预留物理内存的编译选项。 4、在bbox的Makefile增加有关内存函数头文件的引用。 Close #I41YIZ Signed-off-by: Npcwlno1 <qidechun@huawei.com>
-
由 Caoruihong 提交于
toybox and mksh are built by gn now, and make build for toybox and mksh are disabled now. Signed-off-by: NCaoruihong <crh.cao@huawei.com> Change-Id: I46810ab418344d9841ec55cb9f1ad2dc2d15b008
-
- 28 7月, 2021 3 次提交
-
-
由 openharmony_ci 提交于
Merge pull request !470 from Caoruihong/isystem_std_inc
-
由 Caoruihong 提交于
use -isystem cflags to use compiler's std include Signed-off-by: NCaoruihong <crh.cao@huawei.com> Change-Id: If1f8e5d3bb8090397885fa1f35ae893e5d212565
-
由 openharmony_ci 提交于
Merge pull request !467 from Caoruihong/decouple_hdf_config
-
- 27 7月, 2021 8 次提交
-
-
由 openharmony_ci 提交于
Merge pull request !462 from 王亚枫/master
-
由 openharmony_ci 提交于
Merge pull request !466 from Caoruihong/kconfiglib
-
由 Caoruihong 提交于
optimize the public config template Signed-off-by: NCaoruihong <crh.cao@huawei.com> Change-Id: I0275b9a945ee87ca7893f8da6f30f9f5f65fa9ae
-
由 yafeng_wang 提交于
-
由 Caoruihong 提交于
kconfiglib will be install by installing ohos-build Signed-off-by: NCaoruihong <crh.cao@huawei.com> Change-Id: I49a946fcea259155f3019ac6b6b3319c3a4cec47
-
由 openharmony_ci 提交于
Merge pull request !458 from Caoruihong/default_gn
-
由 wcc 提交于
-
由 Caoruihong 提交于
using OHOS_Image as liteos default name Signed-off-by: NCaoruihong <crh.cao@huawei.com> Change-Id: I00bcc9a6747ffde0f07f3d243150055a644df02f
-
- 23 7月, 2021 5 次提交
-
-
由 openharmony_ci 提交于
Merge pull request !436 from wangchen/toybox
-
由 openharmony_ci 提交于
Merge pull request !454 from Kiita/toybox_update
-
由 teamol 提交于
1.modifications: modified: compat/posix/include/mqueue.h modified: compat/posix/src/mqueue.c modified: syscall/ipc_syscall.c modified: syscall/los_syscall.h modified: syscall/syscall_lookup.h modified: testsuites/unittest/posix/mqueue/posix_mqueue_test.cpp 2.add 5 testcases: It_posix_queue_205.cpp It_posix_queue_206.cpp It_posix_queue_207.cpp It_posix_queue_208.cpp It_posix_queue_209.cpp 3.influence: none Signed-off-by: Nteamol <28105285@qq.com>
-
由 openharmony_ci 提交于
Merge pull request !456 from zhushengle/nanosleep
-
由 zhushengle 提交于
posix/linux 标准: nanosleep 使线程进入到了可被信号中断的状态,当线程睡眠被信号 中断,线程回复运行态时,若rmtp不为NULL,则会将sleep剩余的时间 记录在rmtp参数中返回,但是如果线程sleep过程中未被信号唤醒, 则忽略该参数。 由于鸿蒙中nanosleep是不可被打断的,即rmtp应该被忽略,而不是清零。 Close #I41U0R Signed-off-by: Nzhushengle <zhushengle@huawei.com> Change-Id: I6622eb43d6782c2b53b99d9df5cfff5f5e1ed79c
-
- 22 7月, 2021 9 次提交
-
-
由 Yansira 提交于
【背景】liteos_a toybox 命令升级升级 【修改方案】 1、help命令列表不支持命令删除。 2、cp命令和mv命令拷贝文件失败和文件损坏等问题修复。 3、修复du命令统计nfs文件大小为0问题修复。 4、修复ls命令nfs文件时间打印信息有误问题。 5、更新命令不支持入参列表。 re #I41N2A Signed-off-by: yansira <yansira@hotmail.com> Change-Id: I5f5b82e33ba9193ae06e9547182d5b7bac0a3b44
-
由 openharmony_ci 提交于
Merge pull request !455 from Caoruihong/target_out_dir
-
由 Caoruihong 提交于
liteos binaries no need pack to rootfs. Signed-off-by: NCaoruihong <crh.cao@huawei.com> Change-Id: Iba650c9d09302902c108760163eca55b4ec40221
-
由 openharmony_ci 提交于
Merge pull request !445 from Kiita/toybox_cmd_reboot
-
由 openharmony_ci 提交于
Merge pull request !449 from pcwlno1/bugfix_log_write
-
由 openharmony_ci 提交于
Merge pull request !448 from MGY917/Ctrl-C_support
-
由 pcwlno1 提交于
1、在日志写如完成之后执行fsync确保落盘。 Close #I41UTP Signed-off-by: Nqidechun <qidechun@huawei.com>
-
由 openharmony_ci 提交于
Merge pull request !429 from Caoruihong/remove_unused_files
-
由 openharmony_ci 提交于
Merge pull request !443 from Caoruihong/build_gn
-
- 21 7月, 2021 7 次提交
-
-
由 Caoruihong 提交于
add BUILD.gn for all kernel modules Signed-off-by: NCaoruihong <crh.cao@huawei.com> Change-Id: I018446427bf64615f2596d47862b219659b58b34
-
由 openharmony_ci 提交于
Merge pull request !446 from zhangfanfan2/master
-
由 openharmony_ci 提交于
Merge pull request !447 from kenneth/chore
-
由 openharmony_ci 提交于
Merge pull request !433 from MGY917/change_winsz
-
由 openharmony_ci 提交于
Merge pull request !438 from JerryH/shm
-
由 kenneth 提交于
fix some spell issues in files under folder kernel/base/core: change Recyle to Recycle, ilde to idle and Porcess to Process close #I3R28X Signed-off-by: Nkenneth <zhushangyuan@huawei.com>
-
由 openharmony_ci 提交于
Merge pull request !442 from MGY917/mkshrc
-