]> git.proxmox.com Git - wasi-libc.git/history - libc-bottom-half
Workaround a bug causing Windows CI failures. (#119)
[wasi-libc.git] / libc-bottom-half /
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
2019-05-06 vmsfix comment to correspond existing coding style
2019-05-06 vmsfix mmap overflow and some other stuff
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-30 Dan GohmanDeclare getentropy in <sys/random.h>
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-22 Dan GohmanDeclare getrusage.
2019-04-15 Dan GohmanUpdate to cloudlibc 8835639f27fc42d32096d59d294a0bbb857...
2019-04-15 Dan GohmanRename README to README.md.
2019-04-15 Dan GohmanRemove socket.c, which was a stub that always failed...
2019-04-15 Dan GohmanUse the same indentation style as surrounding code.
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.