Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-12-07 | regen | Jonathan Gray | |
2019-12-07 | build Mesa with _ISOC11_SOURCE for c11 visibility | Jonathan Gray | |
autoconf function tests run without --std and have c11 visibility timespec_get(3), a c11 function is found this way. With gcc < 4.6 Mesa will build with --std=gnu99 with clang it will build with --std=c99 and timespec_get() will no longer be visibile. Further complicating things gcc 4.2 does not recognise --std=c11. This was not noticed on linux as they build with _GNU_SOURCE which among other things gives c11 visibility even with --std=c99. discussed with millert@ | |||
2019-12-04 | xenodm uses the libc authentication layer incorrectly. | Theo de Raadt | |
fix by markus or millert Reported by Qualys | |||
2019-12-04 | Constrain honouring of path-related environment variables based upon | Theo de Raadt | |
issetugid(), not just the sloppy uid != euid test. gid != egid cases can occur also. Part of 6.6/009_mesaxlock.patch.sig and 6.5/020_mesaxlock.patch.sig From Qualys, ok | |||
2019-12-03 | disable opengl and mesa functionality | Theo de Raadt | |
from matthieu, ok jsg | |||
2019-11-27 | update | Jonathan Gray | |
2019-11-27 | update to GLU 9.0.1 | Jonathan Gray | |
Among other minor changes this adds a stddef.h include for NULL required to build with Mesa 19.2 headers. | |||
2019-11-27 | update | Jonathan Gray | |
2019-11-27 | sync | Jonathan Gray | |
2019-11-27 | Merge libdrm 2.4.100 | Jonathan Gray | |
2019-11-27 | Import libdrm 2.4.100 | Jonathan Gray | |
2019-11-23 | update | Matthieu Herrb | |
2019-11-20 | update | Matthieu Herrb | |
2019-05-23 | Import Mesa 19.0.5 | Jonathan Gray | |
2019-05-23 | Import Mesa 19.0.5 | Jonathan Gray | |
2019-05-23 | Import Mesa 19.0.5 | Jonathan Gray | |
2019-05-23 | Import Mesa 19.0.5 | Jonathan Gray | |
2019-05-23 | Import Mesa 19.0.5 | Jonathan Gray | |
2019-01-29 | Import Mesa 18.3.2 | Jonathan Gray | |
2019-01-29 | Import Mesa 18.3.2 | Jonathan Gray | |
2019-01-29 | Import Mesa 18.3.2 | Jonathan Gray | |
2019-01-29 | Import Mesa 18.3.2 | Jonathan Gray | |
2019-01-29 | Import Mesa 18.3.2 | Jonathan Gray | |
2019-01-29 | Import Mesa 18.3.2 | Jonathan Gray | |
2019-01-29 | Import Mesa 18.3.2 | Jonathan Gray | |
2019-01-29 | Import Mesa 18.3.2 | Jonathan Gray | |
2019-01-20 | Initial import of xorgproto 2018.4 | Matthieu Herrb | |
2018-10-23 | Import Mesa 17.3.9 | Jonathan Gray | |
2018-10-23 | Import Mesa 17.3.9 | Jonathan Gray | |
2018-10-23 | Import Mesa 17.3.9 | Jonathan Gray | |
2017-02-26 | Import Mesa 13.0.5 | Jonathan Gray | |
2016-12-11 | Import Mesa 13.0.2 | Jonathan Gray | |
2016-12-11 | Import Mesa 13.0.2 | Jonathan Gray | |
2016-12-11 | Import Mesa 13.0.2 | Jonathan Gray | |
2016-12-11 | Import Mesa 13.0.2 | Jonathan Gray | |
2016-11-02 | Import libXfont2 version 2.0.1 | Matthieu Herrb | |
2016-05-29 | Import Mesa 11.2.2 | Jonathan Gray | |
2016-05-29 | Import Mesa 11.2.2 | Jonathan Gray | |
2015-11-22 | import Mesa 11.0.6 | Jonathan Gray | |
2015-04-15 | Import libepoxy 1.2 | Jonathan Gray | |
2006-11-26 | Importing encodings 1.0.2 | Matthieu Herrb | |
2006-11-25 | import from X.Org 7.2RC2 | Matthieu Herrb | |
2019-11-20 | Call shmget() with permission 0600 instead of 0777 | Jonathan Gray | |
From Brian Paul 02c3dad0f3b4d26e0faa5cc51d06bc50d693dcdc in mainline Mesa "A security advisory (TALOS-2019-0857/CVE-2019-5068) found that creating shared memory regions with permission mode 0777 could allow any user to access that memory. Several Mesa drivers use shared- memory XImages to implement back buffers for improved performance. This path changes the shmget() calls to use 0600 (user r/w). Tested with legacy Xlib driver and llvmpipe." | |||
2019-11-06 | Tested a Logitech Webcam C930e which has 17 frame sizes but video(1) only | Marcus Glocker | |
supports 16 today. Bump the array to 32 which makes 1920x1080 work on this device as well. OK deraadt | |||
2019-10-28 | Stop calling chmod() in cache update code. | Matthieu Herrb | |
These calls are useless to toxic and come in the way of adding pledge to applications (would require 'fattr' which is quite wide). Discussed with deraadt, millert and jcs. Submitted upstreams too. | |||
2019-10-26 | update | Matthieu Herrb | |
2019-10-26 | Update to xf86-video-ati 19.10.0. tested by jsg@ | Matthieu Herrb | |
2019-10-26 | Update to xf86-video-amdgpu 19.1.0. Tested by mortimer@ and jsg@ | Matthieu Herrb | |
2019-10-19 | update | Matthieu Herrb | |
2019-10-19 | Remove references to xman(1). Noticed by Alfred Morgan, thanks. | Matthieu Herrb | |