index
:
~jbarnes/xserver
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
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.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_0-branch
server-1_1-branch
transform-proposal
upstream
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
Jesse's X Server development tree
jbarnes
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
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
2006-03-28
Add a new export, LoaderGetABIVersion. This function allows modules to
Aaron Plattner
1
-0
/
+25
2006-03-25
Mark everything in xf86sym.c as _X_EXPORT.
Adam Jackson
1
-7
/
+7
2006-03-15
Coverity #484: Fix an off-by-one in module refcounting.
Adam Jackson
1
-1
/
+1
2006-03-12
Merge accel_indirect branch to HEAD.
Kristian Høgsberg
1
-4
/
+5
2005-11-08
See ChangeLog entry 2005-11-07 for details.
Kean Johnson
1
-0
/
+20
2005-08-26
Don't assume that all sun4m CPUs support muldiv; the Cypress CPU, which
Daniel Stone
1
-1
/
+16
2005-07-03
Change <X11/misc.h> and <X11/os.h> to "misc.h" and "os.h".
Daniel Stone
1
-1
/
+1
2005-07-03
Add Xtrans definitions (FONT_t, TRANS_CLIENT) to clean up warnings.
Daniel Stone
1
-0
/
+4
2005-07-01
Change all misc.h and os.h references to <X11/foo.h>.
Daniel Stone
1
-1
/
+1
2005-05-04
Port X.Org to FreeBSD/powerpc. This makes a bit of math for sysmouse in
Eric Anholt
1
-2
/
+2
[next]