summaryrefslogtreecommitdiff
path: root/Xext/shm.c
AgeCommit message (Expand)AuthorFilesLines
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
2009-10-28Alloc/free drawables array for each ProcPanoramiXShmGetImage call.Jamey Sharp1-8/+9
2009-10-08Remove static MAXSCREENS limit from Xext/shm.cJamey Sharp1-18/+61
2009-09-29Fix ShmPutImage non-ZPixmap case.Michel Dänzer1-9/+34
2009-09-21input: define server-supported protocol versions in one single file.Peter Hutterer1-2/+3
2009-07-15Update to xextproto 7.0.99.1.Peter Hutterer1-2/+1
2009-04-29Fix most remaining deprecated resource lookups.Eamon Walsh1-16/+18
2009-02-16xserver: Avoid sending uninitialized padding data over the networkPeter Åstrand1-0/+1
2009-01-22Remove a bunch of useless casts.Adam Jackson1-4/+4
2008-12-12Remove #define NEED_EVENTS and NEED_REPLIESPeter Hutterer1-2/+0