]> git.proxmox.com Git - wasi-libc.git/history - libc-bottom-half/headers
Use bulk memory opcodes when possible
[wasi-libc.git] / libc-bottom-half / headers /
2022-04-20 Roman Volosatovsbuild: update WASI and partially regenerate `api.h`
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.
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-02-23 Alex CrichtonUpdate to the next version of the `witx` crate (#234)
2021-02-05 Dan GohmanAT_FDCWD support.
2020-11-30 Alex CrichtonAdd basic emulation of getcwd/chdir (#214)
2020-07-31 Dan GohmanRedefine the `access` bits to be compatible with other...
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-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-26 Dan GohmanUpdate to musl 1.1.24.
2020-02-24 Pat Hickeyupdate to WASI where snashot event_u flattened to struct
2020-02-24 Pat Hickeywasi/api.h: regenerated with tagged unions
2020-02-07 Pat Hickeygen-headers: Generate assertions of layout from witx...
2020-02-07 Daniel BeveniusCorrect minor typo in c_headers.rs (#166)
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-05 Dan GohmanAvoid varargs conventions when calling open (#126)
2019-10-22 Dan GohmanCall `populate_environ` only if we actually need enviro...
2019-10-18 Dan GohmanMiscellaneous cleanups (#113)
2019-08-29 Dan GohmanWASI libc's dirent does have t_type, so define _DIRENT_...
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 GohmanMove the SEEK_* macros into their own header and use...
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-01 Dan GohmanDefine TIME_UTC to be 1.
2019-05-01 Dan GohmanDefine CLOCKS_PER_SEC to have type clock_t.
2019-04-30 Dan GohmanOptimize lseek in the `tell` case.
2019-04-23 Dan GohmanImplement FD_SET, FD_CLR, etc.
2019-04-22 Dan GohmanDeclare getrusage.
2019-04-15 Dan GohmanFix miscellaneous lint warnings.
2019-04-05 Dan GohmanProvide a public interface to preopened directory looku...
2019-03-27 Dan GohmanWASI libc prototype implementation.