index
:
~jturney/xserver
build-fixes
clipboard-64bit-fix
clipboard-debug-for-1.17
clipboard-fixes-new
clipboard-use-libXWinclip
clipboard-xcb-rewrite
clipboard-xcbification
cygwin-aiglx-for-1.10
cygwin-aiglx-for-1.11
cygwin-aiglx-for-1.6
cygwin-aiglx-for-1.7
cygwin-aiglx-for-1.9
cygwin-patches-1.6
cygwin-patches-1.7
cygwin-patches-for-1.10
cygwin-patches-for-1.11
cygwin-patches-for-1.12
cygwin-patches-for-1.13
cygwin-patches-for-1.14
cygwin-patches-for-1.15
cygwin-patches-for-1.16
cygwin-patches-for-1.17
cygwin-patches-for-1.18
cygwin-patches-for-1.18-pre-xcbification
cygwin-patches-for-1.19
cygwin-patches-for-1.20
cygwin-patches-for-1.9
cygwin-release-1.10
cygwin-release-1.11
cygwin-release-1.12
cygwin-release-1.13
cygwin-release-1.14
cygwin-release-1.15
cygwin-release-1.16
cygwin-release-1.17
cygwin-release-1.18
cygwin-release-1.19
cygwin-release-1.20
cygwin-release-1.9
cygwin-warning-fixes-for-1.17
debug-output-format-fixes
dix-patches
engine-enhancements
git-describe-in-log
jturney-cygwin
jturney-debug-improvements
jturney-race-fix
main-in-ddx
master
mhummel-clipboard-thread-improvements
multimedia-keycodes
nontoplevelwin-aiglx
old-bits-and-pieces
reorder-window-creation-skip-taskbar
rootless-hook-tidyup
rpavlik-mingw-runtime-patches
rpavlik-reviewed-patches
rpavlik-unreviewed-patches
snapshot
tinderbox
unmap-minimized-windows
window-raising-rework
window-style-update-unmmap-etc-old
windowed-mode-aiglx
winlayout-to-xmodmap
winlayout-to-xmodmap-2
xcbification
X server
jturney
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
xfree86
/
loader
/
loader.c
Age
Commit message (
Expand
)
Author
Files
Lines
2017-04-26
Add a Meson build system alongside autotools.
Eric Anholt
1
-0
/
+4
2017-01-25
loader: Remove unused arguments from LoadModule
Adam Jackson
1
-3
/
+1
2017-01-25
loader: Port from xfree86 to dix API
Adam Jackson
1
-27
/
+16
2016-03-14
xfree86: Font modules aren't a real thing
Adam Jackson
1
-1
/
+0
2014-09-26
loader: Deobfuscate RTLD_* macro stuff
Adam Jackson
1
-20
/
+2
2014-07-28
xfree86: Remove #include "compiler.h" from places that don't need it
Adam Jackson
1
-1
/
+0
2012-08-06
Fix up formatting of initializers for arrays of structs
Alan Coopersmith
1
-7
/
+6
2012-07-04
Look for ModuleData only in appropriate library
Michal Srb
1
-0
/
+6
2012-07-02
Log in LoaderUnload() in a signal safe manner
Chase Douglas
1
-1
/
+1
2012-03-21
Introduce a consistent coding style
Keith Packard
1
-27
/
+28
2010-12-20
Remove SCO support
Adam Jackson
1
-20
/
+0
2010-10-04
xfree86: Do not call dlclose(NULL) [regression after ab7f057]
Chris Wilson
1
-1
/
+2
2010-09-22
loader: Remove a silly layer of reference counting
Adam Jackson
1
-156
/
+11
2010-09-22
loader: include cleanup
Adam Jackson
1
-8
/
+0
2010-09-22
loader: Remove the handle field from LoaderOpen
Adam Jackson
1
-17
/
+15
2010-09-22
loader: Remove unused canonical name field
Adam Jackson
1
-4
/
+2
2010-09-22
loader: Remove unused module serial number
Adam Jackson
1
-3
/
+0
2010-09-22
loader: Merge dlloader directly into the loader
Adam Jackson
1
-4
/
+72
2010-08-27
Replace malloc/strlen/strcpy with strdup.
Matt Turner
1
-4
/
+2
2009-07-17
loader: Remove a useless check.
Adam Jackson
1
-5
/
+0
2009-07-17
loader: remove dead LoaderCheckUnresolved
Adam Jackson
1
-7
/
+0
2009-05-28
xfree86: Remove loader symbol list ABI stubs
Adam Jackson
1
-21
/
+0
2009-05-08
Fix a couple off-by-one array boundary checks.
Alan Coopersmith
1
-1
/
+1
2009-02-04
loader: Remove a vestige of archive support
Adam Jackson
1
-4
/
+1
2009-02-04
loader: Remove useless call to LoaderGetOS
Adam Jackson
1
-6
/
+0
2009-02-04
loader: Simplify loader magic
Adam Jackson
1
-3
/
+1
2009-02-04
loader: Make a comment slightly less stupid
Adam Jackson
1
-6
/
+1
2009-02-04
loader: code motion.
Adam Jackson
1
-33
/
+30
2009-02-04
loader: Simplify handle allocation and refcounting.
Adam Jackson
1
-17
/
+3
2009-01-11
xfree86: ANSI cleanups
Julien Cristau
1
-1
/
+1
2008-12-07
Use libtool convenience libraries and better "symbol" table.
Paulo Cesar Pereira de Andrade
1
-3
/
+3
2008-12-05
Add back a simplified version of the loader static address tables.
Paulo Cesar Pereira de Andrade
1
-3
/
+4
2008-12-03
Rework symbol visibility for easier maintenance
Paulo Cesar Pereira de Andrade
1
-8
/
+8
2008-07-17
Remove more Lynx leftovers
Alan Coopersmith
1
-5
/
+0
2008-07-17
Drop a bunch of #ifdef Lynx.
Mathieu BĂ©rard
1
-1
/
+1
2008-07-16
Remove loadable font renderer support.
Adam Jackson
1
-5
/
+1
2008-07-10
Add LoaderShouldIgnoreABI to allow drivers that roll their own ABI checks (i....
Aaron Plattner
1
-0
/
+6
2008-06-24
Check for __amd64__, not __x86_64__.
Adam Jackson
1
-1
/
+1
2008-04-12
Check for __x86_64__ when we check for __amd64__
Matt Turner
1
-1
/
+1
2007-03-25
Static cleanups, dead code deletion.
Adam Jackson
1
-116
/
+0
2006-07-21
Remove a useless open() of the module we're about to load.
Adam Jackson
1
-14
/
+1
2006-07-21
Remove the loader's required and referenced symbol lists, dead code.
Adam Jackson
1
-163
/
+3
2006-06-21
Unbreak unbreaking the loader. Re-add the symbol reference lists so that the
Adam Jackson
1
-80
/
+5
2006-06-19
Another round of loader sense-beating. Remove the (unused) server export
Adam Jackson
1
-236
/
+12
2006-06-07
Demolish now-unused loader functions.
Adam Jackson
1
-163
/
+0
2006-06-03
Completely remove relocation pointer table.
Daniel Stone
1
-13
/
+1
2006-06-01
Clean up a warning, and remove excess multiple-suffix code.
Daniel Stone
1
-1
/
+1
2006-06-01
Ditch more alternate-loader braindamage.
Daniel Stone
1
-6
/
+0
2006-06-01
Kill a.out, COFF and ELF loaders with FIRE.
Daniel Stone
1
-380
/
+1
2006-04-23
Don't access free memory after unloading a module. Bugzilla #4168.
Matthieu Herrb
1
-1
/
+3
[next]