Ecosyste.ms: Issues

An open API service for providing issue and pull request metadata for open source projects.

GitHub / WebAssembly/wasi-libc issues and pull requests

#365 - Reduce over-allocation of stack

Pull Request - State: closed - Opened by yamt almost 2 years ago - 1 comment

#364 - Use wasi thread_exit instead of proc_exit where appropriate

Pull Request - State: open - Opened by yamt almost 2 years ago - 2 comments

#363 - __stdio_exit.c: use normal file locking for now

Pull Request - State: closed - Opened by yamt almost 2 years ago - 5 comments

#362 - Enable flockfile and friends

Pull Request - State: closed - Opened by yamt almost 2 years ago - 1 comment

#361 - __wait.c: fix a timeout

Pull Request - State: closed - Opened by yamt almost 2 years ago

#360 - __init_tp: Initialize TID to non-zero value

Pull Request - State: closed - Opened by yamt almost 2 years ago - 1 comment

#359 - Enable pthread_detach

Pull Request - State: closed - Opened by yamt almost 2 years ago

#358 - threads: enable access to `pthread_barrier_*` functions

Pull Request - State: closed - Opened by abrown almost 2 years ago

#357 - threads: enable access to `pthread_attr_get` functions

Pull Request - State: closed - Opened by abrown almost 2 years ago

#356 - Don't define `_POSIX_THREADS` unless threads are enabled.

Pull Request - State: closed - Opened by sunfishcode almost 2 years ago - 5 comments

#355 - unistd.h declares threads support even when not enabled

Issue - State: closed - Opened by anuraaga almost 2 years ago - 2 comments

#354 - wasi_thread_start: remove a useless cast

Pull Request - State: closed - Opened by yamt almost 2 years ago

#353 - __wasi_thread_spawn: stop truncating the return value

Pull Request - State: closed - Opened by yamt almost 2 years ago - 1 comment

#352 - Fix logic errors in the zero-inode path.

Pull Request - State: closed - Opened by sunfishcode almost 2 years ago

#351 - Add `-fstack-protector` support to wasi-libc

Pull Request - State: closed - Opened by kateinoigakukun almost 2 years ago - 8 comments

#350 - threads: Retrieve default stack size from __heap_base/__data_end

Pull Request - State: closed - Opened by loganek almost 2 years ago - 3 comments

#349 - Install libtinfo5 on ubuntu.

Pull Request - State: closed - Opened by sunfishcode almost 2 years ago - 1 comment

#348 - Enable a few more pthread* files (pthread_key*, pthread_once)

Pull Request - State: closed - Opened by loganek almost 2 years ago

#347 - Define an `__errno_location` function.

Pull Request - State: closed - Opened by sunfishcode almost 2 years ago

#346 - test: run a subset of tests using `libc-test`

Pull Request - State: closed - Opened by abrown almost 2 years ago - 7 comments

#345 - If `fd_readdir` returns a zero inode, call `fstatat` to get the inode value.

Pull Request - State: closed - Opened by sunfishcode almost 2 years ago - 4 comments

#344 - Adjust Makefile for LLVM trunk (16) as of 2022-11-08

Pull Request - State: closed - Opened by glandium about 2 years ago - 2 comments

#343 - feat: setup stacks and TLS in `wasi_thread_start`

Pull Request - State: closed - Opened by haraldh about 2 years ago - 1 comment

#342 - threads: implement init of TLS and stack pointer

Pull Request - State: closed - Opened by 12101111 about 2 years ago - 9 comments

#341 - Improve build scripts + update Actions workflow

Pull Request - State: closed - Opened by theduke about 2 years ago - 1 comment

#340 - Port Emscripten's emmalloc to wasi-libc

Pull Request - State: closed - Opened by sunfishcode about 2 years ago - 3 comments

#339 - Support threads in the new crt1-command.c ctor check.

Pull Request - State: closed - Opened by sunfishcode about 2 years ago - 1 comment

#338 - Make try_init_allocator() a ctor

Pull Request - State: closed - Opened by TerrorJack about 2 years ago - 10 comments

#337 - threads: Enable __lock file for posix thread model

Pull Request - State: closed - Opened by loganek about 2 years ago

#336 - threads: enable pthread_join

Pull Request - State: closed - Opened by loganek about 2 years ago

#335 - Avoid depending on `max_align_t` in <__struct_sockaddr.h>.

Pull Request - State: closed - Opened by sunfishcode about 2 years ago

#334 - Is it safe to have mixed sbrk and malloc calls?

Issue - State: closed - Opened by TerrorJack about 2 years ago - 3 comments

