<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openbsd/src/regress/lib/libc/sys, branch libressl-v3.8.2</title>
<subtitle>A mirror of https://github.com/libressl/openbsd.git
</subtitle>
<id>https://git.lua4.win/openbsd/atom?h=libressl-v3.8.2</id>
<link rel='self' href='https://git.lua4.win/openbsd/atom?h=libressl-v3.8.2'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/'/>
<updated>2023-04-19T12:58:16+00:00</updated>
<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>
<entry>
<title>Add regression tests for the sendmmsg and recvmmsg system calls.</title>
<updated>2022-09-11T20:51:44+00:00</updated>
<author>
<name>mbuhl</name>
<email></email>
</author>
<published>2022-09-11T20:51:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=2306c513ba14d1a9d8b958302b55ac80974f070d'/>
<id>urn:sha1:2306c513ba14d1a9d8b958302b55ac80974f070d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>*** empty log message ***</title>
<updated>2022-05-28T18:39:39+00:00</updated>
<author>
<name>mbuhl</name>
<email></email>
</author>
<published>2022-05-28T18:39:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=40cea9c224dfe53bee31facb655f7ac9473c5148'/>
<id>urn:sha1:40cea9c224dfe53bee31facb655f7ac9473c5148</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Recent changes to truncate(2) swapped the ordering of some validations</title>
<updated>2022-05-24T05:14:30+00:00</updated>
<author>
<name>anton</name>
<email></email>
</author>
<published>2022-05-24T05:14:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=1b3351c74f01f6fb9bd1b557012d9fd4d43ae9a8'/>
<id>urn:sha1:1b3351c74f01f6fb9bd1b557012d9fd4d43ae9a8</id>
<content type='text'>
causing EACCESS as opposed of ESDIR to be returned while trying to
truncate a directory as a user lacking write permissions to the same
directory. As this behavior is reasonable, change the truncate directory
from /etc/ to /tmp which makes the test pass both as root and non-root.
</content>
</entry>
<entry>
<title>t_syscall was a test for the gcc 1.x off_t syscall padding,</title>
<updated>2022-01-06T03:30:15+00:00</updated>
<author>
<name>guenther</name>
<email></email>
</author>
<published>2022-01-06T03:30:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=cb6132904d89fe3bdde57b1438faf9ad96a85173'/>
<id>urn:sha1:cb6132904d89fe3bdde57b1438faf9ad96a85173</id>
<content type='text'>
which was an implementation detail and has been deleted, so
delete the test
</content>
</entry>
<entry>
<title>remove a couple hundred sys/param.h includes in userland code, and</title>
<updated>2021-12-13T16:56:48+00:00</updated>
<author>
<name>deraadt</name>
<email></email>
</author>
<published>2021-12-13T16:56:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=9021d14f9c0c87cbe273ab6f4fe8e4f48363f4f6'/>
<id>urn:sha1:9021d14f9c0c87cbe273ab6f4fe8e4f48363f4f6</id>
<content type='text'>
also whack some sys/cdefs.h early includes which is such a brutally
bad pattern
ok bluhm mbuhl
</content>
</entry>
<entry>
<title>For open/openat, if the flags parameter does not contain O_CREAT, the</title>
<updated>2021-10-24T21:24:20+00:00</updated>
<author>
<name>deraadt</name>
<email></email>
</author>
<published>2021-10-24T21:24:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=2cbc009da6303d81a98bd284aae87c1761b472c7'/>
<id>urn:sha1:2cbc009da6303d81a98bd284aae87c1761b472c7</id>
<content type='text'>
3rd (variadic) mode_t parameter is irrelevant.  Many developers in the past
have passed mode_t (0, 044, 0644, or such), which might lead future people
to copy this broken idiom, and perhaps even believe this parameter has some
meaning or implication or application. Delete them all.
This comes out of a conversation where tb@ noticed that a strange (but
intentional) pledge behaviour is to always knock-out high-bits from
mode_t on a number of system calls as a safety factor, and his bewilderment
that this appeared to be happening against valid modes (at least visually),
but no sorry, they are all irrelevant junk.  They could all be 0xdeafbeef.
ok millert
</content>
</entry>
<entry>
<title>Remove recent changes used to unblock the signal undergoing testing, I solved it</title>
<updated>2021-09-28T05:39:24+00:00</updated>
<author>
<name>anton</name>
<email></email>
</author>
<published>2021-09-28T05:39:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=76b51d8ea1cd63cb959c4f9b753386fa03bff58a'/>
<id>urn:sha1:76b51d8ea1cd63cb959c4f9b753386fa03bff58a</id>
<content type='text'>
by changing my regress environment instead. This reduces the delta to the NetBSD
upstream.
</content>
</entry>
</feed>
