]> git.proxmox.com Git - wasi-libc.git/history - libc-bottom-half/sources
Don't call `free` on paths which are about to call `_Exit`. (#161)
[wasi-libc.git] / libc-bottom-half / sources /
2020-01-14 Dan GohmanFix environment variable init to exit successfully...
2019-11-25 Dan GohmanUse constructor functions for optional init routines...
2019-11-22 Dan GohmanWasi snapshot preview1 (#140)
2019-11-20 Dan GohmanMake the `__original_main` definition weak, fixing...
2019-11-08 Dan GohmanUse consistent style for wasi-libc C source files....
2019-11-05 Dan GohmanAvoid varargs conventions when calling open (#126)
2019-10-28 Dan GohmanEnsure `__environ` is initialized even when it's empty...
2019-10-25 Dan GohmanCall `populate_args` only if we actually need command...
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-05-15 Dan GohmanImplement truncate(2).
2019-05-07 Dan GohmanMove abort.c out of libc-bottom-half and into basics.
2019-04-30 Dan GohmanOptimize lseek in the `tell` case.
2019-04-30 Dan GohmanDeclare getentropy in <sys/random.h>
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-03-27 Dan GohmanWASI libc prototype implementation.