]> git.proxmox.com Git - wasi-libc.git/history - libc-bottom-half/headers
bump version to 0.0~git20230113.4362b18-1~bpo12+pve1
[wasi-libc.git] / libc-bottom-half / headers /
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 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-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-10-10 Dan GohmanAvoid depending on `max_align_t` in <__struct_sockaddr.h>.
2022-10-04 Andrew Brownthreads: implement `pthread_create` (#325)
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-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.
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-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-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-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.