]> git.proxmox.com Git - wasi-libc.git/history - libc-top-half
bump version to 0.0~git20230113.4362b18-1~bpo12+pve1
[wasi-libc.git] / libc-top-half /
2023-08-02 Fabian GrünbichlerMerge branch 'master' into proxmox/bookworm
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 YAMAMOTO Takashiwasi_thread_start: add a comment (#371)
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 YAMAMOTO Takashi__wait.c: fix a timeout (#361)
2023-08-02 Andrew Brownthreads: enable access to `pthread_barrier_*` functions...
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-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-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-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 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-07-11 Dan GohmanAdd a `getpagesize` function. (#300)
2022-05-25 Dan GohmanUpdate to musl 1.2.3.
2022-05-20 Cheng ShaoImplement BULK_MEMORY_THRESHOLD
2022-05-20 Cheng ShaoDon't use __builtin version of wmem*
2022-05-20 Cheng ShaoUse bulk memory opcodes when possible
2022-05-05 Harald Hoyerfeat: add support for accept and accept4
2022-03-28 Dan GohmanFix futimens error handling.
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-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 GohmanEmulate `clock`, `times`, and `getrusage` using the...
2021-03-18 Dan GohmanUpdate to musl 1.2.2.
2021-02-05 Dan GohmanDefine creal/cimag/etc. in a libc-friendly way.
2020-12-01 Dan GohmanFix sinh's sign handling
2020-11-30 Dan GohmanUpdate to musl 1.2.1. (#222)
2020-11-30 Alex CrichtonAdd basic emulation of getcwd/chdir (#214)
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-04 Ximin LuoUpdate upstream source from tag 'upstream/0.0_git202003...
2020-07-04 Ximin LuoNew upstream version 0.0~git20200319.9efc2f4
2020-06-13 Dan GohmanComment a use of `__attribute__((visibility("protected...
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 GohmanRewrite the preopen functionality. (#173)
2020-05-29 Dan GohmanReplace old <signal.h> support with emulated <signal...
2020-05-29 Dan GohmanReactor support. (#74)
2020-04-01 Pat HickeyUpdate libc-top-half/musl/README
2020-04-01 Gabor GreifUpdate URL
2020-04-01 Gabor GreifFix references to musl version
2020-03-19 Dan GohmanLazy-initialize the environment variables. (#184)
2020-02-29 Dan GohmanMulti-license wasi-libc under Apache and MIT licenses...
2020-02-26 Dan GohmanUpdate to musl 1.2.0.
2020-02-26 Dan GohmanUpdate to musl 1.1.24.
2020-02-21 Dan GohmanDefine a_clz_32 for musl so that it doesn't use a softw...
2020-02-21 Dan GohmanWASI libc supports environment variables; update the...
2019-11-08 Dan GohmanUse consistent style for wasi-libc C source files....
2019-11-05 Dan GohmanAvoid varargs conventions when calling open (#126)
2019-11-04 Dan GohmanRevamp and simplify the libpreopen code. (#110)
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-29 Dan GohmanFix _DIRENT_HAVE_D_* macros.
2019-08-29 Dan GohmanDisable the lseek optimization in C++.
2019-08-08 Dan GohmanUpdate to musl 1.1.23.
2019-07-11 Dan GohmanDon't declare `realpath` or pseudo-terminal functions.
2019-05-15 Dan GohmanDon't declare popen and pclose.
2019-05-15 Dan GohmanRemove more declarations for symbols that aren't defined.
2019-05-15 Dan GohmanDon't declare lockfile and timezone functions.
2019-05-09 Dan GohmanFix fmemopen and friends to use the correct SEEK_*...
2019-05-09 Dan GohmanUse the compiler's real/imag operators instead of union...
2019-05-09 Dan GohmanUse the compiler builtins for isless etc.
2019-05-09 Dan GohmanMove the SEEK_* macros into their own header and use...
2019-05-09 Dan GohmanRe-enable '%s' in strftime.
2019-05-07 Dan GohmanFix the return value of the first call to uselocale.
2019-05-02 vmsreplace some macros with its builtins analogs
2019-05-01 vmsrename printf_no_Lf to __small_printf
2019-04-30 Dan GohmanOptimize lseek in the `tell` case.
2019-04-30 Dan GohmanSay "wasm32-wasi" rather than "wasm32-unknown-wasi".
2019-04-30 Dan GohmanDeclare getentropy in <sys/random.h>
2019-04-29 Dan GohmanDisable unused fields in FILE and __libc.
2019-04-24 Dan GohmanAdd vfwprintf.c to the printscan list.
2019-04-23 Dan GohmanMake the strerror message for ESUCCESS (0) be "Success".
2019-04-22 vmsFix floatscan no long double usage (#21)
2019-04-22 Dan GohmanFormat changes to musl code to fit musl's style.
2019-04-15 Dan GohmanUpdate to musl 1.1.22.
2019-04-15 Dan GohmanRemove socket.c, which was a stub that always failed...
2019-04-15 Dan GohmanFix miscellaneous lint warnings.
2019-04-15 Dan GohmanAdd a basics implementation of <inttypes.h>.
2019-04-15 Dan GohmanDefine _ALL_SOURCE when generating predefined-macros...
2019-04-11 Dan GohmanDon't install <ucontext.h> or <sys/ucontext.h> for...
2019-04-05 Dan GohmanFix uselocale to support non-default locales.
next