summaryrefslogtreecommitdiff
path: root/hw/xfree86/common/xf86Init.c
AgeCommit message (Expand)AuthorFilesLines
2007-08-01Fonts: Fix builtin fontsDaniel Stone1-0/+2
2007-07-18Always normalize the module name.Adam Jackson1-4/+0
2007-07-18Remove dead code for screen crossing.Adam Jackson1-8/+0
2007-07-18Delete dead module test code.Adam Jackson1-33/+0
2007-07-18Remove MEMDEBUGAdam Jackson1-3/+0
2007-07-18Dead ifdefs for BITMAP_SCANLINE_UNIT == 64Adam Jackson1-21/+0
2007-07-14MakeAtom needs length without trailing NUL. sizeof("string") includes NUL.Keith Packard1-1/+1
2007-07-13Use %S instead of %s for strftime seconds when printing build timeAlan Coopersmith1-1/+1
2007-07-12Use kbd driver when xorg.conf specifies "keyboard" or "Keyboard" (bug #11301)Alan Coopersmith1-0/+16
2007-06-28Remove the remnants of OS/2 support.Adam Jackson1-15/+1
2007-06-25Split up memory for devices configured in the config file.Peter Hutterer1-7/+7
2007-06-11Really make sure BUILD_TIME doesn't have a leading zero.Clark Rawlins1-1/+1
2007-06-04Print the build time as well as the date if we can.Zephaniah E. Hull1-0/+8
2007-02-17dix mods for DarwinBen Byer1-0/+1
2006-12-07Revert "xfree86 DDX: Delete DDX screens in ddxGiveUp()."Michel Dänzer1-3/+0
2006-11-29xfree86 DDX: Delete DDX screens in ddxGiveUp().Michel Dänzer1-0/+3
2006-11-22Add a -showDefaultLibPath option.Aaron Plattner1-0/+13
2006-11-22Add a -showDefaultModulePath option.Aaron Plattner1-0/+13
2006-10-20Pre-release message should tell users to check git, not CVS, for updatesAlan Coopersmith1-2/+2
2006-10-08warning cleanupsDaniel Stone1-1/+0
2006-08-29Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserver into ...Daniel Stone1-5/+0
2006-08-28Remove calls to LoaderCheckUnresolved(), since it's now a stub.Adam Jackson1-5/+0
2006-08-24More #ifdef USE_DEPRECATED_KEYBOARD_DRIVER.Adam Jackson1-1/+3
2006-08-24Merge branch 'master' into input-hotplugDaniel Stone1-0/+4
2006-08-23Add xorg.conf IgnoreABI option which does the same thing as -ignoreABIDavid Nusinow1-0/+4
2006-07-21Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserver into ...Daniel Stone1-2/+0
2006-07-21Remove RCS tags. Fix Xprint makefile braindamage.Adam Jackson1-2/+0
2006-07-21bug #890: completely remove deprecated keyboard driverKristian Høgsberg1-14/+0
2006-07-21xorg ddx: move to new input API, remove old keyboard driverDaniel Stone1-82/+2
2006-07-21xorg DDX: implement NewInputDeviceRequestDaniel Stone1-16/+1
2006-07-18get rid of XFree86LOADER, XFree86Server, XFree86Module, and IN_MODULEDaniel Stone1-24/+0
2006-06-20Check setuid() return value. Bugzilla #7116.Matthieu Herrb1-1/+5
2006-06-01Bug #5089: Die, libbitmap, die!Adam Jackson1-2/+1
2006-06-01Die XTESTEXT1, die!Daniel Stone1-9/+1
2006-05-09Bug #5209: Re-enable building APM and ACPI support. (Michel Dänzer)Adam Jackson1-1/+3
2006-04-04Bug #5300: Fix missing spaces in the Build OS line in the log. (EgmontAdam Jackson1-2/+2
2006-03-25Mark everything in xf86sym.c as _X_EXPORT.Adam Jackson1-3/+3
2006-03-20Bug #6213: Check geteuid's return value, not its address, otherwiseAdam Jackson1-3/+3
2006-03-07Numerous amounts refactoring and comment adding (see ChangeLog for file byIan Romanick1-4/+1
2006-02-13Move call to xf86WrapperInit() to OsVendorInit() in xf86Init.c and removeBenjamin Herrenschmidt1-2/+3
2005-12-14Bug #4718: Command line flag to disable ACPI.Adam Jackson1-0/+5
2005-11-08See ChangeLog entry 2005-11-07 for details.Kean Johnson1-2/+2
2005-11-05Bug #4948: <https://bugs.freedesktop.org/show_bug.cgi?id=4948> IncorrectAlan Coopersmith1-3/+3
2005-10-05Fix the rest of the XFree86 DDX options that require an argument to say soAlan Coopersmith1-42/+34
2005-10-05Make Xorg -config stop lying to people and claiming it doesn't exist whenAlan Coopersmith1-10/+12
2005-08-12Fix segfault when "kbd" fails to load and "keyboard" driver is notAlan Coopersmith1-1/+2
2005-08-06Merge in patch release RC handling code from 6.8.2 (Kevin Martin)Alan Coopersmith1-1/+11
2005-07-29Fix code to handle printing 7.0 release candidates properly.Kevin E Martin1-0/+4
2005-07-04Bug #2216: Multiseat support. From various Debian and Ubuntu patches byAdam Jackson1-0/+20
2005-07-03Predicate usage of xf86OSPM functions on #ifdef XF86PM.Daniel Stone1-0/+8