Re: [PATCH:macros] Update check for manpage section numbers to not rely on Solaris version

2017-11-05 Thread Matthieu Herrb
On Sat, Nov 04, 2017 at 05:33:56PM -0700, Alan Coopersmith wrote: > Check for a specific file instead of a specific set of versions from > uname, to cope with manpage section alignment coming to 11.4 instead > of 12.0. > > Signed-off-by: Alan Coopersmith Hi, I

[PATCH v2 2/2] Xdmx: removed obsolete remains of __glXActiveScreens variable

2017-11-05 Thread Raimonds Cicans
Variable __glXActiveScreens is defined and used but _NOT_INITIALIZED_ANYWHERE_. So on some code paths on first use of this variable Xdmx segfaults. Signed-off-by: Raimonds Cicans --- hw/dmx/glxProxy/glxcmds.c | 13 ++--- hw/dmx/glxProxy/glxcmdsswap.c | 14

[PATCH v2 1/2] Xdmx: fix crashes caused by OpenGL applications

2017-11-05 Thread Raimonds Cicans
Problem: _ANY_ OpenGL application causes Xdmx crash Cause: variable __glXActiveScreens is defined and used but _NOT_INITIALIZED_ANYWHERE_. So on first use of this variable Xdmx segfaults. It looks it is remains of some half way refactory. Problem introduced somewhere 1.10.0. Fix: replace