]> git.proxmox.com Git - wasi-libc.git/shortlog
wasi-libc.git
2023-08-02 Fabian Grünbichlerbump version to 0.0~git20230113.4362b18-1~bpo12+pve1 proxmox/bookworm
2023-08-02 Fabian GrünbichlerMerge branch 'master' into proxmox/bookworm
2023-08-02 Fabian Grünbichlerbump version to 0.0~git20230113.4362b18-1~exp1
2023-08-02 Fabian Grünbichlerrebase patches
2023-08-02 Andrew Brownthreads: change `wasm32-wasi-pthread` to `wasm32-wasi...
2023-08-02 Andrew Brownthreads: add `pthread_attr_setdetachstate` (#382)
2023-08-02 Mike HommeyRemove hacks for clang 8 (#384)
2023-08-02 Mike HommeyAdjust Makefile for LLVM trunk (16) as of 2023-01-05...
2023-08-02 YAMAMOTO TakashiUse __BIGGEST_ALIGNMENT__ instead of max_align_t (...
2023-08-02 Alex CrichtonDon't use sbrk(0) to determine the initial heap size...
2023-08-02 YAMAMOTO Takashi__init_tp: Initialize TID to non-zero value (#360)
2023-08-02 YAMAMOTO TakashiImplement the critical part of wasi_thread_start in...
2023-08-02 Shengyun ZhouEnable pthread_equal function definition (#374)
2023-08-02 YAMAMOTO TakashiUse a separate OBJDIR for each TARGET_TRIPLE (#373)
2023-08-02 YAMAMOTO Takashiwasi_thread_start: add a comment (#371)
2023-08-02 Dan GohmanUse `ENOENT` rather than `ENOTCAPABLE` for missing...
2023-08-02 YAMAMOTO TakashiDisable pthread_exit for now (#366)
2023-08-02 Marcin Kolnythreads: Retrieve default stack size from __heap_base...
2023-08-02 YAMAMOTO TakashiReduce over-allocation of stack (#365)
2023-08-02 Petr PenzinAdd a separate install target for threaded libc (#331)
2023-08-02 YAMAMOTO Takashi__wait.c: fix a timeout (#361)
2023-08-02 YAMAMOTO TakashiEnable flockfile and friends (#362)
2023-08-02 Andrew Brownthreads: enable access to `pthread_barrier_*` functions...
2023-08-02 YAMAMOTO TakashiEnable pthread_detach (#359)
2023-08-02 Andrew Brownthreads: enable access to `pthread_attr_get` functions...
2023-08-02 Dan GohmanDon't define `_POSIX_THREADS` unless threads are enable...
2023-08-02 YAMAMOTO Takashiwasi_thread_start: remove a useless cast (#354)
2023-08-02 YAMAMOTO Takashi__wasi_thread_spawn: stop truncating the return value...
2023-08-02 Mike HommeyAdjust Makefile for LLVM trunk (16) as of 2022-11-08...
2023-07-26 Fabian Grünbichlerbump version to 0.0~git20221206.8b7148f-1~exp1
2023-07-06 Fabian Grünbichlerbump version for backport
2023-07-06 Fabian Grünbichlerbump version to 0.0~git20221206.8b7148f-1~exp1
2023-03-30 Blair NoctisRefresh patches
2023-03-30 Blair NoctisBump version to 0.0~git20221206.8b7148f
2023-03-30 Blair NoctisUpdate upstream source from tag 'upstream/0.0_git202212...
2023-03-30 Blair NoctisNew upstream version 0.0~git20221206.8b7148f
2022-12-07 Fabian Grünbichlerbump version to 0.0~git20220510.9886d3d-2
2022-12-07 Fabian Grünbichlerbump debhelper compat to 13
2022-12-07 Fabian Grünbichlerbump Standards-Version to 4.6.1
2022-12-07 Fabian Grünbichlerd/copyright: add missing license info
2022-12-07 Fabian Grünbichlerbump to 0.0~git20220510.9886d3d-1
2022-12-06 Yuta SaitoAdd `-fstack-protector` support to wasi-libc (#351)
2022-12-06 Dan GohmanFix logic errors in the zero-inode path. (#352)
2022-12-03 Andrew Browntest: run a subset of tests using `libc-test` (#346)
2022-12-02 Dan GohmanIf `fd_readdir` returns a zero inode, call `fstatat...
2022-11-30 Marcin KolnyEnable a few more pthread* files (pthread_key*, pthread...
2022-11-30 Dan GohmanInstall libtinfo5 on ubuntu. (#349)
2022-11-28 Dan GohmanDefine an `__errno_location` function. (#347)
2022-11-23 Fabian Grünbichlerbump version to 0.0~git20220510.9886d3d-1~exp1
2022-11-15 Fabian Grünbichlerupdate lintian overrides
2022-11-15 Fabian Grünbichlerrefresh patches
2022-11-15 Fabian Grünbichlerswitch to LLVM 14
2022-11-15 Fabian GrünbichlerUpdate upstream source from tag 'upstream/0.0_git202205...
2022-11-15 Fabian GrünbichlerNew upstream version 0.0~git20220510.9886d3d
2022-11-10 韩朴宇threads: implement init of TLS and stack pointer (...
2022-11-08 Dan GohmanSupport threads in the new crt1-command.c ctor check...
2022-11-01 Dan GohmanPort emmalloc to wasi-libc.
2022-11-01 Dan GohmanBeginning porting Emscripten's emmalloc to wasi-libc.
2022-10-14 Dan GohmanAdd a check to command modules to ensure that they...
2022-10-10 Marcin Kolnythreads: enable pthread_join (#336)
2022-10-10 Marcin Kolnythreads: Enable __lock file for posix thread model...
2022-10-10 Dan GohmanAvoid depending on `max_align_t` in <__struct_sockaddr.h>.
2022-10-06 Dan GohmanFix missing errno assignments.
2022-10-06 Dan GohmanAdd braces to `if` statements whose bodies have multipl...
2022-10-04 Andrew Brownthreads: implement `pthread_create` (#325)
2022-09-29 Dan GohmanUse quotes instead of angle brackets.
2022-09-29 Dan GohmanDon't run static constructors on arbitrary user exports.
2022-09-19 Marcin Kolnymake `__get_tp()` a static function (#327)
2022-09-06 Marcin Kolnythreads: implement support for conditional variables...
2022-09-06 Marcin KolnyImplement support for pthread_rwlock (#321)
2022-09-06 Marcin Kolnythreads: implement support for pthread_condattr (#320)
2022-08-22 Andrew Brownthreads: implement support for unnamed semaphores ...
2022-08-22 Andrew Brownthreads: implement support for pthread mutexes (#315)
2022-08-09 Andrew BrownFix `make THREAD_MODEL=posix` (#311)
2022-08-09 Bernhard M... Sort lists of input files (#313)
2022-08-01 Andrew BrownRemove duplicates from `defined-symbols.txt` (#314)
2022-07-26 Andrew BrownMove `weak` attribute to front (#310)
2022-07-26 Andrew BrownFix typo
2022-07-26 Andrew BrownUse MUSL's `weak*` feature in bottom half (#306)
2022-07-20 Dan GohmanDelete several blocks of unused code. (#294)
2022-07-13 msirringhausUpdate README and add CI-tests for minimal supported...
2022-07-11 Dan GohmanAdd a `getpagesize` function. (#300)
2022-06-01 Dan GohmanFix `gettimeofday` to correctly handle a null argument.
2022-06-01 Dan GohmanRemove support for `__original_main`. (#295)
2022-05-25 Dan GohmanUpdate to musl 1.2.3.
2022-05-24 Dan GohmanFix utimensat to avoid passing uninitialized values...
2022-05-20 Cheng ShaoImplement BULK_MEMORY_THRESHOLD
2022-05-20 Cheng ShaoAdd TODO pointing to LLVM bug report
2022-05-20 Cheng ShaoOnly apply -mbulk-memory to specific files
2022-05-20 Cheng ShaoDon't use __builtin version of wmem*
2022-05-20 Cheng ShaoUse bulk memory opcodes when possible
2022-05-20 Cheng ShaoFix test artifacts
2022-05-20 Cheng Shao-mbulk-memory go brrr
2022-05-10 Dan GohmanFix `find_relpath` to handle large buffers correctly.
2022-05-06 Dan GohmanExclude C++ headers from the generated include-all...
2022-05-05 Mike HommeyOverride Make's default for CC and AR.
2022-05-05 Harald Hoyerfeat: add support for accept and accept4
2022-05-04 Mike HommeyAdjust the Makefile for LLVM 15 as of 2022-04-20
2022-04-20 Roman Volosatovsbuild: update WASI and partially regenerate `api.h`
2022-04-13 Dan GohmanAdd implementation file.
next