]> git.proxmox.com Git - wasi-libc.git/shortlog
wasi-libc.git
2024-05-28 Fabian Grünbichlerbump version to 0.0~git20230821.ec4566b-1~bpo12+pve1
2024-05-28 Fabian GrünbichlerMerge branch 'master' into proxmox/bookworm
2024-05-27 Fabian Grünbichlerbump version to 0.0~git20230821.ec4566b-1
2024-05-27 Fabian Grünbichlerswitch to LLVM 17
2024-05-27 Fabian GrünbichlerUpdate upstream source from tag 'upstream/0.0_git202308...
2024-05-27 Fabian GrünbichlerNew upstream version 0.0~git20230821.ec4566b
2024-05-27 Fabian Grünbichlerbump version to 0.0~git20230621.7018e24-2
2024-05-27 Fabian GrünbichlerNew upstream version 0.0~git20230821.ec4566b
2024-05-24 Fabian Grünbichlerbump version to 0.0~git20230621.7018e24-1~bpo12+pve1
2024-05-24 Fabian GrünbichlerMerge branch 'master' into proxmox/bookworm
2024-05-24 Fabian Grünbichlerbump version to 0.0~git20230621.7018e24-1
2024-05-17 Fabian Grünbichlerrebase patches
2024-05-17 Fabian GrünbichlerNew upstream version 0.0~git20230621.7018e24
2024-05-17 Fabian GrünbichlerUpdate upstream source from tag 'upstream/0.0_git202306...
2024-01-25 Fabian Grünbichlerbump version to 0.0~git20230113.4362b18-3
2024-01-25 Fabian Grünbichlerswitch to LLVM 16
2023-09-13 Fabian Grünbichlerbump version to 0.0~git20230113.4362b18-2
2023-09-13 Fabian GrünbichlerRevert "build: enable stack protection"
2023-09-10 Fabian Grünbichlerbump version to 0.0~git20230113.4362b18-1
2023-09-08 Fabian Grünbichlerbump version to 0.0~git20230113.4362b18-1~exp1
2023-09-08 Fabian Grünbichlerpatches: add DEP-3 metadata
2023-09-08 Fabian Grünbichlercleanup lintian overrides
2023-09-08 Fabian Grünbichlerupdate d/copyright
2023-09-08 Fabian Grünbichlerd/control: update Standards-Version
2023-09-08 Fabian Grünbichlerbuild: enable stack protection
2023-09-08 Fabian Grünbichlerrebase patches
2023-09-08 Andrew Brownthreads: change `wasm32-wasi-pthread` to `wasm32-wasi...
2023-09-08 Andrew Brownthreads: add `pthread_attr_setdetachstate` (#382)
2023-09-08 Mike HommeyRemove hacks for clang 8 (#384)
2023-09-08 Mike HommeyAdjust Makefile for LLVM trunk (16) as of 2023-01-05...
2023-09-08 YAMAMOTO TakashiUse __BIGGEST_ALIGNMENT__ instead of max_align_t (...
2023-09-08 Alex CrichtonDon't use sbrk(0) to determine the initial heap size...
2023-09-08 YAMAMOTO Takashi__init_tp: Initialize TID to non-zero value (#360)
2023-09-08 YAMAMOTO TakashiImplement the critical part of wasi_thread_start in...
2023-09-08 Shengyun ZhouEnable pthread_equal function definition (#374)
2023-09-08 YAMAMOTO TakashiUse a separate OBJDIR for each TARGET_TRIPLE (#373)
2023-09-08 YAMAMOTO Takashiwasi_thread_start: add a comment (#371)
2023-09-08 Dan GohmanUse `ENOENT` rather than `ENOTCAPABLE` for missing...
2023-09-08 YAMAMOTO TakashiDisable pthread_exit for now (#366)
2023-09-08 Marcin Kolnythreads: Retrieve default stack size from __heap_base...
2023-09-08 YAMAMOTO TakashiReduce over-allocation of stack (#365)
2023-09-08 Petr PenzinAdd a separate install target for threaded libc (#331)
2023-09-08 YAMAMOTO Takashi__wait.c: fix a timeout (#361)
2023-09-08 YAMAMOTO TakashiEnable flockfile and friends (#362)
2023-09-08 Andrew Brownthreads: enable access to `pthread_barrier_*` functions...
2023-09-08 YAMAMOTO TakashiEnable pthread_detach (#359)
2023-09-08 Andrew Brownthreads: enable access to `pthread_attr_get` functions...
2023-09-08 Dan GohmanDon't define `_POSIX_THREADS` unless threads are enable...
2023-09-08 YAMAMOTO Takashiwasi_thread_start: remove a useless cast (#354)
2023-09-08 YAMAMOTO Takashi__wasi_thread_spawn: stop truncating the return value...
2023-09-08 Mike HommeyAdjust Makefile for LLVM trunk (16) as of 2022-11-08...
2023-09-03 Fabian Grünbichlerbump version to 0.0~git20221206.8b7148f-1
2023-09-03 Fabian Grünbichleradd myself to Uploaders
2023-09-03 Fabian Grünbichlerdisable cf-protection as well
2023-08-21 YAMAMOTO TakashiFix recursive mutex (#433)
2023-08-02 Fabian Grünbichlerbump version to 0.0~git20230113.4362b18-1~bpo12+pve1
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-13 Marcin KolnyAdd definitions for PF_INET, PF_INET6 and PF_UNSPEC...
2023-07-11 Moritz SichertAcquire the global lock before initializing malloc...
2023-07-11 YAMAMOTO Takashidlmalloc: require __heap_end (#394)
2023-07-06 Fabian Grünbichlerbump version for backport
2023-07-06 Fabian Grünbichlerbump version to 0.0~git20221206.8b7148f-1~exp1
2023-06-23 Josh StoneUse -fno-strict-aliasing for emmalloc (#424)
2023-06-23 Andrew BrownImprove `README.md` (#425)
2023-06-21 YAMAMOTO TakashiFix a use-after-free bug for detached threads (#420)
2023-06-20 Mike HommeyAdjust Makefile for LLVM trunk (17) as of 2023-06-18...
2023-06-07 YAMAMOTO TakashiFix races around pthread exit and join (#409)
2023-05-03 Dan GohmanConvert preopen initialization to be lazy. (#408)
2023-04-27 Jiri PospisilUpdate README regarding the Arch Linux package (#412)
2023-04-05 Alex CrichtonFix debug build's `predefined-macros.txt` (#407)
2023-03-30 Blair NoctisRefresh patches
2023-03-30 Blair NoctisBump version to 0.0~git20221206.8b7148f
next