summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-12-13glx: Only flush indirect contexts in MakeCurrent (v2)Adam Jackson1-1/+1
2017-12-13edid: fix off-by-one error in CEA mode numberingHector Martin1-2/+2
2017-12-13glx: Fix typos that break GLX_ARB_context_flush_controlAdam Jackson2-2/+2
2017-12-13randr: ProcRRGetOutputInfo: initialize memoryGiuseppe Bilotta1-1/+1
2017-12-13xkb: initialize tsymsGiuseppe Bilotta1-1/+1
2017-12-13xkb: Print the xkbcomp path being executed when we fail to compile.Eric Anholt1-2/+4
2017-12-13config/udev: consider ID_INPUT_FOO=0 as 'unset'Peter Hutterer1-33/+32
2017-12-13test: signal-logging: Fix looping signed number testsDaniel Martin1-1/+1
2017-12-13test: input: Fix used uninitialized warning in dix_event_to_coreDaniel Martin1-1/+1
2017-12-13modesetting: Fix potential buffer overflowDaniel Martin2-27/+15
2017-12-13ramdac: Check ScreenPriv != NULL in xf86ScreenSetCursor()Alex Goins1-1/+8
2017-12-13XShmGetImage: fix censoringNikolay Martynov1-6/+2
2017-12-11xfixes: Remove the CursorCurrent arrayAdam Jackson1-7/+21
2017-10-12xserver 1.19.5Adam Jackson1-3/+3
2017-10-12Unvalidated extra length in ProcEstablishConnection (CVE-2017-12176)Nathan Kidd1-1/+6
2017-10-12dbe: Unvalidated variable-length request in ProcDbeGetVisualInfo (CVE-2017-12...Nathan Kidd1-1/+4
2017-10-12Xi: fix wrong extra length check in ProcXIChangeHierarchy (CVE-2017-12178)Nathan Kidd1-1/+1
2017-10-12Xi: integer overflow and unvalidated length in (S)ProcXIBarrierReleasePointerNathan Kidd1-0/+5
2017-10-12hw/xfree86: unvalidated lengthsNathan Kidd3-94/+117
2017-10-12xfixes: unvalidated lengths (CVE-2017-12183)Nathan Kidd4-2/+8
2017-10-12Unvalidated lengthsNathan Kidd7-4/+17
2017-10-12os: Make sure big requests have sufficient length.Michal Srb1-0/+5
2017-10-12Revert "xf86-video-modesetting: Add ms_queue_vblank helper [v3]"Adam Jackson5-95/+97
2017-10-04xserver 1.19.4Adam Jackson1-3/+3
2017-10-04present: Check the whole exec queue on eventLouis-Francis Ratté-Boulianne1-4/+0
2017-10-04xf86-video-modesetting: Add ms_queue_vblank helper [v3]Keith Packard5-97/+95
2017-10-04xkb: Handle xkb formated string output safely (CVE-2017-13723)Keith Packard1-20/+20
2017-10-04xkb: Escape non-printable characters correctly.Michal Srb1-1/+1
2017-10-04Xext/shm: Validate shmseg resource id (CVE-2017-13721)Michal Srb1-0/+1
2017-10-04dmx: Remove some not-very-interesting debug printsAdam Jackson1-63/+0
2017-10-04dmx: Silence an unused-result warningAdam Jackson1-1/+2
2017-10-04Move statically linked xorgxkb files from dixmods to a separate directoryJon TURNEY9-9/+26
2017-10-04modesetting: Blacklist EVDI devices from PRIME syncDawid Kurek1-0/+5
2017-10-04modesetting: Skip no-longer-present connectors when resetting BAD linksKeith Packard1-1/+4
2017-10-04modesetting: re-set the crtc's mode when link-status goes BADMartin Peres1-0/+51
2017-09-25xfree86: up the path name size to 512 in xf86MatchDriverFromFilesPeter Hutterer1-1/+1
2017-09-25test: fix compiler warningPeter Hutterer1-1/+1
2017-09-25suid: Include sysmacros.h to fix build after glibc-2.25Nick Sarnie1-0/+3
2017-09-25xfree86: Silence a new glibc warningAdam Jackson4-1/+10
2017-09-25os: Fix warning in LockServerAdam Jackson1-1/+1
2017-09-25glamor: Avoid overflow between box32 and box16 boxOlivier Fourdan1-5/+6
2017-09-25glamor: handle NULL source pictureOlivier Fourdan1-2/+3
2017-09-25xwayland: Fix a segfault with pointer lockingOlivier Fourdan1-0/+3
2017-09-25Xi: Test exact size of XIBarrierReleasePointerMichal Srb1-3/+6
2017-09-25dri2: Sync i965_pci_ids.h from Mesa.Rodrigo Vivi1-0/+23
2017-09-25wayland: Sync drm.xml with MesaAdam Jackson1-16/+19
2017-09-25xfree86/modes: Use RRTransformEqual in xf86RandR12CrtcSetMichel Dänzer1-2/+1
2017-09-25randr: Use RRTransformEqual in RRCrtcPendingTransformAaron Plattner1-3/+2
2017-09-25Xi: Do not try to swap GenericEvent.Michal Srb1-1/+9
2017-09-25Xi: Verify all events in ProcXSendExtensionEvent.Michal Srb1-5/+7