index
:
~vignatti/xserver
bus-cleanup-take3
client-logging
daniels-fixes-and-cleanup
ephyr-dri2
generation-removal
inputthread
inputthread-commits
lrmi-for-children
master
maxscreenless
options-cleanup
registry-fix
xwayland-1.12
xwm-client
Tiago's playground
vignatti
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
xfree86
/
loader
/
loadmod.c
Age
Commit message (
Expand
)
Author
Files
Lines
2011-04-04
xfree86: loader: fix memory leaks in LoaderListDirs
Tiago Vignatti
1
-0
/
+6
2010-12-31
loader: warning fix
Adam Jackson
1
-1
/
+1
2010-12-07
Replace alloc+strcpy+strcat with asprintf() & XNFasprintf() calls
Alan Coopersmith
1
-4
/
+2
2010-12-07
Convert alloc+sprintf pairs into asprintf() & XNFasprintf() calls
Alan Coopersmith
1
-6
/
+6
2010-11-30
FindModuleInSubdir: Stop allocating one more byte than needed
Alan Coopersmith
1
-3
/
+3
2010-09-22
loader: Remove a silly layer of reference counting
Adam Jackson
1
-42
/
+36
2010-09-22
loader: Remove the handle field from LoaderOpen
Adam Jackson
1
-1
/
+1
2010-09-22
loader: Remove unused canonical name field
Adam Jackson
1
-2
/
+1
2010-06-11
xfree86: Get rid of xstrdup when argument is definitely non-NULL
Mikhail Gusarov
1
-3
/
+3
2010-06-10
Remove unnecessary parentheses around return values in functions
Mikhail Gusarov
1
-3
/
+3
2010-06-06
Remove more superfluous if(p) checks around free(p)
Mikhail Gusarov
1
-8
/
+4
2010-05-13
Replace X-allocation functions with their C89 counterparts
Mikhail Gusarov
1
-33
/
+33
2009-11-09
loader: actually stat something that has some chance of existing. (v2)
Dave Airlie
1
-2
/
+5
2009-07-17
loader: Remove useless TestFree() macro
Adam Jackson
1
-7
/
+5
2009-04-01
Don't leak canonical module name and patterns if module is built-in
Alan Coopersmith
1
-1
/
+2
2009-02-04
loader: Remove icache flushes on alpha.
Adam Jackson
1
-12
/
+0
2009-01-29
Remove extra / from Loading module line
Matt Turner
1
-3
/
+3
2008-12-03
Rework symbol visibility for easier maintenance
Paulo Cesar Pereira de Andrade
1
-11
/
+14
2008-11-29
Export symbols defined in the sdk.
Paulo Cesar Pereira de Andrade
1
-1
/
+1
2008-11-25
Remove dead FreeModuleDesc.
Adam Jackson
1
-18
/
+0
2008-07-28
xfree86: don't output a spurious newline to the log when loading a module
Julien Cristau
1
-8
/
+9
2008-07-16
Remove loadable font renderer support.
Adam Jackson
1
-1
/
+0
2008-04-25
Remove all traces of #ifdef XINPUT and the matching bits from the configure.ac
Peter Hutterer
1
-2
/
+0
2008-02-18
xfree86: plug memory leak in InitPathList.
Arjan van de Ven
1
-0
/
+1
2008-02-14
Remove some braindamage from ModuleDesc.
Adam Jackson
1
-21
/
+0
2008-01-29
Loader: Fix verbosity confusion
Julien Goodwin
1
-1
/
+1
2007-12-08
Add a missing linebreak after LoadModule: "foo"
Brice Goglin
1
-1
/
+1
2007-06-28
Remove the remnants of OS/2 support.
Adam Jackson
1
-5
/
+0
2007-06-20
Include module name in "already built-in" message
Alan Coopersmith
1
-1
/
+1
2007-04-16
Using wrong log level in extension to built-in message
Keith Packard
1
-1
/
+1
2007-03-25
Static cleanups, dead code deletion.
Adam Jackson
1
-73
/
+27
2007-03-25
loader: fix already built-in message
Dave Airlie
1
-1
/
+1
2007-03-15
Create driver-independent CRTC-based cursor layer.
Keith Packard
1
-1
/
+2
2007-02-15
Merge crtc/output-based mode selection code.
Keith Packard
1
-3
/
+21
2007-01-24
Plug memory leak in doLoadModule()
Alan Coopersmith
1
-1
/
+1
2006-07-21
Open-coded path checks make baby Jesus cry.
Adam Jackson
1
-28
/
+16
2006-07-21
loader: walk directory paths with readdir(), don't stat() everything
Daniel Stone
1
-37
/
+56
2006-06-19
Another round of loader sense-beating. Remove the (unused) server export
Adam Jackson
1
-32
/
+8
2006-06-09
fix compiler warning in hw/xfree86/loader/loadmod.c
Greg Kroah-Hartman
1
-2
/
+0
2006-06-01
Clean up a warning, and remove excess multiple-suffix code.
Daniel Stone
1
-23
/
+17
2006-06-01
Ditch more alternate-loader braindamage.
Daniel Stone
1
-4
/
+0
2006-03-25
Mark everything in xf86sym.c as _X_EXPORT.
Adam Jackson
1
-6
/
+6
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 #1053: Nuke a dead variable.
Adam Jackson
1
-2
/
+0
2006-03-12
Merge accel_indirect branch to HEAD.
Kristian Høgsberg
1
-44
/
+95
2005-10-19
Bug #3196: Fix Load foo.so syntax.
Adam Jackson
1
-0
/
+5
2005-08-09
//bugs.freedesktop.org/show_bug.cgi?id=3950> Xorg prints version numbers in
Alan Coopersmith
1
-1
/
+7
2005-07-03
Change <X11/misc.h> and <X11/os.h> to "misc.h" and "os.h".
Daniel Stone
1
-2
/
+2
2005-07-03
Add Xtrans definitions (FONT_t, TRANS_CLIENT) to clean up warnings.
Daniel Stone
1
-0
/
+4
[next]