401 Commits (98897e29fcfc81e2b12e487e4154ac99188330c4)
 

Author SHA1 Message Date
YAMAMOTO Takashi defd63129d
Enable flockfile and friends (#362) 2 years ago
Andrew Brown dbcf819f4a
threads: enable access to `pthread_barrier_*` functions (#358) 2 years ago
YAMAMOTO Takashi a6e91a7b8c
Enable pthread_detach (#359) 2 years ago
Andrew Brown 0aa7a988f4
threads: enable access to `pthread_attr_get` functions (#357) 2 years ago
Dan Gohman 7250bd4165
Don't define `_POSIX_THREADS` unless threads are enabled. (#356) 2 years ago
YAMAMOTO Takashi f32e25870f
wasi_thread_start: remove a useless cast (#354) 2 years ago
YAMAMOTO Takashi 0b3b1bb9f1
__wasi_thread_spawn: stop truncating the return value (#353) 2 years ago
Mike Hommey 3a261b0380
Adjust Makefile for LLVM trunk (16) as of 2022-11-08 (#344) 2 years ago
Yuta Saito 8b7148f69a
Add `-fstack-protector` support to wasi-libc (#351) 2 years ago
Dan Gohman 6cd1be1f88
Fix logic errors in the zero-inode path. (#352) 2 years ago
Andrew Brown 8098d8621e
test: run a subset of tests using `libc-test` (#346) 2 years ago
Dan Gohman be1ffd6a9e
If `fd_readdir` returns a zero inode, call `fstatat` to get the inode value. (#345) 2 years ago
Marcin Kolny c718ee138b
Enable a few more pthread* files (pthread_key*, pthread_once) (#348) 2 years ago
Dan Gohman 697d5f8425
Install libtinfo5 on ubuntu. (#349) 2 years ago
Dan Gohman 2bb5abedbd
Define an `__errno_location` function. (#347) 2 years ago
韩朴宇 a00bf321ee
threads: implement init of TLS and stack pointer (#342) 2 years ago
Dan Gohman b99173e177
Support threads in the new crt1-command.c ctor check. (#339) 2 years ago
Dan Gohman a7af7c064b Port emmalloc to wasi-libc. 2 years ago
Dan Gohman f8eaf0028c Beginning porting Emscripten's emmalloc to wasi-libc. 2 years ago
Dan Gohman 21d93b927d
Add a check to command modules to ensure that they're only started once. (#329) 2 years ago
Marcin Kolny 9d2f5a8242
threads: enable pthread_join (#336) 2 years ago
Marcin Kolny d02cec69e7
threads: Enable __lock file for posix thread model (#337) 2 years ago
Dan Gohman 1710f3c010 Avoid depending on `max_align_t` in <__struct_sockaddr.h>. 2 years ago
Dan Gohman 099caae3eb Fix missing errno assignments. 2 years ago
Dan Gohman a02298043f Add braces to `if` statements whose bodies have multiple statements. 2 years ago
Andrew Brown 241060c342
threads: implement `pthread_create` (#325) 2 years ago
Dan Gohman f2a618feb2 Use quotes instead of angle brackets. 2 years ago
Dan Gohman 907d10fecb Don't run static constructors on arbitrary user exports. 2 years ago
Marcin Kolny 05b3b876e6
make `__get_tp()` a static function (#327) 2 years ago
Marcin Kolny c40403f9b0
threads: implement support for conditional variables (#323) 2 years ago
Marcin Kolny 27ba71f95e
Implement support for pthread_rwlock (#321) 2 years ago
Marcin Kolny 3d00b969f2
threads: implement support for pthread_condattr (#320) 2 years ago
Andrew Brown 2057ce9262
threads: implement support for unnamed semaphores (#316) 2 years ago
Andrew Brown 33c3753caf
threads: implement support for pthread mutexes (#315) 2 years ago
Andrew Brown dcd28cf8f6
Fix `make THREAD_MODEL=posix` (#311) 2 years ago
Bernhard M. Wiedemann 69031b6370
Sort lists of input files (#313) 2 years ago
Andrew Brown 294b23c3fd
Remove duplicates from `defined-symbols.txt` (#314) 2 years ago
Andrew Brown 6575e7d848
Move `weak` attribute to front (#310) 2 years ago
Andrew Brown 613e154eb2 Fix typo 2 years ago
Andrew Brown 87c2aa043d
Use MUSL's `weak*` feature in bottom half (#306) 2 years ago
Dan Gohman 60f221a400
Delete several blocks of unused code. (#294) 2 years ago
msirringhaus 7a21011e98
Update README and add CI-tests for minimal supported LLVM-version (10) (#302) 2 years ago
Dan Gohman e066a8b9d9
Add a `getpagesize` function. (#300) 2 years ago
Dan Gohman 30094b6ed0 Fix `gettimeofday` to correctly handle a null argument. 2 years ago
Dan Gohman d8d00bcd5a
Remove support for `__original_main`. (#295) 2 years ago
Dan Gohman 5d8a1409aa
Update to musl 1.2.3. 2 years ago
Dan Gohman 225b285a61 Fix utimensat to avoid passing uninitialized values into WASI calls. 2 years ago
Cheng Shao ba81b409b0 Implement BULK_MEMORY_THRESHOLD 3 years ago
Cheng Shao 5d0a7558d6 Add TODO pointing to LLVM bug report 3 years ago
Cheng Shao d3cc92a69e Only apply -mbulk-memory to specific files 3 years ago