summaryrefslogtreecommitdiff
path: root/hw/xfree86/parser
AgeCommit message (Expand)Author
2009-07-08Fix build of drivers with 1.6.2 when not using --install-libxf86configAlan Coopersmith
2009-07-06xfree86: remove duplicate header entries in Makefile.amArkadiusz Miskiewicz
2009-02-19Make RgbPath keyword in xorg.conf a non-fatal errorAlan Coopersmith
2009-02-17Add XkbDir to Files config file sectionKeith Packard
2008-11-08Remove some null statements.James Cloos
2008-10-06xalloc+memset(0) -> xcallocAdam Jackson
2008-07-17Dead code removalDaniel Stone
2008-03-02Add missing file from previous commit.David Nusinow
2008-03-02Bug #13860: Ensure that the DRI mode is in octal format.David Nusinow
2008-03-01clean some "unused" warningsGeorge Sapountzis
2008-02-14Eradicate the VTInit code.Adam Jackson
2007-12-03Use _X_EXPORT instead of __attribute__((visibility("default")))Alan Coopersmith
2007-11-26Allow Virtual to be specified globally in the Screen section.Adam Jackson
2007-11-17Bug #9725: Don't look in root's $HOME for config files, that's just confusing.Adam Jackson
2007-11-05Remove all traces of external RGB database (and Speedo)Daniel Stone
2007-11-02Disable explicit commenting in Monitor section.Adam Jackson
2007-11-02Fix accidental ABI usage in RANDR 1.2 drivers.Adam Jackson
2007-10-11Remove obsolete error message define from parserDavid Nusinow
2007-10-11Don't bother validating the Device section of the conf fileDavid Nusinow
2007-10-11Re-enable validation of the screen section of xorg.confDavid Nusinow
2007-10-09Allow the user to not have a screen sectionDavid Nusinow
2007-10-09First pass at improved video driver autoloadingDavid Nusinow
2007-06-29Death to RCS tags.Adam Jackson
2007-06-28Remove the remnants of OS/2 support.Adam Jackson
2007-06-28Bug #10770: "Inputdevs" isn't a valid config file keyword.Adam Jackson
2007-05-03Improve modules loading defaultsDavid Nusinow
2007-04-10XFree86: Fix memory leak in option parsingMagnus Vigerlöf
2007-04-09Don't write out empty sections from the parser.Adam Jackson
2007-03-25Static cleanup for xf86 ddx.Adam Jackson
2007-03-25Static cleanups, dead code deletion.Adam Jackson
2007-02-17Ensure drivers can use new modes header files.Keith Packard
2006-11-04Merge master back to randr-1.2Keith Packard
2006-10-04Merge branch 'master' into randr-1.2Keith Packard
2006-09-24Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserver into ...Daniel Stone
2006-09-21Bug 8386: Grow parser buffers to fit an entire line if it's longer than CONFI...Aaron Plattner
2006-09-18Remove smashing of CFLAGS from server build.Keith Packard
2006-09-13Bug 7641: fix comment written to Xorg.conf (s/VertSync/VertRefresh/)Bill Nottingham
2006-09-10If we're installing libxf86config, install headers needed to build against it.Donnie Berkholz
2006-08-25xfree86/parser: use 'kbd' driver when 'keyboard' specifiedDaniel Stone
2006-07-21remove undead files from masterDaniel Stone
2006-07-21Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserver into ...Daniel Stone
2006-07-21Remove RCS tags. Fix Xprint makefile braindamage.Adam Jackson
2006-07-21bug #890: completely remove deprecated keyboard driverKristian Høgsberg
2006-07-01Missing close parenthesis in one of the setuid() fixes.Rudo Thomas
2006-06-20Check setuid() return value. Bugzilla #7116.Matthieu Herrb
2006-06-01Ignore requests to load GLcore and speedo.Daniel Stone
2006-04-07Coverity #488: Avoid smashing an array on malformed config files.Adam Jackson
2006-04-07Coverity #812: Fix parser memory leak.Adam Jackson
2006-03-10Coverity #813, #814, #815, #816: Fix resource leaks in error paths ofEric Anholt
2006-02-15Mark everything in dixsym.c as _X_EXPORT.Adam Jackson