summaryrefslogtreecommitdiff
path: root/xserver
AgeCommit message (Expand)Author
2019-06-11when probing for wsmouse devices, check up to wsmouse9Joshua Stein
2019-05-11Enable colemakAaron Bieber
2019-04-28Backport cf7517675d988c2d1ff967d6d162a17acbdad46 from xserver 1.20Jonathan Gray
2019-04-06When checking keyboard variants, perform a stricter comparison.Anthony J. Bentley
2019-03-19Update to xserver 1.19.7. Tested by jca@ and stsp@.Matthieu Herrb
2019-02-18sync xserver dri2 pci_ids with the latest MesaJonathan Gray
2019-01-03Call xf86OpenConsole() before probing for drivers.Matthieu Herrb
2018-11-03Explicitely disable xdm-authorization-1 support in X server.Matthieu Herrb
2018-10-25Disable setuid on the X server. We have always known it is a trash fireTheo de Raadt
2018-10-25MFC: Disable -logfile and -modulepath when running with elevatedMatthieu Herrb
2018-10-25xserver's priv proc is responsible for opening devices in O_RDWR mode and sendRicardo Mestre
2018-08-20Initialize PCI subsystem on arm64.Mark Kettenis
2018-08-06Use priv_open_device() to open the dri device in glamor_dri3_open_client().Matthieu Herrb
2018-08-06set MSG_CMSG_CLOEXEC when receiving file descriptors.Matthieu Herrb
2018-07-30setup WSMOUSE_TYPE_TOUCHPAD devices to use ws driver by default, butJoshua Stein
2018-04-19modesetting: setup colormapJoshua Stein
2018-03-15After updated to xserver 1.19.5, the con figure's default value ofKenji Aoyama
2018-02-18Update to xserver 1.19.6. bug fix releaseMatthieu Herrb
2018-01-20Remove code to pull softfloat libs.Matthieu Herrb
2018-01-15watch for events sent by drm(4) over kevent using EVFILT_DEVICERobert Nagy
2017-12-08Update to xserver 1.19.5.Matthieu Herrb
2017-12-05Use ws as default driver for touchpads.Ulf Brosziewski
2017-10-14MFC: Unvalidated extra length in ProcEstablishConnection (CVE-2017-12176)Matthieu Herrb
2017-10-14MFC: dbe: Unvalidated variable-length request inMatthieu Herrb
2017-10-14MFC: Xi: fix wrong extra length check in ProcXIChangeHierarchyMatthieu Herrb
2017-10-14MFC: Xi: integer overflow and unvalidated length inMatthieu Herrb
2017-10-14MFC: Xi: Test exact size of XIBarrierReleasePointerMatthieu Herrb
2017-10-14MFC: hw/xfree86: unvalidated lengthsMatthieu Herrb
2017-10-14MFC: xfixes: unvalidated lengths (CVE-2017-12183)Matthieu Herrb
2017-10-14MFC: Unvalidated lengthsMatthieu Herrb
2017-10-14MFC: os: Make sure big requests have sufficient length.Matthieu Herrb
2017-10-14MFC: xkb: Handle xkb formated string output safely (CVE-2017-13723)Matthieu Herrb
2017-10-14MFC: xkb: Escape non-printable characters correctlyMatthieu Herrb
2017-10-14MFC: Xext/shm: Validate shmseg resource id (CVE-2017-13721)Matthieu Herrb
2017-09-25Force Intel Ironlake chipsets to use the xf86-video-intel driver.Matthieu Herrb
2017-08-07Disable SSE optimizations on i386/amd64 for SlowBcopy.Matthieu Herrb
2017-08-07Create on OpenBSD-specific version of listPossibleVideoDrivers() that takesMark Kettenis
2017-07-14Use the modesetting driver by default on 4th generation Intel Graphics andMark Kettenis
2017-07-12Add code to update the value of the RandR "Backlight" property based on theMark Kettenis
2017-07-07Merge upstream fixes to the X event swapping code.Matthieu Herrb
2017-05-21Make X work with radeondrm(4) hardware on loongson.Visa Hankala
2017-03-07make xserver build on arm64Jonathan Gray
2017-03-01Fix arc4random_buf(3) detection. Noticed by Eric Engestrom onMatthieu Herrb
2017-02-28Oops, in previous commit I forgot to remove the actual implementationMatthieu Herrb
2017-02-28regenMatthieu Herrb
2017-02-28auth: remove AuthToIDFunc and associated functions. Not used anymore.Matthieu Herrb
2017-02-28MFC: Use arc4random_buf(3) if available to generate cookies.Matthieu Herrb
2017-02-28MFC: Use timingsafe_memcmp() to compare MIT-MAGIC-COOKIESMatthieu Herrb
2016-10-11regenMatthieu Herrb
2016-10-04ignore chown error (for systems which don't install a Xserver)Theo de Raadt