<feed xmlns='http://www.w3.org/2005/Atom'>
<title>skalibs/src/libstddjb, branch v2.4.0.1</title>
<subtitle>The skarnet.org C programming library</subtitle>
<id>https://git.skarnet.org/cgit/skalibs/atom/src/libstddjb?h=v2.4.0.1</id>
<link rel='self' href='https://git.skarnet.org/cgit/skalibs/atom/src/libstddjb?h=v2.4.0.1'/>
<link rel='alternate' type='text/html' href='https://git.skarnet.org/cgit/skalibs/'/>
<updated>2016-10-24T02:15:36Z</updated>
<entry>
<title> Add the alarm library, first draft.</title>
<updated>2016-10-24T02:15:36Z</updated>
<author>
<name>Laurent Bercot</name>
<email>ska-skaware@skarnet.org</email>
</author>
<published>2016-10-24T02:15:36Z</published>
<link rel='alternate' type='text/html' href='https://git.skarnet.org/cgit/skalibs/commit/?id=9ef3a9f8b2704693496af12120ea3ab40389bf7b'/>
<id>urn:sha1:9ef3a9f8b2704693496af12120ea3ab40389bf7b</id>
<content type='text'>
</content>
</entry>
<entry>
<title> Add child_spawn2</title>
<updated>2016-10-19T01:01:38Z</updated>
<author>
<name>Laurent Bercot</name>
<email>ska-skaware@skarnet.org</email>
</author>
<published>2016-10-19T01:01:38Z</published>
<link rel='alternate' type='text/html' href='https://git.skarnet.org/cgit/skalibs/commit/?id=d16e2baf35963f6ed2ccd23a3aa3df69cd65dd84'/>
<id>urn:sha1:d16e2baf35963f6ed2ccd23a3aa3df69cd65dd84</id>
<content type='text'>
</content>
</entry>
<entry>
<title> bugfix: child_spawn() error path now closes the right amount of fds</title>
<updated>2016-10-19T00:22:07Z</updated>
<author>
<name>Laurent Bercot</name>
<email>ska-skaware@skarnet.org</email>
</author>
<published>2016-10-19T00:22:07Z</published>
<link rel='alternate' type='text/html' href='https://git.skarnet.org/cgit/skalibs/commit/?id=08997ab1211eb3ee52feeb7bd9062da2f168f834'/>
<id>urn:sha1:08997ab1211eb3ee52feeb7bd9062da2f168f834</id>
<content type='text'>
</content>
</entry>
<entry>
<title> Clean up and modernize librandom.</title>
<updated>2016-10-14T17:07:56Z</updated>
<author>
<name>Laurent Bercot</name>
<email>ska-skaware@skarnet.org</email>
</author>
<published>2016-10-14T17:07:56Z</published>
<link rel='alternate' type='text/html' href='https://git.skarnet.org/cgit/skalibs/commit/?id=a1933bd1847951b959016f59ee744d1b18a00142'/>
<id>urn:sha1:a1933bd1847951b959016f59ee744d1b18a00142</id>
<content type='text'>
 Correct random number generation has historically been
suprisingly painful to achieve. There was no standard,
every system behaved in a subtly different way, and there
were a few userland initiatives to get decent randomness,
all incompatible of course.
 The situation is a bit better now, we're heading towards
some standardization. The arc4random() series of functions
is a good API, and available on a lot of systems -
unfortunately not Linux, but on Linux the new getrandom()
makes using /dev/random obsolete.

 So I removed the old crap in librandom, dropped EGD support,
