summaryrefslogtreecommitdiff
path: root/hw/xfree86/common/xf86Init.c
AgeCommit message (Expand)AuthorFilesLines
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
2005-07-03Add Xtrans definitions (FONT_t, TRANS_CLIENT) to clean up warnings.Daniel Stone1-0/+4
2005-04-20Fix includes right throughout the Xserver tree:Daniel Stone1-7/+7
2005-01-28Modifying X.Org Xserver DDX to allow to run X with ordinary userEgbert Eich1-26/+51
2004-12-22Bug #2123 <https://bugs.freedesktop.org/show_bug.cgi?id=2123> AttachmentAlan Coopersmith1-1/+5
2004-11-24Remove this file and all references to the binary expiry code.Kristian Høgsberg1-17/+0
2004-10-11Improving DPMS handling on VT swich and server termination/abort: previousEgbert Eich1-4/+5
2004-09-21Merged over libXpm security fix provided by Chris Evans, Matthieu Herrb andEgbert Eich1-1/+1
2004-08-20Fix keyboard driver failing to initialize if DoLoadableServer is NO (BugKevin E Martin1-2/+2
2004-08-18Fix AIX build problems (Bugs #1020, 1102, 1103, Dan McNichol).Kevin E Martin1-2/+1
2004-08-16Add kdb <-> keyboard aliasing when UseDeprecatedKeyboardDriver is NO (BugKevin E Martin1-10/+1
2004-08-16Fix banner to print out proper version information.Kevin E Martin1-0/+4
2004-08-15Copy bits from parent window when allocating pixmaps so that Background ==Keith Packard1-0/+1
2004-08-10Update version to 6.7.99.1 and fix problem with snapshot string generation.XORG-6_7_99_1Kevin E Martin1-3/+6
2004-08-08Disable legacy keyboard driver "keyboard", unlessKristian Høgsberg1-2/+23