CVS commit: xsrc/external/mit/xf86-video-xgi/dist/src

2015-08-06 Thread Thomas Klausner
Module Name:xsrc Committed By: wiz Date: Thu Aug 6 12:55:02 UTC 2015 Modified Files: xsrc/external/mit/xf86-video-xgi/dist/src: vb_init.c Log Message: Remove unnecessary unistd.h inclusion. Reduces diff to upstream. To generate a diff of this commit: cvs rdiff -u -r1.2

CVS commit: xsrc/external/mit/xf86-video-xgi/dist/src

2012-11-09 Thread Alan Barrett
Module Name:xsrc Committed By: apb Date: Fri Nov 9 09:28:52 UTC 2012 Modified Files: xsrc/external/mit/xf86-video-xgi/dist/src: xgi_accel.c Log Message: Adjust previous: the cast should be to (unsigned long), not (long), since the value is printed in hex and we don't want

CVS commit: xsrc/external/mit/xf86-video-xgi/dist/src

2012-11-08 Thread Alan Barrett
Module Name:xsrc Committed By: apb Date: Fri Nov 9 07:00:22 UTC 2012 Modified Files: xsrc/external/mit/xf86-video-xgi/dist/src: xgi_accel.c Log Message: printf format fix: cast to (long) when printing with "%lX" format. To generate a diff of this commit: cvs rdiff -u -r

CVS commit: xsrc/external/mit/xf86-video-xgi/dist/src

2012-11-02 Thread Alan Barrett
Module Name:xsrc Committed By: apb Date: Fri Nov 2 07:55:39 UTC 2012 Modified Files: xsrc/external/mit/xf86-video-xgi/dist/src: vb_setmode.c Log Message: In XGI_GetTVPtrIndex2(), return the correct value through *tempch by using (*tempch)++ instead of *tempch++. Found usi

CVS commit: xsrc/external/mit/xf86-video-xgi/dist/src

2012-11-02 Thread Alan Barrett
Module Name:xsrc Committed By: apb Date: Fri Nov 2 07:47:19 UTC 2012 Modified Files: xsrc/external/mit/xf86-video-xgi/dist/src: vb_i2c.c xgi_accel.c Log Message: Add returns in non-void functions. Found using clang -Wreturn-type. To generate a diff of this commit: cvs

CVS commit: xsrc/external/mit/xf86-video-xgi/dist/src

2012-07-19 Thread Michael Lorenz
Module Name:xsrc Committed By: macallan Date: Fri Jul 20 01:35:41 UTC 2012 Modified Files: xsrc/external/mit/xf86-video-xgi/dist/src: xgi_setup.c Log Message: some more gcc appeasing ( now why did that fire a warning on i386 but not amd64? ) To generate a diff of this co

CVS commit: xsrc/external/mit/xf86-video-xgi/dist/src

2012-07-19 Thread Michael Lorenz
Module Name:xsrc Committed By: macallan Date: Thu Jul 19 19:18:20 UTC 2012 Modified Files: xsrc/external/mit/xf86-video-xgi/dist/src: vb_ext.c vb_i2c.c vb_i2c.h vb_init.c vb_setmode.c vb_table.h vgatypes.h xgi.h xgi_accel.c xgi_driver.c xgi_driver.h