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
/
vbe
Age
Commit message (
Expand
)
Author
Files
Lines
2016-03-14
xfree86: Change VBE version early-out to 1.2. (#22672)
Evgeny M. Zubok
1
-1
/
+1
2015-04-21
Convert hw/xfree86 to new *allocarray functions
Alan Coopersmith
1
-2
/
+2
2014-11-12
Drop trailing whitespaces
Peter Hutterer
2
-4
/
+4
2014-01-12
Replace 'pointer' type with 'void *'
Keith Packard
2
-9
/
+9
2014-01-12
xfree86/vbe: Make VBEValidateModes take const char **
Keith Packard
2
-2
/
+2
2014-01-12
More warning fixes in hw/xfree86
Keith Packard
1
-1
/
+3
2013-09-10
vbe: Don't try to load the ddc submodule
Adam Jackson
1
-15
/
+2
2013-08-06
Replace INCLUDES with AM_CPPFLAGS
Peter Hutterer
1
-1
/
+1
2013-04-08
Define prototypes for hw/xfree86/modes/xf86Modes.c only in xf86Modes.h.
Jeremy White
2
-0
/
+2
2012-06-05
api: rework the X server driver API to avoid global arrays.
Dave Airlie
2
-13
/
+13
2012-04-05
xfree86: allow modules to be built without undefined symbols
Yaakov Selkowitz
1
-1
/
+4
2012-03-21
Introduce a consistent coding style
Keith Packard
5
-881
/
+916
2011-11-23
Fix gcc -Wwrite-strings warnings in xf86 ddx
Alan Coopersmith
1
-1
/
+1
2011-11-06
Fix vesa's VBE PanelID interpretation
Derek Buitenhuis
1
-1
/
+4
2011-10-15
xfree86: Link modules with -module
Jeremy Huddleston
1
-1
/
+1
2011-03-04
vbe: Fix malloc size bug
Adam Jackson
1
-1
/
+1
2010-12-07
Convert alloc+sprintf pairs into asprintf() & XNFasprintf() calls
Alan Coopersmith
1
-2
/
+2
2010-11-30
vbe: Refuse to believe tiny (or negative) panel sizes from PanelID
Adam Jackson
1
-0
/
+5
2010-10-05
vbe: Fix copying the mode info block
Adam Jackson
1
-63
/
+3
2010-09-22
xfree86: Remove useless module setup functions where appropriate
Adam Jackson
1
-9
/
+1
2010-06-10
Remove unnecessary parentheses around return values in functions
Mikhail Gusarov
1
-25
/
+25
2010-06-06
Replace deprecated bzero with memset
Mikhail Gusarov
1
-2
/
+2
2010-05-24
xfree86: bus: remove unused headers
Tiago Vignatti
1
-1
/
+0
2010-05-21
vbe.h: Use __attribute__((packed)) on Sun cc 5.9 & later as well as gcc
Alan Coopersmith
1
-1
/
+1
2010-05-13
Replace X-allocation functions with their C89 counterparts
Mikhail Gusarov
3
-19
/
+19
2009-07-15
Update to xextproto 7.0.99.1.
Peter Hutterer
1
-2
/
+1
2009-05-16
xfree86: Remove superfluous ifdef DEBUG checks.
Peter Hutterer
1
-3
/
+1
2008-12-03
Rework symbol visibility for easier maintenance
Paulo Cesar Pereira de Andrade
4
-58
/
+58
2008-11-30
Remove declarations of symbols that are never defined.
Paulo Cesar Pereira de Andrade
1
-6
/
+0
2008-11-29
Export symbols defined in the sdk.
Paulo Cesar Pereira de Andrade
1
-5
/
+5
2008-11-28
Make visible symbols required by xorg modules.
Paulo Cesar Pereira de Andrade
1
-4
/
+4
2008-11-27
Export symbols required by the vesa and fbdev drivers.
Paulo Cesar Pereira de Andrade
2
-20
/
+20
2008-11-25
Warning fix.
Adam Jackson
1
-3
/
+3
2008-03-01
clean some "unused" warnings
George Sapountzis
1
-2
/
+1
2008-02-24
Bug #13736: Fix %bx in VBEGetPixelClock to match spec.
Adam Jackson
1
-2
/
+2
2007-11-02
Don't filter modes away during VBE mode list construction.
Adam Jackson
1
-28
/
+0
2007-06-27
Add VBE PanelID support.
Adam Jackson
2
-0
/
+86
2006-09-18
Remove smashing of CFLAGS from server build.
Keith Packard
1
-1
/
+1
2006-07-21
Delete internal usage of the symbol ref/req lists.
Adam Jackson
2
-23
/
+0
2006-07-21
Remove RCS tags. Fix Xprint makefile braindamage.
Adam Jackson
4
-4
/
+0
2006-07-18
get rid of XFree86LOADER, XFree86Server, XFree86Module, and IN_MODULE
Daniel Stone
1
-1
/
+1
2006-06-05
Ensure all *ModuleData symbols are marked _X_EXPORT. Start removing
Adam Jackson
1
-8
/
+1
2006-03-10
Coverity #1011: Remove a useless NULL check on a pVbe that had been
Eric Anholt
1
-1
/
+1
2006-02-10
Remove libcwrapper usage from xorg server modules. The libcwrapper is only
Eric Anholt
2
-2
/
+5
2005-12-02
Define XFree86Server only where it is required.
Kevin E Martin
1
-1
/
+1
2005-11-29
Fix usage of XFree86LOADER/XFree86Module/IN_MODULE and update loadable
Kevin E Martin
1
-1
/
+1
2005-11-08
See ChangeLog entry 2005-11-07 for details.
Kean Johnson
1
-2
/
+1
2005-08-24
Remove use of dix-config and xorg-config.h from public headers.
Daniel Stone
2
-8
/
+0
2005-07-13
Dear libtool: Loadable modules do not need version numbers. kthnxbye.
Adam Jackson
1
-0
/
+1
2005-07-03
Add Xtrans definitions (FONT_t, TRANS_CLIENT) to clean up warnings.
Daniel Stone
5
-0
/
+20
[next]