summaryrefslogtreecommitdiff
path: root/hw/xfree86/os-support
AgeCommit message (Expand)AuthorFilesLines
2008-05-12Delete all DDXes besides xprint.Adam Jackson144-32668/+0
2008-04-30Add M32R architecture support (bug #10020)Kazuhiro Inaoka3-2/+9
2008-04-12Check for __x86_64__ when we check for __amd64__Matt Turner3-6/+6
2008-04-06Remove stale codeSascha Hlusiak4-365/+0
2008-03-16test for the presence of pci_system_init_dev_mem() before calling it.Matthieu Herrb1-0/+2
2008-03-13Bug #14091: Fix build (and runtime) on ia64.Doug Chapman4-70/+2
2008-03-12OpenBSD support for libpciaccess.Mark Kettenis2-0/+5
2008-02-25Fine, we don't need pciInit() anymore. Nuke, nuke, nuke...Tiago Vignatti1-17/+10
2008-02-25Jesus, pciInit() was called 32 times in my machine without need!Tiago Vignatti1-8/+0
2008-02-25Some doc clean up:Tiago Vignatti1-69/+0
2008-02-25remove lnxPciInit() unused function.Tiago Vignatti1-10/+0
2008-02-25Clean some garbage caused when pciaccess was merged:Tiago Vignatti1-12/+1
2008-02-14Use strerror instead of errno values in user strings.Adam Jackson3-5/+5
2008-01-29Bug 13101: xorg-server has a typo in hw/xfree86/os-support/bsd/i386_video.cColeman Kane1-1/+1
2008-01-22There is no such thing as /dev/cpu/mtrr.Adam Jackson1-10/+1
2008-01-02Fix names/types of new vuidMouse{Get,Set}ScreenPrivates macrosAlan Coopersmith1-3/+3
2007-12-27[SBUS]: Fix build, use getpagesize() instead of xf86getpagesize().David S. Miller1-1/+1
2007-12-16xfree86: permit access to io port 0xffff on the hurdSamuel Thibault1-2/+2
2007-12-13Merge branch 'master' into XACE-SELINUXEamon Walsh21-3207/+27
2007-12-03xf86getpagesize -> getpagesize elsewhere in os-support/Adam Jackson7-7/+7
2007-12-03xf86getpagesize() -> getpagesize() in os-support/solaris/sun_bios.cAlan Coopersmith1-1/+1
2007-12-03Death to libcwrapper.Adam Jackson11-3180/+3
2007-11-20Restore checks for __i386 where needed for Sun compilers on SolarisAlan Coopersmith5-19/+16
2007-11-05Merge branch 'master' into XACE-SELINUXEamon Walsh2-14/+24
2007-11-02Avoid PS/2 protocol probing for /dev/input/miceAdam Jackson1-8/+24
2007-10-28XFree86: Remove ridiculous SIGIO debuggingDaniel Stone1-6/+0
2007-10-25Merge branch 'master' into XACE-SELINUXEamon Walsh1-19/+14
2007-10-19Only issue XF86_APM_CAPABILITY_CHANGED for video change ACPI events (not e.g....Matthias Hopf1-14/+9
2007-10-19Fix ids of ACPI events according to ACPI spec.Matthias Hopf1-5/+5
2007-10-17Merge branch 'master' into XACE-SELINUXEamon Walsh9-31/+41
2007-10-14mass change from #ifdef i386 to #ifdef __i386__ to conform to ANSIBen Byer7-27/+23
2007-09-27Fix PCI rework build on Solaris (copy what BSD does)Alan Coopersmith2-1/+15
2007-09-26Remove unused pciAddrHostToBus functions from ix86Pci.cAlan Coopersmith1-3/+3
2007-09-19Merge branch 'master' into XACE-SELINUXEamon Walsh18-942/+97
2007-08-30Remove dead xf86GetPciSizeFromOS and xf86GetPciOffsetFromOS.Eric Anholt6-116/+1
2007-08-30Remove the now-dead PciAvoid symbol.Eric Anholt3-12/+0
2007-08-28Replace BSD custom PCI code with a stub implementation thanks to pciaccess.Eric Anholt7-355/+96
2007-08-28devPrivates rework: since API is already broken, switch everythingEamon Walsh1-7/+7
2007-08-27Remove the BusAccWindows resource code which is now unused.Eric Anholt7-459/+0
2007-08-23Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserver into ...pci-reworkIan Romanick70-357/+158
2007-08-21Fix an error message to not point to @xfree86.org.Adam Jackson1-1/+1
2007-08-21xfree86: Fix build on Linux/alpha.Julien Cristau1-1/+1
2007-08-19Autoconfiguration of wsmouse for NetBSD.Blair Sadewitz1-6/+6
2007-08-16Update for support on NetBSD and DragonFly. FromJeremy C. Reed1-1/+4
2007-08-16Add some more support for DragonFly. From Joerg SonnenbergerJeremy C. Reed2-2/+2
2007-08-12xfree86: Improve default mouse handling on the HurdSamuel Thibault1-1/+23
2007-08-05xserver: stop bcopy from going really slowDave Airlie2-7/+24
2007-08-01Convert all my license statements to the standard formDaniel Stone2-28/+32
2007-07-27Remove all trace of Option "BiosLocation".Adam Jackson1-16/+5
2007-07-19Fix alpha build failuresJulien Cristau2-3/+2