<feed xmlns='http://www.w3.org/2005/Atom'>
<title>nginx.git/auto/unix, branch release-1.0.2</title>
<subtitle>nginx</subtitle>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/nginx.git/'/>
<entry>
<title>use POSIX semaphores in shmtx instead of sched_yield()</title>
<updated>2011-05-10T11:39:13+00:00</updated>
<author>
<name>Igor Sysoev</name>
<email>igor@sysoev.ru</email>
</author>
<published>2011-05-10T11:39:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/nginx.git/commit/?id=e2c8ad71221ebcf5ca6331811118f9a6d18aec45'/>
<id>e2c8ad71221ebcf5ca6331811118f9a6d18aec45</id>
<content type='text'>
number of spinlock spins are increased twice
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
number of spinlock spins are increased twice
</pre>
</div>
</content>
</entry>
<entry>
<title>fix r3902</title>
<updated>2011-05-04T12:21:25+00:00</updated>
<author>
<name>Igor Sysoev</name>
<email>igor@sysoev.ru</email>
</author>
<published>2011-05-04T12:21:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/nginx.git/commit/?id=9505277aa657590588504ae8f85e712f87d92ce6'/>
<id>9505277aa657590588504ae8f85e712f87d92ce6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix r3822</title>
<updated>2011-04-23T13:15:56+00:00</updated>
<author>
<name>Igor Sysoev</name>
<email>igor@sysoev.ru</email>
</author>
<published>2011-04-23T13:15:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/nginx.git/commit/?id=1143d00a160d919c3bd32481c565173bfd153402'/>
<id>1143d00a160d919c3bd32481c565173bfd153402</id>
<content type='text'>
Solaris strerror() invalid error code behaviour depends on version:
    Solaris 10 returns "Unknown error" and sets errno to EINVAL,
    Solaris 9 returns "Unknown error" and leaves errno intact,
    Solaris 2 returns NULL.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Solaris strerror() invalid error code behaviour depends on version:
    Solaris 10 returns "Unknown error" and sets errno to EINVAL,
    Solaris 9 returns "Unknown error" and leaves errno intact,
    Solaris 2 returns NULL.
</pre>
</div>
</content>
</entry>
<entry>
<title>test for maximum errno value, since Solaris has no sys_nerr</title>
<updated>2010-12-06T14:51:20+00:00</updated>
<author>
<name>Igor Sysoev</name>
<email>igor@sysoev.ru</email>
</author>
<published>2010-12-06T14:51:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/nginx.git/commit/?id=adc70834116d4cba15c3ae4f1054c262b8b3a31c'/>
<id>adc70834116d4cba15c3ae4f1054c262b8b3a31c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>style fix</title>
<updated>2010-12-06T14:50:27+00:00</updated>
<author>
<name>Igor Sysoev</name>
<email>igor@sysoev.ru</email>
</author>
<published>2010-12-06T14:50:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/nginx.git/commit/?id=2369c149b86e69999bc9a3c23f0416c63c6275f9'/>
<id>2369c149b86e69999bc9a3c23f0416c63c6275f9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>test for _sys_nerr only if sys_nerr was not found</title>
<updated>2010-12-06T14:49:17+00:00</updated>
<author>
<name>Igor Sysoev</name>
<email>igor@sysoev.ru</email>
</author>
<published>2010-12-06T14:49:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/nginx.git/commit/?id=bb6bd8096961b1b69b1fedcb0fc319d625ddd188'/>
<id>bb6bd8096961b1b69b1fedcb0fc319d625ddd188</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix building by Cygwin: Cygwin defines _sys_nerr instead of sys_nerr,</title>
<updated>2010-12-01T19:22:37+00:00</updated>
<author>
<name>Igor Sysoev</name>
<email>igor@sysoev.ru</email>
</author>
<published>2010-12-01T19:22:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/nginx.git/commit/?id=dc9d7fb2d380af1ab919b1efb52a6a381384b687'/>
<id>dc9d7fb2d380af1ab919b1efb52a6a381384b687</id>
<content type='text'>
the issue has been introduced in r3788
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
the issue has been introduced in r3788
</pre>
</div>
</content>
</entry>
<entry>
<title>use copied strerror() messages and autoconfigured sys_nerr value</title>
<updated>2010-11-25T11:04:03+00:00</updated>
<author>
<name>Igor Sysoev</name>
<email>igor@sysoev.ru</email>
</author>
<published>2010-11-25T11:04:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/nginx.git/commit/?id=7f31a2098dcbd39ca60467f118e3f38c4e67ce5b'/>
<id>7f31a2098dcbd39ca60467f118e3f38c4e67ce5b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>use sys_errlist[] in signal handler instead</title>
<updated>2010-03-12T11:15:26+00:00</updated>
<author>
<name>Igor Sysoev</name>
<email>igor@sysoev.ru</email>
</author>
<published>2010-03-12T11:15:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/nginx.git/commit/?id=9eaabc69ca4401b0a1fbfd27c2265213ab656ff4'/>
<id>9eaabc69ca4401b0a1fbfd27c2265213ab656ff4</id>
<content type='text'>
of non Async-Signal-Safe strerror_r()
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
of non Async-Signal-Safe strerror_r()
</pre>
</div>
</content>
</entry>
<entry>
<title>librt must be tested before creating Makefile</title>
<updated>2009-06-03T04:53:01+00:00</updated>
<author>
<name>Igor Sysoev</name>
<email>igor@sysoev.ru</email>
</author>
<published>2009-06-03T04:53:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/nginx.git/commit/?id=9af0c95f64d384b97c7ae9fd43f0ff0acf57831c'/>
<id>9af0c95f64d384b97c7ae9fd43f0ff0acf57831c</id>
<content type='text'>
the bug has been introduced in r2817
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
the bug has been introduced in r2817
</pre>
</div>
</content>
</entry>
</feed>
