- 26 7月, 2023 1 次提交
-
-
由 yinchuang 提交于
Issue:I7NQ5W Signed-off-by: Nyinchuang <yinchuang@huawei.com> Test:libctest
-
- 24 7月, 2023 5 次提交
-
-
由 openharmony_ci 提交于
Merge pull request !995 from Wang Yaofeng/vsnprintf_opt
-
由 openharmony_ci 提交于
Merge pull request !989 from 李涛/pthread_cond_init
-
由 robottoy 提交于
Issue: I7MRBU Test: libc-test Change-Id: Ic71d77e6fa4df22faa54d85e9e8997b413a6b0dc Signed-off-by: Nrobottoy <wangyaofeng.wang@huawei.com>
-
由 openharmony_ci 提交于
Merge pull request !977 from wangchen/0710_m
-
由 openharmony_ci 提交于
Merge pull request !971 from xxlight/dev_musl
-
- 23 7月, 2023 2 次提交
-
-
由 openharmony_ci 提交于
Merge pull request !998 from yinchuang/add_path_for_linker
-
由 yinchuang 提交于
Issue:I7NDW Signed-off-by: Nyinchuang <yinchuang@huawei.com> Test:libtest
-
- 21 7月, 2023 7 次提交
-
-
由 openharmony_ci 提交于
Merge pull request !992 from littlebee/src/0720
-
由 openharmony_ci 提交于
Merge pull request !996 from zzulilyw/master
-
由 wangchen 提交于
Check whether the caller meets the permit list or the target namespace is nweb. Issue: #I7JUUV Signed-off-by: Nwangchen <wangchen240@huawei.com> TEST: run web and napi xts test
-
由 zzuli_lyw 提交于
Issue: https://gitee.com/openharmony/commonlibrary_ets_utils/issues/I7LB0W test: libc-test Signed-off-by: zzulilyw <378305181@qq.com>
-
由 openharmony_ci 提交于
Merge pull request !994 from yinchuang/add_path
-
由 openharmony_ci 提交于
Merge pull request !986 from fangting/master
-
由 yinchuang 提交于
Issue:I7MJVK Signed-off-by: Nyinchuang <yinchuang@huawei.com> Test: libctest
-
- 20 7月, 2023 3 次提交
-
-
由 openharmony_ci 提交于
Merge pull request !966 from heyujie/dev
-
由 openharmony_ci 提交于
Merge pull request !984 from 李涛/strncat
-
由 surencong 提交于
category:bugfix issue:https://gitee.com/openharmony/third_party_musl/issues/I7MKIU?from=project-issueSigned-off-by: Nsurencong <surencong@huawei.com> Change-Id: I64f9c2c8dd69723d4d5946e2b60ca95230383f7b
-
- 19 7月, 2023 5 次提交
-
-
由 openharmony_ci 提交于
Merge pull request !974 from zzulilyw/master
-
由 zzuli_lyw 提交于
Issue: https://gitee.com/openharmony/third_party_musl/issues/I7JK2Z test: libc-test Signed-off-by: zzulilyw <378305181@qq.com>
-
由 openharmony_ci 提交于
Merge pull request !973 from yinchuang/add_linker_log
-
由 zzuli_lyw 提交于
Issue: https://gitee.com/openharmony/third_party_musl/issues/I7JK2Z test: libc-test Signed-off-by: zzulilyw <378305181@qq.com>
-
由 li-tao116 提交于
Use __builtin_memset to init pthread_cond_t. Issue: #I7M851 Test: libctest, benchmark Signed-off-by: Nlitao <litao@kaihong.com> Change-Id: Ib30428b82df4eebe7788f88e2638189e5afa1f97
-
- 18 7月, 2023 2 次提交
-
-
由 openharmony_ci 提交于
Merge pull request !983 from yinchuang/exe
-
由 zzuli_lyw 提交于
Issue: https://gitee.com/openharmony/third_party_musl/issues/I7JK2Z test: libc-test Signed-off-by: zzulilyw <378305181@qq.com>
-
- 17 7月, 2023 1 次提交
-
-
由 openharmony_ci 提交于
Merge pull request !987 from Wang Yaofeng/fread_overflow
-
- 16 7月, 2023 2 次提交
-
-
由 yinchuang 提交于
Issue:I7JT1E Signed-off-by: Nyinchuang <yinchuang@huawei.com>
-
由 yinchuang 提交于
Issue:I7EFAP Signed-off-by: Nyinchuang <yinchuang@huawei.com>
-
- 15 7月, 2023 3 次提交
-
-
由 zzuli_lyw 提交于
Issue: https://gitee.com/openharmony/third_party_musl/issues/I7JK2Z test: libc-test Signed-off-by: zzulilyw <378305181@qq.com>
-
由 robottoy 提交于
Issue:#I7L4P3 Test:libc-test Signed-off-by: Nrobottoy <wangyaofeng.wang@huawei.com> Change-Id: I76d468a7f4e5bafd996447584928cfed6f7f54d5
-
由 fangting 提交于
commit 188759bb documented the intent to allow recursive dlopen based on tracking ctor_visitor, but used a kernel tid rather than the pthread_t to identify the caller. as a result, it would not behave as intended under fork by a ctor, where the child tid would not match. Test:libc-test/src/function/exit.c Issue:I7F2LR Signed-off-by: Nfangting <fangting12@huawei.com>
-
- 13 7月, 2023 3 次提交
-
-
由 li-tao116 提交于
Inline the strlen function to reduce the cost of function calls. Issue: #I7L0VO Test: libctest, benchmark Signed-off-by: Nlitao <litao@kaihong.com> Change-Id: I0d80a7c985392ebe860ba0deaa67ad7d093705c1
-
由 heyujie 提交于
Signed-off-by: Nheyujie <heyujie4@hisilicon.com>
-
由 zzuli_lyw 提交于
Issue: https://gitee.com/openharmony/third_party_musl/issues/I7JK2Z test: libc-test Signed-off-by: zzulilyw <378305181@qq.com>
-
- 12 7月, 2023 2 次提交
-
-
由 openharmony_ci 提交于
Merge pull request !981 from hongtao/addpythonandscript
-
由 hongtao 提交于
Issue: https://gitee.com/openharmony/third_party_musl/issues/I7KK3D Test: no need Signed-off-by: Nhongtao <hongtao11@huawei.com> Change-Id: I8cc5fe424b45d7cab211f1c2fd3e433770391003
-
- 10 7月, 2023 1 次提交
-
-
由 openharmony_ci 提交于
Merge pull request !975 from haotuo/remove_fortify_opt
-
- 09 7月, 2023 1 次提交
-
-
由 haotuo 提交于
Issue:#I7JQOS Test: pass libc-test and startup test Signed-off-by: Nhaotuo <haotuo@huawei.com> Change-Id: I4d5720ced892f7a1aa20870317d12fb01d043aab
-
- 08 7月, 2023 1 次提交
-
-
由 openharmony_ci 提交于
Merge pull request !961 from wangchen/0630
-
- 07 7月, 2023 1 次提交
-
-
由 w253227059 提交于
Check whether the caller meets the permit list or the target namespace is nweb. Issue: I7HECC Signed-off-by: Nwangchen <wangchen240@huawei.com> TEST: xts and libc-test
-