summaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2006-06-04Remove a stray LBX reference.Adam Jackson1-4/+1
2006-06-03Bug #6619: Fix disappearing hardware cursor. (Colin Harrison)Daniel Stone4-10/+4
2006-06-03Completely remove relocation pointer table.Daniel Stone2-24/+1
2006-06-03Add support for kFreeBSD systems. (Robert Millan, Aurelien Jarno)Daniel Stone1-1/+1
2006-06-02Fix type confusion.Daniel Stone1-2/+2
2006-06-01Bug #6583: Only open /proc/bus/pci/devices once. (Bill Nottingham)Daniel Stone2-186/+165
2006-06-01Clean up a warning, and remove excess multiple-suffix code.Daniel Stone2-24/+18
2006-06-01Ditch more alternate-loader braindamage.Daniel Stone3-17/+0
2006-06-01Kill a.out, COFF and ELF loaders with FIRE.Daniel Stone13-7352/+2
2006-06-01Add bitmap to the ignored module list.Adam Jackson1-2/+2
2006-06-01Ignore requests to load GLcore and speedo.Daniel Stone4-10/+19
2006-06-01Bug #5089: Die, libbitmap, die!Adam Jackson3-85/+2
2006-06-01Remove horrendously ugly DDX backward-compatibility.Daniel Stone2-3/+3
2006-06-01Die XTESTEXT1, die!Daniel Stone8-246/+3
2006-05-30Powerpc machines also need ioperm_noop.cMatthieu Herrb1-1/+2
2006-05-30Properly document the DPMS, SyncOnGreen, and TargetRefresh options.Adam Jackson1-10/+15
2006-05-29Remove -xkbmap argument.Daniel Stone10-112/+44
2006-05-27check buffersize before reading next char, fixes the "mouse stuck at left"Matthieu Herrb1-1/+1
2006-05-26RGB color database and XErrorDB install to "share" not "lib" by default (byJeremy C. Reed2-5/+5
2006-05-25Don't do fixup_video_driver_list if no drivers. (I had signal 11 and coreJeremy C. Reed1-2/+2
2006-05-24NetBSD also has curses.h instead of ncurses.h. (TODO: Maybe instead ofJeremy C. Reed1-2/+2
2006-05-20Update to 2006-05-19 snapshotAlan Coopersmith3-591/+10180
2006-05-18Bug #4139: Fix a BAR remapping bug that could lead to IERR and system hang.Adam Jackson7-73/+169
2006-05-18Bug #6377: Ignore disabled BARs, and allow matching BARs aligned to lessAdam Jackson1-11/+15
2006-05-18Bug #5877: Avoid burning CPU when acpid dies. Require acpid to be runningAdam Jackson1-12/+13
2006-05-17Make Xv symbols conditional. (Enrico Wiegelt)Daniel Stone1-0/+2
2006-05-17Make DBE support conditional. (Enrico Wiegelt)Daniel Stone1-2/+6
2006-05-15Bug #5209: Fix APM/ACPI support, again. (Michel Dänzer, Valery Inozemtsev)Adam Jackson1-0/+4
2006-05-11Bug #4320: Improved XAA Composite fastpath.Matthias Hopf1-6/+13
2006-05-09Bug #5209: Re-enable building APM and ACPI support. (Michel Dänzer)Adam Jackson7-15/+51
2006-05-03Make Xephyr build on Solaris:Alan Coopersmith2-2/+5
2006-05-03Redact a few mentions of speedo font support.Adam Jackson3-14/+6
2006-04-30Remove NEED_LINEHELPER BC cruft for pre-R6 DDXes.Adam Jackson18-83/+0
2006-04-26Add a helper for the Component Alpha Over case, which breaks the operationEric Anholt1-0/+6
2006-04-26Bug #6751: Use the Linux PCI ROM interface on Linux properly. The oldDave Airlie3-0/+58
2006-04-26Bug #6750: This patch detects Intel bridges that are transparent but aren'tDave Airlie2-3/+13
2006-04-25Add an option to verify at the point of migration that pixmaps which aren'tEric Anholt1-0/+1
2006-04-24strlcpy() doesn't exist on Linux, so use the implementation in os/.Donnie Berkholz1-0/+5
2006-04-23Don't access free memory after unloading a module. Bugzilla #4168.Matthieu Herrb2-1/+19
2006-04-22When reading the kernel keyboard mapping (readKernelMapping inBenjamin Herrenschmidt1-1/+1
2006-04-18Missed in previous commit: Add a new migration scheme, called "Smart" forEric Anholt2-1/+3
2006-04-18Update all prefixes in config tools, so they mostly work again. Also, makeDonnie Berkholz7-14/+19
2006-04-17Fix kdrive build by linking in libexa before KDRIVE_LIBS.Donnie Berkholz1-2/+2
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-14CVT means Coordinated Video Timing instead of Common.Luc Verhaegen2-6/+7
2006-04-14Bug #6580: Don't install xf86drm.h, that's libdrm's job.Adam Jackson1-3/+3