]> git.proxmox.com Git - wasi-libc.git/history - libc-bottom-half/mman/mman.c
Enable flockfile and friends (#362)
[wasi-libc.git] / libc-bottom-half / mman / mman.c
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-05-26 whitequarkMake mmap() possible to use in a conformant way. (...
2020-05-26 whitequarkMake munmap() actually work. (#198)
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.