summaryrefslogtreecommitdiff
path: root/hw/xfree86/parser
AgeCommit message (Expand)AuthorFilesLines
2017-05-12os, xfree86: Stop being so weird about <limits.h>Adam Jackson1-7/+0
2017-05-11hw/xfree86: fix comment typoFrank Binns1-1/+1
2017-04-26Add a Meson build system alongside autotools.Eric Anholt1-0/+32
2017-04-25Remove default defines of some directories.Eric Anholt2-20/+0
2017-03-15parser: Fix crash when xf86nameCompare(s1 = x, s2 = NULL)Adam Jackson1-0/+2
2017-02-16xfree86: Remove Option "BiosBase" (v2)Adam Jackson2-4/+1
2016-12-14xfree86: Add ModulePath support for OutputClass config SectionsHans De Goede2-0/+16
2016-12-14xfree86: Add options support for OutputClass OptionsHans De Goede2-0/+7
2016-12-07Fix a segfault that occurs if xorg.conf.d is absent:Ben Crocker2-1/+16
2016-06-08dix: Use OsSignal() not signal()Adam Jackson1-3/+2
2016-05-03xfree86: add support for MatchIsTabletPadPeter Hutterer3-0/+14
2016-04-18xfree86/parser: simplify #ifdef ladderEmil Velikov1-22/+9
2016-04-18xfree86/parser: reuse StringToToken() in xf86getToken()Emil Velikov1-8/+2
2016-04-18xfree86/parser: move StringToToken() definition further upEmil Velikov1-14/+12
2016-04-18xfree86/parser: annotate xf86ConfigSymTabRec as constant dataEmil Velikov18-37/+33
2015-12-18xfree86: add NoMatchFoo directives for InputClass sectionsPeter Hutterer3-11/+78
2015-12-18xfree86: whitespace fixPeter Hutterer1-2/+2
2015-09-23libxf86config: libxf86config_internal -> libxf86configEgbert Eich1-2/+2
2015-09-23libxf86config: RemoveEgbert Eich2-16/+1
2015-07-08parser: static cleanupAdam Jackson5-164/+158
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