]> git.proxmox.com Git - wasi-libc.git/history - libc-bottom-half
threads: enable pthread_join (#336)
[wasi-libc.git] / libc-bottom-half /
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...
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 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-07-31 Dan GohmanRedefine the `access` bits to be compatible with other...
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-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)
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 GohmanFix corner cases and style in the argv/argc code. ...
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-08-29 Dan GohmanFix a warning about a spurious redundant static keyword.
2019-08-29 Dan GohmanWASI libc's dirent does have t_type, so define _DIRENT_...
2019-05-30 Sam CleggEnsure argv is null terminated.
2019-05-15 Dan GohmanImplement truncate(2).
2019-05-10 Dan GohmanMove the mode_t macros into their own header.
2019-05-10 Dan GohmanDefine O_TTY_INIT.
2019-05-09 Dan GohmanUpdate to libpreopen 8835639f27fc42d32096d59d294a0bbb85...
2019-05-09 Dan GohmanMove the SEEK_* macros into their own header and use...
2019-05-09 Dan GohmanSwitch from the cloudlibc inet_pton etc. to the musl...
2019-05-09 Dan GohmanDon't declare dup in unistd.h.
2019-05-07 Dan GohmanRename __wasilibc_rmfileat to __wasilibc_unlinkat.
2019-05-07 Dan GohmanAdd __restrict qualifiers to the fstatat declaration.
2019-05-07 Dan GohmanEnsure that `environ` is always initialized.
2019-05-07 Dan GohmanMove abort.c out of libc-bottom-half and into basics.
2019-05-06 vmsuse ENOMEM instead of EINVAL, set EINVAL if length...
2019-05-06 vmsmove to __builtin_add_overflow
2019-05-06 vmscode deduplication
next