summaryrefslogtreecommitdiff
path: root/hw/xfree86/common/xf86Config.c
AgeCommit message (Expand)AuthorFilesLines
2014-07-14xfree86: Only support one sysconfigdirAaron Plattner1-1/+1
2014-06-02xfree86: Add "modesetting" to list of fallback driversSøren Sandmann1-1/+1
2014-05-12xfree86: fix warnings after MatchSeat patchLaércio de Sousa1-12/+12
2014-05-01xfree86: add new key MatchSeat to xorg.conf sections "Device", "Screen", and ...Oleg Samarin1-9/+25
2014-02-04xkb: add a call to init an XkbRMLVOSet from const charsPeter Hutterer1-8/+8
2014-01-22xfree86: Fix -Wshadow warningsKeith Packard1-2/+2
2014-01-12Replace 'pointer' type with 'void *'Keith Packard1-4/+4
2014-01-12xfree86/config: Kludge around const stringsKeith Packard1-8/+10
2014-01-12xfree86/common: Warning fixes. Mostly const string handling.Keith Packard1-16/+16
2013-12-09xfree86: Prefer fbdev to vesaAdam Jackson1-1/+1
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