]> git.proxmox.com Git - wasi-libc.git/shortlog
wasi-libc.git
2023-03-30 Blair NoctisRefresh patches
2023-03-30 Blair NoctisBump version to 0.0~git20221206.8b7148f
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-07 Fabian Grünbichlerbump version to 0.0~git20220510.9886d3d-2
2022-12-07 Fabian Grünbichlerbump debhelper compat to 13
2022-12-07 Fabian Grünbichlerbump Standards-Version to 4.6.1
2022-12-07 Fabian Grünbichlerd/copyright: add missing license info
2022-12-07 Fabian Grünbichlerbump to 0.0~git20220510.9886d3d-1
2022-12-06 Yuta SaitoAdd `-fstack-protector` support to wasi-libc (#351)
2022-12-06 Dan GohmanFix logic errors in the zero-inode path. (#352)
2022-12-03 Andrew Browntest: run a subset of tests using `libc-test` (#346)
2022-12-02 Dan GohmanIf `fd_readdir` returns a zero inode, call `fstatat...
2022-11-30 Marcin KolnyEnable a few more pthread* files (pthread_key*, pthread...
2022-11-30 Dan GohmanInstall libtinfo5 on ubuntu. (#349)
2022-11-28 Dan GohmanDefine an `__errno_location` function. (#347)
2022-11-23 Fabian Grünbichlerbump version to 0.0~git20220510.9886d3d-1~exp1
2022-11-15 Fabian Grünbichlerupdate lintian overrides
2022-11-15 Fabian Grünbichlerrefresh patches
2022-11-15 Fabian Grünbichlerswitch to LLVM 14
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-11-08 Dan GohmanSupport threads in the new crt1-command.c ctor check...
2022-11-01 Dan GohmanPort emmalloc to wasi-libc.
2022-11-01 Dan GohmanBeginning porting Emscripten's emmalloc to wasi-libc.
2022-10-14 Dan GohmanAdd a check to command modules to ensure that they...
2022-10-10 Marcin Kolnythreads: enable pthread_join (#336)
2022-10-10 Marcin Kolnythreads: Enable __lock file for posix thread model...
2022-10-10 Dan GohmanAvoid depending on `max_align_t` in <__struct_sockaddr.h>.
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-09-29 Dan GohmanUse quotes instead of angle brackets.
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...
2022-03-08 Ximin LuoRelease 0.0~git20210922.ad51334-1 to Debian unstable.
2022-03-06 Ximin LuoRelease 0.0~git20210922.ad51334-1~exp1 to Debian experi...
2022-03-06 Ximin Luoclose bug
2022-03-06 Ximin LuoUpdate to LLVM 13, same as rust
2022-03-06 Fabian Grünbichlerbump version
2022-03-06 Fabian Grünbichlerprevent linker warning from failing the build
2022-03-06 Fabian Grünbichlerrefresh patches
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-09-29 Ximin LuoRelease 0.0~git20201130.5879558-1 to Debian unstable.
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.
next