]> git.proxmox.com Git - wasi-libc.git/history - libc-bottom-half/sources
Implement the critical part of wasi_thread_start in asm (#376)
[wasi-libc.git] / libc-bottom-half / sources /
2023-08-02 Dan GohmanUse `ENOENT` rather than `ENOTCAPABLE` for missing...
2023-08-02 YAMAMOTO Takashi__wasi_thread_spawn: stop truncating the return value...
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-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-06 Dan GohmanFix missing errno assignments.
2022-10-06 Dan GohmanAdd braces to `if` statements whose bodies have multipl...
2022-10-04 Andrew Brownthreads: implement `pthread_create` (#325)
2022-08-09 Andrew BrownFix `make THREAD_MODEL=posix` (#311)
2022-07-26 Andrew BrownMove `weak` attribute to front (#310)
2022-07-26 Andrew BrownUse MUSL's `weak*` feature in bottom half (#306)
2022-07-20 Dan GohmanDelete several blocks of unused code. (#294)
2022-06-01 Dan GohmanRemove support for `__original_main`. (#295)
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...
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-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-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-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-04-04 Ximin LuoUpdate upstream source from tag 'upstream/0.0_git202001...
2020-04-04 Ximin LuoNew upstream version 0.0~git20200114.1fad338
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.