Commits
User selector
Commit History
Commits on Jun 19, 2021
Use native code for `pthread_cleanup_push`/`pop`. NFC (#14484)
Show description for f46fbc5authored
Commits on Jun 18, 2021
Commits on Jun 17, 2021
Use _Exit and _exit from musl source. NFC (#14464)
Show description for b1d2d39authored
Commits on Jun 16, 2021
Remove legacy __sys_exit syscall. NFC (#14463)
Show description for 3205328authored
Commits on Jun 11, 2021
Define emscripten exception struct in native code. NFC (#14431)
Show description for 6b80c5dauthored
Commits on Jun 4, 2021
Remove weak_alias from musl/include/features.h. (#14379)
Show description for 79e5c94authored
Commits on Jun 3, 2021
Move longjmp into native code (#14188)
Show description for aa2bad5authored
Commits on May 20, 2021
Remove sendfile.h header from musl (#14248)
Show description for a86af93authored
Commits on May 5, 2021
Unify WASM_PAGE_SIZE and POSIX_PAGE_PAGE (#14083)
Show description for e3b345dauthored
Commits on May 3, 2021
Remove emscripten patch for PTHREAD_STACK_MIN (#14085)
Show description for 0a4218eauthoredRemove unneeded musl patch. NFC. (#14081)
Show description for 0494e29authored
Commits on Apr 28, 2021
Avoid reading from va_arg list when no argument is passed (#14026)
Show description for fcb9ca1authored
Commits on Apr 23, 2021
Revert musl change to asctime.c. NFC (#13973)
Show description for 5d1bb7bauthored
Commits on Apr 9, 2021
Commits on Apr 8, 2021
Move thread profile block declaration into pthread_impl.h. NFC. (#13840)
Show description for e642863authored
Commits on Apr 6, 2021
Fix strtol result when no chars are consumed. (#13816)
Show description for 56514c8authored
Commits on Mar 29, 2021
If building with -Oz, route memcpy(), memset() and memmove() to JS library functions. (#13377)
Show description for ff86f72authoredUse Wasm memory.size instruction to get the wasm heap size (#13378)
Show description for a948135authored
Commits on Mar 24, 2021
Fix conditional expression in musl's dup2. NFC. (#13740)
Show description for f5f4ff8authored
Commits on Mar 23, 2021
Remove sysconf modificaions from upstream musl (#13713)
Show description for dbfd3acauthored
Commits on Mar 19, 2021
Fix emscripten_heap_resize (#13716)
Show description for 3af9d8dauthoredRemove pathconf modificaions from upstream musl (#13714)
Show description for fcb12f3authoredMove sysconf and confstr to native code (#13688)
Show description for 83d5a15authored
Commits on Mar 18, 2021
Commits on Mar 3, 2021
Restore line in newlocale.c that was lost in #4813 (#13584)
Show description for 78fa15dauthored
Commits on Feb 18, 2021
Add smaller version of strtol with fewer dependencies (#13523)
Show description for 28e91b7authored
Commits on Feb 16, 2021
Fixing thread exit and thread cancellation (#12985) (#10524)
Show description for 3059251authored
Commits on Jan 19, 2021
Use individual socket syscalls. (#13272)
Show description for d7c7aedauthoredAdd generic musl arch headers. NFC. (#13280)
Show description for 39c848cauthored
Commits on Jan 18, 2021
Fix definition of mtx_t and cond_t (#13271)
Show description for 540d3baauthoredMove emscripten-specific source files out of musl directory (#13268)
Show description for 4df8093authored
Commits on Jan 11, 2021
- authored
Restore orginal file layout for musl and libcxx. NFC. (#13154)
Show description for dee59baauthored
Commits on Jan 7, 2021
Commits on Dec 3, 2020
Build C11 thread API function in libpthread (#9243)
Show description for 3c48bfeauthored