- 31 8月, 2021 1 次提交
-
-
由 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>
-
- 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 2 次提交
-
-
由 openharmony_ci 提交于
Merge pull request !90 from dhy308/master
-
由 openharmony_ci 提交于
Merge pull request !88 from zhushengle/exit
-
- 16 8月, 2021 1 次提交
-
-
由 dhy308 提交于
Signed-off-by: Ndhy308 <tony.gan@huawei.com>
-
- 13 8月, 2021 2 次提交
-
-
由 openharmony_ci 提交于
Merge pull request !77 from phchang/fixsync
-
由 zhushengle 提交于
问题描述: 进程在退出过程中,拿到了init_fini_lock锁后被信号打断, 收到退出信号,再次调用exit函数进入进程退出流程,造成死锁 解决方案: 在libc中添加exit字段,在进程退出时将该字段表示进程已经在退出, 若再次进入退出流程,则直接退出,由第一个执行退出流程的线程继续执行 退出流程。并且在退出时屏蔽信号,避免退出流程被频繁打断。 Close #I43V23 Signed-off-by: Nzhushengle <zhushengle@huawei.com> Change-Id: I57b60391267d50c8eb89fc115a26229461bb4ed4
-
- 12 8月, 2021 5 次提交
-
-
由 openharmony_ci 提交于
Merge pull request !84 from give-me-five/master
-
由 wcc0 提交于
add fchdir and testcases Change-Id: Idb62087ddc46b3b7db4ceaef478d7b9192115628 Signed-off-by: Nwcc0 <917033401@qq.com>
-
由 wjj 提交于
删除porting下的冗余文件 Change-Id: Ib9541b3f34c6b8020727829e16578c283aea8bc3 Signed-off-by: Nwjj <502004968@qq.com>
-
由 silen 提交于
Change-Id: Ieb45066f200d0da1d28367ec4fac2e9c33378dc5 Signed-off-by: Nsilen <wuyunjie@huawei.com>
-
由 openharmony_ci 提交于
Merge pull request !69 from MGY917/cloexec
-
- 11 8月, 2021 4 次提交
-
-
由 openharmony_ci 提交于
Merge pull request !81 from zhuoli72/master
-
由 openharmony_ci 提交于
Merge pull request !80 from Zhaotianyu/0731libc_opt
-
由 openharmony_ci 提交于
Merge pull request !72 from wcc/fstatfs
-
由 openharmony_ci 提交于
!52 fix mutex&pthread mould musl api:pthread_mutexattr_getrobust/pthread_mutexattr_setrobust/pthread_mutex_consistent/pthread_getconcurrency/pthread_setconcurrency Merge pull request !52 from 王建军/mutex
-
- 10 8月, 2021 2 次提交
-
-
由 arvinzzz 提交于
针对字符串类高频函数: 1. 采用单次多字节操作提升字符串类高频函数的执行效率 2. 针对armv7-a,采用neon指令进行优化 close: #I42DAK Change-Id: I6d09a549436a1130da71d79274d38be86f156199 Signed-off-by: Narvinzzz <zhaotianyu9@huawei.com>
-
由 zhuoli 提交于
Signed-off-by: Nzhuoli <pengzhuoli@huawei.com>
-
- 09 8月, 2021 2 次提交
-
-
由 Guangyao Ma 提交于
加载so的过程中,需要设置O_CLOEXEC,如果不设置,会导致子进程继承父进程打开的所有 so文件句柄。 close #I3U81W Signed-off-by: NGuangyao Ma <guangyao.ma@outlook.com> Change-Id: I249dd34c182434fa070dcd180b6931002597a074
-
由 openharmony_ci 提交于
Merge pull request !76 from dhy308/master
-
- 06 8月, 2021 2 次提交
-
-
由 vcbchang 提交于
【背景】 musl中porting下的sync函数与原版的musl库一样,故将其删除。 将porting的不支持判断移到内核系统调用后的sync判断中 【修改方案】 musl中的porting下的sync函数删掉,将内核sync函数增加判断。 re #I446P5 Signed-off-by: Nvcbchang <vcbchang@qq.com> Change-Id: I0391f29926e6695e52c9189642bcf36d98f3e342
-
由 dhy308 提交于
Signed-off-by: Ndhy308 <tony.gan@huawei.com>
-
- 04 8月, 2021 1 次提交
-
-
由 wjj 提交于
支持互斥锁强壮性标志,添加加解锁函数对robust链表的处理 Change-Id: Idef4e0de44d7fac0a7ef293ebb570d7641623e27
-
- 31 7月, 2021 2 次提交
-
-
由 openharmony_ci 提交于
Merge pull request !54 from wcc/misc
-
由 openharmony_ci 提交于
Merge pull request !47 from guweijie/master
-
- 30 7月, 2021 1 次提交
-
-
由 wcc0 提交于
add fstatfs api and unitest Signed-off-by: Nwcc0 <917033401@qq.com> Change-Id: I82b988a068d46c875ae9cea366261726566660ef
-