Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-02-26 | record: Fix undefined memcpy in RecordAClientStateChange | Jonathan Gray | |
From Adam Jackson f44ac101c523a0439bd1a864850e3c1a4e154549 in xserver git avoids a large number of malloc(0) calls ok deraadt@ who had almost the same diff | |||
2021-02-20 | change from /dev/drm to /dev/dri/ in xenocara | Jonathan Gray | |
ok matthieu@ kettenis@ | |||
2021-02-19 | fix amdgpu.ids path to point to installed version. ok jsg@ | Matthieu Herrb | |
2021-02-16 | sync | Theo de Raadt | |
2021-02-16 | Also call the VIDIOC_STREAMOFF ioctl when we stop a read(2) stream. This | Marcus Glocker | |
is required by the new video(4) multiopen functionality. | |||
2021-02-14 | update | Matthieu Herrb | |
2021-02-14 | Update to xterm 366. tested by jsg@ | Matthieu Herrb | |
2021-02-13 | sync | Theo de Raadt | |
2021-02-12 | sync | Theo de Raadt | |
2021-02-12 | don't fatally error if unveil(2) sets ENOENT | Jonathan Gray | |
This occurs when trying to unveil a /dev/dri/ node when the directory does not exist. | |||
2021-02-12 | add /dev/dri/card[0-3] to allowed devices | Jonathan Gray | |
2021-02-12 | chown /dev/dri/ nodes if they exist | Jonathan Gray | |
2021-02-12 | sync | Theo de Raadt | |
2021-02-12 | only install libdrm_intel pkgconfig file when building libdrm_intel | Jonathan Gray | |
2021-02-11 | sync | Theo de Raadt | |
2021-02-11 | sync | Theo de Raadt | |
2021-02-11 | sync | Theo de Raadt | |
2021-02-11 | fix merge error | Jonathan Gray | |
2021-02-11 | update | Jonathan Gray | |
2021-02-11 | sync | Jonathan Gray | |
2021-02-11 | add Makefiles to replace upstream use of meson | Jonathan Gray | |
2021-02-11 | Merge libdrm 2.4.104 | Jonathan Gray | |
2021-02-11 | Import libdrm 2.4.104 | Jonathan Gray | |
2021-02-07 | fix typo when defining away tightly_packed when building without -O | Jonathan Gray | |
spotted by deraadt@ when building with CFLAGS=-fno-common matches upstream commit by Alexei Podtelezhnikov sna: fix typo for --enable-debug=full db2356f5861d4a81d67c00843a15f5624cd21fb5 | |||
2017-08-05 | Import libdrm 2.4.82 | Jonathan Gray | |
2016-10-16 | Import libdrm 2.4.71 | Jonathan Gray | |
2016-03-20 | Import libdrm 2.4.67 | Jonathan Gray | |
2015-08-21 | Import libdrm 2.4.64 | Jonathan Gray | |
2021-01-30 | Fix build with -fno-common. | Matthieu Herrb | |
2021-01-24 | making the default system.fvwmrc a bit less obsolete. | Matthieu Herrb | |
- remove xman (was removed from xenocara base) - replace rlogin with ssh in modules - make the fg color for ssh / telnet prompts black so that's it's readable. ok deraadt@ | |||
2021-01-24 | Remove extra parenthesis | Matthieu Herrb | |
2021-01-24 | add explicit braces to avoid dangling else warning and fix misleading | Matthieu Herrb | |
indentation. | |||
2021-01-24 | Add missing function prototypes | Matthieu Herrb | |
2021-01-24 | Fix 'format string is not a string literal' warning. | Matthieu Herrb | |
2021-01-24 | Fix pre C89 dummy() prototype. | Matthieu Herrb | |
2021-01-24 | include <stdlib.h> to get exit() prototype declaration. | Matthieu Herrb | |
2021-01-24 | include <string.h> to get strcmp() prototype declaration. | Matthieu Herrb | |
2021-01-24 | Fixes for -fno-common beeing the default in clang 11. | Matthieu Herrb | |
ok mortimer@ who came to the same patches. | |||
2021-01-21 | Safer workaround for the "kame hack": only override sin6_scope_id if zero | Jeremie Courreges-Anglas | |
The assumption is that if sin6_scope_id is set, then the interface index is no longer embedded in the address. ok claudio@ matthieu@ | |||
2006-11-26 | Importing from XF4, plus BSD make infrastructure | Matthieu Herrb | |
2021-01-20 | Fix for GCC 10 activating stricter check for extern variables / structs | Jonathan Gray | |
From Kevin Brace edb46574d4686c59e80569ba236d537097dcdd0e in xf86-video-openchrome git fixes clang 11 build mortimer@ had the same diff ok fcambus@ | |||
2021-01-18 | gallivm: Add missing header for powf. | Jonathan Gray | |
From Vinson Lee ff8daa013621019f1606dc0c188b16f1ce34fea7 in mainline Mesa fixes clang 11 build mortimer@ had almost the same diff | |||
2021-01-18 | nouveau: fix compile error with -DDEBUG on newer gcc | Jonathan Gray | |
From Karol Herbst 5ec177b398d6d305f273329c8228ea870e180d6d in libdrm git fixes clang 11 build mortimer@ had almost the same diff | |||
2021-01-18 | Fix link failure with gcc 10 | Jonathan Gray | |
From Adam Jackson f223035f4ffcff2a9296d1e907a5193f8e8845a3 in xf86-video-ati git fixes clang 11 build mortimer@ had the same diff | |||
2021-01-18 | Fix link failure with gcc 10 | Jonathan Gray | |
From Adam Jackson edcbe5f52ddfceee3d66d69bbcebbceac06b6d0d in xf86-video-amdgpu git fixes clang 11 build mortimer@ had the same diff | |||
2021-01-16 | sync | Visa Hankala | |
2019-04-16 | import xf86-video-amdgpu 19.0.1 | Jonathan Gray | |
ok matthieu@ | |||
2015-11-22 | import Mesa 11.0.6 | Jonathan Gray | |
2015-08-21 | Import libdrm 2.4.64 | Jonathan Gray | |
2021-01-10 | try to handle running out of file descriptors by refusing client connections | Robert Nagy | |
in case the X server is near the limit and only allow connections again if there are resources freed up this is done by checking the amount of currently used FDs + a reserve and comparing that to the FD limit with help from benno@, millert@, florian@ ok matthieu@, benno@ |