401 Commits (main)
 

Author SHA1 Message Date
Mike Hommey a796d874f8
Adjust Makefile for LLVM trunk (18) as of 2023-12-07 (#448) 11 months ago
Felix Yan 9c17f5235c
Update Arch Linux package URL in README.md (#446) 12 months ago
Joel Dice b85d65528d
add stubs for dlopen, dlsym, etc. (#443) 12 months ago
YAMAMOTO Takashi 0edc7aea66
ifdef out pthread_cancel (#445) 12 months ago
YAMAMOTO Takashi be1704a956
give a reasonable default of BUILTINS_LIB (#442) 1 year ago
YAMAMOTO Takashi eba961befc
shlib: specify the sysroot to find the correct crt1 (#441) 1 year ago
Joel Dice 4db5398e65
remove `-nostdlib` from libc.so link command (#440) 1 year ago
Mike Hommey 6248a00c96
Adjust Makefile for LLVM trunk (18) as of 2023-10-03 (#438) 1 year ago
Joel Dice d4dae89648
add shared library support (#429) 1 year ago
Ingvar Stepanyan 7b4705f126
Fix typo in signal.c error messages (#437) 1 year ago
Marcin Kolny ce2f157d46
Update thread id validation returned by `__wasi_thread_spawn` (#435) 1 year ago
YAMAMOTO Takashi ec4566beae
Fix recursive mutex (#433) 1 year ago
Marcin Kolny 9f51a71020
Add definitions for PF_INET, PF_INET6 and PF_UNSPEC (#426) 1 year ago
Moritz Sichert ba5318e9a4
Acquire the global lock before initializing malloc (#410) 1 year ago
YAMAMOTO Takashi d8abbaac1b
dlmalloc: require __heap_end (#394) 1 year ago
Josh Stone bd950eb128
Use -fno-strict-aliasing for emmalloc (#424) 1 year ago
Andrew Brown 43e7123958
Improve `README.md` (#425) 1 year ago
YAMAMOTO Takashi 7018e24d8f
Fix a use-after-free bug for detached threads (#420) 1 year ago
Mike Hommey 5862047a55
Adjust Makefile for LLVM trunk (17) as of 2023-06-18 (#422) 1 year ago
YAMAMOTO Takashi aecd368c6d
Fix races around pthread exit and join (#409) 1 year ago
Dan Gohman a6f8713433
Convert preopen initialization to be lazy. (#408) 2 years ago
Jiri Pospisil 3189cd1cee
Update README regarding the Arch Linux package (#412) 2 years ago
Alex Crichton 38f48942fa
Fix debug build's `predefined-macros.txt` (#407) 2 years ago
Wenyong Huang 1dfe5c302d
Fix a_store operation in atomic.h (#403) 2 years ago
Cheng Shao f2a35a454e
Use __builtin_ctz and __builtin_clz in dlmalloc (#401) 2 years ago
Pier Angelo Vendrame 2e3947b670
Sort the object list passed to ar in the Makefile. (#399) 2 years ago
Sam Clegg 7069071858
Avoid using absolute pathnames in Makefile. NFC (#400) 2 years ago
Catherine a29c349a98
threads: enable `PTHREAD_{MUTEX,RWLOCK,COND}_INITIALIZER`. (#397) 2 years ago
YAMAMOTO Takashi b67d6b261d
setup_default_stack_size: set __default_stacksize unconditionally (#396) 2 years ago
YAMAMOTO Takashi 8daaba387c
Fix MSG_TRUNC (#391) 2 years ago
Cheng Shao 9bec2d3aff
Add a check to reactor modules to ensure _initialize is only called once (#388) 2 years ago
Marcin Kolny b4814997f6
threads: implement support for spinlock (#324) 2 years ago
YAMAMOTO Takashi 8f5275796a
Rename thread_spawn import (#387) 2 years ago
Andrew Brown 4362b1885f
threads: change `wasm32-wasi-pthread` to `wasm32-wasi-threads` (#381) 2 years ago
Andrew Brown 451065469a
threads: add `pthread_attr_setdetachstate` (#382) 2 years ago
Mike Hommey 04431e56b2
Remove hacks for clang 8 (#384) 2 years ago
Mike Hommey 16a694035f
Adjust Makefile for LLVM trunk (16) as of 2023-01-05 (#379) 2 years ago
YAMAMOTO Takashi a1c7c2c7a4
Use __BIGGEST_ALIGNMENT__ instead of max_align_t (#375) 2 years ago
Alex Crichton f2aac5f3b1
Don't use sbrk(0) to determine the initial heap size (#377) 2 years ago
YAMAMOTO Takashi 5a255d5af1
__init_tp: Initialize TID to non-zero value (#360) 2 years ago
YAMAMOTO Takashi 35fee1d900
Implement the critical part of wasi_thread_start in asm (#376) 2 years ago
Shengyun Zhou 082a15c5a9
Enable pthread_equal function definition (#374) 2 years ago
YAMAMOTO Takashi 7461de1b6d
Use a separate OBJDIR for each TARGET_TRIPLE (#373) 2 years ago
YAMAMOTO Takashi ebd3240030
wasi_thread_start: add a comment (#371) 2 years ago
Dan Gohman b8aa39947d
Use `ENOENT` rather than `ENOTCAPABLE` for missing preopens. (#370) 2 years ago
YAMAMOTO Takashi b36b752bd7
Disable pthread_exit for now (#366) 2 years ago
Marcin Kolny 957c7113c3
threads: Retrieve default stack size from __heap_base/__data_end (#350) 2 years ago
YAMAMOTO Takashi dfad6fecc9
Reduce over-allocation of stack (#365) 2 years ago
Petr Penzin fb9c9223ca
Add a separate install target for threaded libc (#331) 2 years ago
YAMAMOTO Takashi f687048b70
__wait.c: fix a timeout (#361) 2 years ago