]> git.proxmox.com Git - wasi-libc.git/shortlog
wasi-libc.git
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
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-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-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
2023-03-30 Blair NoctisUpdate upstream source from tag 'upstream/0.0_git202212...
2023-03-30 Blair NoctisNew upstream version 0.0~git20221206.8b7148f
2023-03-24 Wenyong HuangFix a_store operation in atomic.h (#403)
2023-03-06 Cheng ShaoUse __builtin_ctz and __builtin_clz in dlmalloc (#401)
2023-03-03 Pier Angelo... Sort the object list passed to ar in the Makefile....
2023-03-02 Sam CleggAvoid using absolute pathnames in Makefile. NFC (#400)
2023-02-24 Catherinethreads: enable `PTHREAD_{MUTEX,RWLOCK,COND}_INITIALIZE...
2023-02-22 YAMAMOTO Takashisetup_default_stack_size: set __default_stacksize uncon...
2023-02-04 YAMAMOTO TakashiFix MSG_TRUNC (#391)
2023-01-30 Cheng ShaoAdd a check to reactor modules to ensure _initialize...
2023-01-26 Marcin Kolnythreads: implement support for spinlock (#324)
2023-01-25 YAMAMOTO TakashiRename thread_spawn import (#387)
2023-01-13 Andrew Brownthreads: change `wasm32-wasi-pthread` to `wasm32-wasi...
2023-01-12 Andrew Brownthreads: add `pthread_attr_setdetachstate` (#382)
2023-01-12 Mike HommeyRemove hacks for clang 8 (#384)
2023-01-10 Mike HommeyAdjust Makefile for LLVM trunk (16) as of 2023-01-05...
2023-01-09 YAMAMOTO TakashiUse __BIGGEST_ALIGNMENT__ instead of max_align_t (...
2023-01-09 Alex CrichtonDon't use sbrk(0) to determine the initial heap size...
2023-01-06 YAMAMOTO Takashi__init_tp: Initialize TID to non-zero value (#360)
2023-01-06 YAMAMOTO TakashiImplement the critical part of wasi_thread_start in...
2022-12-27 Shengyun ZhouEnable pthread_equal function definition (#374)
2022-12-26 YAMAMOTO TakashiUse a separate OBJDIR for each TARGET_TRIPLE (#373)
2022-12-23 YAMAMOTO Takashiwasi_thread_start: add a comment (#371)
2022-12-21 Dan GohmanUse `ENOENT` rather than `ENOTCAPABLE` for missing...
2022-12-21 YAMAMOTO TakashiDisable pthread_exit for now (#366)
2022-12-19 Marcin Kolnythreads: Retrieve default stack size from __heap_base...
2022-12-19 YAMAMOTO TakashiReduce over-allocation of stack (#365)
2022-12-14 Petr PenzinAdd a separate install target for threaded libc (#331)
2022-12-13 YAMAMOTO Takashi__wait.c: fix a timeout (#361)
2022-12-13 YAMAMOTO TakashiEnable flockfile and friends (#362)
2022-12-13 Andrew Brownthreads: enable access to `pthread_barrier_*` functions...
2022-12-09 YAMAMOTO TakashiEnable pthread_detach (#359)
2022-12-08 Andrew Brownthreads: enable access to `pthread_attr_get` functions...
2022-12-07 Dan GohmanDon't define `_POSIX_THREADS` unless threads are enable...
2022-12-07 Fabian Grünbichlerbump version to 0.0~git20220510.9886d3d-2
next