summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-02-26record: Fix undefined memcpy in RecordAClientStateChangeJonathan 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-20change from /dev/drm to /dev/dri/ in xenocaraJonathan Gray
ok matthieu@ kettenis@
2021-02-19fix amdgpu.ids path to point to installed version. ok jsg@Matthieu Herrb
2021-02-16syncTheo de Raadt
2021-02-16Also call the VIDIOC_STREAMOFF ioctl when we stop a read(2) stream. ThisMarcus Glocker
is required by the new video(4) multiopen functionality.
2021-02-14updateMatthieu Herrb
2021-02-14Update to xterm 366. tested by jsg@Matthieu Herrb
2021-02-13syncTheo de Raadt
2021-02-12syncTheo de Raadt
2021-02-12don't fatally error if unveil(2) sets ENOENTJonathan Gray
This occurs when trying to unveil a /dev/dri/ node when the directory does not exist.
2021-02-12add /dev/dri/card[0-3] to allowed devicesJonathan Gray
2021-02-12chown /dev/dri/ nodes if they existJonathan Gray
2021-02-12syncTheo de Raadt
2021-02-12only install libdrm_intel pkgconfig file when building libdrm_intelJonathan Gray
2021-02-11syncTheo de Raadt
2021-02-11syncTheo de Raadt
2021-02-11syncTheo de Raadt
2021-02-11fix merge errorJonathan Gray
2021-02-11updateJonathan Gray
2021-02-11syncJonathan Gray
2021-02-11add Makefiles to replace upstream use of mesonJonathan Gray
2021-02-11Merge libdrm 2.4.104Jonathan Gray
2021-02-11Import libdrm 2.4.104Jonathan Gray
2021-02-07fix typo when defining away tightly_packed when building without -OJonathan 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-05Import libdrm 2.4.82Jonathan Gray
2016-10-16Import libdrm 2.4.71Jonathan Gray
2016-03-20Import libdrm 2.4.67Jonathan Gray
2015-08-21Import libdrm 2.4.64Jonathan Gray
2021-01-30Fix build with -fno-common.Matthieu Herrb
2021-01-24making 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-24Remove extra parenthesisMatthieu Herrb
2021-01-24add explicit braces to avoid dangling else warning and fix misleadingMatthieu Herrb
indentation.
2021-01-24Add missing function prototypesMatthieu Herrb
2021-01-24Fix 'format string is not a string literal' warning.Matthieu Herrb
2021-01-24Fix pre C89 dummy() prototype.Matthieu Herrb
2021-01-24include <stdlib.h> to get exit() prototype declaration.Matthieu Herrb
2021-01-24include <string.h> to get strcmp() prototype declaration.Matthieu Herrb
2021-01-24Fixes for -fno-common beeing the default in clang 11.Matthieu Herrb
ok mortimer@ who came to the same patches.
2021-01-21Safer workaround for the "kame hack": only override sin6_scope_id if zeroJeremie 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-26Importing from XF4, plus BSD make infrastructureMatthieu Herrb
2021-01-20Fix for GCC 10 activating stricter check for extern variables / structsJonathan Gray
From Kevin Brace edb46574d4686c59e80569ba236d537097dcdd0e in xf86-video-openchrome git fixes clang 11 build mortimer@ had the same diff ok fcambus@
2021-01-18gallivm: 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-18nouveau: fix compile error with -DDEBUG on newer gccJonathan Gray
From Karol Herbst 5ec177b398d6d305f273329c8228ea870e180d6d in libdrm git fixes clang 11 build mortimer@ had almost the same diff
2021-01-18Fix link failure with gcc 10Jonathan Gray
From Adam Jackson f223035f4ffcff2a9296d1e907a5193f8e8845a3 in xf86-video-ati git fixes clang 11 build mortimer@ had the same diff
2021-01-18Fix link failure with gcc 10Jonathan Gray
From Adam Jackson edcbe5f52ddfceee3d66d69bbcebbceac06b6d0d in xf86-video-amdgpu git fixes clang 11 build mortimer@ had the same diff
2021-01-16syncVisa Hankala
2019-04-16import xf86-video-amdgpu 19.0.1Jonathan Gray
ok matthieu@
2015-11-22import Mesa 11.0.6Jonathan Gray
2015-08-21Import libdrm 2.4.64Jonathan Gray
2021-01-10try to handle running out of file descriptors by refusing client connectionsRobert 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@