aboutsummaryrefslogtreecommitdiff
path: root/shm.c
Commit message (Expand)AuthorAgeFilesLines
* shm: MFD_NOEXEC_SEAL is not defined by musl libcDaniel Eklöf2024-04-301-0/+4
* shm: try with MFD_NOEXEC_SEAL first, then withoutDaniel Eklöf2023-10-131-2/+31
* shm: fix copy-paste typo in memfd name; this is wbg, not fuzzelDaniel Eklöf2021-04-181-1/+1
* shm: use XRGB8888 instead of ARGB8888Daniel Eklöf2020-11-301-3/+3
* shm: don’t cache buffersDaniel Eklöf2020-10-061-80/+17
* Initial commitDaniel Eklöf2020-08-011-0/+192