summaryrefslogtreecommitdiff
path: root/hw/xfree86/common/xf86Init.c
AgeCommit message (Expand)AuthorFilesLines
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
2011-07-27xfree86: duplicate xorg.conf device information before xf86NewInputDevicePeter Hutterer1-5/+27
2011-07-01input: free the EQ allocated memory on shutdown (#38634)Peter Hutterer1-0/+1
2011-05-11input: remove DDX event list handlingPeter Hutterer1-2/+0
2011-04-04xfree86: fix memory leak in xf86LoadModulesTiago Vignatti1-1/+3
2011-02-16xfree86: fix up an out-of-date comment.Peter Hutterer1-1/+1
2010-12-20xfree86: Remove xf86EnterServerStateAdam Jackson1-5/+6
2010-12-20Remove SCO supportAdam Jackson1-14/+0
2010-12-07Convert alloc+sprintf pairs into asprintf() & XNFasprintf() callsAlan Coopersmith1-2/+1
2010-11-30xfree86: Remove unused xf86PixmapKeyRecAdam Jackson1-2/+1
2010-10-15Merge branch 'master' into input-apiPeter Hutterer1-19/+2
2010-09-10os/xfree86: remove macro checking for POSIX symbolsTiago Vignatti1-10/+0
2010-09-10xfree86: remove IDevRec, replace with InputInfoRec.Peter Hutterer1-1/+1
2010-08-27Replace malloc/strlen/strcpy with strdup.Matt Turner1-4/+2
2010-08-27xfree86: Remove comments about unable to use malloc.Jesse Adkins1-5/+0
2010-06-10Remove unnecessary parentheses around return values in functionsMikhail Gusarov1-1/+1
2010-06-06Replace deprecated bzero with memsetMikhail Gusarov1-2/+2
2010-06-05Change the devPrivates API to require dixRegisterPrivateKeyKeith Packard1-0/+10
2010-05-19xfree86: remove PCI dependency from InitOutputTiago Vignatti1-305/+5
2010-05-19xfree86: bus: simplify entity related hooksTiago Vignatti1-1/+0
2010-05-19xfree86: remove unused xf86AccessInit()Tiago Vignatti1-3/+1
2010-05-13Replace X-allocation functions with their C89 counterpartsMikhail Gusarov1-7/+7
2010-04-23xfree86: no need to assign numScreens againTiago Vignatti1-3/+0
2010-04-19unifdef -B -DRENDER to always include RENDER codeKeith Packard1-10/+0
2010-04-02xfree86: die gracefully in the vga arbiter if AddScreen failsTiago Vignatti1-0/+2
2010-02-17os: Prevent core dump from being truncated.Rami Ylimaki1-1/+1
2010-02-15dix: move config_init into the DDX.Peter Hutterer1-0/+10