index
:
lib/libXxf86vm
master
obsd
XFree86 Video Mode library
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
2022-08-20
Update GetOldReq to use _XGetRequest()
Alan Coopersmith
2022-08-20
Variable scope reductions as suggested by cppcheck
Alan Coopersmith
2022-08-20
Fix -Wsign-compare warning
Alan Coopersmith
2015-01-09
Tell the compiler it's unlikely we're talking to an XFree86 3.x server
Alan Coopersmith
2015-01-09
Discard correct length for old-format replies in XF86VidModeGetGamma
Alan Coopersmith
2013-11-22
Remove fallback for _XEatDataWords, require libX11 1.6 for it
Michael Joost
2013-06-24
Fix a couple sign comparison warnings
Alan Coopersmith
2013-06-24
Require ANSI C89 pre-processor, drop pre-C89 token pasting support
Alan Coopersmith
2013-04-26
avoid integer overflow in XF86VidModeGetModeLine()
Alan Coopersmith
2013-04-26
memory corruption in XF86VidModeGetGammaRamp() [CVE-2013-2001]
Alan Coopersmith
2013-04-15
Use _XEatDataWords to avoid overflow of length calculations
Alan Coopersmith
2013-04-15
Unlock display before returning alloc error in XF86VidModeGetDotClocks()
Alan Coopersmith
2013-04-15
Unlock display before returning alloc error in XF86VidModeGetAllModeLines()
Alan Coopersmith
2013-04-15
Unlock display before returning alloc error in XF86VidModeGetModeLine()
Alan Coopersmith
2013-04-15
Improve error handling in XF86VidModeGetMonitor()
Alan Coopersmith
2013-04-15
When Xcalloc() returns NULL, you don't need to Xfree() it
Alan Coopersmith
2013-01-18
Replace deprecated Automake INCLUDES variable with AM_CPPFLAGS
Alan Coopersmith
2011-11-10
Fix gcc -Wwrite-strings warning
Alan Coopersmith
2011-09-16
Strip trailing whitespace
Alan Coopersmith
2010-07-08
Purge macros NEED_EVENTS and NEED_REPLIES
Fernando Carrijo
2009-08-28
Include xf86vmproto instead of xf86vmstr.h
Peter Hutterer
2009-08-27
Move the xf86vmode.h header from the proto package to here.
Peter Hutterer
2009-02-02
Janitor: ansification, make distcheck, compiler warnings, .gitignore.
Paulo Cesar Pereira de Andrade
2008-06-13
Don't terminate zero-length strings.
Adam Jackson
2008-03-24
Bug #10846: Fix XF86VidModeGetMonitor when vendor or model are null.
Adam Jackson
2006-07-13
renamed: .cvsignore -> .gitignore
Alan Coopersmith
2005-12-03
Add check and cflags for malloc(0) returning NULL.
Kevin E Martin
2005-07-09
Add .cvsignore files Switch _la_CFLAGS for AM_CFLAGS to clean up directory
Keith Packard
2005-06-10
Apply patch from Jeff Smith (whydoubt@yahoo.com):
Søren Sandmann Pedersen
2004-04-23
Merging XORG-CURRENT into trunk
sco_port_update-base
rel-0-6-1
lg3d-rel-0-7-0
lg3d-rel-0-6-2
lg3d-base
XORG-6_8_99_903
XORG-6_8_99_902
XORG-6_8_99_901
XORG-6_8_99_900
XORG-6_8_99_9
XORG-6_8_99_8
XORG-6_8_99_7
XORG-6_8_99_6
XORG-6_8_99_5
XORG-6_8_99_4
XORG-6_8_99_3
XORG-6_8_99_2
XORG-6_8_99_16
XORG-6_8_99_15
XORG-6_8_99_14
XORG-6_8_99_13
XORG-6_8_99_12
XORG-6_8_99_11
XORG-6_8_99_10
XORG-6_8_99_1
XORG-6_8_2
XORG-6_8_1_904
XORG-6_8_1_903
XORG-6_8_1_902
XORG-6_8_1_901
XORG-6_8_1
XORG-6_8_0
XORG-6_7_99_904
XORG-6_7_99_903
XORG-6_7_99_902
XORG-6_7_99_901
XORG-6_7_99_2
XORG-6_7_99_1
XACE-SELINUX-MERGE
Egbert Eich
2004-03-14
Importing vendor version xf86-4_4_99_1 on Sun Mar 14 00:26:39 PST 2004
xf86-4_4_99_1
Egbert Eich
2004-03-03
Importing vendor version xf86-4_4_0 on Wed Mar 3 04:09:24 PST 2004
xf86-4_4_0
Egbert Eich
2004-02-26
readding XFree86's cvs IDs
xf86-4_3_99_903
Egbert Eich
2004-02-26
Importing vendor version xf86-4_3_99_903 on Wed Feb 26 01:21:00 PST 2004
Egbert Eich
2003-11-14
Initial revision
Kaleb Keithley