This is the mail archive of the cygwin-cvs@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[newlib-cygwin] Add MacType to BLODA


https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=6de53a35169a9973cdd9c3f2bb2e094ede7c5e97

commit 6de53a35169a9973cdd9c3f2bb2e094ede7c5e97
Author: David Macek <david.macek.0@gmail.com>
Date:   Wed Nov 25 13:49:42 2015 +0100

    Add MacType to BLODA
    
    One more patch. MacType was observed by several users to cause `GPGME:
    Invalid crypto engine` failures in MSYS2. See
    <https://github.com/Alexpux/MSYS2-packages/issues/393>.
    
    I also removed two full stops in the sake of consistency.
    
    	* faq-using.xml: Add MacType to the BLODA.  Fix formatting.
    
    Signed-off-by: Corinna Vinschen <corinna@vinschen.de>

Diff:
---
 winsup/doc/ChangeLog     | 4 ++++
 winsup/doc/faq-using.xml | 5 +++--
 2 files changed, 7 insertions(+), 2 deletions(-)

diff --git a/winsup/doc/ChangeLog b/winsup/doc/ChangeLog
index ec9f40f..e5477ce 100644
--- a/winsup/doc/ChangeLog
+++ b/winsup/doc/ChangeLog
@@ -1,3 +1,7 @@
+2015-11-25  David Macek  <david.macek.0@gmail.com>
+
+	* faq-using.xml: Add MacType to the BLODA.  Fix formatting.
+
 2015-11-24  David Macek  <david.macek.0@gmail.com>
 
 	* pathnames.xml: Add a section describing peculiarities of how Cygwin
diff --git a/winsup/doc/faq-using.xml b/winsup/doc/faq-using.xml
index 35370f6..ae72145 100644
--- a/winsup/doc/faq-using.xml
+++ b/winsup/doc/faq-using.xml
@@ -1318,6 +1318,7 @@ behaviour which affect the operation of other programs, such as Cygwin.
 <listitem><para>Citrix Metaframe Presentation Server/XenApp (see <ulink url="http://support.citrix.com/article/CTX107825";>Citrix Support page</ulink>)</para></listitem>
 <listitem><para>Lavasoft Web Companion</para></listitem>
 <listitem><para>Forefront TMG</para></listitem>
+<listitem><para>MacType</para></listitem>
 </itemizedlist></para>
 <para>Sometimes these problems can be worked around, by temporarily or partially
 disabling the offending software.  For instance, it may be possible to disable
@@ -1332,7 +1333,7 @@ it may be necessary to uninstall the software altogether to restore normal opera
 <para>Some of the symptoms you may experience are:</para>
 <para><itemizedlist>
 <listitem>
-<para>Random fork() failures.</para>
+<para>Random fork() failures</para>
 <para>Caused by hook DLLs that load themselves into every process in the
 system.  POSIX fork() semantics require that the memory map of the child process
 must be an exact duplicate of the parent process' layout.  If one of these DLLs
@@ -1343,7 +1344,7 @@ DLL at that same address in the child, the fork() call has to fail.
 </para>
 </listitem>
 <listitem>
-<para>File access problems.</para>
+<para>File access problems</para>
 <para>Some programs (e.g., virus scanners with on-access scanning) scan or
 otherwise operate on every file accessed by all the other software running on
 your computer.  In some cases they may retain an open handle on the file even


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]