]> git.proxmox.com Git - wasi-libc.git/shortlog
wasi-libc.git
2022-09-29 Dan GohmanDon't run static constructors on arbitrary user exports.
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-09 Bernhard M... Sort lists of input files (#313)
2022-08-01 Andrew BrownRemove duplicates from `defined-symbols.txt` (#314)
2022-07-26 Andrew BrownMove `weak` attribute to front (#310)
2022-07-26 Andrew BrownFix typo
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-07-13 msirringhausUpdate README and add CI-tests for minimal supported...
2022-07-11 Dan GohmanAdd a `getpagesize` function. (#300)
2022-06-01 Dan GohmanFix `gettimeofday` to correctly handle a null argument.
2022-06-01 Dan GohmanRemove support for `__original_main`. (#295)
2022-05-25 Dan GohmanUpdate to musl 1.2.3.
2022-05-24 Dan GohmanFix utimensat to avoid passing uninitialized values...
2022-05-20 Cheng ShaoImplement BULK_MEMORY_THRESHOLD
2022-05-20 Cheng ShaoAdd TODO pointing to LLVM bug report
2022-05-20 Cheng ShaoOnly apply -mbulk-memory to specific files
2022-05-20 Cheng ShaoDon't use __builtin version of wmem*
2022-05-20 Cheng ShaoUse bulk memory opcodes when possible
2022-05-20 Cheng ShaoFix test artifacts
2022-05-20 Cheng Shao-mbulk-memory go brrr
2022-05-10 Dan GohmanFix `find_relpath` to handle large buffers correctly.
2022-05-06 Dan GohmanExclude C++ headers from the generated include-all...
2022-05-05 Mike HommeyOverride Make's default for CC and AR.
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 GohmanAdd implementation file.
2022-04-13 Dan GohmanDefine DTTOIF and IFTODT.
2022-04-13 Mike HommeyAdjust the Makefile for LLVM 14
2022-04-12 John Ericson`WASM_NM` -> `NM` to use standardized env var
2022-04-12 John Ericson`WASM_AR` -> `AR` to use standardized env var
2022-04-12 John Ericson`WASM_CFLAGS` -> `EXTRA_CFLAGS`
2022-04-12 John Ericson`WASM_CC` -> `CC` to use standardized env var
2022-04-12 John EricsonPull out `{UN,}DEFINED_SYMBOLS` as make vars
2022-04-12 John EricsonDo more explicit env vars for CI
2022-03-28 Dan GohmanFix futimens error handling.
2022-03-28 Dan GohmanUpdate the comment at the top of wasi/api.h.
2022-03-28 Dan GohmanDisable the headerstest test.
2022-03-28 Dan GohmanRemove the signal constants and proc_raise function.
2022-03-23 John EricsonSimplify a header check by using the `SYSROOT_*` variables
2022-03-23 John EricsonAdd `make clean` rule, don't have `include_dirs` nuke...
2022-03-21 John EricsonUse `-isystem` instead of `--sysroot` for the installed...
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-09-22 Mike HommeyAdjust the Makefile for LLVM 13
2021-09-22 Vitali LovichAllow user to provide CC wrapper (#255)
2021-08-10 Dan GohmanBuild with -Wno-unknown-warning-option too.
2021-08-10 Dan GohmanIgnore -Wunused-but-set-variable warnings.
2021-07-26 Ayke van LaethemAdd build flag to select malloc implementation
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-05 Dan GohmanImplement emulated support for `getpid`.
2021-03-23 Dan GohmanAdd some more comments.
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-03-10 Zheng LuoUpdate README.md to include Arch Linux in section title
2021-03-10 Zheng LuoUpdate README to include AUR repo
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 GohmanAdd -Wno-ignored-pragmas.
2021-02-05 Dan GohmanDefine creal/cimag/etc. in a libc-friendly way.
2021-02-05 Dan GohmanAdd -Wno-missing-braces.
2021-02-05 Dan GohmanAdd -Wno-ignored-attributes.
2021-02-05 Dan GohmanAdd -Wno-unused-function.
2021-02-05 Dan GohmanAdd -Wno-unused-variable.
2021-02-05 Dan GohmanFix a warning.
2021-02-05 Dan GohmanAdd -Wno-sign-compare too.
2021-02-05 Dan GohmanIgnore a few warnings which occur in third-party code.
2021-02-05 Dan GohmanAdd -Wall -Wextra -Werror to the build.
2021-02-05 Dan GohmanRemove __wasilibc_unmodified_upstream markers from...
2020-12-10 Albert CervinUse separate makefile var for CFLAGS (#226)
2020-12-01 Pat Hickeywindows ci: try moving rustup stuff to non-bash shell...
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-10-05 Pat HickeyCI: use $GITHUB_PATH,ENV rather than add-path, set-env
2020-10-03 Dan GohmanNew-style command support. (#203)
2020-09-24 vmsactivate the use of __heap_base (#215)
2020-07-31 Dan GohmanRedefine the `access` bits to be compatible with other...
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 GohmanMerge the basics component into libc-bottom-half. ...
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-05-26 whitequarkMake mmap() possible to use in a conformant way. (...
2020-05-26 whitequarkMake munmap() actually work. (#198)
2020-04-06 Pat HickeyCI: use llvm 10.0.0 release (#194)
2020-04-06 Pat Hickeydebug
next