index
:
~tjaalton/xserver
for-1.19
Unnamed repository; edit this file 'description' to name the repository.
tjaalton
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
2018-02-13
xfree86: Add ModulePath support for OutputClass config Sections
Hans De Goede
1
-0
/
+1
2016-08-24
xfree86: print the module name together with the load failure message
Peter Hutterer
1
-16
/
+19
2016-03-14
xfree86: Finish removing font modules
Adam Jackson
1
-3
/
+0
2015-04-21
Convert hw/xfree86 to new *allocarray functions
Alan Coopersmith
1
-5
/
+5
2014-11-12
Drop trailing whitespaces
Peter Hutterer
1
-2
/
+2
2014-10-08
loader: Remove some baklava code
Adam Jackson
1
-65
/
+48
2014-09-18
loader: Remove compatibility with ancient XFree86 version numbering
Adam Jackson
1
-37
/
+9
2014-07-24
xfree86: Remove i2c multimedia modules
Adam Jackson
1
-1
/
+0
2014-06-02
xfree86: Report Present as a built-in module
Chris Wilson
1
-0
/
+3
2014-06-02
xfree86: Report DRI3 as a built-in module
Chris Wilson
1
-0
/
+3
2014-01-12
Replace 'pointer' type with 'void *'
Keith Packard
1
-8
/
+8
2014-01-12
xfree86/common: Warning fixes. Mostly const string handling.
Keith Packard
1
-3
/
+3
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
[next]