- 17 1月, 2022 1 次提交
-
-
由 openharmony_ci 提交于
Merge pull request !215 from 高荣鑫/OpenHarmony-3.0-LTS
-
- 14 1月, 2022 1 次提交
-
-
由 gao-rongxin 提交于
之前挑单master分支到3.0_LTS出现问题,现在重新把time_t改回32bit Signed-off-by: Ngao-rongxin <gaorongxin1@huawei.com> #I4QUJX
-
- 10 1月, 2022 1 次提交
-
-
由 openharmony_ci 提交于
Merge pull request !201 from pjscc/OpenHarmony-3.0-LTS
-
- 07 1月, 2022 1 次提交
-
-
由 pjscc 提交于
Signed-off-by: Npjscc <pangjiashuai@huawei.com>
-
- 06 1月, 2022 1 次提交
-
-
由 openharmony_ci 提交于
Merge pull request !189 from 高荣鑫/OpenHarmony-3.0-LTS
-
- 30 12月, 2021 1 次提交
-
-
由 gao-rongxin 提交于
之前有个老的patch把这个值修改成了32bit,导致不匹配 time_t的定义改回老版本 Signed-off-by: Ngao-rongxin <gaorongxin1@huawei.com> #I4NU92
-
- 24 12月, 2021 1 次提交
-
-
由 openharmony_ci 提交于
Merge pull request !182 from zhushengle/OpenHarmony-3.0-LTS
-
- 22 12月, 2021 3 次提交
-
-
由 openharmony_ci 提交于
Merge pull request !181 from Zhaotianyu/cherry-pick-1640158714
-
由 zhushengle 提交于
Signed-off-by: Nzhushengle <zhushengle@huawei.com> Change-Id: Iecdf6670aa35598a479aec0f962b412bcdaa4c6f
-
https://gitee.com/arvinzzz/third_party_musl/pulls/177由 arvinzzz 提交于
fix: 修复fopen入参检验不全导致访问异常 当mode入参为空也做错误返回 close: #I4N0WY Signed-off-by: Narvinzzz <zhaotianyu9@huawei.com> Change-Id: I0b0b997b6498b53da6324ea60d2502c3d2e80be3
-
- 08 10月, 2021 1 次提交
-
-
由 openharmony_ci 提交于
Merge pull request !130 from LeonChan/pg3
-
- 30 9月, 2021 1 次提交
-
-
由 Leon Chan 提交于
As we change the mechanism of pagecache, we can close file after mmap when linking a dynamic file. close: #I44TBS Signed-off-by: NLeon Chan <chenwei26@huawei.com>
-
- 07 9月, 2021 1 次提交
-
-
由 openharmony_ci 提交于
Merge pull request !114 from lnlan/musl_issue1
-
- 06 9月, 2021 1 次提交
-
-
由 lnlan 提交于
【背景】 ARM_NONE_EABI宏需要手动配置,需改为使用工具链自带宏定义 【修改方案】 master分支去掉ARM_NONE_EABI,2.2bate2保持不变 re #I489U3 Signed-off-by: Nlanleinan <lanleinan@163.com> Change-Id: If5e641d47e06d085e9790b562bb53d93975e42be
-
- 04 9月, 2021 2 次提交
-
-
由 openharmony_ci 提交于
Merge pull request !113 from lnlan/musl_issue
-
由 lnlan 提交于
【背景】 处理issue,两个无符号数比较大小的方法有问题 【修改方案】 1.由a-b>0修改为a>b的方式 【影响】 对现有的产品编译不会有影响。 re #I48CM3 Signed-off-by: Nlanleinan <lanleinan@163.com> Change-Id: I93bf5e603ca3f257e44a023e9814fd4d7d5004ae
-
- 03 9月, 2021 2 次提交
-
-
由 openharmony_ci 提交于
Merge pull request !112 from Zachery Wu/zzzuo
-
由 Zachery Wu 提交于
Signed-off-by: NZachery Wu <wuzuoyu@huawei.com> Change-Id: I4cfbf06e7cdfb45137df91d3626019255a4caaf1
-
- 01 9月, 2021 1 次提交
-
-
由 openharmony_ci 提交于
Merge pull request !103 from lnlan/rm_unsupport
-
- 31 8月, 2021 4 次提交
-
-
由 openharmony_ci 提交于
Merge pull request !105 from dhy308/master
-
由 openharmony_ci 提交于
Merge pull request !95 from Caoruihong/reduce_mod
-
由 lnlan 提交于
【背景】 getaddrinfo和freeaddrinfo已经支持,去除unsupport打印 【修改方案】 getaddrinfo和freeaddrinfo已经支持,去除unsupport打印 【影响】 对现有的产品编译不会有影响。 re #I296BH Signed-off-by: Nlanleinan <lanleinan@163.com> Change-Id: Ia00ece3c75c8f83394fadda9c90578a937fcd786
-
由 dhy308 提交于
Signed-off-by: Ndhy308 <tony.gan@huawei.com> new file: porting/linux/user/src/thread/arm/syscall_cp.s
-
- 30 8月, 2021 2 次提交
-
-
由 openharmony_ci 提交于
Merge pull request !67 from x_xiny/master
-
由 openharmony_ci 提交于
Merge pull request !96 from guweijie/gwj-musl-ppoll-20210825
-
- 27 8月, 2021 4 次提交
-
-
由 openharmony_ci 提交于
Merge pull request !97 from wangjianjun/sys
-
由 openharmony_ci 提交于
Merge pull request !86 from wangjianjun/waitid
-
由 openharmony_ci 提交于
Merge pull request !87 from wcc/fs
-
由 x-xiny 提交于
【背景】L0 需要新增适配posix接口 【修改方案】 新增 L0 posix接口 re #I42IQY Signed-off-by: Nx-xiny <1301913191@qq.com> Change-Id: I5c3faf8ea00f9c6bb2713e84321bc368e4abbd14
-
- 25 8月, 2021 2 次提交
-
-
由 wjj 提交于
去掉porting下的冗余文件 Change-Id: I08ae64da75f7765e5801e1470b03a42e2504d5b5 Signed-off-by: Nwjj <502004968@qq.com>
-
由 teamol 提交于
1.modifications: deleted: porting/liteos_a/user/src/linux/ppoll.c 2.influence: none Signed-off-by: Nteamol <28105285@qq.com>
-
- 22 8月, 2021 1 次提交
-
-
由 Caoruihong 提交于
Signed-off-by: NCaoruihong <crh.cao@huawei.com> Change-Id: Ie225b037aba2eb233a7d2a53566cdb11d902c5ee
-
- 20 8月, 2021 3 次提交
-
-
由 openharmony_ci 提交于
Merge pull request !93 from dhy308/master
-
由 dhy308 提交于
Signed-off-by: Ndhy308 <tony.gan@huawei.com>
-
由 openharmony_ci 提交于
Merge pull request !92 from dhy308/master
-
- 19 8月, 2021 4 次提交
-
-
由 openharmony_ci 提交于
Merge pull request !91 from Caoruihong/update_musl
-
由 openharmony_ci 提交于
Merge pull request !91 from Caoruihong/update_musl
-
由 Caoruihong 提交于
Signed-off-by: NCaoruihong <crh.cao@huawei.com> Change-Id: I36ed85c6af3b80f780f26c047e096fe861b9e8c3
-
由 dhy308 提交于
Signed-off-by: Ndhy308 <tony.gan@huawei.com>
-
- 17 8月, 2021 1 次提交
-
-
由 openharmony_ci 提交于
Merge pull request !90 from dhy308/master
-