]> git.proxmox.com Git - wasi-libc.git/history - libc-bottom-half
fix comment to correspond existing coding style
[wasi-libc.git] / libc-bottom-half /
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.