#333 - Fix missing errno assignments.

Pull Request - State: closed - Opened by sunfishcode about 2 years ago

#332 - Add braces to `if` statements whose bodies have multiple statements.

Pull Request - State: closed - Opened by sunfishcode about 2 years ago - 2 comments

#331 - Add a separate install target for threaded libc

Pull Request - State: closed - Opened by penzn about 2 years ago - 5 comments

#330 - [WIP] Add CMake build system

Pull Request - State: open - Opened by loganek about 2 years ago - 7 comments

#329 - Add a check to command modules to ensure that they're only started once.

Pull Request - State: closed - Opened by sunfishcode about 2 years ago - 1 comment

#328 - Don't run static constructors on arbitrary user exports.

Pull Request - State: closed - Opened by sunfishcode about 2 years ago

#327 - threads: make `__get_tp()` a static function

Pull Request - State: closed - Opened by loganek about 2 years ago

#326 - How to distribute `THREAD_MODEL=posix` builds?

Issue - State: closed - Opened by abrown about 2 years ago - 46 comments

#325 - threads: implement `pthread_create`

Pull Request - State: closed - Opened by abrown about 2 years ago

#324 - threads: enable support for spinlock

Pull Request - State: closed - Opened by loganek about 2 years ago - 5 comments

#323 - threads: implement support for conditional variables

Pull Request - State: closed - Opened by loganek about 2 years ago - 2 comments

#322 - Migrate build system to CMake

Issue - State: open - Opened by loganek about 2 years ago - 6 comments

#321 - Implement support for pthread_rwlock

Pull Request - State: closed - Opened by loganek about 2 years ago - 1 comment

#320 - threads: implement support for pthread_condattr

Pull Request - State: closed - Opened by loganek about 2 years ago

#319 - dlmalloc has license incompatible with Fedora policies

Issue - State: open - Opened by khardix about 2 years ago - 12 comments

#318 - poll() with timeout fails with "timer subscriptions only support monotonic timer"

Issue - State: closed - Opened by tiran about 2 years ago - 1 comment

#317 - Humble request from distro packagers to start releasing versions

Issue - State: closed - Opened by kasicka about 2 years ago - 6 comments

#312 - help how to disable feature for example( bulk memory)?

Issue - State: closed - Opened by hunjixin over 2 years ago - 3 comments

#308 - Enable socket options definitions

Pull Request - State: closed - Opened by loganek over 2 years ago - 4 comments

#287 - feat: add support for accept and accept4

Pull Request - State: closed - Opened by haraldh over 2 years ago - 3 comments

#266 - Remove CLOCK_PROCESS_CPUTIME_ID/CLOCK_THREAD_CPUTIME_ID

Issue - State: open - Opened by TerrorJack over 2 years ago - 2 comments

#254 - Reproducible Builds: Ensure object files are sorted

Pull Request - State: closed - Opened by kpcyrd about 3 years ago - 1 comment

#209 - Add pthread.h in wasi sysroot to support pthread

Issue - State: closed - Opened by xujuntwt95329 over 4 years ago - 51 comments

#207 - _WASI_EMULATED_MMAN: mmap does not return aligned memory

Issue - State: open - Opened by sbc100 over 4 years ago - 12 comments

#206 - _WASI_EMULATED_MMAN is doesn't write changes back to the underlying file

Issue - State: open - Opened by sbc100 over 4 years ago - 2 comments

#193 - DO NOT MERGE just triggering CI

Pull Request - State: closed - Opened by pchickey over 4 years ago

#174 - Multi-license wasi-libc under Apache and MIT licenses.

Pull Request - State: closed - Opened by sunfishcode over 4 years ago

#162 - Avoid calling `poll_oneoff` with zero subscriptions.

Pull Request - State: closed - Opened by sunfishcode almost 5 years ago - 14 comments

#154 - build: add cmake based build infrastructure

Pull Request - State: closed - Opened by compnerd almost 5 years ago - 19 comments

#150 - Support whole-program LTO

Pull Request - State: open - Opened by sunfishcode almost 5 years ago - 7 comments

#121 - Allocate the argv buffers with alloca instead of malloc.

Pull Request - State: open - Opened by sunfishcode about 5 years ago - 1 comment

#107 - adjust S_IFIFO to avoid collisions

Pull Request - State: open - Opened by vapier about 5 years ago - 7 comments

#93 - Update wasi libc for new threading ABI

Issue - State: closed - Opened by sunfishcode about 5 years ago - 2 comments

#54 - AT_FDCWD support

Pull Request - State: closed - Opened by sunfishcode over 5 years ago - 4 comments