summaryrefslogtreecommitdiff
path: root/hw/xfree86/os-support
AgeCommit message (Expand)AuthorFilesLines
2015-10-26linux: Do not call FatalError from xf86CloseConsoleHans de Goede1-7/+15
2015-10-26Allow system call restarts upon signal interruptionDaniel Drake1-1/+1
2015-10-26On linux use <termios.h> instead of <termio.h>Felix Janda1-4/+0
2015-06-03systemd-logind: don't second guess D-Bus default timeoutRay Strode1-8/+6
2015-06-03systemd-logind: filter out non-signal messages from message filterRay Strode1-0/+3
2015-06-03int10: Fix error check for pci_device_map_legacyJürg Billeter1-1/+1
2014-12-19Solaris: Move shared declarations to xf86_OSlib.hAlan Coopersmith2-2/+5
2014-12-11Solaris: delete undocumented, unuseful -protect0 flagAlan Coopersmith1-31/+0
2014-11-12Drop trailing whitespacesPeter Hutterer19-130/+130
2014-09-18xserver: Move 'pragma GCC diagnostic' outside functionsJon TURNEY1-1/+5
2014-09-16xfree86: Clean up some more alpha awarenessAdam Jackson8-375/+2
2014-09-16xfree86: Remove the memory of MTRR awarenessAdam Jackson1-112/+0
2014-09-16xfree86: Remove xf86CheckMTRRAdam Jackson2-83/+0
2014-09-16xfree86: Remove xf86ReadBIOSAdam Jackson13-497/+1
2014-09-16int10: Port off xf86ReadBIOSAdam Jackson1-2/+17
2014-09-16xfree86: Remove xf86LinearVidMemAdam Jackson11-35/+2
2014-09-16xfree86: Remove {set,undo}WC from VidMemInfoAdam Jackson4-619/+2
2014-09-16xfree86: Remove xf86{Map,Unmap}VidMemAdam Jackson11-1302/+2
2014-08-17Fix format string.Joerg Sonnenberger1-1/+1
2014-07-29xfree86: Remove protectMem from VidMemInfoAdam Jackson1-2/+0
2014-07-29xfree86: Remove unused xf86{Map,Unmap}LegacyIOAdam Jackson1-5/+0
2014-07-29xfree86: Remove deprecated PCI typesAdam Jackson1-4/+0
2014-07-29xfree86: Remove some unused pre-pciaccess typesAdam Jackson1-12/+0
2014-07-29bsd: Remove some reference arm code behind #if 0Adam Jackson1-139/+0
2014-07-28xfree86: Remove MMIO_ONB* and friendsAdam Jackson4-72/+0
2014-07-28xfree86: Remove #include "compiler.h" from places that don't need itAdam Jackson1-4/+0
2014-07-17config: Replace OdevAttributes linked list with structKeith Packard1-35/+17
2014-07-07xfree86: Make error message more readableThierry Reding1-2/+3
2014-07-07xfree86: Store kernel driver name in platform device attributeThierry Reding1-0/+12
2014-06-02xtensa: add support for xtensa architectureMax Filippov1-1/+2
2014-05-22ARC: Add support for ARC architectureAlexey Brodkin1-1/+2
2014-05-05systemd-logind: let the logind code decided whether to close an fdPeter Hutterer2-3/+6
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-03xf86OpenSerial: Add support server managed fdsHans de Goede1-1/+5
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 Packard21-240/+240