summaryrefslogtreecommitdiff
path: root/Xext/shm.c
AgeCommit message (Expand)AuthorFilesLines
2018-03-21Xext/shm: Downgrade from error to debug log output about successAlexander Volkov1-1/+1
2018-02-02shm, xwayland: prefer atomic close-on-exec without O_TMPFILEJan Beich1-2/+7
2017-10-12XShmGetImage: fix censoringNikolay Martynov1-6/+2
2017-10-04Xext/shm: Validate shmseg resource id (CVE-2017-13721)Michal Srb1-0/+1
2017-03-01dispatch: Mark swapped dispatch as _X_COLDAdam Jackson1-10/+10
2016-09-28Xext: Fix a memory leakHans de Goede1-2/+2
2016-09-13Xext/shm: Fix usage of F_GETFD to match standardJeremy Huddleston Sequoia1-1/+2
2016-07-15shm: Also censor images returned by ShmGetImageAndrew Eikum1-0/+17
2016-06-08dix: Use OsSignal() not signal()Adam Jackson1-3/+2
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
2014-11-12Drop trailing whitespacesPeter Hutterer1-1/+1
2014-11-12Xext: fix clang compiler warningPeter Hutterer1-2/+2
2014-10-27Xext/shm: Detach SHM segment after Pixmap is releasedChris Wilson1-8/+7
2014-01-12Clean up a few function prototypes to not place formals in /**/Keith Packard1-8/+4
2014-01-12Replace 'pointer' type with 'void *'Keith Packard1-13/+13
2013-12-02Xext: Use SHMDIR and O_TMPFILE when creating mapping filesKeith Packard1-3/+31
2013-11-14xext: Fix shmint.h to not use headers outside of sdk_HEADERSKeith Packard1-0/+1
2013-11-11Trap SIGBUS to handle truncated shared memory segmentsKeith Packard1-2/+35
2013-11-11Xext: Enable MIT-SHM FD-passing request definitions only when possibleKeith Packard1-1/+13
2013-10-31Add support for MIT-SHM AttachFd requestKeith Packard1-3/+156
2013-10-31Xext: Move MIT-SHM 'ShmDesc' to shmint.hKeith Packard1-9/+0
2012-11-05Xext: fix shadow warningsYaakov Selkowitz1-5/+5
2012-07-09Move extension initialisation prototypes into extinit.hDaniel Stone1-1/+1
2012-07-09Replace INITARGS with voidTomas Carnecky1-1/+1
2012-07-09Use C99 designated initializers in extension EventsAlan Coopersmith1-8/+8
2012-07-09Use C99 designated initializers in Xext RepliesAlan Coopersmith1-21/+26
2012-07-09Use temporary variables instead of parts of reply structuresAlan Coopersmith1-2/+4
2012-07-09Fix more poorly indented/wrapped comments & codeAlan Coopersmith1-1/+1
2012-07-09Remove unneccesary casts from WriteToClient callsAlan Coopersmith1-3/+3
2012-06-05api: rework the X server driver API to avoid global arrays.Dave Airlie1-2/+2
2012-03-21Introduce a consistent coding styleKeith Packard1-550/+527
2012-01-26Xext: Warning fix for shm.cJon TURNEY1-1/+1
2011-11-19Fix ShmPutImage for XYBitmapJulien Cristau1-1/+1
2011-09-21Merge remote-tracking branch 'mattst88/for-keith'Keith Packard1-58/+50
2011-09-21Use internal temp variable for swap macrosMatt Turner1-58/+50
2011-09-19Fix pixmap double-frees on error paths.Jamey Sharp1-5/+1
2011-03-10panoramiX: convert 1->panoramiXNumScreens loops to use macro (v2)Dave Airlie1-1/+1
2011-03-10panoramiX: consolidate common id assignment code.Dave Airlie1-3/+1
2010-09-28xserver: delete pervasively use of DISPATCH_PROCTiago Vignatti1-287/+270
2010-06-10Remove unnecessary parentheses around return values in functionsMikhail Gusarov1-11/+11
2010-06-05Change the devPrivates API to require dixRegisterPrivateKeyKeith Packard1-7/+22
2010-06-03Move each screen's x/y origin into ScreenRec.Jamey Sharp1-6/+6
2010-06-03Delete panoramiXdataPtr: it's redundant.Jamey Sharp1-6/+6
2010-05-19Add typed resource-lookup errors for non-core resource types.Jamey Sharp1-2/+3
2010-05-19Set event sequence number in WriteEventsToClient instead of at callers.Jamey Sharp1-1/+0
2010-05-13Eliminate boilerplate around client->noClientException.Jamey Sharp1-9/+9
2010-05-13Replace X-allocation functions with their C89 counterpartsMikhail Gusarov1-11/+11
2009-12-18Add type name argument to CreateNewResourceTypeAlan Coopersmith1-3/+1
2009-12-18Ensure all resource types created have names registeredAlan Coopersmith1-0/+2