Age | Commit message (Expand) | Author | Files | Lines |
2006-08-21 | Merge branch 'XACE-modular' into my-XACE-modular | Eamon Walsh | 10 | -263/+94 |
2006-08-10 | Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserver into ... | Alan Coopersmith | 10 | -263/+94 |
2006-08-07 | remove optional R3 backwards compatibility | Daniel Stone | 1 | -1/+0 |
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-30 | add sym.h to sources | Daniel Stone | 1 | -0/+1 |
2006-07-28 | Bug #5386 (partial): Move CVT mode generator from cvt(1) to server core, and | Luc Verhaegen | 1 | -0/+3 |
2006-07-26 | Remove dead function prototypes. | Adam Jackson | 2 | -3/+0 |
2006-07-21 | Yet more dead code. | Adam Jackson | 1 | -6/+0 |
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 |
2006-07-21 | Remove the loader's required and referenced symbol lists, dead code. | Adam Jackson | 2 | -168/+3 |
2006-07-18 | get rid of XFree86LOADER, XFree86Server, XFree86Module, and IN_MODULE | Daniel Stone | 1 | -1/+1 |
2006-07-06 | Remind dlloader that it needs to search the global scope as well as the | Adam Jackson | 1 | -0/+8 |
2006-06-23 | Use correct OSNAME setting so we can find os-specific modules like libdrm. | Eric Anholt | 1 | -3/+3 |
2006-06-21 | Use XACE, not XCSECURITY to decide if SecurityLookup* are exported | Alan Coopersmith | 1 | -2/+2 |
2006-06-21 | Unbreak unbreaking the loader. Re-add the symbol reference lists so that the | Adam Jackson | 8 | -99/+2138 |
2006-06-19 | Another round of loader sense-beating. Remove the (unused) server export | Adam Jackson | 17 | -3048/+77 |
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-07 | Demolish now-unused loader functions. | Adam Jackson | 2 | -170/+0 |
2006-06-04 | Remove a stray LBX reference. | Adam Jackson | 1 | -4/+1 |
2006-06-03 | Completely remove relocation pointer table. | Daniel Stone | 2 | -24/+1 |
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 | 2 | -10/+0 |
2006-06-01 | Kill a.out, COFF and ELF loaders with FIRE. | Daniel Stone | 13 | -7352/+2 |
2006-05-17 | Make Xv symbols conditional. (Enrico Wiegelt) | Daniel Stone | 1 | -0/+2 |
2006-04-23 | Don't access free memory after unloading a module. Bugzilla #4168. | Matthieu Herrb | 1 | -1/+3 |
2006-03-28 | Add a new export, LoaderGetABIVersion. This function allows modules to | Aaron Plattner | 2 | -0/+26 |
2006-03-25 | Mark everything in xf86sym.c as _X_EXPORT. | Adam Jackson | 5 | -16/+16 |
2006-03-24 | Refactored the screensaver and DPMS timer code to use the screensaver timer | Fredrik Höglund | 1 | -4/+1 |
2006-03-15 | Coverity #794: Fix a highly unlikely memory leak. | Adam Jackson | 1 | -5/+4 |
2006-03-15 | Coverity #269: Compare the requested ABI class against the ABI class of the | Adam Jackson | 1 | -1/+1 |
2006-03-15 | Coverity #484: Fix an off-by-one in module refcounting. | Adam Jackson | 1 | -1/+1 |
2006-03-15 | Coverity #1053: Nuke a dead variable. | Adam Jackson | 1 | -2/+0 |
2006-03-12 | Merge accel_indirect branch to HEAD. | Kristian Høgsberg | 12 | -85/+154 |
2006-03-07 | Numerous amounts refactoring and comment adding (see ChangeLog for file by | Ian Romanick | 1 | -1/+0 |
2006-02-16 | Export xf86ActivateDevice, used by the evdev driver. | Zephaniah E. Hull | 1 | -0/+1 |
2006-01-08 | Remove remaining #ifdef DPSEXT stanzas. | Adam Jackson | 1 | -3/+0 |
2006-01-06 | Remove unused X11R4 DDX compatibility function miClipNotify. | Adam Jackson | 1 | -2/+1 |
2005-12-02 | Define XFree86Server only where it is required. | Kevin E Martin | 1 | -1/+1 |
2005-11-29 | Fix usage of XFree86LOADER/XFree86Module/IN_MODULE and update loadable | Kevin E Martin | 1 | -1/+1 |
2005-11-08 | See ChangeLog entry 2005-11-07 for details. | Kean Johnson | 2 | -1/+23 |
2005-10-30 | Add xf86RandRSetNewVirtualAndDimensions to loader symlist | Thomas Winischhofer | 1 | -0/+5 |
2005-10-19 | Bug #3196: Fix Load foo.so syntax. | Adam Jackson | 1 | -0/+5 |
2005-10-18 | Add miext/damage so misym.c can export DamageDamageRegion. | Aaron Plattner | 1 | -1/+2 |
2005-10-18 | Export DamageDamageRegion. Not bumping the ABI version since we did thatXORG-6_8_99_901 | Aaron Plattner | 1 | -0/+6 |
2005-10-11 | Add DGAReInitModes, Part 2 | Thomas Winischhofer | 1 | -0/+1 |
2005-10-11 | programs/Xserver/hw/xfree86/common/xf86RandR.c | Alan Hourihane | 1 | -0/+1 |