summaryrefslogtreecommitdiff
path: root/hw/xfree86/common
AgeCommit message (Expand)AuthorFilesLines
2006-07-21Remove RCS tags. Fix Xprint makefile braindamage.Adam Jackson64-77/+0
2006-07-21Fix the RandR failure path for rotated screens.Aaron Plattner1-4/+8
2006-07-20Remove the DDXTIME conditional, for being unused.Adam Jackson1-29/+0
2006-07-18get rid of XFree86LOADER, XFree86Server, XFree86Module, and IN_MODULEDaniel Stone18-185/+8
2006-07-06PPC64 build fix.Adam Jackson1-1/+4
2006-07-05fix compiler warning in hw/xfree86/common/xf86Config.cGreg Kroah-Hartman1-0/+1
2006-06-30Bug 7145: fix build with gcc 2.95 & other c89 compilersJens Granseuer1-3/+6
2006-06-24Make sure <execinfo.h> is actually included when needed.Michel Dänzer1-5/+1
2006-06-20Check setuid() return value. Bugzilla #7116.Matthieu Herrb1-1/+5
2006-06-18Don't bother building RAC as a module, that's just absurd.Adam Jackson1-26/+6
2006-06-08fix up EnableDisableExtension() and EnableDisableExtensionError() prototypesGreg Kroah-Hartman1-3/+1
2006-06-07Add a token for EDID-supplied modes.Adam Jackson1-0/+1
2006-06-07Delete a (now misleading) message from the crash handler.Adam Jackson1-11/+0
2006-06-02Fix type confusion.Daniel Stone1-2/+2
2006-06-01Ditch more alternate-loader braindamage.Daniel Stone1-7/+0
2006-06-01Add bitmap to the ignored module list.Adam Jackson1-2/+2
2006-06-01Ignore requests to load GLcore and speedo.Daniel Stone2-10/+16
2006-06-01Bug #5089: Die, libbitmap, die!Adam Jackson1-2/+1
2006-06-01Die XTESTEXT1, die!Daniel Stone2-73/+2
2006-05-29Remove -xkbmap argument.Daniel Stone2-9/+3
2006-05-25Don't do fixup_video_driver_list if no drivers. (I had signal 11 and coreJeremy C. Reed1-2/+2
2006-05-18Bug #4139: Fix a BAR remapping bug that could lead to IERR and system hang.Adam Jackson2-69/+123
2006-05-09Bug #5209: Re-enable building APM and ACPI support. (Michel Dänzer)Adam Jackson3-4/+13
2006-05-03Redact a few mentions of speedo font support.Adam Jackson1-3/+1
2006-04-26Bug #6750: This patch detects Intel bridges that are transparent but aren'tDave Airlie1-1/+10
2006-04-14Coverity #847, #848, #849: Three more memory leaks.Adam Jackson1-0/+3
2006-04-07Bump the ABI versions. Due to Glyph privates and the XV update below, thexorg-server-1_0_99_901XORG-7_0_99_901Aaron Plattner3-17/+23
2006-04-07Remove libc wrapper types from Xisb interfaces.Adam Jackson2-8/+10
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-04Bug #5300: Fix missing spaces in the Build OS line in the log. (EgmontAdam Jackson1-2/+2
2006-04-03Bug #2142: Make font path logging more readable. (Eduard Fuchs)Adam Jackson1-2/+31
2006-03-29More warning cleanup.Adam Jackson1-2/+0
2006-03-28Add a new export, LoaderGetABIVersion. This function allows modules toAaron Plattner1-0/+1
2006-03-25Mark everything in xf86sym.c as _X_EXPORT.Adam Jackson28-382/+382
2006-03-24Refactored the screensaver and DPMS timer code to use the screensaver timerFredrik Höglund1-1/+4
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 Stone1-0/+1
2006-03-15Coverity #490: Fix a range check in xf86vidmode extension.Adam Jackson1-1/+1
2006-03-15Make xf86 linear allocator smarter when dealing with alignment constraintsBenjamin Herrenschmidt1-2/+10
2006-03-12Merge accel_indirect branch to HEAD.Kristian Høgsberg3-2/+18
2006-03-10Just like FreeBSD, let DragonFly's default mouse Device be /dev/sysmouseJeremy C. Reed1-1/+1
2006-03-08Bug #6150: Do the obvious fix of an insane sanity check inEric Anholt1-1/+1
2006-03-07Numerous amounts refactoring and comment adding (see ChangeLog for file byIan Romanick7-150/+172
2006-03-07Fix cvt -r check again. CH7011 TV encoder had 800x600 PAL hit the check.Luc Verhaegen1-13/+18
2006-02-28Remove redundant definition of struct Inst. Safeguard xf86AddDriver againstIan Romanick1-10/+6
2006-02-25Add two radeon pci ids (one is used for a radeon mobility X700 XL in aRoland Scheidegger1-0/+2
2006-02-20Eliminate all the code for querying the PCI class from the PCI ID database.Ian Romanick2-67/+10