summaryrefslogtreecommitdiff
path: root/hw/xfree86/common/xf86Configure.c
AgeCommit message (Expand)AuthorFilesLines
2018-09-28dix: Merge AbortDDX into ddxGiveUpAdam Jackson1-2/+2
2018-02-05xfree86: Only call PreInit handler if it exists for deviceJeff Smith1-1/+2
2018-02-05xfree86: Allocate sufficienct space for dev2screen arrayJeff Smith1-1/+1
2017-10-30Use ARRAY_SIZE all over the treeDaniel Martin1-1/+1
2017-07-31xfree86: Fix X -configure driver sort yet againAdam Jackson1-6/+5
2017-05-11Replace all checks for 'linux' macro with '__linux__'Julien Cristau1-1/+1
2017-02-16xfree86: Remove Option "BiosBase" (v2)Adam Jackson1-1/+0
2017-01-25loader: Turn LoaderListDirs into LoaderListDirAdam Jackson1-8/+67
2017-01-25loader: Move loader list details to internal headerAdam Jackson1-0/+1
2017-01-25xfree86: Remove a stray reference to font modulesAdam Jackson1-2/+1
2017-01-25xfree86: Fix up some bad indentationAdam Jackson1-14/+14
2016-04-29dix: Squash some new gcc6 warningsAdam Jackson1-1/+1
2015-04-21Convert hw/xfree86 to new *allocarray functionsAlan Coopersmith1-1/+1
2015-04-21Let calloc handle multiplicationAlan Coopersmith1-2/+2
2014-11-12Drop trailing whitespacesPeter Hutterer1-2/+2
2014-09-26xfree86: Remove Option "TextClockFreq"Adam Jackson1-1/+0
2014-02-10xfree86: use xnfstrdup in the Xorg -configure codePeter Hutterer1-21/+21
2014-02-05xfree86: unconstify another stringPeter Hutterer1-2/+2
2014-02-05xfree86: un-constify inp_driver/inp_identifierPeter Hutterer1-4/+4
2014-01-22xfree86: Fix -Wshadow warningsKeith Packard1-24/+23
2014-01-12xfree86/common: Warning fixes. Mostly const string handling.Keith Packard1-12/+26
2014-01-12hw/xfree86: Lots of constant string supportKeith Packard1-2/+4
2013-10-31xf86AddBusDeviceToConfigure(): Store device in DevToConfig[i].pVideoSøren Sandmann Pedersen1-0/+2
2012-09-20xfree86: Change the semantics of driverFunc(GET_REQUIRED_HW_INTERFACES)Adam Jackson1-26/+1
2012-03-21Introduce a consistent coding styleKeith Packard1-403/+424
2011-12-12DoShowOptions: preserve constness of options list as we walk itAlan Coopersmith1-2/+3
2011-11-23Fix gcc -Wwrite-strings warnings in xf86 ddxAlan Coopersmith1-10/+10
2011-11-23Move DoShowOptions to xf86Configure.c, delete xf86ShowOpts.cAlan Coopersmith1-0/+51
2011-10-15configure: wrap PCI code with macro and set it at build timeTiago Vignatti1-1/+5
2011-07-27Terminate the log with one last message.Peter Hutterer1-1/+1
2011-04-18Simplify auto-detect mouse for WSCONS_SUPPORTAlexandr Shadchin1-10/+3
2011-03-14Consolidate all the PATH_MAX handling into misc.hChristopher James Halse Rogers1-4/+1
2010-12-20Remove SCO supportAdam Jackson1-20/+1
2010-12-07Convert alloc+sprintf pairs into asprintf() & XNFasprintf() callsAlan Coopersmith1-22/+11
2010-09-14xfree86: configure: move buses references to their own locationTiago Vignatti1-93/+22
2010-07-01xfree86: configure: remove vendor and card name matching rulesTiago Vignatti1-25/+0
2010-06-11xfree86: Get rid of xstrdup when argument is definitely non-NULLMikhail Gusarov1-10/+10
2010-05-24xfree86: bus: delete useless xf86FindPrimaryDeviceTiago Vignatti1-2/+0
2010-05-19Merge remote branch 'vignatti/bus-cleanup'Keith Packard1-2/+0
2010-05-19xfree86: fix typo in optionTypeToSting.Peter Hutterer1-2/+2
2010-05-19xfree86: remove xf86EnableAccessTiago Vignatti1-1/+0
2010-05-19xfree86: bus: simplify entity related hooksTiago Vignatti1-1/+0
2010-05-18xfree86: Add option parsing for percent options.Peter Hutterer1-1/+4
2010-05-13Replace X-allocation functions with their C89 counterpartsMikhail Gusarov1-7/+7
2010-03-21common: xf86Configure: alloc_strlen: Allocated memory does not have space for...Oliver McFadden1-1/+1
2009-12-11xfree86: remove unused variable in configureDDMonitorSection.Peter Hutterer1-1/+0
2009-10-29EDID: CEA extension supportMa Ling1-24/+32
2009-10-08Resource leakage: 0 is a valid file descriptorMartin Ettl1-1/+1
2009-08-18xfree86: remove unused code (xf86Configure.c)Tiago Vignatti1-2/+0
2009-08-18xfree86: remove unaffected code (xf86Configure.c)Tiago Vignatti1-8/+0