<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openbsd/src/regress/lib/libc/sys, branch libressl-v3.6.2</title>
<subtitle>A mirror of https://github.com/libressl/openbsd.git
</subtitle>
<id>https://git.lua4.win/openbsd/atom?h=libressl-v3.6.2</id>
<link rel='self' href='https://git.lua4.win/openbsd/atom?h=libressl-v3.6.2'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/'/>
<updated>2022-09-11T20:51:44+00:00</updated>
<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>
<entry>
<title>Make t_gettimeofday pass on sparc64.</title>
<updated>2021-09-27T14:07:44+00:00</updated>
<author>
<name>mbuhl</name>
<email></email>
</author>
<published>2021-09-27T14:07:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=ec54265a51e657199218fe66ba025e97263136c4'/>
<id>urn:sha1:ec54265a51e657199218fe66ba025e97263136c4</id>
<content type='text'>
OK bluhm@
</content>
</entry>
<entry>
<title>At least t_fork and t_vfork tests need coredumps enabled to succeed.</title>
<updated>2021-09-19T08:20:04+00:00</updated>
<author>
<name>claudio</name>
<email></email>
</author>
<published>2021-09-19T08:20:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=1377a15fedcd957ed14732db959a3c76892b80a6'/>
<id>urn:sha1:1377a15fedcd957ed14732db959a3c76892b80a6</id>
<content type='text'>
Add ulimit -c unlimited before running the tests like it is done in
other places in regress.
OK bluhm@
</content>
</entry>
<entry>
<title>Ensure that the kill signal undergoing testing is not ignored.</title>
<updated>2021-09-09T17:36:34+00:00</updated>
<author>
<name>anton</name>
<email></email>
</author>
<published>2021-09-09T17:36:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=40f90f2357304c0308b36aac3cbdde2d09d7988c'/>
<id>urn:sha1:40f90f2357304c0308b36aac3cbdde2d09d7988c</id>
<content type='text'>
ok bluhm@
</content>
</entry>
</feed>
