summaryrefslogtreecommitdiff
path: root/hw/xfree86/common/xf86Config.c
AgeCommit message (Expand)AuthorFilesLines
2013-04-08Define prototypes for hw/xfree86/modes/xf86Modes.c only in xf86Modes.h.Jeremy White1-0/+1
2012-07-10Move DRI2 from external module to built-inDaniel Stone1-3/+0
2012-07-10Move DRI1 from external module to built-inDaniel Stone1-3/+0
2012-07-10Remove the last remnants of extmodDaniel Stone1-1/+0
2012-07-09Move RECORD from external module to built-inTomas Carnecky1-3/+0
2012-07-09Move DBE from an external module to built-inTomas Carnecky1-3/+0
2012-07-06xfree86: add autoAddGPU option (v2)Dave Airlie1-1/+14
2012-07-04xfree86: fix use-after-free issue in checkInputPeter Hutterer1-0/+1
2012-04-05xf86Config: load DIX libraries before drivers on CygwinYaakov Selkowitz1-0/+5
2012-03-21Introduce a consistent coding styleKeith Packard1-1056/+1107
2011-12-16xserver: check for elevated privileges not uid=0Antoine Martin1-14/+14
2011-12-12Add some printf format attributes suggested by gccAlan Coopersmith1-1/+1
2011-12-12Even more correctly free config file namesAlan Coopersmith1-8/+9
2011-11-24Correctly free config file namesPaulo Zanoni1-1/+5
2011-11-23Fix gcc -Wwrite-strings warnings in xf86 ddxAlan Coopersmith1-6/+6
2011-11-23Convert strncpy/strncat to strlcpy/strlcatAlan Coopersmith1-2/+1
2011-10-25xfree86: use NewInputDeviceRequest for xorg.conf devices tooPeter Hutterer1-0/+8
2011-10-25xfree86: use xf86AddNewOption instead of xf86addNewOptionPeter Hutterer1-4/+4
2011-10-15configure: wrap PCI code with macro and set it at build timeTiago Vignatti1-2/+2
2011-10-03Merge remote-tracking branch 'herrb/master'Keith Packard1-2/+4
2011-09-30Add a 'wscons' autoconf mechanism to configure input devices on BSD.Matthieu Herrb1-2/+4
2011-09-29Remove unused vtSysreqAlexandr Shadchin1-13/+0
2011-09-26Merge remote-tracking branch 'whot/next'Keith Packard1-101/+60
2011-09-15Remove PC98 support.Jamey Sharp1-30/+0
2011-08-22Revert "Attempt to add the 'mouse' driver in more situations."Peter Hutterer1-35/+0
2011-08-22xfree86: use xf86AllocateInput for implicit devices tooPeter Hutterer1-19/+23
2011-08-22xfree86: factor out adding/removing a device from the input device arrayPeter Hutterer1-46/+47
2011-08-22xfree86: nest loops instead of 0x1 pointers.Peter Hutterer1-16/+14
2011-08-22xfree86: improve readability of synthesized device.Peter Hutterer1-14/+15
2011-08-22xfree86: when implicitly choosing a core device, set the option to a valuePeter Hutterer1-3/+3
2011-08-22xfree86: don't warn about duplicate core devicesPeter Hutterer1-10/+0
2011-07-27Initialize the fd to -1 for xorg.conf input devices.Peter Hutterer1-0/+3
2011-04-04xfree86: fix bad free configInputDevicesTiago Vignatti1-1/+2
2011-04-04xfree86: fix memory leaks in configLayoutTiago Vignatti1-6/+19
2011-04-04xorg: remove unused pointer values all over the serverTiago Vignatti1-2/+2
2011-03-08xfree86/common: Remove a configScreen leak when conf_screen is NULLErkki Seppälä1-1/+3
2011-02-28Don't clobber input device options from xorg.confMatthieu Herrb1-2/+4
2010-12-07Replace alloc+strcpy+strcat with asprintf() & XNFasprintf() callsAlan Coopersmith1-3/+1
2010-12-07Convert existing Xprintf style calls to asprintf styleAlan Coopersmith1-5/+4
2010-12-07xfree86: use xf86AllocateInput() for xorg.conf devices too.Peter Hutterer1-1/+1
2010-12-07xfree86: don't overwrite option list (#32115)Peter Hutterer1-1/+2
2010-11-15xfree86: Initialize Pointer and Keyboard.Cyril Brulebois1-1/+1
2010-11-12xfree86: rename allowEmptyInput to forceInputDevices.Peter Hutterer1-17/+19
2010-11-11Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserver into ...Peter Hutterer1-55/+12
2010-11-11xfree86: remove user-configured AllowEmptyInputPeter Hutterer1-6/+5
2010-11-05xfree86: fix compiler warnings - unused variable iPeter Hutterer1-1/+0
2010-11-05xfree86: fix two compiler warnings - unused variable ati, atimiscPeter Hutterer1-1/+0
2010-10-18dri1: Remove "buffers" from the config logicAdam Jackson1-22/+0
2010-10-18xfree86: Remove %M expansion from config parserAdam Jackson1-6/+6
2010-10-18config: Remove atimisc workaroundAdam Jackson1-18/+0