summaryrefslogtreecommitdiff
path: root/xserver
AgeCommit message (Expand)Author
2006-11-26Importing xserver from X.Org 7.2RC2Matthieu Herrb
2021-09-06missing pathnames on unveil() errorTheo de Raadt
2021-09-03Update to xserver 1.20.13.Matthieu Herrb
2021-08-11GetLocalClientCreds: prefer getsockopt(,SO_PEERCRED,) to getpeereid()Matthieu Herrb
2021-06-30Close the console fd after probing if it's a wscons, even it fails.Matthieu Herrb
2021-06-15Initial attempt to build xserver for riscv64Dale Rahn
2021-04-13Fix XChangeFeedbackControl() request underflow.Matthieu Herrb
2021-03-13compiler.h: don't define inb/outb and friends on mipsVisa Hankala
2021-03-13Avoid sequences of malloc(0) / free() by checking the length.Matthieu Herrb
2021-02-26record: Fix undefined memcpy in RecordAClientStateChangeJonathan Gray
2021-02-20change from /dev/drm to /dev/dri/ in xenocaraJonathan Gray
2021-02-12don't fatally error if unveil(2) sets ENOENTJonathan Gray
2021-02-12add /dev/dri/card[0-3] to allowed devicesJonathan Gray
2021-01-21Safer workaround for the "kame hack": only override sin6_scope_id if zeroJeremie Courreges-Anglas
2021-01-10try to handle running out of file descriptors by refusing client connectionsRobert Nagy
2021-01-10Add a root window property with the console device.Matthieu Herrb
2020-12-12Update X server to version 1.20.10. Tested by jsg@ and naddy@Matthieu Herrb
2020-12-01Check SetMap request length carefully.Matthieu Herrb
2020-12-01Fix XkbSetDeviceInfo() and SetDeviceIndicators() heap overflowsMatthieu Herrb
2020-08-28build with --disable-dri3 when XENOCARA_BUILD_DRI is "no"Jonathan Gray
2020-08-25Fix integer underflow in XRecordRegisterClients()Matthieu Herrb
2020-08-25Fix integer underflow in XkbSelectEvents()Matthieu Herrb
2020-08-25Fix an integer underflow in XIChangeHierarchy()Matthieu Herrb
2020-08-25Correct bounds checking in XkbSetNames()Matthieu Herrb
2020-07-31fix for X Server Pixel Data Uninitialized Memory Information DisclosureMatthieu Herrb
2020-06-14sync white space with upstream. No code change.Matthieu Herrb
2020-06-12revert local change which removed -retro flag and adjust -br toJoshua Stein
2020-04-20Release unused filedescriptors in the privileged X server process.Matthieu Herrb
2020-04-18Remove unused files.Matthieu Herrb
2020-04-14dix: do not send focus event when grab actually does not changeMatthieu Herrb
2020-04-13Update to xserver 1.20.8. ok jsg@ robert@Matthieu Herrb
2020-03-04Use modesetting driver as the default for rkdrm(4).Mark Kettenis
2020-01-26Update to xserver 1.20.7 plus 2 extra fixes from upstream. ok jsg@Matthieu Herrb
2019-12-12Update to X server 1.20.6. Tested by naddy@Matthieu Herrb
2019-09-15Add modesetting driver as a fall-back when appropriate such that we canMark Kettenis
2019-08-24sync i965 pci ids with xserver git masterJonathan Gray
2019-08-24remove duplicate ids added by patch in xserver 1.20.5 updateJonathan Gray
2019-08-15Don't prune duplicate modes there.Matthieu Herrb
2019-08-03Remove one more file that is no longer part of upstream tarballs.Matthieu Herrb
2019-08-03Remove files that are no longer part of upstream tarballs.Matthieu Herrb
2019-07-27Update to xserver 1.20.5. Tested by jsg@Matthieu Herrb
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