summaryrefslogtreecommitdiff
path: root/hw/xfree86/os-support/linux/lnx_init.c
AgeCommit message (Expand)AuthorFilesLines
2024-04-18xfree86: unexport os-support functionsEnrico Weigelt, metux IT consult1-0/+1
2024-04-16os: unexport Os*() functionsEnrico Weigelt, metux IT consult1-0/+1
2024-04-15os: unexport command line args handling functionsEnrico Weigelt, metux IT consult1-1/+2
2024-03-21xfree86: os-support: fix missing include of <errno.h>Enrico Weigelt, metux IT consult1-0/+1
2024-03-19Revert "Fix missing includes of <errno.h>"Peter Hutterer1-1/+0
2024-03-18Fix missing includes of <errno.h>Enrico Weigelt, metux IT consult1-0/+1
2024-02-29xfree86: drop unneeded wrapper xf86PrivsElevated()Enrico Weigelt, metux IT consult1-1/+1
2019-04-17Fix old-style definition warning for xf86OSInputThreadInit()Jon Turney1-1/+1
2019-02-25Add xf86OSInputThreadInit call from common layer into os-support layerAlan Coopersmith1-0/+6
2018-10-16xfree86: Only switch to original VT if it is active.Michal Srb1-3/+13
2018-06-28modesetting: Allow a DRM fd to be passed on command line with -masterfd [v2]Keith Packard1-0/+21
2018-04-06xfree86: drop KDSKBMUTE handlingPeter Hutterer1-19/+9
2017-05-03xfree86: Silence a new glibc warningAdam Jackson1-0/+3
2016-07-08linux: Do not try to open /dev/vc/0, fix error msg when /dev/tty0 open failsHans De Goede1-9/+1
2016-06-08dix: Use OsSignal() not signal()Adam Jackson1-1/+1
2015-10-21linux: Do not call FatalError from xf86CloseConsoleHans de Goede1-7/+15
2015-06-03linux: Add a may_fail paramter to linux_parse_vt_settingsHans de Goede1-8/+21
2015-06-03linux: Add linux_parse_vt_settings and linux_get_keeptty helpersHans de Goede1-49/+73
2015-05-20xfree86: drop if 0 hunkPeter Hutterer1-12/+0
2014-09-18xserver: Move 'pragma GCC diagnostic' outside functionsJon TURNEY1-1/+5
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-01-22Ignore a couple of format-nonliteral warningsKeith Packard1-0/+1
2014-01-12xfree86 warning reductionKeith Packard1-2/+2
2012-11-19linux: Prefer ioctl(KDSKBMUTE, 1) over ioctl(KDSKBMODE, K_OFF)Adam Jackson1-10/+23
2012-03-22xfree86: remove out-of-date commentPeter Hutterer1-3/+0
2012-03-21Introduce a consistent coding styleKeith Packard1-173/+170
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-10-18Fix drain_console unregistrationTomáš Trnka1-8/+6
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-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-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-06-10Remove unnecessary parentheses around return values in functionsMikhail Gusarov1-6/+6
2009-11-06Remove lnx_font.c and lnx.hMatt Turner1-28/+2
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-04-01input: Remove xf86ReloadInputDevs hackAdam Jackson1-1/+0
2009-02-16Linux: Remove dead USE_DEV_FB #ifdefsAdam Jackson1-34/+0
2009-01-16xfree86: always force RAW mode under linux.Peter Hutterer1-35/+25
2009-01-11xfree86: ANSI cleanupsJulien Cristau1-2/+2
2008-12-19xfree86: don't restore the TTY mode if we didn't initialize it ourselvesPeter Hutterer1-2/+4
2008-12-03Rework symbol visibility for easier maintenancePaulo Cesar Pereira de Andrade1-4/+4
2008-11-29Export symbols defined in the sdk.Paulo Cesar Pereira de Andrade1-4/+4