summaryrefslogtreecommitdiff
path: root/hw/xfree86/common/xf86Config.c
AgeCommit message (Expand)AuthorFilesLines
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
2010-10-18config: Don't look for .o drivers anymoreAdam Jackson1-1/+1
2010-10-15Merge branch 'master' into input-apiPeter Hutterer1-10/+3
2010-09-14xfree86: use xf86PciIsolateDevice to get PCI config informationTiago Vignatti1-10/+3
2010-09-10xfree86: remove IDevRec, replace with InputInfoRec.Peter Hutterer1-37/+37
2010-09-10xfree86: remove extraOptions field from IDevRec.Peter Hutterer1-29/+6
2010-09-01xfree86: remove unused DeviceAssocRec struct.Peter Hutterer1-1/+0
2010-06-10Remove unnecessary parentheses around return values in functionsMikhail Gusarov1-2/+2
2010-06-06Replace deprecated bzero with memsetMikhail Gusarov1-4/+4
2010-05-28xfree86: initialize InputAttributes to NULL in the autoconfig code.Peter Hutterer1-0/+1
2010-05-13Replace X-allocation functions with their C89 counterpartsMikhail Gusarov1-21/+21
2010-04-19unifdef -B -DRENDER to always include RENDER codeKeith Packard1-4/+0