summaryrefslogtreecommitdiff
path: root/hw/xfree86/common/xf86Init.c
AgeCommit message (Expand)AuthorFilesLines
2016-08-13xfree86: Set pScrn->pScreen before driver ScreenInit is calledKeith Packard1-2/+11
2016-07-18Remove fd_set from Block/Wakeup handler APIKeith Packard1-1/+1
2016-06-08xfree86: Don't swallow ±iglx command line flagAdam Jackson1-1/+1
2016-06-08dix: Use OsSignal() not signal()Adam Jackson1-9/+9
2016-05-26xfree86: Use threaded input mechanism [v2]Keith Packard1-0/+3
2016-05-26Remove SIGIO support for input [v5]Keith Packard1-3/+3
2016-05-26xfree86: Add IndirectGLX server flag (v2)Adam Jackson1-0/+4
2016-05-04xfree86: drop unneeded strdup for modulepath/logfileEmil Velikov1-12/+2
2016-05-04xfree86: use the xf86CheckPrivs() helper for modulepath/logfileEmil Velikov1-27/+23
2016-05-04xfree86: factor out the check priviliges and print a big warningEmil Velikov1-14/+12
2016-04-18xfree86: Remove xf86RegisterRootWindowPropertyAdam Jackson1-51/+1
2016-04-18xfree86: Create VT atoms from the root window callback (v2)Adam Jackson1-42/+25
2016-04-18xfree86: Create seat atom from the root window callback (v2)Adam Jackson1-20/+19
2016-02-29vidmode: move to a separate library of its ownOlivier Fourdan1-0/+1
2014-10-08xfree86: Remove some can't-happen printf from xf86CreateRootWindowAdam Jackson1-15/+0
2014-09-26xfree86: Remove pointless xf86PrintMarkersAdam Jackson1-7/+1
2014-07-28xfree86: Remove #include "compiler.h" from places that don't need itAdam Jackson1-2/+0
2014-04-03Set a flag property on the root window to say if the X server VT is activeMichael Thayer1-1/+15
2014-03-03systemd-logind: Add systemd-logind "core"Hans de Goede1-0/+3
2014-01-29dbus-core: Make dbus-core no longer mutually exclusive with udevHans de Goede1-0/+5
2014-01-29xfree86: Keep a non-seat0 X server from touching VTs (#71258)Laércio de Sousa1-1/+2
2014-01-22xfree86: Fix -Wshadow warningsKeith Packard1-2/+2
2014-01-12Replace 'pointer' type with 'void *'Keith Packard1-3/+3
2014-01-12xfree86/common: Warning fixes. Mostly const string handling.Keith Packard1-3/+5
2013-04-12xf86: use new xf86VTOwner interface in a few placesDave Airlie1-1/+1
2012-09-20xfree86: Change the semantics of driverFunc(GET_REQUIRED_HW_INTERFACES)Adam Jackson1-12/+15
2012-07-10Merge branch 'local-fixes'Keith Packard1-2/+4
2012-07-09Add xf86ExtensionInit for DDX extension configurationDaniel Stone1-0/+2
2012-07-09Reliably reset signals at server init timeKeith Packard1-1/+0
2012-07-09xfree86: In InitOutput, only call OsReleaseSIGIO if OsBlockSIGIO was calledKeith Packard1-1/+4
2012-07-07dix: attach unbound screens to protocol screen 0 (v2)Dave Airlie1-0/+3
2012-07-06xfree86: add DDX gpu screen support. (v3)Dave Airlie1-0/+42
2012-07-04Merge branch 'sigio-vt-switch-issues' into for-keithPeter Hutterer1-4/+5
2012-07-03xfree86: drop ddx-specific SIGIO blockingPeter Hutterer1-5/+5
2012-07-02Log in OsVendorFatalError() in a signal safe mannerChase Douglas1-7/+7
2012-06-22xfree86: always enable SIGIO on OsVendorInit (#50957)Peter Hutterer1-0/+1
2012-06-05api: rework the X server driver API to avoid global arrays.Dave Airlie1-2/+2
2012-05-21config/udev: add pre_init stage to config and udev.Dave Airlie1-0/+2
2012-04-05xf86Init: provide ddxBeforeReset ifdef DDXBEFORERESETYaakov Selkowitz1-0/+7
2012-03-24os: Pass the FatalError message to OsVendorFatalErrorJeremy Huddleston1-1/+1
2012-03-21Introduce a consistent coding styleKeith Packard1-1077/+1069
2011-12-16xserver: check for elevated privileges not uid=0Antoine Martin1-9/+69
2011-11-04xfree86: duplicate name and driver from pInfo for NewInputDeviceRequestPeter Hutterer1-0/+2
2011-10-25xfree86: use NewInputDeviceRequest for xorg.conf devices tooPeter Hutterer1-28/+1
2011-10-15configure: wrap PCI code with macro and set it at build timeTiago Vignatti1-1/+6
2011-09-26Merge remote-tracking branch 'whot/next'Keith Packard1-4/+22
2011-09-16xfree86: move -novtswitch & -sharevts argument handling up to common layerAlan Coopersmith1-0/+12
2011-08-22config: add udev/systemd multi-seat supportLennart Poettering1-0/+19
2011-08-22xfree86: update comment for InitInputPeter Hutterer1-4/+3
2011-07-27Terminate the log with one last message.Peter Hutterer1-4/+4