| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
update openharmony 1.0.1 | 5 年前 | |
change hilog domainID Signed-off-by: yyyyydx <yedexi1@h-partners.com> | 6 个月前 | |
update openharmony 1.0.1 | 5 年前 | |
adlt tools for musl Signed-off-by: muyi <muyi1@huawei.com> | 7 个月前 | |
move aio implementation details to a proper internal header also fix the lack of declaration (and thus hidden visibility) in __stdio_close's use of __aio_close. | 5 年前 | |
[OH 7.0] Upgrade musl 1.2.5 to musl 1.2.6 issue:https://gitcode.com/openharmony/third_party_musl/issues/1998 Co-Authored-By: NA Signed-off-by: xwx1135370 <xuyao44@huawei.com> | 2 个月前 | |
update openharmony 1.0.1 | 5 年前 | |
update openharmony 1.0.1 | 5 年前 | |
prelink: Support prelinker and DSO prelinking Signed-off-by: Yuan Pengfei <pf.yuan@huawei.com> | 4 个月前 | |
add framework to support archs without a native wait4 syscall this commit should make no codegen change for existing archs, but is a prerequisite for new archs including riscv32. the wait4 emulation backend provides both cancellable and non-cancellable variants because waitpid is required to be a cancellation point, but all of our other uses are not, and most of them cannot be. based on patch by Stefan O'Rear. | 2 年前 | |
update openharmony 1.0.1 | 5 年前 | |
update openharmony 1.0.1 | 5 年前 | |
update openharmony 1.0.1 | 5 年前 | |
Add hilog __at_fork https://gitcode.com/openharmony/third_party_musl/issues/1923 Signed-off-by: zzulilyw <liuyawei10@h-partners.com> | 4 个月前 | |
update openharmony 1.0.1 | 5 年前 | |
add hilogbase interfaces Signed-off-by: buzhenwang <buzhenwang@huawei.com> | 7 个月前 | |
update openharmony 1.0.1 | 5 年前 | |
update openharmony 1.0.1 | 5 年前 | |
fix wrong sigaction syscall ABI on mips*, or1k, microblaze, riscv64 we wrongly defined a dummy SA_RESTORER flag on these archs, despite the kernel interface not actually having such a feature. on archs which lack SA_RESTORER, the kernel sigaction structure also lacks the restorer function pointer member, which means the signal mask appears at a different offset. the kernel was thereby interpreting the bits of the code address as part of the signal set to be masked while handling the signal. this patch removes the erroneous SA_RESTORER definitions from archs which do not have it, makes access to the member conditional on whether SA_RESTORER is defined for the arch, and removes the now-unused asm for the affected archs. because there are reportedly versions of qemu-user which also use the wrong ABI here, the old ksigaction struct size is preserved with an unused member at the end. this is harmless and mitigates the risk of such a bug turning into a buffer overflow onto the sigaction function's stack. | 3 年前 | |
update openharmony 1.0.1 | 5 年前 | |
merge porting files Signed-off-by: liujia178 <liujia178@huawei.com> Change-Id: I692137fea27076ba8c9a9df2cf64e596dc637f6f | 2 年前 | |
math: add __math_invalidl for targets where long double is different from double. | 5 年前 | |
Bugfix: fix compile warning Issue: https://gitee.com/openharmony/third_party_musl/issues/ICA3OD Test: Build & Boot devices & xts Signed-off-by: zzulilyw <liuyawei10@huawei.com> | 1 年前 | |
locale 接口切换icu Signed-off-by: ydx <yedexi1@huawei.com> | 1 年前 | |
update openharmony 1.0.1 | 5 年前 | |
add hilogbase interfaces Signed-off-by: buzhenwang <buzhenwang@huawei.com> | 7 个月前 | |
Issue: https://gitee.com/openharmony/third_party_musl/issues/IB8603 Signed-off-by: zzulilyw <liuyawei10@huawei.com> | 1 年前 | |
fix compile warning issue: https://gitee.com/openharmony/third_party_musl/issues/IBQR4E Test: Build & Boot devices & xts Signed-off-by: zzulilyw <liuyawei10@huawei.com> | 1 年前 | |
merge porting files Signed-off-by: liujia178 <liujia178@huawei.com> Change-Id: I692137fea27076ba8c9a9df2cf64e596dc637f6f | 2 年前 | |
Enhance the robustness of the musl-libc interface Issue: https://gitee.com/openharmony/third_party_musl/issues/I9CVZO Test: libc-test Signed-off-by: jianyang <jianyang9@huawei.com> | 2 年前 | |
update openharmony 1.0.1 | 5 年前 | |
sigaction fix for dfmalloc dfx 2 Signed-off-by: s30043564 <shenxiaoliang1@huawei.com> | 4 个月前 | |
merge porting files Signed-off-by: liujia178 <liujia178@huawei.com> Change-Id: I692137fea27076ba8c9a9df2cf64e596dc637f6f | 2 年前 | |
fix possible access to uninitialized memory in shgetc (via scanf) shgetc sets up to be able to perform an "unget" operation without the caller having to remember and pass back the character value, and for this purpose used a conditional store idiom: if (f->rpos[-1] != c) f->rpos[-1] = c to make it safe to use with non-writable buffers (setup by the sh_fromstring macro or __string_read with sscanf). however, validity of this depends on the buffer space at rpos[-1] being initialized, which is not the case under some conditions (including at least unbuffered files and fmemopen ones). whenever data was read "through the buffer", the desired character value is already in place and does not need to be written. thus, rather than testing for the absence of the value, we can test for rpos<=buf, indicating that the last character read could not have come from the buffer, and thereby that we have a "real" buffer (possibly of zero length) with writable pushback (UNGET bytes) below it. | 6 年前 | |
update openharmony 1.0.1 | 5 年前 | |
Fix llvm build issue because of fdsan Issue: #I9889S Test: libctest Signed-off-by: haotuo <haotuo@huawei.com> Change-Id: I558a74507b8ad8e86ed6dd8465337890b49abf85 | 2 年前 | |
merge porting files Signed-off-by: liujia178 <liujia178@huawei.com> Change-Id: I692137fea27076ba8c9a9df2cf64e596dc637f6f | 2 年前 | |
upgrade to v1.2.5 Signed-off-by: qijinquan <qijinquan@kaihong.com> | 2 年前 | |
update openharmony 1.0.1 | 5 年前 | |
merge porting files Signed-off-by: liujia178 <liujia178@huawei.com> Change-Id: I692137fea27076ba8c9a9df2cf64e596dc637f6f | 2 年前 | |
update openharmony 1.0.1 | 5 年前 | |
update openharmony 1.0.1 | 5 年前 |
| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
| 5 年前 | ||
| 6 个月前 | ||
| 5 年前 | ||
| 7 个月前 | ||
| 5 年前 | ||
| 2 个月前 | ||
| 5 年前 | ||
| 5 年前 | ||
| 4 个月前 | ||
| 2 年前 | ||
| 5 年前 | ||
| 5 年前 | ||
| 5 年前 | ||
| 4 个月前 | ||
| 5 年前 | ||
| 7 个月前 | ||
| 5 年前 | ||
| 5 年前 | ||
| 3 年前 | ||
| 5 年前 | ||
| 2 年前 | ||
| 5 年前 | ||
| 1 年前 | ||
| 1 年前 | ||
| 5 年前 | ||
| 7 个月前 | ||
| 1 年前 | ||
| 1 年前 | ||
| 2 年前 | ||
| 2 年前 | ||
| 5 年前 | ||
| 4 个月前 | ||
| 2 年前 | ||
| 6 年前 | ||
| 5 年前 | ||
| 2 年前 | ||
| 2 年前 | ||
| 2 年前 | ||
| 5 年前 | ||
| 2 年前 | ||
| 5 年前 | ||
| 5 年前 |