summaryrefslogtreecommitdiff
path: root/hw/xfree86/common/xf86Init.c
AgeCommit message (Expand)AuthorFilesLines
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
2009-06-19Use pixman_version_string() instead of PIXMAN_VERSION_STRINGSøren Sandmann Pedersen1-1/+1
2009-06-18Print the current version of pixman.Søren Sandmann Pedersen1-0/+1
2009-05-16xfree86: Remove superfluous ifdef DEBUG checks.Peter Hutterer1-13/+5
2009-04-09Lift fatal signal handlers from DDX'es up to a common DIX implementationAlan Coopersmith1-8/+10
2009-02-17Add XkbDir to Files config file sectionKeith Packard1-0/+7
2009-02-04Bus: Delete some obfuscatory macrosAdam Jackson1-1/+1
2009-01-11xfree86: ANSI cleanupsJulien Cristau1-8/+6