summaryrefslogtreecommitdiff
path: root/hw/xfree86/common/xf86Init.c
AgeCommit message (Expand)AuthorFilesLines
2018-09-28dix: Merge AbortDDX into ddxGiveUpAdam Jackson1-42/+23
2018-09-27xfree86: Remove -flippixelsAdam Jackson1-5/+0
2018-09-19xorg: Don't log "Build Operating System: Linux 4.9.0-5-amd64 x86_64 Debian"Eric Anholt1-7/+0
2018-09-12xfree86: Remove NoTrapSignalsAdam Jackson1-20/+0
2018-09-12xfree86: Remove a fallback path we never hitAdam Jackson1-11/+0
2018-09-12xfree86: Remove some not-terribly-useful debuggingAdam Jackson1-5/+0
2018-09-12xfree86: Remove some redundant zero-fill for ScrnInfoRecAdam Jackson1-10/+0
2018-09-12xfree86: Remove unused xf86GetServerName()Adam Jackson1-5/+0
2018-09-12dga: Make shutdown less magical and/or terrifyingAdam Jackson1-7/+0
2018-08-02xorg: Remove the XF86PM define.Eric Anholt1-8/+0
2018-04-03xfree86: Restore newline before "X Protocol Version" stringAaron Plattner1-1/+1
2018-03-27autotools: Stop caring about XORG_DATEAdam Jackson1-4/+0
2018-03-21xfree86: replace all uses of xf86PrivsElevated with PrivsElevatedNicolai Hähnle1-3/+3
2018-03-21os: move xf86PrivsElevated hereNicolai Hähnle1-58/+1
2018-02-14glx: Use vnd layer for dispatch (v4)Adam Jackson1-1/+1
2018-01-29xfree86: Remove broken RANDR disabling logic (v4)Adam Jackson1-6/+17
2018-01-24Revert "xfree86: Remove broken RANDR disabling logic (v3)"Adam Jackson1-6/+3
2018-01-24xfree86: Remove broken RANDR disabling logic (v3)Adam Jackson1-3/+6
2017-12-13xfree86: remove xf86CaughtSignal etc.Adam Jackson1-14/+3
2017-05-11Replace all checks for 'linux' macro with '__linux__'Julien Cristau1-1/+1
2017-04-26os: Handle SIGABRTMichel Dänzer1-0/+1
2017-04-25xorg: Change __XCONFIGFILE__ to XCONFIGFILE (and DIR) to fix scan.c.Eric Anholt1-3/+3
2017-03-30xfree86: Remove driver entity hooks and privateAdam Jackson1-3/+0
2017-03-17xfree86: Remove 24bpp pixmap format support (v2)Adam Jackson1-76/+2
2017-01-25loader: Remove unused arguments from LoadModuleAdam Jackson1-3/+3
2017-01-25xfree86: remove unused path from the LoadModule APIEmil Velikov1-1/+1
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