<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openbsd/src/regress/lib/libc, branch OPENBSD_7_8_BASE</title>
<subtitle>A mirror of https://github.com/libressl/openbsd.git
</subtitle>
<id>https://git.lua4.win/openbsd/atom?h=OPENBSD_7_8_BASE</id>
<link rel='self' href='https://git.lua4.win/openbsd/atom?h=OPENBSD_7_8_BASE'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/'/>
<updated>2025-08-17T08:43:03+00:00</updated>
<entry>
<title>Change gmtime() to return time in UTC rather than GMT, as required by our own</title>
<updated>2025-08-17T08:43:03+00:00</updated>
<author>
<name>phessler</name>
<email></email>
</author>
<published>2025-08-17T08:43:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=b78a2331708ece0440ea7aa7243e00eea4a8b61e'/>
<id>urn:sha1:b78a2331708ece0440ea7aa7243e00eea4a8b61e</id>
<content type='text'>
manpage, POSIX, C standards, and other OSes.

OK kettenis@, millert@
</content>
</entry>
<entry>
<title>Add missing make dependency as the oclo binary depends on</title>
<updated>2025-08-09T18:17:42+00:00</updated>
<author>
<name>anton</name>
<email></email>
</author>
<published>2025-08-09T18:17:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=3ff9e1e339c8850a5fc384829ec28de8a2a4d64c'/>
<id>urn:sha1:3ff9e1e339c8850a5fc384829ec28de8a2a4d64c</id>
<content type='text'>
ocloexec_verify. Take the easy route and ensure all binaries are built
before the regress make target.
</content>
</entry>
<entry>
<title>link illumos oclo test to the tree</title>
<updated>2025-08-04T06:10:40+00:00</updated>
<author>
<name>tb</name>
<email></email>
</author>
<published>2025-08-04T06:10:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=9c2d928d0e135116a2626ae46eacea09ad785822'/>
<id>urn:sha1:9c2d928d0e135116a2626ae46eacea09ad785822</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>
</feed>
