<feed xmlns='http://www.w3.org/2005/Atom'>
<title>skalibs/src/sysdeps, branch 2.11.0.0</title>
<subtitle>The skarnet.org C programming library</subtitle>
<id>http://git.skarnet.org/cgit/skalibs/atom/src/sysdeps?h=2.11.0.0</id>
<link rel='self' href='http://git.skarnet.org/cgit/skalibs/atom/src/sysdeps?h=2.11.0.0'/>
<link rel='alternate' type='text/html' href='http://git.skarnet.org/cgit/skalibs/'/>
<updated>2020-12-14T13:30:20Z</updated>
<entry>
<title> Add chroot sysdep, fix endianness sysdep string in .h</title>
<updated>2020-12-14T13:30:20Z</updated>
<author>
<name>Laurent Bercot</name>
<email>ska-skaware@skarnet.org</email>
</author>
<published>2020-12-14T13:30:20Z</published>
<link rel='alternate' type='text/html' href='http://git.skarnet.org/cgit/skalibs/commit/?id=563670ff4bb6c50a91aa31427078515a85a92ce3'/>
<id>urn:sha1:563670ff4bb6c50a91aa31427078515a85a92ce3</id>
<content type='text'>
</content>
</entry>
<entry>
<title> Switch getrandom sysdep back to choose cl</title>
<updated>2019-10-26T06:08:45Z</updated>
<author>
<name>Laurent Bercot</name>
<email>ska-skaware@skarnet.org</email>
</author>
<published>2019-10-26T06:08:45Z</published>
<link rel='alternate' type='text/html' href='http://git.skarnet.org/cgit/skalibs/commit/?id=28bfd386f2e8046c7b1cfb4b796ea1347e6a42b0'/>
<id>urn:sha1:28bfd386f2e8046c7b1cfb4b796ea1347e6a42b0</id>
<content type='text'>
</content>
</entry>
<entry>
<title> THAT'S IT WE HAVE EASY CROSS-COMPILATION FOLKS</title>
<updated>2019-09-20T21:34:29Z</updated>
<author>
<name>Laurent Bercot</name>
<email>ska-skaware@skarnet.org</email>
</author>
<published>2019-09-20T21:34:29Z</published>
<link rel='alternate' type='text/html' href='http://git.skarnet.org/cgit/skalibs/commit/?id=46981239e8dc5982e0cd5f3db90058f40ac709c2'/>
<id>urn:sha1:46981239e8dc5982e0cd5f3db90058f40ac709c2</id>
<content type='text'>
</content>
</entry>
<entry>
<title> We're down to ONE rogue sysdep, boys. ONE.</title>
<updated>2019-09-20T19:55:29Z</updated>
<author>
<name>Laurent Bercot</name>
<email>ska-skaware@skarnet.org</email>
</author>
<published>2019-09-20T19:55:29Z</published>
<link rel='alternate' type='text/html' href='http://git.skarnet.org/cgit/skalibs/commit/?id=03f37879ef167dba6f5944716c06da81902e436e'/>
<id>urn:sha1:03f37879ef167dba6f5944716c06da81902e436e</id>
<content type='text'>
</content>
</entry>
<entry>
<title> sysdeps redesign: first part: minimize clr tests</title>
<updated>2019-09-20T18:22:27Z</updated>
<author>
<name>Laurent Bercot</name>
<email>ska-skaware@skarnet.org</email>
</author>
<published>2019-09-20T18:22:27Z</published>
<link rel='alternate' type='text/html' href='http://git.skarnet.org/cgit/skalibs/commit/?id=6011d413604df8224b91ca9f9b3d50663b60e117'/>
<id>urn:sha1:6011d413604df8224b91ca9f9b3d50663b60e117</id>
<content type='text'>
 Remaining clr:
  emptyregex: can be safely guessed to no
  nullispointer: can't be safely guessed, but do we need the test?
  devurandom: can't be safely guessed
  malloc0: can more or less be safely guessed to no
