summaryrefslogtreecommitdiff
path: root/hw/xfree86/os-support
AgeCommit message (Expand)AuthorFilesLines
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
2011-09-29bsd: Variable devConsoleFd need only if defined PCCONS_SUPPORTAlexandr Shadchin1-0/+5
2011-09-29bsd: Replacement screenFd on consoleFd because they are equivalentAlexandr Shadchin6-20/+9
2011-09-29bsd: Remove unused macros KBD_FDAlexandr Shadchin1-4/+0
2011-09-26Merge remote-tracking branch 'whot/next'Keith Packard2-4/+5
2011-09-27xfree86: switch options from pointer to XF86OptionPtrPeter Hutterer2-4/+5
2011-09-19sun_init.c: Implement novtswitch & sharevts for SolarisAlan Coopersmith1-3/+13
2011-09-16sun_init.c: Move vt switches to a switch_to helper function like lnx_init.cAlan Coopersmith1-11/+19
2011-09-16xfree86: move -novtswitch & -sharevts argument handling up to common layerAlan Coopersmith2-30/+12
2011-06-30Fix UTF-8 encodingMatěj Cepl1-2/+2
2011-06-28Merge remote-tracking branch 'dbn/no-libxorg'Keith Packard2-8/+1
2011-06-27xfree86: Only log the serial bytes if debug is on.Peter Hutterer1-1/+1
2011-06-23Don't use empty source filesDan Nicholson2-8/+1
2011-04-22linux: Retry VT ioctls while errno == EINTRAaron Plattner1-34/+49
2011-03-14Consolidate all the PATH_MAX handling into misc.hChristopher James Halse Rogers1-8/+3
2011-02-24Removing unused codeAlexandr Shadchin2-13/+1
2010-12-31XFree86: Linux: AGP: Fix void-pointer-arithmetic warningDaniel Stone1-1/+1
2010-12-31linux: warning fixAdam Jackson1-1/+1
2010-12-20Remove SCO supportAdam Jackson7-836/+3