<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openbsd/src/regress/lib/libc, branch tb_20250802</title>
<subtitle>A mirror of https://github.com/libressl/openbsd.git
</subtitle>
<id>https://git.lua4.win/openbsd/atom?h=tb_20250802</id>
<link rel='self' href='https://git.lua4.win/openbsd/atom?h=tb_20250802'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/'/>
<updated>2025-08-02T06:16:35+00:00</updated>
<entry>
<title>This commit was manufactured by cvs2git to create tag 'tb_20250802'.</title>
<updated>2025-08-02T06:16:35+00:00</updated>
<author>
<name>cvs2svn</name>
<email>admin@example.com</email>
</author>
<published>2025-08-02T06:16:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=a397c95f8aea58533e72379d6e0de12683ecd0dc'/>
<id>urn:sha1:a397c95f8aea58533e72379d6e0de12683ecd0dc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Provide harness to run illumos's oclo tests from libc regress</title>
<updated>2025-08-02T06:16:34+00:00</updated>
<author>
<name>tb</name>
<email></email>
</author>
<published>2025-08-02T06:16:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=a79e90e7342954ae2287db505811ca3c1cd336d7'/>
<id>urn:sha1:a79e90e7342954ae2287db505811ca3c1cd336d7</id>
<content type='text'>
This depends on the illumos-os-tests port I just imported and can be
linked to the build once guenther lands the close-on-fork diff.

Adapted from an initial diff by Ricardo Branco
</content>
</entry>
<entry>
<title>hash_test: remove variable name from prototype and fix a cast</title>
<updated>2025-08-02T06:05:13+00:00</updated>
<author>
<name>tb</name>
<email></email>
</author>
<published>2025-08-02T06:05:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=d5fa2c06ac310298c50766295253bbc26d8a5c78'/>
<id>urn:sha1:d5fa2c06ac310298c50766295253bbc26d8a5c78</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add a test to verify the fpurge problem doesn't happen.  fpurge()</title>
<updated>2025-06-12T07:39:26+00:00</updated>
<author>
<name>yasuoka</name>
<email></email>
</author>
<published>2025-06-12T07:39:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=1f02ad89c8a58b28512e3adee26827a1666778b7'/>
<id>urn:sha1:1f02ad89c8a58b28512e3adee26827a1666778b7</id>
<content type='text'>
mistaknely made the write buffer usable even if the stream is read
mode.  See the change of lib/libc/stdio/fpurge.c,v 1.11.
</content>
</entry>
<entry>
<title>Test to verify the handling of fflush() for the pushed-back buffer that</title>
<updated>2025-06-08T08:53:53+00:00</updated>
<author>
<name>yasuoka</name>
<email></email>
</author>
<published>2025-06-08T08:53:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=7383a1fd22dbb24eca30d22ea7b825d654352ef2'/>
<id>urn:sha1:7383a1fd22dbb24eca30d22ea7b825d654352ef2</id>
<content type='text'>
has been read or that has not.
</content>
</entry>
<entry>
<title>Now our fflush() comply POSIX-2008.  test_fflush is expected "pass".</title>
<updated>2025-06-03T14:35:27+00:00</updated>
<author>
<name>yasuoka</name>
<email></email>
</author>
<published>2025-06-03T14:35:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=3c06d38754c80751e9c34ea3b1d99873245c8212'/>
<id>urn:sha1:3c06d38754c80751e9c34ea3b1d99873245c8212</id>
<content type='text'>
And switch test___freadahead to use another version that uses fflush().
</content>
</entry>
<entry>
<title>explicit_bzero test: don't redefine __SANITIZE_ADDRESS__</title>
<updated>2025-05-31T15:31:40+00:00</updated>
<author>
<name>tb</name>
<email></email>
</author>
<published>2025-05-31T15:31:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=e63d066a5edd004346e44d220cb2babbbaed46bc'/>
<id>urn:sha1:e63d066a5edd004346e44d220cb2babbbaed46bc</id>
<content type='text'>
Silences an annoying warning when running tests with ASAN.
</content>
</entry>
<entry>
<title>Add test whether fflush() complies POSIX for the handling of</title>
<updated>2025-05-25T05:35:13+00:00</updated>
<author>
<name>yasuoka</name>
<email></email>
</author>
<published>2025-05-25T05:35:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=d286ec10e0246e801e8e31307c5a2eb80d86c921'/>
<id>urn:sha1:d286ec10e0246e801e8e31307c5a2eb80d86c921</id>
<content type='text'>
pushed-back wchar_t chars.
</content>
</entry>
<entry>
<title>Add test for ungetwc().</title>
<updated>2025-05-25T05:32:45+00:00</updated>
<author>
<name>yasuoka</name>
<email></email>
</author>
<published>2025-05-25T05:32:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=81d0da04112278fd775819d19967c41568fbf98a'/>
<id>urn:sha1:81d0da04112278fd775819d19967c41568fbf98a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add tests for the functions in &lt;stdio_ext.h&gt;.</title>
<updated>2025-05-25T00:20:54+00:00</updated>
<author>
<name>yasuoka</name>
<email></email>
</author>
<published>2025-05-25T00:20:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=ba8ffad16ca3187163f8568895cd4524aa158559'/>
<id>urn:sha1:ba8ffad16ca3187163f8568895cd4524aa158559</id>
<content type='text'>
</content>
</entry>
</feed>
