summaryrefslogtreecommitdiff
path: root/hw/xfree86/os-support/linux
AgeCommit message (Expand)AuthorFilesLines
2013-05-23Merge commit 'c760fb0154848d47438908ba8b3da2fffc68a460' into server-1.14-branchMatt Dew1-5/+40
2013-05-06xfree86: change a log messagePeter Hutterer1-2/+1
2013-05-06xf86: don't hotplug output devices while VT switched.Dave Airlie1-5/+40
2013-02-08xfree86: bail on misformed acpi strings (#73227)Ted Felix1-3/+6
2012-11-19linux: Prefer ioctl(KDSKBMUTE, 1) over ioctl(KDSKBMODE, K_OFF)Adam Jackson1-10/+23
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 Coopersmith1-17/+14
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 Airlie2-1/+131
2012-06-05api: rework the X server driver API to avoid global arrays.Dave Airlie2-23/+22
2012-03-22xfree86: remove out-of-date commentPeter Hutterer1-3/+0
2012-03-21Introduce a consistent coding styleKeith Packard11-1556/+1586
2012-01-09linux: Use K_OFF VT KB mode over K_RAW if available.Arthur Taylor1-6/+13
2011-11-23Convert a bunch of sprintf to snprintf callsAlan Coopersmith1-1/+1
2011-11-18xfree86: Fix powerpc build with -Werror=int-to-pointer-cast -Werror=pointer-t...Jeremy Huddleston1-4/+4
2011-10-29Move check definition MAP_FAILED in xf86_OSlib.hAlexandr Shadchin1-4/+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-15configure: change PCI function checking by a meaningful version of the libraryTiago Vignatti1-3/+0
2011-10-15linux: Remove ia64 domain I/O support codeAdam Jackson1-4/+0
2011-09-16xfree86: move -novtswitch & -sharevts argument handling up to common layerAlan Coopersmith1-19/+6
2011-04-22linux: Retry VT ioctls while errno == EINTRAaron Plattner1-34/+49
2010-12-31XFree86: Linux: AGP: Fix void-pointer-arithmetic warningDaniel Stone1-1/+1
2010-12-31linux: warning fixAdam Jackson1-1/+1
2010-11-30linux: Refactor VT switch on {re,}generation and shutdownAdam Jackson1-24/+14
2010-11-30linux: Don't muck about with tty permissionsAdam Jackson1-62/+0
2010-11-30linux: Remove redundant variableAdam Jackson1-5/+3
2010-11-19linux: Fix CPU usage bug in console fd flushingAdam Jackson1-1/+5
2010-11-11Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserver into ...Peter Hutterer1-0/+2
2010-11-10Do not trap access to timer and keyboardSamuel Thibault1-0/+2
2010-10-15Merge branch 'master' into input-apiPeter Hutterer1-2/+3
2010-09-23xfree86: nds32: add nds32 definition for support linux video related io.Macpaul Lin1-2/+3
2010-09-10xfree86: add a hook to replace the new console handler.Peter Hutterer1-3/+1
2010-09-10linux: Don't lose console events on non-evdev drivers (#29969)Thomas Hellstrom1-2/+3
2010-09-09linux: Don't lose console events on non-evdev drivers (#29969)Thomas Hellstrom1-2/+3
2010-06-10Remove unnecessary parentheses around return values in functionsMikhail Gusarov2-7/+7
2010-05-13Replace X-allocation functions with their C89 counterpartsMikhail Gusarov3-15/+15
2009-11-16Use glibc's in/out routinesMatt Turner4-212/+5
2009-11-06Remove lnx_font.c and lnx.hMatt Turner6-328/+2
2009-10-13Merge remote branch 'mattst88/master'Keith Packard2-16/+18
2009-10-13[alpha] assume we have __NR_pciconfig_iobaseMatt Turner1-4/+0
2009-10-13[alpha] don't return from void functionsMatt Turner1-6/+12
2009-10-08Resource leakage: 0 is a valid file descriptorMartin Ettl1-1/+1
2009-10-07Fix undefined symbols on alphaMichael Cree1-6/+6
2009-09-14xfree86: fix VT_WAITACTIVE control flow (#11477)Peter Hutterer1-1/+1
2009-09-01XFree86: Linux: Fix 100% CPU usage with ShareVTs and kbdMichael Witrant1-4/+4
2009-08-18xfree86/linux: don't change VT perms unless we're running as rootJesse Barnes1-17/+21
2009-08-12Fix build on AlphaMatt Turner1-1/+1
2009-07-28xserver: remove RAC/resource handling code.Dave Airlie1-1/+0