summaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2006-12-01fixup configure.ac problems with DRI_SOURCES and LBX_SOURCESairlied3-4/+2
2006-12-01add extern to struct definitionairlied1-1/+1
2006-12-01dri: setup libdrm hooks as early as possible.Dave Airlie2-4/+8
2006-12-01DRI: call drmSetServerInfo() before drmOpen().airlied2-260/+4
2006-12-01Fix typo before the last commit.Eric Anholt1-1/+1
2006-12-01Bug #8868: Remove drm from SUBDIRS now that the directory is gone.Eric Anholt1-2/+2
2006-12-01make X server use system libdrm - this requires libdrm >= 2.3.0airlied13-4161/+101
2006-12-01remove CID support (bug #5553)Daniel Stone4-19/+0
2006-11-30On DragonFLy, default to /dev/sysmouse (just like on FreeBSD).Jeremy C. Reed2-2/+2
2006-11-30Add DIX_CFLAGS to util builds.Aaron Plattner4-4/+4
2006-11-30Add a -showDefaultLibPath option.Aaron Plattner2-0/+16
2006-11-30Add a -showDefaultModulePath option.Aaron Plattner2-0/+16
2006-11-30Bug #9023: Only check mice for "mouse" or "void" if identifier is != NULL.Matthias Hopf1-1/+1
2006-11-13Include a forgotten ia64 header in the distball. Builds on ia64 now.Adam Jackson1-1/+2
2006-11-10Fix distcheck.Adam Jackson1-2/+1
2006-11-10Fix obviously wrong boundary checks + cleanup unused vars.Matthias Hopf1-5/+4
2006-11-10Fix device path in altixPCI.c to be domain aware.Matthias Hopf1-3/+6
2006-11-10Add domain support to linuxPciOpenFile().Matthias Hopf1-22/+68
2006-11-10Fixing domain support for ia64Matthias Hopf2-2/+105
2006-11-10Added linux 2.6 compatible domain aware device scanning code.Matthias Hopf3-13/+67
2006-11-10Make int10 fully domain aware.Egbert Eich1-7/+6
2006-11-10Added missing domain stripping in already domain aware code.Matthias Hopf1-2/+2
2006-11-08'make dist' fixes.Adam Jackson1-3/+0
2006-11-08xfree86/linux acpi: fix tokenisingBram Verweij1-1/+1
2006-11-08add 'general socket' handler, port ACPI to use itDaniel Stone3-16/+93
2006-11-08Do not map full 0-1MB legacy rangeBjorn Helgaas1-13/+7
2006-11-08Fixing mach64 driver bailing out on ia64Egbert Eich1-3/+1
2006-11-08Build with -D_PC on ix86 only.Matthias Hopf1-3/+8
2006-11-08Fix standard VESA modes.Aaron Plattner1-3/+3
2006-11-08xfree86: re-enable chipset-specific drivers for Linux/ia64Myron Stowe1-5/+5
2006-11-08remove XFree86 changelogs (bug #7262)Erik Andren3-20358/+0
2006-11-03Fix automake error: BUILT_SOURCES was defined multiple times on SolarisAlan Coopersmith1-5/+4
2006-10-29Handle building in a separate objdirMatthieu Herrb1-1/+1
2006-10-29kill GNU-make'ism.Matthieu Herrb1-1/+1
2006-10-25Fix test for Option "IgnoreABI".Michel Dänzer1-1/+1
2006-10-24Create xorg.conf.example (Gentoo bug #138623).Joshua Baergen2-4/+19
2006-10-19Pre-release message should tell users to check git, not CVS, for updatesAlan Coopersmith1-2/+2
2006-10-16Small modification to blocking signals when switching modes.Alan Hourihane1-4/+1
2006-10-13Make sure xorgcfg files are included even when dist made with --disable-xorgcfgAlan Coopersmith1-7/+13
2006-10-13Block IO on switchmode just as we do for VT switchingAlan Hourihane1-0/+3
2006-10-11Check for visual==NULL in dmxBECreateColormap() before calling XCreateColormap()Brian1-6/+13
2006-10-11The fbcmap.c file used by Xdmx _must_ be compiled with XFree86Server defined.Brian1-0/+4
2006-10-11Replace broken DMXDBG3() with DMXDBG2()Brian1-2/+2
2006-10-11Bug 8386: Grow parser buffers to fit an entire line if it's longer than CONFI...Aaron Plattner1-2/+121
2006-10-11* Install Xprint's Xsession script to $(sysconfdir)/X11/Xsession.dDrew Parsons2-1/+32
2006-10-11Really fix sparc on 64-bit kernel/32-bit userland.Donnie Berkholz1-1/+1
2006-10-11Don't install librac.a.Adam Jackson1-1/+1
2006-10-11Merge branch 'autoconfig-for-7.2' into server-1.2-branchAdam Jackson8-438/+797
2006-10-11Back out merge of master to 1.2 branch. Undoes 89987ca...Adam Jackson13-224/+16
2006-10-06Merge branch 'XACE-modular'Alan Coopersmith2-3/+8