Age | Commit message (Expand) | Author | Files | Lines |
2006-06-24 | Make sure <execinfo.h> is actually included when needed. | Michel Dänzer | 1 | -5/+1 |
2006-06-24 | Bug #7213: Fix the XFree86-DRI extension for byte-swapped clients. | Michel Dänzer | 1 | -7/+30 |
2006-06-23 | Use correct OSNAME setting so we can find os-specific modules like libdrm. | Eric Anholt | 1 | -3/+3 |
2006-06-23 | Add a manpage for EXA. | Eric Anholt | 2 | -0/+52 |
2006-06-21 | Unbreak unbreaking the loader. Re-add the symbol reference lists so that the | Adam Jackson | 9 | -100/+2139 |
2006-06-21 | add some function prototypes to hw/xprint/DiPrint.h as they are exported | Greg Kroah-Hartman | 1 | -0/+5 |
2006-06-21 | Bug 4320: Fastpath corner case improvement for Composite. | Matthias Hopf | 1 | -1/+4 |
2006-06-20 | Move Xserver API for security extension to securitysrv.h | Alan Coopersmith | 1 | -3/+2 |
2006-06-20 | Check setuid() return value. Bugzilla #7116. | Matthieu Herrb | 3 | -3/+13 |
2006-06-19 | fix compiler warnings in hw/xfree86/i2c/fi1236.c | Greg Kroah-Hartman | 2 | -3/+6 |
2006-06-19 | fix compiler warning in hw/xfree86/i2c/tda9850.c | Greg Kroah-Hartman | 1 | -1/+1 |
2006-06-19 | fix compiler warning in hw/vfb/InitOutput.c | Greg Kroah-Hartman | 1 | -0/+2 |
2006-06-19 | fix compiler warnings in hw/xfree86/xf4bpp/ppcGC.c | Greg Kroah-Hartman | 1 | -2/+2 |
2006-06-19 | Another round of loader sense-beating. Remove the (unused) server export | Adam Jackson | 18 | -3049/+78 |
2006-06-18 | Don't bother building RAC as a module, that's just absurd. | Adam Jackson | 5 | -57/+14 |
2006-06-18 | Add a couple of (doxygen) comments I wrote while looking at modesetting. | Eric Anholt | 1 | -0/+22 |
2006-06-18 | Add options to disable EXA acceleration for Composite/UTS/DFS, and always print | Eric Anholt | 1 | -2/+33 |
2006-06-18 | Add some missing .gitignore stuff for Mesa symlinks and other generated files. | Eric Anholt | 10 | -0/+24 |
2006-06-18 | Xprint/ -> hw/xprint | Adam Jackson | 258 | -2/+37208 |
2006-06-16 | Add explicit dependencies (Xorg_DEPENDENCIES = ) on the internal libraries | Eric Anholt | 1 | -0/+3 |
2006-06-09 | fix compiler warning in hw/xfree86/loader/loaderProcs.h | Greg Kroah-Hartman | 1 | -0/+1 |
2006-06-09 | fix compiler warning in hw/xfree86/loader/loadmod.c | Greg Kroah-Hartman | 1 | -2/+0 |
2006-06-09 | fix compiler warnings in hw/xnest/Keyboard.c | Greg Kroah-Hartman | 1 | -3/+0 |
2006-06-09 | put function prototype for ShapeExtensionInit() in proper place | Greg Kroah-Hartman | 1 | -1/+0 |
2006-06-08 | Bug #7120: Multimonitor (non-Xinerama) support for xwin servers. | Adam Jackson | 1 | -2/+4 |
2006-06-08 | Bug #7121: fix clipboard handling in Xming (Colin Harrison) | Adam Jackson | 1 | -26/+17 |
2006-06-08 | fix up EnableDisableExtension() and EnableDisableExtensionError() prototypes | Greg Kroah-Hartman | 1 | -3/+1 |
2006-06-07 | Fix compiler warning about undefined ReinitializeRootWindow function | Greg Kroah-Hartman | 1 | -3/+0 |
2006-06-07 | Fix compiler warnings about SetVendorRelease and SetVendorString | Greg Kroah-Hartman | 1 | -3/+0 |
2006-06-07 | Demolish now-unused loader functions. | Adam Jackson | 2 | -170/+0 |
2006-06-07 | Add a token for EDID-supplied modes. | Adam Jackson | 1 | -0/+1 |
2006-06-07 | Delete a (now misleading) message from the crash handler. | Adam Jackson | 1 | -11/+0 |
2006-06-05 | When we can, bound the maximum number of PCI devices to attempt to scan, by | Daniel Stone | 4 | -2/+25 |
2006-06-05 | Ensure all *ModuleData symbols are marked _X_EXPORT. Start removing | Adam Jackson | 39 | -201/+61 |
2006-06-04 | Remove a stray LBX reference. | Adam Jackson | 1 | -4/+1 |
2006-06-03 | Bug #6619: Fix disappearing hardware cursor. (Colin Harrison) | Daniel Stone | 4 | -10/+4 |
2006-06-03 | Completely remove relocation pointer table. | Daniel Stone | 2 | -24/+1 |
2006-06-03 | Add support for kFreeBSD systems. (Robert Millan, Aurelien Jarno) | Daniel Stone | 1 | -1/+1 |
2006-06-02 | Fix type confusion. | Daniel Stone | 1 | -2/+2 |
2006-06-01 | Bug #6583: Only open /proc/bus/pci/devices once. (Bill Nottingham) | Daniel Stone | 2 | -186/+165 |
2006-06-01 | Clean up a warning, and remove excess multiple-suffix code. | Daniel Stone | 2 | -24/+18 |
2006-06-01 | Ditch more alternate-loader braindamage. | Daniel Stone | 3 | -17/+0 |
2006-06-01 | Kill a.out, COFF and ELF loaders with FIRE. | Daniel Stone | 13 | -7352/+2 |
2006-06-01 | Add bitmap to the ignored module list. | Adam Jackson | 1 | -2/+2 |
2006-06-01 | Ignore requests to load GLcore and speedo. | Daniel Stone | 4 | -10/+19 |
2006-06-01 | Bug #5089: Die, libbitmap, die! | Adam Jackson | 3 | -85/+2 |
2006-06-01 | Remove horrendously ugly DDX backward-compatibility. | Daniel Stone | 2 | -3/+3 |
2006-06-01 | Die XTESTEXT1, die! | Daniel Stone | 8 | -246/+3 |
2006-05-30 | Powerpc machines also need ioperm_noop.c | Matthieu Herrb | 1 | -1/+2 |
2006-05-30 | Properly document the DPMS, SyncOnGreen, and TargetRefresh options. | Adam Jackson | 1 | -10/+15 |