]> git.proxmox.com Git - wasi-libc.git/history - libc-bottom-half/cloudlibc
Use bulk memory opcodes when possible
[wasi-libc.git] / libc-bottom-half / cloudlibc /
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 GohmanRemove __wasilibc_unmodified_upstream markers from...
2020-10-03 Dan GohmanNew-style command support. (#203)
2020-06-02 Dan GohmanAvoid calling `poll_oneoff` with zero subscriptions...
2020-06-01 Dan GohmanMerge the basics component into libc-bottom-half. ...
2020-02-26 Dan GohmanUpdate to musl 1.1.24.
2020-02-24 Pat Hickeylibc: change to flattened event struct
2020-02-24 Pat Hickeycloudlibc & libpreopen: changes for tagged unions
2020-02-21 Dan GohmanRemove unused cloudlibc headers. (#170)
2019-11-22 Dan GohmanWasi snapshot preview1 (#140)
2019-11-10 Dan GohmanDon't pre-check capabilities in `openat`. (#130)
2019-11-05 Dan GohmanAvoid varargs conventions when calling open (#126)
2019-10-25 Dan GohmanCall `populate_args` only if we actually need command...
2019-10-18 Dan GohmanMiscellaneous cleanups (#113)
2019-05-09 Dan GohmanSwitch from the cloudlibc inet_pton etc. to the musl...
2019-05-07 Dan GohmanRename __wasilibc_rmfileat to __wasilibc_unlinkat.
2019-04-30 Dan GohmanOptimize lseek in the `tell` case.
2019-04-23 Dan GohmanImplement FD_SET, FD_CLR, etc.
2019-04-23 Dan GohmanRemove capsicum.h; WASI libc doesn't support that API...
2019-04-15 Dan GohmanUpdate to cloudlibc 8835639f27fc42d32096d59d294a0bbb857...
2019-04-15 Dan GohmanFix miscellaneous lint warnings.
2019-03-27 Dan GohmanWASI libc prototype implementation.