]> git.proxmox.com Git - wasi-libc.git/history - expected
bump version to 0.0~git20230113.4362b18-1~bpo12+pve1
[wasi-libc.git] / expected /
2023-08-02 Fabian GrünbichlerMerge branch 'master' into proxmox/bookworm
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 YAMAMOTO TakashiImplement the critical part of wasi_thread_start in...
2023-08-02 Shengyun ZhouEnable pthread_equal function definition (#374)
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 Petr PenzinAdd a separate install target for threaded libc (#331)
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 Mike HommeyAdjust Makefile for LLVM trunk (16) as of 2022-11-08...
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-06 Yuta SaitoAdd `-fstack-protector` support to wasi-libc (#351)
2022-11-30 Marcin KolnyEnable a few more pthread* files (pthread_key*, pthread...
2022-11-28 Dan GohmanDefine an `__errno_location` function. (#347)
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-10-10 Marcin Kolnythreads: enable pthread_join (#336)
2022-10-10 Marcin Kolnythreads: Enable __lock file for posix thread model...
2022-10-04 Andrew Brownthreads: implement `pthread_create` (#325)
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-01 Andrew BrownRemove duplicates from `defined-symbols.txt` (#314)
2022-07-20 Dan GohmanDelete several blocks of unused code. (#294)
2022-07-11 Dan GohmanAdd a `getpagesize` function. (#300)
2022-06-01 Dan GohmanRemove support for `__original_main`. (#295)
2022-05-25 Dan GohmanUpdate to musl 1.2.3.
2022-05-20 Cheng ShaoOnly apply -mbulk-memory to specific files
2022-05-20 Cheng ShaoFix test artifacts
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 GohmanDefine DTTOIF and IFTODT.
2022-03-28 Dan GohmanRemove the signal constants and proc_raise function.
2022-03-10 Dan GohmanEnable support for `utimes` and `futimesat`.
2022-03-06 Ximin LuoUpdate upstream source from tag 'upstream/0.0_git202109...
2022-03-06 Ximin LuoNew upstream version 0.0~git20210922.ad51334
2021-05-25 Dan GohmanAlso add a way to read `environ` without triggering...
2021-05-25 Dan GohmanAdd a function to de-initialize the environment-variabl...
2021-04-07 Ximin LuoUpdate upstream source from tag 'upstream/0.0_git202011...
2021-04-07 Ximin LuoNew upstream version 0.0~git20201130.5879558
2021-04-05 Dan GohmanImplement emulated support for `getpid`.
2021-03-23 Dan GohmanInclude libwasi-emulated-*.a symbols in defined-symbols...
2021-03-23 Dan GohmanEmulate `clock`, `times`, and `getrusage` using the...
2021-03-18 Dan GohmanUpdate to musl 1.2.2.
2021-02-23 Alex CrichtonUpdate to the next version of the `witx` crate (#234)
2021-02-05 Dan GohmanAT_FDCWD support.
2021-02-05 Dan GohmanImplement the cimag/creal functions for all types consi...
2020-11-30 Dan GohmanUpdate to musl 1.2.1. (#222)
2020-11-30 Alex CrichtonAdd basic emulation of getcwd/chdir (#214)
2020-10-03 Dan GohmanNew-style command support. (#203)
2020-09-24 vmsactivate the use of __heap_base (#215)
2020-09-04 Ximin LuoUpdate upstream source from tag 'upstream/0.0_git202007...
2020-09-04 Ximin LuoNew upstream version 0.0~git20200731.215adc8
2020-07-31 Dan GohmanRedefine the `access` bits to be compatible with other...
2020-07-04 Ximin LuoUpdate upstream source from tag 'upstream/0.0_git202003...
2020-07-04 Ximin LuoNew upstream version 0.0~git20200319.9efc2f4
2020-06-08 Dan GohmanRename `__prepare_for_exit` to `__wasm_call_dtors`...
2020-06-02 Dan GohmanAvoid calling `poll_oneoff` with zero subscriptions...
2020-06-01 Dan GohmanMerge the basics component into libc-bottom-half. ...
2020-05-29 Dan GohmanReplace old <signal.h> support with emulated <signal...
2020-05-29 Dan GohmanReactor support. (#74)
2020-04-03 Olaf TomalkaAdded utime.h (#188)
2020-03-19 Dan GohmanLazy-initialize the environment variables. (#184)
2020-03-18 Sam CleggFix -std=gnu17 when generating predefined_macros.txt...
2020-02-27 Dan GohmanAdd support for `__main_argc_argv`.
2020-02-26 Dan GohmanUpdate to musl 1.2.0.
2020-02-26 Dan GohmanUpdate to musl 1.1.24.
2019-12-16 Dan GohmanAvoid using cast expressions in WASI API constants...
2019-12-03 Sam CleggUpdate signal macros after upgrade to snapshot1 (#144)
2019-11-25 Dan GohmanUse constructor functions for optional init routines...
2019-11-22 Dan GohmanWasi snapshot preview1 (#140)
2019-11-08 Dan GohmanDon't link in libpreopen initialization code when it...
2019-11-07 Dan GohmanTemporarily disable the use of `__heap_base`. (#132)
2019-11-05 vmsUse __heap_base by dlmalloc (#114)
2019-11-05 Dan GohmanAvoid varargs conventions when calling open (#126)
2019-11-04 Dan GohmanRevamp and simplify the libpreopen code. (#110)
2019-11-04 Dan GohmanRemove more unsupported headers. (#123)
2019-10-28 Dan GohmanDon't build bind_textdomain_codeset.c (#122)
2019-10-25 Dan GohmanCall `populate_args` only if we actually need command...
2019-10-22 Dan GohmanCall `populate_environ` only if we actually need enviro...
2019-10-18 Dan GohmanMiscellaneous cleanups (#113)
2019-10-07 Dan GohmanDon't define readdir64_r.
2019-10-07 Dan GohmanOmit musl's stdarg.h and stddef.h from the sysroot.
2019-08-30 Sam CleggWhen checking undefined symbol list, ignore certain...
2019-08-29 Dan GohmanWASI libc's dirent does have t_type, so define _DIRENT_...
2019-08-08 Dan GohmanUpdate to musl 1.1.23.
2019-05-15 Dan GohmanDon't install <sys/xattr.h>, which isn't supported...
2019-05-15 Dan GohmanRemove more declarations for symbols that aren't defined.
next