Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2006-09-15 | Merge branch 'master' into my-XACE-modularXACE-modular | Eamon Walsh | 4 | -1/+19 | |
2006-09-13 | Bug 7641: fix comment written to Xorg.conf (s/VertSync/VertRefresh/) | Bill Nottingham | 1 | -1/+1 | |
X.Org Bugzilla #7641 <https://bugs.freedesktop.org/show_bug.cgi?id=7641> Patch #6349 <https://bugs.freedesktop.org/attachment.cgi?id=6349> | |||||
2006-09-10 | If we're installing libxf86config, install headers needed to build against it. | Donnie Berkholz | 1 | -0/+6 | |
2006-09-10 | the new PCI mapping routines are broken on sparc64 (in fact they look | Jesse Barnes | 1 | -0/+6 | |
broken for any 32 bit X server running on a 64 bit kernel) so #ifdef them out for now. the PCI rework tree will make all this crap go away, so I think we can tolerate the extra #ifdef for the next release. | |||||
2006-09-06 | Make sure _XSERVER64 is defined when it should be and gets tested. | Michel Dänzer | 1 | -0/+6 | |
2006-09-05 | Merge branch 'master' into my-XACE-modular | Eamon Walsh | 6 | -11/+56 | |
Conflicts: configure.ac | |||||
2006-08-28 | Remove calls to LoaderCheckUnresolved(), since it's now a stub. | Adam Jackson | 2 | -9/+0 | |
2006-08-24 | More #ifdef USE_DEPRECATED_KEYBOARD_DRIVER. | Adam Jackson | 1 | -1/+3 | |
2006-08-24 | Merge branch 'master' of git://anongit.freedesktop.org/git/xorg/xserver | Matthias Hopf | 6 | -57/+42 | |
2006-08-23 | Add xorg.conf IgnoreABI option which does the same thing as -ignoreABI | David Nusinow | 4 | -1/+17 | |
2006-08-21 | Merge branch 'XACE-modular' into my-XACE-modular | Eamon Walsh | 510 | -3489/+1845 | |
2006-08-21 | Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserver into ↵ | Alan Coopersmith | 12 | -69/+739 | |
XACE-modular | |||||
2006-08-17 | Un-cut-and-paste the mode rejection message. | Adam Jackson | 1 | -56/+22 | |
2006-08-17 | Fix default mouse device on Linux, again. | Adam Jackson | 1 | -0/+3 | |
It would be really nice if we only did this in one place instead of 40. | |||||
2006-08-16 | Fixed segfault w/ broken Xinerama configs. | Matthias Hopf | 1 | -0/+36 | |
2006-08-12 | xfree86: don't do legacy IO on ARM or S/390 (Debian #362641) | Bastian Blank | 3 | -10/+10 | |
Don't attempt to poke legacy IO ranges on ARM or S/390. | |||||
2006-08-12 | xfree86: add Hurd support (#5613) | Samuel Thibault | 6 | -1/+696 | |
Add support for GNU/Hurd. | |||||
2006-08-10 | Fix a mode sanity check to not break reduced-blanking setups (LCDs). | Adam Jackson | 1 | -1/+2 | |
2006-08-10 | Rename some mode tokens to better reflect their use. | Adam Jackson | 1 | -1/+6 | |
Per #5386, M_T_EDID -> M_T_DRIVER, since it's really for any driver-detected mode. Also add M_T_PREFERRED bit, to select a 'best' mode out of a set. | |||||
2006-08-10 | Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserver into ↵ | Alan Coopersmith | 504 | -3420/+1106 | |
XACE-modular | |||||
2006-08-09 | Remove TargetRefresh option from the autoconfig logic. | Adam Jackson | 1 | -1/+0 | |
The default target of 75Hz is almost always wrong for LCDs. | |||||
2006-08-07 | remove optional R3 backwards compatibility | Daniel Stone | 1 | -1/+0 | |
Remove the permitOldBugs flag, which enabled backwards compatbility with broken R2/R3 era clients. | |||||
2006-08-06 | Document enable/disable flag for AIGLX in xorg.conf manpage. | David Nusinow | 1 | -0/+3 | |
2006-08-03 | Make SecurityLookupIDBy* part of the base functionality. | Eamon Walsh | 1 | -2/+0 | |
2006-07-31 | Adding devPrivates support to the ExtensionEntry structure. | Eamon Walsh | 1 | -0/+2 | |
2006-07-31 | Noting uses libdummy.a, so don't build it. Only libdummy-nonserver.a | Ian Romanick | 2 | -11/+1 | |
is actually used. | |||||
2006-07-30 | add sym.h to sources | Daniel Stone | 1 | -0/+1 | |
2006-07-30 | remove README (which doesn't exist) from EXTRA_DIST | Daniel Stone | 1 | -1/+1 | |
2006-07-28 | Bug #5386 (partial): Move CVT mode generator from cvt(1) to server core, and | Luc Verhaegen | 6 | -266/+303 | |
export it from the X server to modules. | |||||
2006-07-26 | Remove dead function prototypes. | Adam Jackson | 2 | -3/+0 | |
2006-07-26 | Remove getconfig horrorshow. Replace with a static built-in rule list for now. | Adam Jackson | 10 | -1075/+64 | |
2006-07-26 | Remove another latent PowerMAX hunk. | Adam Jackson | 1 | -82/+1 | |
All your favorite running jokes of 2005, today! | |||||
2006-07-21 | Yet more dead code. | Adam Jackson | 4 | -35/+0 | |
2006-07-21 | static markup, more dead code. | Adam Jackson | 2 | -42/+1 | |
2006-07-21 | Open-coded path checks make baby Jesus cry. | Adam Jackson | 1 | -28/+16 | |
2006-07-21 | Remove a useless open() of the module we're about to load. | Adam Jackson | 3 | -16/+3 | |
2006-07-21 | loader: walk directory paths with readdir(), don't stat() everything | Daniel Stone | 1 | -37/+56 | |
Walk the directories with readdir, and don't stat everything we can find. Thanks to davej for the public humiliation reminding me to go back and re-fix this one. | |||||
2006-07-21 | Delete internal usage of the symbol ref/req lists. | Adam Jackson | 4 | -70/+1 | |
2006-07-21 | Remove the loader's required and referenced symbol lists, dead code. | Adam Jackson | 3 | -188/+4 | |
2006-07-21 | Detach xf4bpp from cfb. | Adam Jackson | 2 | -5/+4 | |
2006-07-21 | Remove RCS tags. Fix Xprint makefile braindamage. | Adam Jackson | 435 | -474/+0 | |
2006-07-21 | Fix the RandR failure path for rotated screens. | Aaron Plattner | 1 | -4/+8 | |
2006-07-21 | Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserver | Ian Romanick | 1 | -29/+0 | |
2006-07-20 | Remove unused variable. | Ian Romanick | 1 | -1/+0 | |
2006-07-20 | Remove the DDXTIME conditional, for being unused. | Adam Jackson | 1 | -29/+0 | |
2006-07-20 | Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserver | Ian Romanick | 73 | -501/+87 | |
2006-07-18 | get rid of XFree86LOADER, XFree86Server, XFree86Module, and IN_MODULE | Daniel Stone | 72 | -498/+72 | |
Get rid of almost all uses of these definitions. They're still defined for delinquent out-of-tree drivers, and also for the Mesa build. As well as for miinitext.c. But largely gone. | |||||
2006-07-17 | Fix the Linux ACPI reopen code to use a repeating timer, rather than a | Adam Jackson | 1 | -3/+15 | |
one-shot sleep-and-reopen attempt. | |||||
2006-07-14 | Add some const qualifiers to serveral function parameters. | Ian Romanick | 3 | -10/+11 | |
2006-07-14 | Rearrange code in xf86int10ParseBiosLocation to use strncasecmp. This | Ian Romanick | 1 | -23/+16 | |
eliminates the need for the first use of xstrdup in this function. The second use of xstrdup was *never* necessary and has also been eliminated. |