<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openbsd/src/regress/lib/libc/sys, branch OPENBSD_7_6</title>
<subtitle>A mirror of https://github.com/libressl/openbsd.git
</subtitle>
<id>https://git.lua4.win/openbsd/atom?h=OPENBSD_7_6</id>
<link rel='self' href='https://git.lua4.win/openbsd/atom?h=OPENBSD_7_6'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/'/>
<updated>2024-08-15T01:32:59+00:00</updated>
<entry>
<title>t_recvmmsg and t_sendmmsg were enabled in 2022</title>
<updated>2024-08-15T01:32:59+00:00</updated>
<author>
<name>guenther</name>
<email></email>
</author>
<published>2024-08-15T01:32:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=07020d4504e9147315469dae8e2265a740e54bf5'/>
<id>urn:sha1:07020d4504e9147315469dae8e2265a740e54bf5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>sched_yield() is not strong enough to overflow the recv buffer on some</title>
<updated>2024-07-30T13:28:27+00:00</updated>
<author>
<name>claudio</name>
<email></email>
</author>
<published>2024-07-30T13:28:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=487ab22d69a392256aed985c0e474422fbae6492'/>
<id>urn:sha1:487ab22d69a392256aed985c0e474422fbae6492</id>
<content type='text'>
systems. Use a proper sleep using usleep(100) instead.
</content>
</entry>
<entry>
<title>Remove 3 expected failures those got fixed in the regress code.</title>
<updated>2023-10-31T08:00:33+00:00</updated>
<author>
<name>claudio</name>
<email></email>
</author>
<published>2023-10-31T08:00:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=a8fe42fbad747f0d19df4109a56db3ec4b80f949'/>
<id>urn:sha1:a8fe42fbad747f0d19df4109a56db3ec4b80f949</id>
<content type='text'>
</content>
</entry>
<entry>
<title>unlink("/") just needs to error. Checking for a specific errno makes</title>
<updated>2023-10-31T07:59:52+00:00</updated>
<author>
<name>claudio</name>
<email></email>
</author>
<published>2023-10-31T07:59:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=8cda7ecb6853bbab780060776fa83e901f2da43f'/>
<id>urn:sha1:8cda7ecb6853bbab780060776fa83e901f2da43f</id>
<content type='text'>
little sense here since there are multiple possible errnos that could
be returned. On OpenBSD this returns EISDIR and not EBUSY.
OK mbuhl@ millert@
</content>
</entry>
<entry>
<title>When creating a file in a directory the file gid is inherited from</title>
<updated>2023-10-31T07:57:59+00:00</updated>
<author>
<name>claudio</name>
<email></email>
</author>
<published>2023-10-31T07:57:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=475e14c33c3cdd8ade314b3f26240291c180c86d'/>
<id>urn:sha1:475e14c33c3cdd8ade314b3f26240291c180c86d</id>
<content type='text'>
the directory and so checking against getgid() makes no sense.
OK mbuhl@ millert@
</content>
</entry>
<entry>
<title>Ignore closefrom() failure. This fails normally since fd 4 and up are all</title>
<updated>2023-10-31T07:56:44+00:00</updated>
<author>
<name>claudio</name>
<email></email>
</author>
<published>2023-10-31T07:56:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=df0d81f642b945336f969d630139c95fda951630'/>
<id>urn:sha1:df0d81f642b945336f969d630139c95fda951630</id>
<content type='text'>
closed.
OK mbuhl@ millert@
</content>
</entry>
<entry>
<title>Include wait(2) status in error message, in the hopes of providing clues</title>
<updated>2023-10-27T07:33:06+00:00</updated>
<author>
<name>anton</name>
<email></email>
</author>
<published>2023-10-27T07:33:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=cd2ace48144a2309a03c7115f59d4c8e40e1fc81'/>
<id>urn:sha1:cd2ace48144a2309a03c7115f59d4c8e40e1fc81</id>
<content type='text'>
on why this occasionally fails.
</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>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>Enable waitid(2) regress tests and a new test derived from NetBSD's</title>
<updated>2022-10-26T23:18:02+00:00</updated>
<author>
<name>kettenis</name>
<email></email>
</author>
<published>2022-10-26T23:18:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=392798a98fa3c4e261830f2c873042a7e0225ce3'/>
<id>urn:sha1:392798a98fa3c4e261830f2c873042a7e0225ce3</id>
<content type='text'>
wait6(2) tests.

ok millert@, deraadt@
</content>
</entry>
</feed>
