]> git.proxmox.com Git - wasi-libc.git/history - libc-bottom-half/sources
Use bulk memory opcodes when possible
[wasi-libc.git] / libc-bottom-half / sources /
2022-05-10 Dan GohmanFix `find_relpath` to handle large buffers correctly.
2022-05-05 Harald Hoyerfeat: add support for accept and accept4
2022-04-20 Roman Volosatovsbuild: update WASI and partially regenerate `api.h`
2022-04-13 Dan GohmanAdd implementation file.
2022-03-28 Dan GohmanRemove the signal constants and proc_raise function.
2022-03-10 Dan GohmanEnable support for `utimes` and `futimesat`.
2022-03-10 Gerd Stolpmannmore graphical code
2022-03-10 Gerd Stolpmannchdir: fixing a malloc'ed buffer that was not large...
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-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...
2021-02-05 Dan GohmanFix a warning.
2020-11-30 Alex CrichtonAdd basic emulation of getcwd/chdir (#214)
2020-06-02 Dan GohmanAvoid calling `poll_oneoff` with zero subscriptions...
2020-06-01 Dan GohmanMerge the basics component into libc-bottom-half. ...
2020-06-01 Dan GohmanRewrite the preopen functionality. (#173)
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-27 Dan GohmanAdd support for `__main_argc_argv`.
2020-01-14 Dan GohmanFix environment variable init to exit successfully...
2019-11-25 Dan GohmanUse constructor functions for optional init routines...
2019-11-22 Dan GohmanWasi snapshot preview1 (#140)
2019-11-20 Dan GohmanMake the `__original_main` definition weak, fixing...
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-10-28 Dan GohmanEnsure `__environ` is initialized even when it's empty...
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-21 vmsMake sbrk(0) deterministic (#115)
2019-10-18 Dan GohmanMiscellaneous cleanups (#113)
2019-10-14 vmsfix the typo (#108)
2019-05-15 Dan GohmanImplement truncate(2).
2019-05-07 Dan GohmanMove abort.c out of libc-bottom-half and into basics.
2019-04-30 Dan GohmanOptimize lseek in the `tell` case.
2019-04-30 Dan GohmanDeclare getentropy in <sys/random.h>
2019-04-15 Dan GohmanRemove socket.c, which was a stub that always failed...
2019-04-15 Dan GohmanUse the same indentation style as surrounding code.
2019-04-15 Dan GohmanFix miscellaneous lint warnings.
2019-03-27 Dan GohmanWASI libc prototype implementation.