<feed xmlns='http://www.w3.org/2005/Atom'>
<title>s6/src/libs6, branch v2.6.1.1</title>
<subtitle>The skarnet.org supervision suite</subtitle>
<id>https://git.skarnet.org/cgit/s6/atom/src/libs6?h=v2.6.1.1</id>
<link rel='self' href='https://git.skarnet.org/cgit/s6/atom/src/libs6?h=v2.6.1.1'/>
<link rel='alternate' type='text/html' href='https://git.skarnet.org/cgit/s6/'/>
<updated>2017-09-12T22:11:56Z</updated>
<entry>
<title> bugfix: s6_accessrules_backend_cdb could incorrectly return ERROR instead of DENY</title>
<updated>2017-09-12T22:11:56Z</updated>
<author>
<name>Laurent Bercot</name>
<email>ska-skaware@skarnet.org</email>
</author>
<published>2017-09-12T22:11:56Z</published>
<link rel='alternate' type='text/html' href='https://git.skarnet.org/cgit/s6/commit/?id=b7b2b35e27f8cff08924e3b3e31b056cfae01a42'/>
<id>urn:sha1:b7b2b35e27f8cff08924e3b3e31b056cfae01a42</id>
<content type='text'>
</content>
</entry>
<entry>
<title> Fix fd leak in s6_svc_lock_release</title>
<updated>2017-08-19T18:27:37Z</updated>
<author>
<name>Laurent Bercot</name>
<email>ska-skaware@skarnet.org</email>
</author>
<published>2017-08-19T18:27:37Z</published>
<link rel='alternate' type='text/html' href='https://git.skarnet.org/cgit/s6/commit/?id=0375b2b32e4683c8f7bdf104038bedde77d9827b'/>
<id>urn:sha1:0375b2b32e4683c8f7bdf104038bedde77d9827b</id>
<content type='text'>
</content>
</entry>
<entry>
<title> Bugfix: typo in s6_fdholder_getdump.c</title>
<updated>2017-08-06T11:41:46Z</updated>
<author>
<name>Laurent Bercot</name>
<email>ska-dietlibc@skarnet.org</email>
</author>
<published>2017-08-06T11:41:46Z</published>
<link rel='alternate' type='text/html' href='https://git.skarnet.org/cgit/s6/commit/?id=1d8f623f1ce9d2f93cc30813b421ea1fb561654c'/>
<id>urn:sha1:1d8f623f1ce9d2f93cc30813b421ea1fb561654c</id>
<content type='text'>
</content>
</entry>
<entry>
<title> Fix ftrigw_fifodir_make on platforms where gid_t is unsigned (the BSDs, who would have thought!)</title>
<updated>2017-07-16T16:26:07Z</updated>
<author>
<name>Laurent Bercot</name>
<email>ska-skaware@skarnet.org</email>
</author>
<published>2017-07-16T16:26:07Z</published>
<link rel='alternate' type='text/html' href='https://git.skarnet.org/cgit/s6/commit/?id=ebb6b00bf66828c5a2587dd2cd44f8810e01e00b'/>
<id>urn:sha1:ebb6b00bf66828c5a2587dd2cd44f8810e01e00b</id>
<content type='text'>
</content>
</entry>
<entry>
<title> Propagate fd_close() changes, fix deps for ftrigr_updateb()</title>
<updated>2017-07-16T15:57:07Z</updated>
<author>
<name>Laurent Bercot</name>
<email>ska-skaware@skarnet.org</email>
</author>
<published>2017-07-16T15:57:07Z</published>
<link rel='alternate' type='text/html' href='https://git.skarnet.org/cgit/s6/commit/?id=c84b8ade3f2d1349a6e4b68b1bd497b0909cfcda'/>
<id>urn:sha1:c84b8ade3f2d1349a6e4b68b1bd497b0909cfcda</id>
<content type='text'>
</content>
</entry>
<entry>
<title> Add ftrigr_updateb()</title>
<updated>2017-07-16T15:56:05Z</updated>
<author>
<name>Laurent Bercot</name>
<email>ska-skaware@skarnet.org</email>
</author>
<published>2017-07-16T15:56:05Z</published>
<link rel='alternate' type='text/html' href='https://git.skarnet.org/cgit/s6/commit/?id=d945bca329f7a13741e1d3afcf9f0f73f6c70ce9'/>
<id>urn:sha1:d945bca329f7a13741e1d3afcf9f0f73f6c70ce9</id>
<content type='text'>
</content>
</entry>
<entry>
<title> Add s6_svc_lock_take() and s6_svc_lock_release()</title>
<updated>2017-07-12T18:22:55Z</updated>
<author>
<name>Laurent Bercot</name>
<email>ska-skaware@skarnet.org</email>
</author>
<published>2017-07-12T18:22:55Z</published>
<link rel='alternate' type='text/html' href='https://git.skarnet.org/cgit/s6/commit/?id=f7c2e436ed0144d09cff0e3ac90f510a47f0aeac'/>
<id>urn:sha1:f7c2e436ed0144d09cff0e3ac90f510a47f0aeac</id>
<content type='text'>
 Allows fixing a race condition in s6-rc-init.
 s6-supervise also creates event/ before supervise/ so that
locking the servicedir ensures event/ can be used.
</content>
</entry>
<entry>
<title> Add ftrigr_checksa(), rewrite s6_svlisten_loop() around it</title>
<updated>2017-06-14T04:09:00Z</updated>
<author>
<name>Laurent Bercot</name>
<email>ska-skaware@skarnet.org</email>
</author>
<published>2017-06-14T04:09:00Z</published>
<link rel='alternate' type='text/html' href='https://git.skarnet.org/cgit/s6/commit/?id=0445f2a3590f67441602a05fe3924ab677c79ff0'/>
<id>urn:sha1:0445f2a3590f67441602a05fe3924ab677c79ff0</id>
<content type='text'>
 - Fixes the race condition hit by permanent failure, i.e. two ftrig events close to each other
 - Requires storing the sequence of events client-side, so an additional stralloc, bleh
 - The visible struct ftrigr_s changes, so a major bump is needed -&gt; prepare for 2.6.0.0
 - ftrigr_check() is now a trivial wrapper around ftrigr_checksa()
</content>
</entry>
<entry>
<title> s6-ftrigrd: be silent when the client dies in the middle of an asyncout flush</title>
<updated>2017-06-13T16:25:11Z</updated>
<author>
<name>Laurent Bercot</name>
<email>ska-skaware@skarnet.org</email>
</author>
<published>2017-06-13T16:25:11Z</published>
<link rel='alternate' type='text/html' href='https://git.skarnet.org/cgit/s6/commit/?id=f287ac765101f21b530f1a9886e06976c165c922'/>
<id>urn:sha1:f287ac765101f21b530f1a9886e06976c165c922</id>
<content type='text'>
 Also add ./configure output to .gitignore
</content>
</entry>
<entry>
<title> bugfix: use memmove instead of memcpy in an overlapping stralloc in s6-ftrigrd</title>
<updated>2017-06-13T16:13:13Z</updated>
<author>
<name>Laurent Bercot</name>
<email>ska-skaware@skarnet.org</email>
</author>
<published>2017-06-13T16:13:13Z</published>
<link rel='alternate' type='text/html' href='https://git.skarnet.org/cgit/s6/commit/?id=323a0318d44665205f8bcc8f0c1e9c5886a37f59'/>
<id>urn:sha1:323a0318d44665205f8bcc8f0c1e9c5886a37f59</id>
<content type='text'>
</content>
</entry>
</feed>
