index
:
xorg/xserver-test
COMPOSITEWRAP
CYGWIN
DAMAGE-XFIXES
Domain-branch
IPv6-REVIEW
STSF-CURRENT
XACE-SELINUX
XACE-modular
XEVIE
XINERAMA_2
XORG-6_8-branch
XORG-CURRENT
XORG-RELEASE-1
XORG-RELEASE-1-STSF
XORG-RELEASE-1-TM
XORG-STABLE
XPRINT
autoconfig-for-7.2
bcook-backend
compat_output
dmx-2
dri-0-1-branch
dri2-swapbuffers
exa-damagetrack
glucose-2
gsr-current
input-hotplug
lg3d
lg3d-7.2
lg3d-dev
lg3d-dev-0-6-1
lg3d-dev-0-6-1-1
lg3d-dev-0-6-1-current
lg3d-dev-0-6-1-latest
lg3d-dev-0-6-2
lg3d-dev-0-6-latest
lg3d-dev-0-7-0
lg3d-dev-0-7-1
lg3d-event
lg3d-master
master
mpx
no-pci-rework
orib-soc-2006
panning-for-server-1.6
pci-rework
randr-1.2
randr-1.2-for-server-1.2
randr-dpms
sco_port_update
server-1.10-branch
server-1.11-branch
server-1.12-branch
server-1.13-branch
server-1.14-branch
server-1.2-branch
server-1.3-branch
server-1.4-branch
server-1.5-branch
server-1.6-branch
server-1.6-enterleave
server-1.7-branch
server-1.7-nominations
server-1.8-branch
server-1.9-branch
server-1_0-branch
server-1_1-branch
transform-proposal
wonderland-dev
xf-4_0_2-branch
xf-4_1-branch
xf-4_2-branch
xf-4_3-branch
xfixes_2_branch
xgl-0-0-1
xorg-server-1.2-apple
xorg-server-1.4-apple
xorg-server-1.5-apple
xorg-server-1.6-apple
xorg-server-1.7-apple
xquartz-composite
xwayland
xwayland-1.12
X server
keithp
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
2012-07-10
Move DRI2 from external module to built-in
Daniel Stone
1
-0
/
+1
2012-07-10
Move DRI1 from external module to built-in
Daniel Stone
1
-0
/
+1
2012-07-10
Remove the last remnants of extmod
Daniel Stone
1
-0
/
+1
2012-07-09
Move RECORD from external module to built-in
Tomas Carnecky
1
-0
/
+1
2012-07-09
Move DBE from an external module to built-in
Tomas Carnecky
1
-0
/
+1
2012-07-09
Loader: Drop EXTERN_MODULE flag
Daniel Stone
1
-4
/
+0
2012-07-04
Look for ModuleData only in appropriate library
Michal Srb
1
-1
/
+1
2012-07-02
Log in UnloadModuleOrDriver() in a signal safe manner
Chase Douglas
1
-2
/
+3
2012-04-05
loader: add Cygwin support
Yaakov Selkowitz
1
-0
/
+18
2012-03-21
Introduce a consistent coding style
Keith Packard
1
-544
/
+553
2012-01-09
UnloadSubModule(): accept pointer value '1' and ignore it.
Matthieu Herrb
1
-0
/
+3
2011-12-05
LoaderOpen returns either a valid pointer or NULL, so don't check for < 0
Alan Coopersmith
1
-1
/
+1
2011-11-23
FindModule: stop copying const char *dirname to char *dirpath
Alan Coopersmith
1
-8
/
+3
2011-10-18
Do not uselessly reload modules in DuplicateModule
Michal Suchanek
1
-9
/
+9
2011-10-18
Use UnloadModuleOrDriver for UnloadSubModule.
Michal Suchanek
1
-17
/
+6
2011-04-07
xfree86: loader: use one exit code only for readability
Tiago Vignatti
1
-20
/
+12
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
[next]