| #
65bae451
|
| 01-Aug-2025 |
Dag-Erling Smørgrav <des@FreeBSD.org> |
kyua: Stop using readdir_r()
It cannot be used safely, and Kyua doesn't even pretend to try.
MFC after: 1 week Sponsored by: Klara, Inc. Reviewed by: igoro Differential Revision: https://reviews.fr
kyua: Stop using readdir_r()
It cannot be used safely, and Kyua doesn't even pretend to try.
MFC after: 1 week Sponsored by: Klara, Inc. Reviewed by: igoro Differential Revision: https://reviews.freebsd.org/D51680
show more ...
|
| #
d61c8bca
|
| 03-May-2025 |
John Baldwin <jhb@FreeBSD.org> |
kyua: Don't pass NULL to std::unique_ptr<>::reset()
No functional change, this is simply more idiomatic.
Reviewed by: olce, emaste Differential Revision: https://reviews.freebsd.org/D50091
|
| #
b392a90b
|
| 28-Apr-2025 |
John Baldwin <jhb@FreeBSD.org> |
kyua: Switch from std::auto_ptr<> to std::unique_ptr<>
A few places were assigning auto_ptr<>s depending on the ownership handoff. These now use an explicit std::move() as required by unique_ptr<>.
kyua: Switch from std::auto_ptr<> to std::unique_ptr<>
A few places were assigning auto_ptr<>s depending on the ownership handoff. These now use an explicit std::move() as required by unique_ptr<>.
Reviewed by: ngie, emaste Differential Revision: https://reviews.freebsd.org/D49790
show more ...
|
| #
b0d29bc4
|
| 23-Mar-2020 |
Brooks Davis <brooks@FreeBSD.org> |
Import the kyua test framework.
Having kyua in the base system will simplify automated testing in CI and eliminates bootstrapping issues on new platforms.
The build of kyua is controlled by WITH(OU
Import the kyua test framework.
Having kyua in the base system will simplify automated testing in CI and eliminates bootstrapping issues on new platforms.
The build of kyua is controlled by WITH(OUT)_TESTS_SUPPORT.
Reviewed by: emaste Obtained from: CheriBSD Sponsored by: DARPA Differential Revision: https://reviews.freebsd.org/D24103
show more ...
|
| #
65bae451
|
| 01-Aug-2025 |
Dag-Erling Smørgrav <des@FreeBSD.org> |
kyua: Stop using readdir_r()
It cannot be used safely, and Kyua doesn't even pretend to try.
MFC after: 1 week Sponsored by: Klara, Inc. Reviewed by: igoro Differential Revision: https://reviews.fr
kyua: Stop using readdir_r()
It cannot be used safely, and Kyua doesn't even pretend to try.
MFC after: 1 week Sponsored by: Klara, Inc. Reviewed by: igoro Differential Revision: https://reviews.freebsd.org/D51680
show more ...
|
| #
d61c8bca
|
| 03-May-2025 |
John Baldwin <jhb@FreeBSD.org> |
kyua: Don't pass NULL to std::unique_ptr<>::reset()
No functional change, this is simply more idiomatic.
Reviewed by: olce, emaste Differential Revision: https://reviews.freebsd.org/D50091
|
| #
b392a90b
|
| 28-Apr-2025 |
John Baldwin <jhb@FreeBSD.org> |
kyua: Switch from std::auto_ptr<> to std::unique_ptr<>
A few places were assigning auto_ptr<>s depending on the ownership handoff. These now use an explicit std::move() as required by unique_ptr<>.
kyua: Switch from std::auto_ptr<> to std::unique_ptr<>
A few places were assigning auto_ptr<>s depending on the ownership handoff. These now use an explicit std::move() as required by unique_ptr<>.
Reviewed by: ngie, emaste Differential Revision: https://reviews.freebsd.org/D49790
show more ...
|
| #
b0d29bc4
|
| 23-Mar-2020 |
Brooks Davis <brooks@FreeBSD.org> |
Import the kyua test framework.
Having kyua in the base system will simplify automated testing in CI and eliminates bootstrapping issues on new platforms.
The build of kyua is controlled by WITH(OU
Import the kyua test framework.
Having kyua in the base system will simplify automated testing in CI and eliminates bootstrapping issues on new platforms.
The build of kyua is controlled by WITH(OUT)_TESTS_SUPPORT.
Reviewed by: emaste Obtained from: CheriBSD Sponsored by: DARPA Differential Revision: https://reviews.freebsd.org/D24103
show more ...
|
| #
65bae451
|
| 01-Aug-2025 |
Dag-Erling Smørgrav <des@FreeBSD.org> |
kyua: Stop using readdir_r()
It cannot be used safely, and Kyua doesn't even pretend to try.
MFC after: 1 week Sponsored by: Klara, Inc. Reviewed by: igoro Differential Revision: https://reviews.fr
kyua: Stop using readdir_r()
It cannot be used safely, and Kyua doesn't even pretend to try.
MFC after: 1 week Sponsored by: Klara, Inc. Reviewed by: igoro Differential Revision: https://reviews.freebsd.org/D51680
show more ...
|
| #
d61c8bca
|
| 03-May-2025 |
John Baldwin <jhb@FreeBSD.org> |
kyua: Don't pass NULL to std::unique_ptr<>::reset()
No functional change, this is simply more idiomatic.
Reviewed by: olce, emaste Differential Revision: https://reviews.freebsd.org/D50091
|
| #
b392a90b
|
| 28-Apr-2025 |
John Baldwin <jhb@FreeBSD.org> |
kyua: Switch from std::auto_ptr<> to std::unique_ptr<>
A few places were assigning auto_ptr<>s depending on the ownership handoff. These now use an explicit std::move() as required by unique_ptr<>.
kyua: Switch from std::auto_ptr<> to std::unique_ptr<>
A few places were assigning auto_ptr<>s depending on the ownership handoff. These now use an explicit std::move() as required by unique_ptr<>.
Reviewed by: ngie, emaste Differential Revision: https://reviews.freebsd.org/D49790
show more ...
|
| #
b0d29bc4
|
| 23-Mar-2020 |
Brooks Davis <brooks@FreeBSD.org> |
Import the kyua test framework.
Having kyua in the base system will simplify automated testing in CI and eliminates bootstrapping issues on new platforms.
The build of kyua is controlled by WITH(OU
Import the kyua test framework.
Having kyua in the base system will simplify automated testing in CI and eliminates bootstrapping issues on new platforms.
The build of kyua is controlled by WITH(OUT)_TESTS_SUPPORT.
Reviewed by: emaste Obtained from: CheriBSD Sponsored by: DARPA Differential Revision: https://reviews.freebsd.org/D24103
show more ...
|