summaryrefslogtreecommitdiff
path: root/hw/xfree86/common/xf86Init.c
AgeCommit message (Expand)AuthorFilesLines
2010-09-10os/xfree86: remove macro checking for POSIX symbolsTiago Vignatti1-10/+0
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
2009-01-05XFree86: Fix build with DGA disabledDaniel Stone1-0/+2
2008-12-23Remove obsolete XF86_DATE & xf86Date.hAlan Coopersmith1-2/+1
2008-12-23Remove unused CLOG_DATE (leftover from pre-git ChangeLog)Alan Coopersmith1-14/+0
2008-12-12Remove #define NEED_EVENTS and NEED_REPLIESPeter Hutterer1-1/+0
2008-12-08xfree86: init EQ before trying to initialise the devices (#18890)Peter Hutterer1-2/+2
2008-12-03Rework symbol visibility for easier maintenancePaulo Cesar Pereira de Andrade1-14/+14
2008-12-02Don't need to check uid/euid for every commandline argumentAlan Coopersmith1-5/+5
2008-12-02xfree86: don't FatalError on "too many input devices".Peter Hutterer1-1/+3
2008-11-29Export symbols defined in the sdk.Paulo Cesar Pereira de Andrade1-12/+12
2008-11-25Code motion: subsume xf86DoProbe.c into xf86Init.cAdam Jackson1-0/+69
2008-11-24Bus: Remove ISA support.Adam Jackson1-2/+2
2008-11-24xfree86: Split the working code of NIDR into new xf86NewInputDevice.Peter Hutterer1-32/+2