</content>
</entry>
<entry>
<title> Big wallclock/stopwatch refactor. It was long overdue.</title>
<updated>2019-09-03T18:07:28Z</updated>
<author>
<name>Laurent Bercot</name>
<email>ska-skaware@skarnet.org</email>
</author>
<published>2019-09-03T18:07:28Z</published>
<link rel='alternate' type='text/html' href='http://git.skarnet.org/cgit/skalibs/commit/?id=e69717d9e0cd107f461abff85f255be82d7bd69b'/>
<id>urn:sha1:e69717d9e0cd107f461abff85f255be82d7bd69b</id>
<content type='text'>
 * --enable-clock and --enable-monotonic are gone
 * tain_sysclock() has been renamed tain_wallclock_read()
 * tain_wallclock_read() reads from CLOCK_REALTIME (or gettimeofday())
 * tain_clockmon[_init]() have been renamed to tain_stopwatch_[read|init]()
and now accept a monotonic clock name as an extra argument
 * tain_now() points to the system (wall) clock by default
 * tain_now_set_[stopwatch|wallclock]() can be used to switch

 Now to make a pass on all skarnet.org programs and add a
tain_now_set_stopwatch() call everywhere needed... &gt;.&gt;
</content>
</entry>
<entry>
<title> Add tryemptyregex/skalibs_regcomp, prepare for 2.8.1.0</title>
<updated>2019-05-11T06:22:36Z</updated>
<author>
<name>Laurent Bercot</name>
<email>ska-skaware@skarnet.org</email>
</author>
<published>2019-05-11T06:22:36Z</published>
<link rel='alternate' type='text/html' href='http://git.skarnet.org/cgit/skalibs/commit/?id=92e40f4f3b8e153b86093996d2a6d2a1160e105d'/>
<id>urn:sha1:92e40f4f3b8e153b86093996d2a6d2a1160e105d</id>
<content type='text'>
</content>
</entry>
<entry>
<title> Add skalibs/posixishard.h</title>
<updated>2019-02-19T16:23:24Z</updated>
<author>
<name>Laurent Bercot</name>
<email>ska-skaware@skarnet.org</email>
</author>
<published>2019-02-19T16:23:24Z</published>
<link rel='alternate' type='text/html' href='http://git.skarnet.org/cgit/skalibs/commit/?id=ff9333d473adb4ae1de2d9323394073793627823'/>
<id>urn:sha1:ff9333d473adb4ae1de2d9323394073793627823</id>
<content type='text'>
 This will break things. It's a known issue. Patches to other
packages will come later, to adapt them to the new API.

 To work around brokenness, there needs to be *two* different
headers:
 1. one to be used before including system headers, that maximizes
visibility by enabling system-dependent feature test macros
(that will be tested by system headers)
 2. one to be used after including system headers, that performs
preprocessor tests and defines.

 skalibs/nonposix.h is the first one.
 Previously, there was no second one, and the tests were scattered
all over. There was a strnlen declaration in skalibs/posixplz.h
(which serves a totally different function: declaring things that
should be in POSIX, but *are not*, i.e. working around problems in
the standard, instead of problems in systems failing to respect
the standard), a build-time sysdep for error.h, #defines for
MSG_NOSIGNAL, etc. etc.
 skalibs/posixishard.h now is the second one, and centralizes
all the tests.

 As a result, the eproto sysdep is unnecessary and has been removed.
skalibs/error.h is now a static header, it is not built anymore.
</content>
</entry>
<entry>
<title> Add DragonFly macro; remove nbwaitall and ancilautoclose</title>
<updated>2019-02-19T14:54:44Z</updated>
<author>
<name>Laurent Bercot</name>
<email>ska-skaware@skarnet.org</email>
</author>
<published>2019-02-19T14:54:44Z</published>
<link rel='alternate' type='text/html' href='http://git.skarnet.org/cgit/skalibs/commit/?id=15eda3d33f9e1160d438d370acd442ef3dbba63f'/>
<id>urn:sha1:15eda3d33f9e1160d438d370acd442ef3dbba63f</id>
<content type='text'>
</content>
</entry>
<entry>
<title> Get rid of tryancilautoclose test</title>
<updated>2019-02-18T20:16:52Z</updated>
<author>
<name>Laurent Bercot</name>
<email>ska-skaware@skarnet.org</email>
</author>
<published>2019-02-18T20:16:52Z</published>
<link rel='alternate' type='text/html' href='http://git.skarnet.org/cgit/skalibs/commit/?id=332d4cbc24ab82cc77bccb0ce2c158c5e86a8fac'/>
<id>urn:sha1:332d4cbc24ab82cc77bccb0ce2c158c5e86a8fac</id>
<content type='text'>
</content>
</entry>
</feed>
