index
:
~keithp/xserver
backout-randr
block-reorder
by-keithp
change-region-api
check-private-usage
depth1
dist-build-fixes
dri3
drm-lease
drm-lease-hacks
drm-lease-v2
drm-sequence
drm-vblank
fd-passing
fix-alpha-maps
fix-ephyr
fix-fb
fix-private-usage
force-randr-shadow
glamor-core-profile
glamor-fence
glamor-fixes
glamor-glclear
glamor-keithp
glamor-new-glyphs
glamor-pixmaps
glamor-present-xv
glamor-server
glamor-sw-traps
glamor-xv-cleanup
glx-answer-buffer
listen-fixes
master
new-font-api
new-glyphs
non-desktop
present-compositor
present-fixes
privates-fixes
protect-input
randr-1.4
randr-1.4-subwork
randr-fixes
randr-monitors
registry-fixes
remove-xfree86-sigio
render-float-transform
screen-specific-privates
secure-x
swap-pages
touch-listener
warning-fixes
wayland-pointer
window-scaling
xinput-align-fix
xkbcomp-cache
Keith's X server tree
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
2017-10-30
Use ARRAY_SIZE all over the tree
Daniel Martin
1
-1
/
+2
2017-04-26
Use #ifdef instead of #if for features to make Meson easier.
Eric Anholt
1
-2
/
+2
2017-02-01
loader: Handle mod->VersionInfo == NULL
Michel Dänzer
1
-10
/
+11
2017-01-25
loader: Learn about the joy of snprintf
Adam Jackson
1
-9
/
+2
2017-01-25
loader: Remove unused path and name from ModuleDescPtr
Adam Jackson
1
-22
/
+9
2017-01-25
loader: Remove unused arguments from LoadModule
Adam Jackson
1
-139
/
+10
2017-01-25
loader: Turn LoaderListDirs into LoaderListDir
Adam Jackson
1
-57
/
+42
2017-01-25
loader: Remove silly "unspecified" version handling
Adam Jackson
1
-28
/
+19
2017-01-25
loader: Remove unused loader error codes and dead enum
Adam Jackson
1
-18
/
+0
2017-01-25
loader: Don't add internal/ to the search path
Adam Jackson
1
-1
/
+0
2017-01-25
loader: Remove *GetOS
Adam Jackson
1
-13
/
+1
2017-01-25
loader: Port from xfree86 to dix API
Adam Jackson
1
-76
/
+65
2017-01-25
xfree86: flatten pathlist management in the loader
Emil Velikov
1
-14
/
+2
2017-01-25
xfree86: remove unused path from the LoadModule API
Emil Velikov
1
-4
/
+3
2016-12-14
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
[next]