summaryrefslogtreecommitdiff
path: root/hw/xfree86/common/xf86Init.c
AgeCommit message (Expand)AuthorFilesLines
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
2009-12-22xfree86: Allow config directory to be specified on command lineDan Nicholson1-0/+15
2009-12-16xfree86: fix -quiet option behaviourTiago Vignatti1-1/+1
2009-12-16xfree86: spam output but with verbose level checked insteadTiago Vignatti1-21/+25
2009-11-17xfree86: set a sane umask before opening the logJulien Cristau1-1/+3
2009-10-28Add video driver flag to indicate that console access is not needed.Jamey Sharp1-11/+21
2009-09-20xf86Xinput.c: get DIX event queue pointer once at InitInput timeKeith Packard1-0/+2
2009-09-20probe_devices_from_device_sections: don't leak list of devicesKeith Packard1-1/+1
2009-09-11xfree86: vgaarb: close and cleanup vga arbiterTiago Vignatti1-0/+2
2009-08-31xfree86: removal of some dead code due VGA arbiter's inclusionTiago Vignatti1-4/+0
2009-08-28xf86 ddx: add vga arbiter support.Dave Airlie1-3/+8
2009-08-20xfree86: dump /proc/cmdline in the log on LinuxAdam Jackson1-0/+15
2009-07-28xfree86: delete devices probe code (-probe and -probeonly options)Tiago Vignatti1-127/+2
2009-07-28xfree86: delete stupid video driver dump (-modalias option)Tiago Vignatti1-92/+1
2009-07-28xserver: remove RAC/resource handling code.Dave Airlie1-7/+0
2009-07-15Update to xextproto 7.0.99.1.Peter Hutterer1-2/+1
2009-07-06Unclaim PCI slot if driver probing fails.Matthias Hopf1-1/+2