summaryrefslogtreecommitdiff
path: root/hw/xfree86/os-support
AgeCommit message (Expand)AuthorFilesLines
2012-11-19linux: Prefer ioctl(KDSKBMUTE, 1) over ioctl(KDSKBMODE, K_OFF)Adam Jackson1-10/+23
2012-11-05xfree86: os-support: fix old-style function definition warningsYaakov Selkowitz4-7/+7
2012-09-20linux: Make failure to iopl non-fatalAdam Jackson1-5/+2
2012-09-20linux: Refactor xf86{En,Dis}ableIOAdam Jackson1-34/+48
2012-08-06Fix up formatting of initializers for arrays of structsAlan Coopersmith5-69/+60
2012-07-10XFree86: os-support: Remove unused xf86MakeNewMappingDaniel Stone2-15/+0
2012-07-06xfree86: add platform bus hotplug support (v3)Dave Airlie1-0/+49
2012-07-06xfree86: use udev to provide device enumeration for kms devices (v10)Dave Airlie4-1/+160
2012-07-04Merge branch 'sigio-vt-switch-issues' into for-keithPeter Hutterer1-19/+5
2012-07-03xfree86: drop ddx-specific SIGIO blockingPeter Hutterer1-4/+3
2012-07-03xfree86: use OsBlockSIGIO from the ddxPeter Hutterer1-15/+2
2012-06-21Add global variable inSignalContextChase Douglas1-0/+4
2012-06-05api: rework the X server driver API to avoid global arrays.Dave Airlie2-23/+22
2012-04-05os-support: add Cygwin supportYaakov Selkowitz1-1/+1
2012-03-22xfree86: remove out-of-date commentPeter Hutterer1-3/+0
2012-03-21Introduce a consistent coding styleKeith Packard60-5889/+5774
2012-02-03Stop including <sys/proc.h> from xf86_OSlib.h on SolarisAlan Coopersmith1-1/+1
2012-01-09linux: Use K_OFF VT KB mode over K_RAW if available.Arthur Taylor1-6/+13
2011-11-23sun_agp: cast key to uintptr_t before casting to (int *)Alan Coopersmith1-1/+1
2011-11-23Convert a bunch of sprintf to snprintf callsAlan Coopersmith3-12/+12
2011-11-18xfree86: Deprecate the use of xf86PciInfo.hJeremy Huddleston1-1/+0
2011-11-18xfree86: Fix powerpc build with -Werror=int-to-pointer-cast -Werror=pointer-t...Jeremy Huddleston1-4/+4
2011-10-29bsd: alpha_video: Remove unused variablesAlexandr Shadchin1-3/+0
2011-10-29bsd: alpha_video: Simplify #includeAlexandr Shadchin1-6/+4
2011-10-29bsd: alpha_video: Function sethae() need only for FreeBSDAlexandr Shadchin1-37/+14
2011-10-29Move check definition MAP_FAILED in xf86_OSlib.hAlexandr Shadchin8-30/+4
2011-10-29Remove odd definition DEV_MEMAlexandr Shadchin4-7/+1
2011-10-29Remove BSDi supportAlexandr Shadchin1-17/+2
2011-10-29Remove unused VT_SYSREQ_DEFAULTAlexandr Shadchin1-4/+0
2011-10-28bsd: Remove odd message about -sharevtsAlexandr Shadchin1-1/+0
2011-10-19Merge remote-tracking branch 'whot/for-keith'Keith Packard1-8/+6
2011-10-18Fix drain_console unregistrationTomáš Trnka1-8/+6
2011-10-15xfree86: Deprecate xf86MapVidMem and friendsJeremy Huddleston1-5/+5
2011-10-15configure: wrap PCI code with macro and set it at build timeTiago Vignatti1-1/+4
2011-10-15configure: change PCI function checking by a meaningful version of the libraryTiago Vignatti2-5/+0
2011-10-15xfree86: Work around issue where ar may be told to make an archive with no co...Jeremy Huddleston2-1/+2
2011-10-15xfree86: Add stubs for os-support to help adding new architecture supportJeremy Huddleston6-1/+81
2011-10-15pci: Remove xf86MapDomainMemoryAdam Jackson4-269/+0
2011-10-15pci: Deprecate the PCITAG typeAdam Jackson2-8/+1
2011-10-15xfree86: Remove unused bios_devmem.cAdam Jackson2-78/+0
2011-10-15linux: Remove ia64 domain I/O support codeAdam Jackson2-192/+0
2011-10-15linux: Remove pre-2.6 PCI interface supportAdam Jackson1-30/+2
2011-10-15bus: remove some dead struct fieldsAdam Jackson1-6/+0
2011-10-15linux: Use pci_device_get_parent_bridge instead of open-coding itAdam Jackson1-40/+1
2011-10-15pci: Port xf86MapLegacyIO to pciaccessAdam Jackson5-149/+10
2011-09-29Remove unused vtSysreqAlexandr Shadchin1-10/+0
2011-09-29bsd: ioctl KDENABIO/KDDISABIO do not matter for OpenBSDAlexandr Shadchin1-3/+3
2011-09-29bsd: OpenBSD and NetBSD not need extra headers in PCVT_SUPPORTAlexandr Shadchin1-9/+3
2011-09-29bsd: Some clean upAlexandr Shadchin2-16/+8
2011-09-29bsd: Remove dead codeAlexandr Shadchin1-23/+0