• Show log

    Commit

  • Hash : d77c073f
    Author : Dhruva Krishnamurthy
    Date : 2020-11-23T10:14:00

    Remove broken support for write in emulated mmap
    
        * Emulated mmap based write without pagefault handling is not
        possible since IO happens outside of call to mmap and data is
        written to mapped memory
        * Potential emulation using userfaultfd() might be possible