Skip to content

History / File System, Part 6: Memory mapped files and Shared memory

Revisions

  • Add file descriptor close() after munmap()

    @msalvinik msalvinik committed Jun 12, 2020
  • mmap more info

    @navijation navijation committed Sep 12, 2018
  • added link to next page

    @johnnydotdev johnnydotdev committed Apr 27, 2015
  • Updated File System, Part 6: Memory mapped files and Shared memory (markdown)

    @angrave angrave committed Apr 20, 2015
  • Asterisk location, spacing around operators

    @zikaeroh zikaeroh committed Dec 17, 2014
  • Updated File System, Part 6: Memory mapped files and Shared memory (markdown)

    @SurtaiHan SurtaiHan committed Nov 17, 2014
  • Updated File System, Part 6: Memory mapped files and Shared memory (markdown)

    @SurtaiHan SurtaiHan committed Nov 17, 2014
  • changed MAP_ANON in source code to MAP_ANONYMOUS

    @zmmille2 zmmille2 committed Nov 17, 2014
  • Changed PROC_EXEC to PROT_EXEC as per the man pages. Furthermore, changed the deprecated "MAP_ANON" to "MAP_ANONYMOUS"

    @zmmille2 zmmille2 committed Nov 17, 2014
  • Created File System, Part 6: Memory mapped files and Shared memory (markdown)

    @angrave angrave committed Nov 14, 2014