]> git.proxmox.com Git - wasi-libc.git/history - libc-bottom-half
bump version to 0.0~git20230113.4362b18-1~bpo12+pve1
[wasi-libc.git] / libc-bottom-half /
2023-08-02 Fabian GrünbichlerMerge branch 'master' into proxmox/bookworm
2023-08-02 YAMAMOTO TakashiUse __BIGGEST_ALIGNMENT__ instead of max_align_t (...
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-12-06 Dan GohmanFix logic errors in the zero-inode path. (#352)
2022-12-02 Dan GohmanIf `fd_readdir` returns a zero inode, call `fstatat...
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-11-08 Dan GohmanSupport threads in the new crt1-command.c ctor check...
2022-10-14 Dan GohmanAdd a check to command modules to ensure that they...
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-08-09 Andrew BrownFix `make THREAD_MODEL=posix` (#311)
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-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-24 Dan GohmanFix utimensat to avoid passing uninitialized values...
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-04-13 Dan GohmanDefine DTTOIF and IFTODT.
2022-03-28 Dan GohmanUpdate the comment at the top of wasi/api.h.
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-04-05 Dan GohmanImplement emulated support for `getpid`.
2021-03-23 Dan GohmanAdd some more comments.
2021-03-23 Dan GohmanEmulate `clock`, `times`, and `getrusage` using the...
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.
2021-02-05 Dan GohmanRemove __wasilibc_unmodified_upstream markers from...
2020-11-30 Alex CrichtonAdd basic emulation of getcwd/chdir (#214)
2020-10-03 Dan GohmanNew-style command support. (#203)
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-31 Dan GohmanRedefine the `access` bits to be compatible with other...
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-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-04 Ximin LuoUpdate upstream source from tag 'upstream/0.0_git202001...
2020-04-04 Ximin LuoNew upstream version 0.0~git20200114.1fad338
2020-04-03 Olaf TomalkaAdded utime.h (#188)
2020-04-02 Pat Hickeyregenerate api.h
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-02-26 Dan GohmanUpdate to musl 1.1.24.
2020-02-24 Pat Hickeylibc: change to flattened event struct
2020-02-24 Pat Hickeyupdate to WASI where snashot event_u flattened to struct
2020-02-24 Pat Hickeycloudlibc & libpreopen: changes for tagged unions
2020-02-24 Pat Hickeywasi/api.h: regenerated with tagged unions
2020-02-21 Dan GohmanRemove unused cloudlibc headers. (#170)
2020-02-14 Dan GohmanDon't call `free` on paths which are about to call...
2020-02-07 Pat Hickeygen-headers: Generate assertions of layout from witx...
2020-02-07 Daniel BeveniusCorrect minor typo in c_headers.rs (#166)
2020-01-14 Dan GohmanFix environment variable init to exit successfully...
2019-12-16 Dan GohmanAvoid using cast expressions in WASI API constants...
2019-12-03 Sam CleggUpdate signal macros after upgrade to snapshot1 (#144)
2019-11-25 Dan GohmanUse constructor functions for optional init routines...
2019-11-22 Pat Hickeyc header generation updated for reorganized witx ast...
2019-11-22 Dan GohmanCorrect the version of #136 on master (#141)
2019-11-22 Dan GohmanWasi snapshot preview1 (#140)
2019-11-21 Dan GohmanIgnore rights in libpreopen. (#129)
2019-11-20 Dan GohmanMake the `__original_main` definition weak, fixing...
2019-11-10 Dan GohmanDon't pre-check capabilities in `openat`. (#130)
2019-11-08 Dan GohmanUse consistent style for wasi-libc C source files....
2019-11-08 Dan GohmanFix unintended recursion in __wasilibc_register_preopen...
2019-11-08 Dan GohmanAvoid a `strdup` call in `__wasilibc_populate_libpreope...
2019-11-08 Dan GohmanDon't link in libpreopen initialization code when it...
2019-11-05 Dan GohmanAvoid varargs conventions when calling open (#126)
2019-11-04 Dan GohmanRevamp and simplify the libpreopen code. (#110)
next