Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-11-01 | update | Jonathan Gray | |
2018-11-01 | sync | Jonathan Gray | |
2018-11-01 | Merge libdrm 2.4.96 | Jonathan Gray | |
2018-11-01 | Import libdrm 2.4.96 | Jonathan Gray | |
2018-10-31 | Make similiar changes to the i386 tsd dispatch assembly as libglvnd to | Jonathan Gray | |
avoid a text relocation fixing the build with lld. ok kettenis@ naddy@ | |||
2018-10-29 | regen | Jonathan Gray | |
2018-10-29 | Don't attempt to rebuild spirv_info.c if timestamp on source files | Jonathan Gray | |
changed as python won't be in path. someone in this situation mentioned it to landry@ | |||
2018-10-28 | Pass the correct buffer length to strlcpy() to avoid truncation. | Matthieu Herrb | |
Problem noticed by Edgar Pettijohn III, ok tb@ | |||
2018-10-26 | Add a few \n I missed to add in some fprintf(3)s in my last commit | Ricardo Mestre | |
2018-10-26 | If input_name is provided we can unveil(2) it with read permissions, if | Ricardo Mestre | |
output_name is provided we need to unveil(2) this one with rwc. Additionally depending on the different combinations of if these files are passed via args or from stdin/to stdout we can also pledge(2) accordingly to the code path. OK deraadt@ | |||
2018-10-25 | Disable setuid on the X server. We have always known it is a trash fire | Theo de Raadt | |
and we held out hope too long. This will break some stuff. Let's start with non-setuid as the baseline, and see if it is worth trying to fix the broken parts in some other way. | |||
2018-10-25 | MFC: Disable -logfile and -modulepath when running with elevated | Matthieu Herrb | |
privileges. This Could cause arbitrary files overwrite. CVE-2018-14665. | |||
2018-10-25 | xserver's priv proc is responsible for opening devices in O_RDWR mode and send | Ricardo Mestre | |
their fds over to the parent proc. Knowing this then we already have a list of all possible devices that might be opened in the future, in struct okdev allowed_devices[], and we just need to traverse them and unveil(2) each one with read/write permissions. positive feedback from semarie@, OK matthieu@ | |||
2018-10-23 | sync | Jonathan Gray | |
2018-10-23 | update | Jonathan Gray | |
2018-10-23 | Merge Mesa 17.3.9 | Jonathan Gray | |
Mesa 18.x needs an ld with build-id for at least the intel code Mesa 18.2 assumes linux only memfd syscalls in intel code Tested by matthieu@, kettenis@ and myself on a variety of hardware and architectures. ok kettenis@ | |||
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 | |
2018-10-20 | update | Matthieu Herrb | |
2018-10-20 | Update to libSM 1.2.3 | Matthieu Herrb | |
2018-10-20 | Update to libX11 1.6.7 | Matthieu Herrb | |
2018-10-20 | Explicitely disable xf86misc | Matthieu Herrb | |
2018-10-16 | update | Matthieu Herrb | |
2016-12-11 | Import Mesa 13.0.2 | Jonathan Gray | |
2015-11-22 | import Mesa 11.0.6 | Jonathan Gray | |
2015-11-22 | import Mesa 11.0.6 | Jonathan Gray | |
2015-11-22 | import Mesa 11.0.6 | Jonathan Gray | |
2015-11-22 | import Mesa 11.0.6 | Jonathan Gray | |
2018-10-04 | Update to libxcb 1.13.1, a small bug fix release. | Matthieu Herrb | |
ok naddy@ | |||
2018-09-30 | update | Matthieu Herrb | |
2018-09-27 | sync | Theo de Raadt | |
2018-09-18 | sync | Theo de Raadt | |
2018-09-13 | update | Jonathan Gray | |
2018-09-13 | sync | Jonathan Gray | |
2018-09-13 | Merge libdrm 2.4.94 | Jonathan Gray | |
2018-09-13 | Import libdrm 2.4.94 | Jonathan Gray | |
2018-09-11 | update | Matthieu Herrb | |
2018-09-11 | sync | Matthieu Herrb | |
2018-09-11 | Update to libxcb 1.13. ok tb@ | Matthieu Herrb | |
2018-09-11 | Update to xcb-proto 1.13. ok tb@ | Matthieu Herrb | |
2018-09-06 | Add an option to disable the active area. From Sebastien Marie. | Matthieu Herrb | |
ok claudio@ Thanks. | |||
2018-08-28 | sync | Theo de Raadt | |
2015-08-21 | Import libdrm 2.4.64 | Jonathan Gray | |
2018-08-27 | Build radeon drivers on arm64. | Mark Kettenis | |
ok jsg@, matthieu@ | |||
2018-08-27 | Build xf86-video-ati on arm64. | Mark Kettenis | |
ok jsg@, matthieu@ | |||
2018-08-23 | update | Matthieu Herrb | |
2018-08-23 | sync | Matthieu Herrb | |
2018-08-23 | Udate to libX11 1.6.6. bug fixes release - no API/ABI changes. | Matthieu Herrb | |
2018-08-20 | Initialize PCI subsystem on arm64. | Mark Kettenis | |
ok matthieu@ |