Files
mpv/video/out
Emmanuel Gil Peyrot a6000d3114 vo_wlshm: use memfd_create() instead of shm_open()
This syscall avoids the need to guess an unused filename in /dev/shm and
allows seals to be placed on it.  We immediately return if no fd got
returned, as there isn’t anything we can do otherwise.

Seals especially allow the compositor to drop the SIGBUS protections,
since the kernel promises the fd won’t ever shrink.

This removes support for any platform but Linux from this vo.
2019-10-17 19:38:04 +02:00
..
2018-11-13 21:14:29 +02:00
2019-09-19 20:37:05 +02:00
2017-06-17 17:08:51 +02:00
2013-05-26 16:44:20 +02:00
2017-01-19 16:31:54 +01:00