summaryrefslogtreecommitdiff
path: root/hw/xfree86/os-support/linux
AgeCommit message (Expand)AuthorFilesLines
2014-03-26systemd-logind: Monitor systemd-logind going awayHans de Goede1-2/+32
2014-03-13systemd-logind: Correctly deal with InputDevs sharing a device-nodeHans de Goede1-0/+27
2014-03-13systemd-logind: Add a systemd_logind_set_input_fd_for_all_devs helperHans de Goede1-10/+23
2014-03-13systemd_logind_find_info_ptr_by_devnum: Move to higher inside the fileHans de Goede1-14/+14
2014-03-13systemd_logind_find_info_ptr_by_devnum: Add a start argumentHans de Goede1-3/+5
2014-03-12Remove config_odev_add_*attribute checks in various placesHans de Goede1-4/+1
2014-03-10systemd-logind: Fix vt-enter not working when using a legacy video driverHans de Goede1-1/+2
2014-03-03systemd-logind: Add delayed input device probingHans de Goede1-0/+3
2014-03-03systemd-logind: Hookup systemd-logind integrationHans de Goede1-3/+29
2014-03-03systemd-logind: Add systemd-logind "core"Hans de Goede2-0/+535
2014-03-03OdevAttribute: Remove unowned flag from OdevAttributes headHans de Goede1-3/+2
2014-03-03OdevAttribute: Add config_odev_get_attribute helperHans de Goede1-7/+1
2014-03-03linux: xf86OpenConsole: Don't detach from controlling tty when it is our vtHans de Goede1-1/+18
2014-03-03linux: xf86OpenConsole remove root-rights check for keeptty optionHans de Goede1-6/+0
2014-02-07xfree86: Fix a compiler warning on 64-bit.Eric Anholt1-1/+1
2014-01-22Ignore a couple of format-nonliteral warningsKeith Packard1-0/+1
2014-01-12Replace 'pointer' type with 'void *'Keith Packard5-85/+85
2014-01-12xfree86 warning reductionKeith Packard3-8/+7
2013-11-06ARM64: Add support for aarch64Andreas Schwab1-1/+2
2013-08-06Replace INCLUDES with AM_CPPFLAGSPeter Hutterer1-1/+1
2013-04-24Merge remote-tracking branch 'whot/for-keith'Keith Packard1-26/+7
2013-04-12xfree86: Revert workaround for drm race condition.Bryce Harrington1-24/+6
2013-04-12xfree86: change a log messagePeter Hutterer1-2/+1
2013-04-12xf86: don't hotplug output devices while VT switched.Dave Airlie1-5/+40
2013-04-08xfree86: Be verbose if waiting on opening the drm deviceBryce Harrington1-1/+4
2013-04-08xfree86: Fix race condition failure opening drm.Bryce Harrington1-0/+6
2013-04-08xfree86: Keep trying to set interface on drm for 2 seconds.Bryce Harrington1-5/+15
2013-04-08xfree86: Provide more details on failureBryce Harrington1-1/+3
2013-04-08xfree86: Track error code and add label for error handling.Bryce Harrington1-4/+6
2013-04-08xfree86: (Cleanup) Close fd if drm interface 1.4 could not be set.Bryce Harrington1-0/+1
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