Skip to content

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
    • Help
    • Support
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
wayland
wayland
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
    • Cycle Analytics
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Charts
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Labels
    • Milestones
  • Merge Requests 0
    • Merge Requests 0
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
    • Charts
  • Packages
    • Packages
    • Container Registry
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Charts
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • Drew DeVault
  • waylandwayland
  • Repository

Switch branch/tag
  • wayland
  • configure.ac
Find file
BlameHistoryPermalink
  • Emmanuel Gil Peyrot's avatar
    cursor: Use memfd_create() when available · 6908c8c8
    Emmanuel Gil Peyrot authored Feb 16, 2019
    This (so-far) Linux-only API lets users create file descriptors purely
    in memory, without any backing file on the filesystem and the race
    condition which could ensue when unlink()ing it.
    
    It also allows seals to be placed on the file, ensuring to every other
    process that we won’t be allowed to shrink the contents, potentially
    causing a SIGBUS when they try reading it.
    
    This patch is best viewed with the -w option of git log -p.
    Signed-off-by: default avatarEmmanuel Gil Peyrot <linkmauve@linkmauve.fr>
    Reviewed-by: Simon Ser's avatarSimon Ser <contact@emersion.fr>
    6908c8c8
configure.ac 6.83 KB
EditWeb IDE

Replace configure.ac

Attach a file by drag & drop or click to upload


Cancel
A new branch will be created in your fork and a new merge request will be started.