summaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2006-05-09Bug #5209: Re-enable building APM and ACPI support. (Michel Dänzer)Adam Jackson7-15/+51
2006-04-28Bug #6750: Fixup for quirky Intel bridges. (Dave Airlie)Adam Jackson2-3/+13
2006-04-28Bug #6751: Use sysfs to read card ROMs if available. (Dave Airlie)Adam Jackson3-0/+58
2006-04-24Bug #6472: Fix a static buffer overflow. (David Woodhouse)Adam Jackson1-1/+1
2006-04-18Update all prefixes in config tools, so they mostly work again. Also, makeDonnie Berkholz7-14/+19
2006-04-18Bug #6628: Fix kdrive build by linking in libexa before KDRIVE_LIBS.Donnie Berkholz1-2/+2
2006-04-15CVT means Coordinated Video Timing instead of Common.Luc Verhaegen2-6/+7
2006-04-14Coverity #804: Another leak on OOM path.Adam Jackson1-1/+4
2006-04-14Coverity #847, #848, #849: Three more memory leaks.Adam Jackson1-0/+3
2006-04-14Coverity #1003, #1004: Two more useless null checks.Adam Jackson1-2/+0
2006-04-14Coverity #1005: Avoid a null deref.Adam Jackson1-2/+3
2006-04-14Coverity #1007: Fix a silly null check.Adam Jackson1-1/+0
2006-04-14Bug #6580: Don't install xf86drm.h, that's libdrm's job.Adam Jackson1-3/+3
2006-04-07Bump the ABI versions. Due to Glyph privates and the XV update below, theAaron Plattner3-17/+23
2006-04-07Remove libc wrapper types from Xisb interfaces.Adam Jackson2-8/+10
2006-04-07Coverity #488: Avoid smashing an array on malformed config files.Adam Jackson1-2/+2
2006-04-07Coverity #769: Fix a potential memory leak for systems that allocate onAdam Jackson1-1/+1
2006-04-07Coverity #838: Plug two more memory leaks.Adam Jackson1-3/+7
2006-04-07Coverity #837: Fix another another memory leak.Adam Jackson1-2/+4
2006-04-07Coverity #836: Fix another memory leak.Adam Jackson1-2/+4
2006-04-07Coverity #835: Plug memory leak in extension section parsing.Adam Jackson1-1/+3
2006-04-07Coverity #812: Fix parser memory leak.Adam Jackson1-0/+1
2006-04-07Coverity #818: Avoid memory leak on error path.Adam Jackson1-2/+4
2006-04-07Coverity #1037: Sanity check idx before use.Adam Jackson1-2/+4
2006-04-04Bug #5300: Fix missing spaces in the Build OS line in the log. (EgmontAdam Jackson2-4/+4
2006-04-03Bug #2142: Make font path logging more readable. (Eduard Fuchs)Adam Jackson1-2/+31
2006-04-03Fix a server crash due to memsetting beyond allocated memory when runningAdam Jackson1-1/+1
2006-04-03Coverity #38: Dead branch elimination.Adam Jackson1-1/+1
2006-04-03Coverity #616: Fix a rare memory leak.Adam Jackson1-1/+4
2006-04-03Coverity #983: Move some risky debugging code inside #ifdef DEBUG.Adam Jackson1-2/+0
2006-04-02../stubAdam Jackson13-25/+26
2006-04-02Reorder link order for Xdmx to fix new screensaver variable referencexorg-server-1_0_99_2Adam Jackson1-3/+0
2006-04-01Clean up warnings and a debug printf.Eric Anholt1-3/+2
2006-04-01Hack around the new screensaver variable for DMX, which is otherwiseAdam Jackson1-0/+3
2006-03-31Add an option to EXA for the DDX to request that EXA hide the pixmap'sEric Anholt2-5/+93
2006-03-30Add a dependency on EXA, so it rebuilds when the library does. The manualEric Anholt1-1/+2
2006-03-30Add an UploadToScreen implementation, for testing PutImage support, andEric Anholt1-6/+53
2006-03-29Add a DownloadFromScreen implementation, used for testing GetImageEric Anholt1-0/+25
2006-03-29More warning cleanup.Adam Jackson10-29/+17
2006-03-28Add a new export, LoaderGetABIVersion. This function allows modules toAaron Plattner3-0/+27
2006-03-27Fix remnants of previous busted _XkbStrCaseCmp commit.Daniel Stone1-4/+4
2006-03-27Remove remnants of XkbCF code.Daniel Stone2-42/+1
2006-03-27Move XFree86 DDX XKB actions into dixmods.Daniel Stone4-6/+165
2006-03-25Mark everything in xf86sym.c as _X_EXPORT.Adam Jackson106-833/+833
2006-03-24Refactored the screensaver and DPMS timer code to use the screensaver timerFredrik Höglund2-5/+5
2006-03-23Add ast driver/pci id (Carl Switzky, Sun Microsystems)Alan Coopersmith1-0/+5
2006-03-20dead file removalAdam Jackson2-125/+0
2006-03-20Bug #6213: Check geteuid's return value, not its address, otherwiseAdam Jackson1-3/+3
2006-03-16Add support for ZX2 PCI-E local bus adaptors. (Alex Williamson, HP)Daniel Stone2-0/+13
2006-03-15Enable correct handling of the BTS instruction (opcode 0f ab) The code wasFelix Kuehling1-4/+2