]> git.proxmox.com Git - wasi-libc.git/history - libc-top-half
Don't use __builtin version of wmem*
[wasi-libc.git] / libc-top-half /
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`.
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-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.
2019-04-05 Dan GohmanAdd comments explaining changes to upstream source...
2019-03-27 Dan GohmanWASI libc prototype implementation.