]> git.proxmox.com Git - wasi-libc.git/history - libc-bottom-half/mman
Don't use sbrk(0) to determine the initial heap size (#377)
[wasi-libc.git] / libc-bottom-half / mman /
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-04 Ximin LuoUpdate upstream source from tag 'upstream/0.0_git202003...
2020-07-04 Ximin LuoNew upstream version 0.0~git20200319.9efc2f4
2020-05-26 whitequarkMake mmap() possible to use in a conformant way. (...
2020-05-26 whitequarkMake munmap() actually work. (#198)
2020-02-29 Dan GohmanMulti-license wasi-libc under Apache and MIT licenses...
2019-11-08 Dan GohmanUse consistent style for wasi-libc C source files....
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-03-27 Dan GohmanWASI libc prototype implementation.