<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openbsd/src/regress/lib/libc, branch libressl-v3.8.0</title>
<subtitle>A mirror of https://github.com/libressl/openbsd.git
</subtitle>
<id>https://git.lua4.win/openbsd/atom?h=libressl-v3.8.0</id>
<link rel='self' href='https://git.lua4.win/openbsd/atom?h=libressl-v3.8.0'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/'/>
<updated>2023-05-09T19:07:37+00:00</updated>
<entry>
<title>Make malloc tests that set flags more robust against the user also</title>
<updated>2023-05-09T19:07:37+00:00</updated>
<author>
<name>otto</name>
<email></email>
</author>
<published>2023-05-09T19:07:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=6e7c77af78e6fdcf852347ebed6370240e6fa7aa'/>
<id>urn:sha1:6e7c77af78e6fdcf852347ebed6370240e6fa7aa</id>
<content type='text'>
having flags set.
</content>
</entry>
<entry>
<title>Enable malloc_errs test</title>
<updated>2023-05-08T11:13:30+00:00</updated>
<author>
<name>otto</name>
<email></email>
</author>
<published>2023-05-08T11:13:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=6e9688945a2be8253a069c29a3824a8b0bec66bb'/>
<id>urn:sha1:6e9688945a2be8253a069c29a3824a8b0bec66bb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add a regress test to test various malloc API and heap mismanagement</title>
<updated>2023-05-08T11:12:44+00:00</updated>
<author>
<name>otto</name>
<email></email>
</author>
<published>2023-05-08T11:12:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=1c041cc12f5a2b5e0daa288ce8b7e2428e78dc64'/>
<id>urn:sha1:1c041cc12f5a2b5e0daa288ce8b7e2428e78dc64</id>
<content type='text'>
errors which should cause abort. A few are not enabled yet, they
will be once the corresponding diffs in malloc are committed.
</content>
</entry>
<entry>
<title>remove duplicate includes</title>
<updated>2023-04-19T12:58:16+00:00</updated>
<author>
<name>jsg</name>
<email></email>
</author>
<published>2023-04-19T12:58:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=66b857bfb31c84024d348c1b47c595ee2d24262f'/>
<id>urn:sha1:66b857bfb31c84024d348c1b47c595ee2d24262f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix compilation on sparc64.</title>
<updated>2023-04-13T11:32:06+00:00</updated>
<author>
<name>mbuhl</name>
<email></email>
</author>
<published>2023-04-13T11:32:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=26467347b061d9d927842b1c5fa61ebfb17e84ef'/>
<id>urn:sha1:26467347b061d9d927842b1c5fa61ebfb17e84ef</id>
<content type='text'>
</content>
</entry>
<entry>
<title>WTRAPPED is now supported by waitid(2)</title>
<updated>2022-12-19T22:44:54+00:00</updated>
<author>
<name>guenther</name>
<email></email>
</author>
<published>2022-12-19T22:44:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=bf460827f2112eb76e1e43530d7efbdaede71e69'/>
<id>urn:sha1:bf460827f2112eb76e1e43530d7efbdaede71e69</id>
<content type='text'>
Don't test waitid(WUNTRACED) as that's not portable and only 'works' due
to an implementation decision
</content>
</entry>
<entry>
<title>userspace: remove vestigial '?' cases from top-level getopt(3) loops</title>
<updated>2022-12-04T23:50:46+00:00</updated>
<author>
<name>cheloha</name>
<email></email>
</author>
<published>2022-12-04T23:50:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=ee7dcd00e7c381d09c3ee449f185856121676f04'/>
<id>urn:sha1:ee7dcd00e7c381d09c3ee449f185856121676f04</id>
<content type='text'>
getopt(3) returns '?' when it encounters a flag not present in the in
the optstring or if a flag is missing its option argument.  We can
handle this case with the "default" failure case with no loss of
legibility.  Hence, remove all the redundant "case '?':" lines.

Prompted by dlg@.  With help from dlg@ and millert@.

Link: https://marc.info/?l=openbsd-tech&amp;m=167011979726449&amp;w=2

ok naddy@ millert@ dlg@
</content>
</entry>
<entry>
<title>simplify makefile</title>
<updated>2022-11-22T10:40:33+00:00</updated>
<author>
<name>anton</name>
<email></email>
</author>
<published>2022-11-22T10:40:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=503e7da2ab68cb62d3e82d564ce7943901f5c4dd'/>
<id>urn:sha1:503e7da2ab68cb62d3e82d564ce7943901f5c4dd</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Be more helpful and provide details on what the time conversion tests</title>
<updated>2022-11-22T10:40:10+00:00</updated>
<author>
<name>anton</name>
<email></email>
</author>
<published>2022-11-22T10:40:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=6ad1ec3477ff37227601823db02f4472cf578cbc'/>
<id>urn:sha1:6ad1ec3477ff37227601823db02f4472cf578cbc</id>
<content type='text'>
need in order to run.

Also, output the expected SKIPPED string as dictated by bsd.regress.mk.
</content>
</entry>
<entry>
<title>Use /tmp as opposed of /var/tmp as the default directory for temporary</title>
<updated>2022-11-10T12:38:57+00:00</updated>
<author>
<name>anton</name>
<email></email>
</author>
<published>2022-11-10T12:38:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=4eff1f4bdce022208f0a4f7ff019c035c62aa26b'/>
<id>urn:sha1:4eff1f4bdce022208f0a4f7ff019c035c62aa26b</id>
<content type='text'>
files.
</content>
</entry>
</feed>
