<feed xmlns='http://www.w3.org/2005/Atom'>
<title>skalibs/src, branch v2.0.0.0</title>
<subtitle>The skarnet.org C programming library</subtitle>
<id>https://git.skarnet.org/cgit/skalibs/atom/src?h=v2.0.0.0</id>
<link rel='self' href='https://git.skarnet.org/cgit/skalibs/atom/src?h=v2.0.0.0'/>
<link rel='alternate' type='text/html' href='https://git.skarnet.org/cgit/skalibs/'/>
<updated>2014-12-22T01:04:32Z</updated>
<entry>
<title> Renormalize buffer size, even if we lose 1 char</title>
<updated>2014-12-22T01:04:32Z</updated>
<author>
<name>Laurent Bercot</name>
<email>ska-skaware@skarnet.org</email>
</author>
<published>2014-12-22T01:04:32Z</published>
<link rel='alternate' type='text/html' href='https://git.skarnet.org/cgit/skalibs/commit/?id=266040fcc12715945edec022623f2dc45be31455'/>
<id>urn:sha1:266040fcc12715945edec022623f2dc45be31455</id>
<content type='text'>
</content>
</entry>
<entry>
<title> child_spawn1_internal fix for noposixspawn</title>
<updated>2014-12-21T19:09:00Z</updated>
<author>
<name>Laurent Bercot</name>
<email>ska-skaware@skarnet.org</email>
</author>
<published>2014-12-21T19:09:00Z</published>
<link rel='alternate' type='text/html' href='https://git.skarnet.org/cgit/skalibs/commit/?id=1fbc3336a593e7b34420172efbe81f0f4aa65ad3'/>
<id>urn:sha1:1fbc3336a593e7b34420172efbe81f0f4aa65ad3</id>
<content type='text'>
</content>
</entry>
<entry>
<title> OK, this one works, and the problem was actually on my side (failure to</title>
<updated>2014-12-21T02:43:45Z</updated>
<author>
<name>Laurent Bercot</name>
<email>ska-skaware@skarnet.org</email>
</author>
<published>2014-12-21T02:43:45Z</published>
<link rel='alternate' type='text/html' href='https://git.skarnet.org/cgit/skalibs/commit/?id=b8b5d27a138f32c6e400932fa8828a380a03d1d7'/>
<id>urn:sha1:b8b5d27a138f32c6e400932fa8828a380a03d1d7</id>
<content type='text'>
use CMSG_LEN where required in tryancilautoclose).
 Also, good news: the sys/param.h inclusion in FreeBSD isn't necessary
anymore.
</content>
</entry>
<entry>
<title> next generation of the FreeBSD fix...</title>
<updated>2014-12-21T02:39:19Z</updated>
<author>
<name>Laurent Bercot</name>
<email>ska-skaware@skarnet.org</email>
</author>
<published>2014-12-21T02:39:19Z</published>
<link rel='alternate' type='text/html' href='https://git.skarnet.org/cgit/skalibs/commit/?id=c20608b2b2cc91367ecc2d8fe5e4cc9d4b709285'/>
<id>urn:sha1:c20608b2b2cc91367ecc2d8fe5e4cc9d4b709285</id>
<content type='text'>
</content>
</entry>
<entry>
<title> So MSG_WAITALL can block even with MSG_DONTWAIT... wtfbsdseriously.</title>
<updated>2014-12-21T01:43:39Z</updated>
<author>
<name>Laurent Bercot</name>
<email>ska-skaware@skarnet.org</email>
</author>
<published>2014-12-21T01:43:39Z</published>
<link rel='alternate' type='text/html' href='https://git.skarnet.org/cgit/skalibs/commit/?id=31009f586a04251df0fb5853017ecfcaf70b307f'/>
<id>urn:sha1:31009f586a04251df0fb5853017ecfcaf70b307f</id>
<content type='text'>
 Only include MSG_WAITALL when it's tested nb, then.
 Also test yet another fix for the tryancilautoclose FreeBSD problem.
</content>
</entry>
<entry>
<title> Stricter trynbwaitall to actually catch the problems</title>
<updated>2014-12-21T01:11:18Z</updated>
<author>
<name>Laurent Bercot</name>
<email>ska-skaware@skarnet.org</email>
</author>
<published>2014-12-21T01:11:18Z</published>
<link rel='alternate' type='text/html' href='https://git.skarnet.org/cgit/skalibs/commit/?id=4557dacfbe04206c57e459b734016d2b6edfe7f3'/>
<id>urn:sha1:4557dacfbe04206c57e459b734016d2b6edfe7f3</id>
<content type='text'>
</content>
</entry>
<entry>
<title> So the non-portable MSG_DONTWAIT may alleviate the problem... might</title>
<updated>2014-12-21T00:26:40Z</updated>
<author>
<name>Laurent Bercot</name>
<email>ska-skaware@skarnet.org</email>
</author>
<published>2014-12-21T00:26:40Z</published>
<link rel='alternate' type='text/html' href='https://git.skarnet.org/cgit/skalibs/commit/?id=23bdcb4ad4ef19d99b729e5282fd15df6300a3b5'/>
<id>urn:sha1:23bdcb4ad4ef19d99b729e5282fd15df6300a3b5</id>
<content type='text'>
as well use it on architectures that support it.
</content>
</entry>
<entry>
<title> Something is rotten in the state of FreeBSD... but we all knew it</title>
<updated>2014-12-20T23:15:16Z</updated>
<author>
<name>Laurent Bercot</name>
<email>ska-skaware@skarnet.org</email>
</author>
<published>2014-12-20T23:15:16Z</published>
<link rel='alternate' type='text/html' href='https://git.skarnet.org/cgit/skalibs/commit/?id=828159d33b8ced9e016470c61ffd66bbef048e06'/>
<id>urn:sha1:828159d33b8ced9e016470c61ffd66bbef048e06</id>
<content type='text'>
already. More tentative workarounds.
</content>
</entry>
<entry>
<title> FreeBSD now chokes on tryancilautoclose ; tentative fix</title>
<updated>2014-12-20T23:02:38Z</updated>
<author>
<name>Laurent Bercot</name>
<email>ska-skaware@skarnet.org</email>
</author>
<published>2014-12-20T23:02:38Z</published>
<link rel='alternate' type='text/html' href='https://git.skarnet.org/cgit/skalibs/commit/?id=7c925e3e76d239b8cca5a31ddd045aad10190e8a'/>
<id>urn:sha1:7c925e3e76d239b8cca5a31ddd045aad10190e8a</id>
<content type='text'>
</content>
</entry>
<entry>
<title> Found the BSD unixmessage bug. recvmsg(..., MSG_WAITALL) blocks</title>
<updated>2014-12-20T22:25:08Z</updated>
<author>
<name>Laurent Bercot</name>
<email>ska-skaware@skarnet.org</email>
</author>
<published>2014-12-20T22:25:08Z</published>
<link rel='alternate' type='text/html' href='https://git.skarnet.org/cgit/skalibs/commit/?id=db7f4d2c1ef70334af4cb8c1980f47d8a9f69249'/>
<id>urn:sha1:db7f4d2c1ef70334af4cb8c1980f47d8a9f69249</id>
<content type='text'>
until buffer full or socket shutdown on BSD, *even if the socket is
nonblocking*. So I added an "okwaitall" sysdeps, and won't set
MSG_WAITALL on retarded systems.
</content>
</entry>
</feed>
