summaryrefslogtreecommitdiff
path: root/hw/xfree86/parser
AgeCommit message (Expand)AuthorFilesLines
2015-04-27xserver: add xorg.conf support for gpu devices. (v2.1)Dave Airlie4-2/+28
2014-11-12Drop trailing whitespacesPeter Hutterer19-164/+164
2014-09-26xfree86: Remove Option "TextClockFreq"Adam Jackson3-12/+0
2014-07-07xfree86: Introduce OutputClass configurationThierry Reding6-0/+190
2014-05-01xfree86: add new key MatchSeat to xorg.conf sections "Device", "Screen", and ...Oleg Samarin5-0/+22
2014-03-27Fix build when configured --enable-debugJon TURNEY2-0/+2
2014-02-05xfree86: unconstify driver in the XF86ConfInputClassRecPeter Hutterer1-1/+1
2014-02-05xfree86: unconstify another stringPeter Hutterer1-1/+1
2014-02-05xfree86: un-constify inp_driver/inp_identifierPeter Hutterer1-2/+2
2014-02-04Revert "xfree86/parser: make strings in xf86MatchGroup const"Peter Hutterer2-13/+13
2014-01-22xfree86: Fix -Wshadow warningsKeith Packard17-287/+274
2014-01-12xfree86/parser: make strings in xf86MatchGroup constKeith Packard2-13/+13
2014-01-12xfree86/common: Warning fixes. Mostly const string handling.Keith Packard3-4/+4
2014-01-12hw/xfree86: Lots of constant string supportKeith Packard6-66/+66
2013-08-06Replace INCLUDES with AM_CPPFLAGSPeter Hutterer1-1/+1
2013-08-06xfree86: improve check for posix saved idsJulien Cristau1-1/+2
2012-06-20Remove obsolete tab stop comments from hw/xfree86/parser/*.cAlan Coopersmith15-30/+0
2012-03-21Introduce a consistent coding styleKeith Packard22-4749/+4521
2012-02-03Namespace list api to reduce conflicts with similar system headersAlan Coopersmith2-48/+48
2011-12-12xf86 parser: convert Error to a varargs macro to clear gcc format warningsAlan Coopersmith15-100/+100
2011-12-12Add some printf format attributes suggested by gccAlan Coopersmith1-2/+2
2011-12-07hw/xfree86: fix segfault in config parser when config dir is missingKeith Packard1-0/+4
2011-11-24parser: free val.str after xstrtokenizePaulo Zanoni1-0/+9
2011-11-24parser: free val.str after xf86getBoolValuePaulo Zanoni1-0/+6
2011-11-24parser: free scandir's listPaulo Zanoni1-3/+3
2011-11-24Correctly free config file namesPaulo Zanoni2-18/+12
2011-11-23Fix gcc -Wwrite-strings warnings in xf86 ddxAlan Coopersmith5-15/+15
2011-11-23Convert strncpy/strncat to strlcpy/strlcatAlan Coopersmith1-2/+4
2011-10-31xfree86: fix potential buffer overflowServaas Vandenberghe1-4/+13
2011-10-25input: switch InputOption to use XF86OptionRec storage.Peter Hutterer2-3/+4
2011-09-29Remove unused vtSysreqAlexandr Shadchin1-2/+0
2011-09-27xfree86: switch options from pointer to XF86OptionPtrPeter Hutterer2-24/+3
2011-05-25xfree86: Allow "MatchLayout" statements in config filesOleh Nykyforchyn3-0/+23
2011-03-28xfree86: warning fixAdam Jackson1-1/+1
2011-03-14Consolidate all the PATH_MAX handling into misc.hChristopher James Halse Rogers1-8/+3
2011-01-08xfree86: Convert libxf86config to static libtool libraryDan Nicholson1-3/+4
2010-12-18Bug 32436 - hw/xfree86/parser/Makefile.am TOP_SRCDIR should be top_srcdirAlan Coopersmith1-1/+1
2010-12-07Convert hw/xfree86/parser code to use asprintf() callsAlan Coopersmith3-19/+11
2010-11-10xfree86: parser: Remove 'CUSTOM' flag option in Monitor section.Jesse Adkins3-9/+0
2010-10-18dri1: Remove "buffers" from the config logicAdam Jackson3-76/+0
2010-10-18xfree86: Remove %M expansion from config parserAdam Jackson1-14/+0
2010-10-18xfree86: Remove an open-coded strtoul()Adam Jackson1-48/+1
2010-09-10os/xfree86: remove macro checking for POSIX symbolsTiago Vignatti1-4/+0
2010-08-27Replace malloc/strlen/strcpy with strdup.Matt Turner2-8/+3
2010-08-27xfree86: Purge parsePrologueVoid.Jesse Adkins1-3/+0
2010-08-27xfree86: Removed unused messages from Configint.hJesse Adkins1-6/+0
2010-08-27xfree86: Fix leaks in OpenConfigFile and OpenConfigDirJesse Adkins1-0/+2
2010-08-27xfree86: Remove comments about unable to use malloc.Jesse Adkins1-2/+0
2010-08-13xfree86: parser: Never use constant strings for driver names (fixes #17438)Jesse Adkins2-4/+9
2010-06-10Merge remote branch 'whot/for-keith'Keith Packard3-43/+172