summaryrefslogtreecommitdiff
path: root/Xext
AgeCommit message (Expand)AuthorFilesLines
2016-04-29dix: Squash some new gcc6 warningsAdam Jackson2-3/+3
2016-03-14security: Fix reversed commentÁngel González1-1/+1
2016-03-14Fix the typo from the previous patch, d'ohAdam Jackson1-1/+1
2016-03-14Xext/vidmode: Reduce verbosity of GetModeLine debug messagesChris Wilson1-106/+106
2016-03-08xvmc: Fix unchecked AddResourceJulien Cristau1-3/+14
2016-03-02xv: fix double free in AddResource failure caseJulien Cristau1-3/+2
2016-03-02xv: Fix unchecked AddResourceAdam Jackson1-2/+4
2016-03-01vidmode: build without xf86vidmodeprotoOlivier Fourdan1-0/+4
2016-02-29vidmode: move to a separate library of its ownOlivier Fourdan2-2/+2152
2015-12-08sync: Don't allow creating a system counter before sync is initializedAdam Jackson1-18/+3
2015-12-01Xext/xselinux: Use NotifyFd interfaceKeith Packard1-14/+4
2015-10-27Xext: fix build with --disable-xaceJulien Cristau1-0/+2
2015-10-21Xv: Only stop the adaptors when the Pixmap is finally destroyedChris Wilson1-58/+24
2015-10-19security: Silence some benign -Wformat warningsJeremy Huddleston1-12/+12
2015-10-19xres: Silence -Wunused-function warnings when building !COMPOSITE or !RENDERJeremy Huddleston1-4/+4
2015-09-24Xext, os: Remove OS-internal usages within XACE and XSELinuxKeith Packard2-12/+2
2015-09-24Xext/xselinux: Warning fixesKeith Packard1-2/+6
2015-07-08xge: Hide some implementation detailsAdam Jackson2-8/+7
2015-06-10xace: Add XaceHookIsSet helper functionAndrew Eikum2-0/+18
2015-05-11Merge remote-tracking branch 'ajax/xserver-next'Keith Packard1-2/+8
2015-05-07shm: Fix xselinux resource initialization for xinerama pixmapsBrent Collins1-0/+6
2015-05-07shm: Fix use-after-free in ShmDestroyPixmapChris Wilson1-2/+2
2015-04-21Convert top level extensions to new *allocarray functionsAlan Coopersmith11-27/+26
2015-04-21Let calloc handle multiplicationAlan Coopersmith1-1/+1
2015-03-13Drop valuator mask argument from GetKeyboardEventsPeter Hutterer1-1/+1
2014-12-08Xv: unvalidated lengths in XVideo extension swapped procs [CVE-2014-8099]Alan Coopersmith1-0/+20
2014-12-08xcmisc: unvalidated length in SProcXCMiscGetXIDList() [CVE-2014-8096]Alan Coopersmith1-0/+1
2014-11-24Merge remote-tracking branch 'whot/for-keith'Keith Packard13-50/+50
2014-11-12Drop trailing whitespacesPeter Hutterer13-48/+48
2014-11-12Xext: fix clang compiler warningPeter Hutterer1-2/+2
2014-10-31xv: Add missing gcstruct.h includeThierry Reding1-1/+1
2014-10-27Xext/shm: Detach SHM segment after Pixmap is releasedChris Wilson1-8/+7
2014-10-23xinerama: Fix access mode in GetImage's drawable lookupAdam Jackson1-1/+1
2014-10-09mi: Move pScreen->SendGraphicsExpose up to dixAdam Jackson1-6/+4
2014-10-02security: Remove XpExtension from SecurityTrustedExtensionsDaniel Martin1-1/+0
2014-08-07xv: Drop the ClientPtr from the interface to the DDX.Eric Anholt3-26/+24
2014-08-07xv: Remove the no-op AllocatePort/FreePort interfaces.Eric Anholt3-88/+3
2014-08-06xv: Fix malloc-failure cases in the fill color key helper.Eric Anholt1-9/+13
2014-08-06xv: Move xf86 XV color key helper to core.Eric Anholt2-0/+33
2014-08-06xv: Move CloseScreen setup from a DIX hook to normal wrapping.Eric Anholt2-3/+0
2014-08-06xv: Drop unused XvdiVideoStopped().Eric Anholt2-25/+0
2014-08-06xv: Drop unused XvdiPreemptVideo().Eric Anholt2-23/+0
2014-08-06xv: Move the DDX XV screen private allocation into the DDXes.Eric Anholt1-1/+0
2014-08-06xv: Drop the ddQueryAdaptors() interface.Eric Anholt2-3/+0
2014-08-06xv: Move common code for adaptor cleanup to xvmain.cEric Anholt2-0/+40
2014-07-29saver: Don't open-code IsMapInstalledAdam Jackson1-15/+1
2014-04-30selinux: don't checkout for AVCs on select() EINTRRay Strode1-2/+2
2014-04-21xres: Fix size estimation for <8bpp pixmaps (#69057)Adam Jackson1-2/+2
2014-03-27Build dpmsstubs.c once as a convenience library, rather than once for each DD...Jon TURNEY1-1/+3
2014-02-09sync: Avoid ridiculously long timeoutsMark Kettenis1-5/+2