summaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2008-11-25Remove unused XAAAvailableOptionsAdam Jackson1-9/+0
2008-11-25Code motion: subsume xf86DoProbe.c into xf86Init.cAdam Jackson4-120/+73
2008-11-25Warning fix.Adam Jackson1-0/+4
2008-11-25Remove dead FreeModuleDesc.Adam Jackson1-18/+0
2008-11-25XQuartz: Simplify the xquartz_resetenv_display pathJeremy Huddleston1-11/+1
2008-11-25XQuartz: Force X11Controller to reset a broken DISPLAY envvar.Jeremy Huddleston3-3/+20
2008-11-25XQuartz: Removed hardcoded org.x.X11 from MachIPC as wellJeremy Huddleston3-8/+23
2008-11-25XQuartz: Add fallback for xpbproxy's display for Tiger or no-launchd-LeopardJeremy Huddleston2-4/+23
2008-11-25XQuartz: Use the environment to pass the bundle's prefs domain on to xinit/qu...Jeremy Huddleston1-0/+11
2008-11-25XQuartz: Dead code removalJeremy Huddleston1-3/+0
2008-11-25XQuartz: Don't hardcode values of org.x.X11 for the preferences domainJeremy Huddleston4-11/+39
2008-11-25XQuartz: More dead code removalJeremy Huddleston1-137/+0
2008-11-25XQuartz: Disable some error spew on Tiger (where it wouldn't be an error)Jeremy Huddleston1-1/+6
2008-11-25XQuartz: Dead code removalJeremy Huddleston2-12/+0
2008-11-25XQuartz: More Tiger cleanup: bootstrap_strerrorJeremy Huddleston2-1/+10
2008-11-24Remove xf86IODelayAdam Jackson4-27/+1
2008-11-24Remove xf86{En,Dis}ableInterrupts entirelyAdam Jackson13-292/+0
2008-11-24Remove the remnants of Jensen supportAdam Jackson5-494/+28
2008-11-24Bus: Remove ISA support.Adam Jackson12-474/+14
2008-11-24Bus: Remove yet more unused overlap processing.Adam Jackson2-8/+0
2008-11-24Bus: Don't pretend to care about IRQs, DMA, or PCI config spaceAdam Jackson1-3/+0
2008-11-24Bus: Simplify a failure case (that pretty much never happens)Adam Jackson1-23/+1
2008-11-24Bus: Trust the kernel when registering driver resourcesAdam Jackson1-16/+4
2008-11-24Remove unused MIN macroAdam Jackson1-4/+0
2008-11-24Bus: remove special handling for init-only resourcesAdam Jackson1-24/+1
2008-11-24PCI: Unexport xf86scanpciAdam Jackson2-2/+1
2008-11-24Bus: remove useless isaConvertRange2HostAdam Jackson3-10/+0
2008-11-24Bus: Don't try to find an ISA bus just for fun.Adam Jackson1-39/+0
2008-11-24Bus: Remove unused RemoveOverlapsAdam Jackson2-87/+0
2008-11-24Bus: Remove the notion of estimated resources.Adam Jackson2-14/+1
2008-11-24Bus: remove the "reducer"Adam Jackson1-53/+0
2008-11-24PCI: Remove unused ia64 platform code.Adam Jackson3-121/+0
2008-11-24PCI: Simplify OS PCI function registration a bit.Adam Jackson4-43/+5
2008-11-24PCI: Remove config mechanism details.Adam Jackson3-23/+0
2008-11-24PCI: Remove non-pciaccess path for x86.Adam Jackson3-495/+0
2008-11-24PCI: Always build domain support.Adam Jackson4-16/+1
2008-11-24Remove xf86GetResourcesImplicitlyAdam Jackson1-27/+4
2008-11-24Fix typo in 5bf2c88d2317230b95b2904cb975167d03ee13a2Alan Coopersmith1-1/+1
2008-11-24Simplify filename generation code for Xorg -configureAlan Coopersmith1-22/+19
2008-11-24Solaris: Make KDSETMODE failure non fatal, and retry it on interruptsAlan Coopersmith1-4/+10
2008-11-24DGA: silence compiler warning.Peter Hutterer1-2/+2
2008-11-24xfree86: Split the working code of NIDR into new xf86NewInputDevice.Peter Hutterer3-95/+83
2008-11-23Merge branch 'master' of git+ssh://herrb@git.freedesktop.org/git/xorg/xserverMatthieu Herrb13-60/+250
2008-11-23missing action in if statement.Matthieu Herrb1-0/+1
2008-11-23Added '-showopts' option to print available driver options (#5564).Stefan Dirsch6-2/+147
2008-11-22XQuartz: More 1.6 server API updatesJeremy Huddleston1-11/+23
2008-11-22XQuartz: Fixed --disable-glxJeremy Huddleston1-2/+2
2008-11-22XQuartz: Updated some code to use newer server APIJeremy Huddleston4-16/+15
2008-11-22XQuartz: GL: Remove the inclusion of glcontextmodes.h.George Staplin1-7/+28
2008-11-22XQuartz: GL: Add a branch to prevent a NULL DrawablePtr structure access.George Staplin1-22/+35