summaryrefslogtreecommitdiff
path: root/hw/xfree86/common
AgeCommit message (Expand)AuthorFilesLines
2017-10-12hw/xfree86: unvalidated lengthsNathan Kidd1-35/+46
2017-09-25xfree86: up the path name size to 512 in xf86MatchDriverFromFilesPeter Hutterer1-1/+1
2017-09-25xfree86: Silence a new glibc warningAdam Jackson1-0/+3
2017-09-25os: Handle SIGABRTMichel Dänzer1-0/+1
2017-01-11xfree86: fix wrong usage of xf86optionListMergeQiang Yu1-1/+1
2017-01-11Fix a segfault that occurs if xorg.conf.d is absent:Ben Crocker1-0/+9
2016-10-26ddx: add new call to purge input devices that weren't addedPeter Hutterer1-0/+15
2016-10-26xfree86: swap the list of paused devices to an xorg_listPeter Hutterer1-11/+20
2016-10-26xfree86: use the right option traversal list to search for an optionPeter Hutterer1-11/+7
2016-10-05xfree86: remove aiglx cmd/xorg.conf optionEmil Velikov2-11/+0
2016-09-28config: fix GPUDevice fail when AutoAddGPU off + BusIDQiang Yu1-3/+15
2016-09-28xfree86: recognize primary BUS_PCI device in xf86IsPrimaryPlatform()Laszlo Ersek1-1/+9
2016-08-18Fix Xorg -configure not working anymoreHans De Goede1-1/+2
2016-08-15Autoconfig: Fix the loop adding dectected drivers to the list of screensMatthieu Herrb1-2/+1
2016-08-15xfree86: vgaarb: Initialize local variable rsrc_decodesEmily Deng1-1/+1
2016-08-13xfree86: Set pScrn->pScreen before driver ScreenInit is calledKeith Packard1-2/+11
2016-08-12xfree86: lock input during PreInitPeter Hutterer1-0/+2
2016-08-12xfree86: fix unbalanced input_lock/unlock in xf86NewInputDevice()Peter Hutterer1-1/+1
2016-07-28xfree86: Hook up colormaps and RandR 1.2 gamma code v6Michel Dänzer2-54/+13
2016-07-18xfree86: if ATTR_KEYBOARD is set, match for keyboardsPeter Hutterer1-1/+1
2016-07-18Bump ABI versions to reflect block/wakeup handler API changesKeith Packard1-2/+2
2016-07-18Remove fd_set from Block/Wakeup handler APIKeith Packard3-3/+3
2016-07-18Remove readmask from screen block/wakeup handlerKeith Packard2-10/+6
2016-07-18hw/xfree86: Use NotifyFd for other input fd wakeupsKeith Packard1-26/+22
2016-07-18xfree86: Switch from select(2) to poll(2)Keith Packard1-1/+0
2016-07-15xfree86: Fix fallback driver sort order for Xorg -configure (v2)Adam Jackson1-19/+40
2016-06-10Allow ConstantDeceleration < 1.0Eric Biggers1-1/+1
2016-06-08xfree86: Don't swallow ±iglx command line flagAdam Jackson1-1/+1
2016-06-08Allow compile-time selection of a fallback input driverPeter Hutterer1-8/+31
2016-06-08xfree86: Remove redundant parse of AIGLX server flagAdam Jackson1-5/+0
2016-06-08dix: Update some comments to reflect the new non-SIGIO input modelAdam Jackson2-3/+2
2016-06-08dix: Use OsSignal() not signal()Adam Jackson1-9/+9
2016-05-30xfree86: Provide xf86BlockSIGIO and xf86ReleaseSIGIO as wrappers for input mutexKeith Packard1-0/+4
2016-05-29xfree86: Remove event reading code from xf86WakeupKeith Packard1-28/+0
2016-05-29xfree86: Bump ABI versionsKeith Packard1-3/+3
2016-05-26xfree86: Use threaded input mechanism [v2]Keith Packard3-10/+7
2016-05-26xfree86: Remove unnecessary errno save/restore in xf86ReadInputKeith Packard1-3/+0
2016-05-26Remove SIGIO support for input [v5]Keith Packard7-53/+33
2016-05-26xfree86: Add IndirectGLX server flag (v2)Adam Jackson3-0/+14
2016-05-04xfree86: drop unneeded strdup for modulepath/logfileEmil Velikov1-12/+2
2016-05-04xfree86: use the xf86CheckPrivs() helper for modulepath/logfileEmil Velikov1-27/+23
2016-05-04xfree86: factor out the check priviliges and print a big warningEmil Velikov1-14/+12
2016-05-03xfree86: add support for MatchIsTabletPadPeter Hutterer1-0/+3
2016-04-29dix: Squash some new gcc6 warningsAdam Jackson1-1/+1
2016-04-18xfree86: Remove xf86RegisterRootWindowPropertyAdam Jackson6-146/+1
2016-04-18xfree86: Unexport xf86Initialising, remove xf86ServerIsInitialisingAdam Jackson3-9/+1
2016-04-18xfree86: Create VT atoms from the root window callback (v2)Adam Jackson1-42/+25
2016-04-18xfree86: Create seat atom from the root window callback (v2)Adam Jackson1-20/+19
2016-03-14xfree86: Font modules aren't a real thingAdam Jackson1-3/+0
2016-03-11vidmode: Remove stray vidmodeproc.h from EXTRA_DISTAdam Jackson1-1/+0