dropped dynamic backend selection, made a single API series
(random_* instead of goodrandom_* and badrandom_*), added
an arc4random backend and a getrandom backend, and defaulted
to /dev/urandom backed up by SURF in the worst case. This
should be much smaller and logical. However, it's a major
API break, so the skarnet.org stack will be changed to
adapt.
</content>
</entry>
<entry>
<title> add new leap second: 2016-12-31 23:59:60 UTC</title>
<updated>2016-07-17T19:23:32Z</updated>
<author>
<name>Laurent Bercot</name>
<email>ska-skaware@skarnet.org</email>
</author>
<published>2016-07-17T19:23:32Z</published>
<link rel='alternate' type='text/html' href='https://git.skarnet.org/cgit/skalibs/commit/?id=e1dd693e2ac3c0fb1d42ea0e664021b4672465e6'/>
<id>urn:sha1:e1dd693e2ac3c0fb1d42ea0e664021b4672465e6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>bitarray_not: Fix skipping a byte</title>
<updated>2016-05-14T23:32:07Z</updated>
<author>
<name>Olivier Brunel</name>
<email>jjk@jjacky.com</email>
</author>
<published>2016-05-14T22:24:14Z</published>
<link rel='alternate' type='text/html' href='https://git.skarnet.org/cgit/skalibs/commit/?id=43dfdceef9f5eb75e8f3a50eb19ac9129f11b34e'/>
<id>urn:sha1:43dfdceef9f5eb75e8f3a50eb19ac9129f11b34e</id>
<content type='text'>
Signed-off-by: Olivier Brunel &lt;jjk@jjacky.com&gt;
</content>
</entry>
<entry>
<title> Help Solaris finds its own futimens() in its own ass</title>
<updated>2016-04-27T17:17:28Z</updated>
<author>
<name>Laurent Bercot</name>
<email>ska-skaware@skarnet.org</email>
</author>
<published>2016-04-27T17:17:28Z</published>
<link rel='alternate' type='text/html' href='https://git.skarnet.org/cgit/skalibs/commit/?id=da7c00aac2f5abc8223cf6be143baf7a8ec3960a'/>
<id>urn:sha1:da7c00aac2f5abc8223cf6be143baf7a8ec3960a</id>
<content type='text'>
</content>
</entry>
<entry>
<title> futimes() is not POSIX, so add some ftms</title>
<updated>2016-04-27T16:56:42Z</updated>
<author>
<name>Laurent Bercot</name>
<email>ska-skaware@skarnet.org</email>
</author>
<published>2016-04-27T16:56:42Z</published>
<link rel='alternate' type='text/html' href='https://git.skarnet.org/cgit/skalibs/commit/?id=07d4bba8f4db6e5acee28f83fd7f60fa04e58737'/>
<id>urn:sha1:07d4bba8f4db6e5acee28f83fd7f60fa04e58737</id>
<content type='text'>
</content>
</entry>
<entry>
<title> Add new sysdeps for futimens() and futimes(), adapt touch() implementation</title>
<updated>2016-04-27T16:47:14Z</updated>
<author>
<name>Laurent Bercot</name>
<email>ska-skaware@skarnet.org</email>
</author>
<published>2016-04-27T16:47:14Z</published>
<link rel='alternate' type='text/html' href='https://git.skarnet.org/cgit/skalibs/commit/?id=64ee50fa0e4357164273c5d8b34ccde10a69d0ef'/>
<id>urn:sha1:64ee50fa0e4357164273c5d8b34ccde10a69d0ef</id>
<content type='text'>
</content>
</entry>
<entry>
<title> Bugfix: exec the child when not SKALIBS_HASPOSIXSPAWN in child_spawn0 (thanks eto)</title>
<updated>2016-04-22T14:57:16Z</updated>
<author>
<name>Laurent Bercot</name>
<email>ska-skaware@skarnet.org</email>
</author>
<published>2016-04-22T14:57:16Z</published>
<link rel='alternate' type='text/html' href='https://git.skarnet.org/cgit/skalibs/commit/?id=2dc76616b2b0884f0203cf36b58f94c5656c0c81'/>
<id>urn:sha1:2dc76616b2b0884f0203cf36b58f94c5656c0c81</id>
<content type='text'>
</content>
</entry>
</feed>
