Revision tags: release/14.0.0 |
|
#
b3e76948 |
| 16-Aug-2023 |
Warner Losh <imp@FreeBSD.org> |
Remove $FreeBSD$: two-line .h pattern
Remove /^\s*\*\n \*\s+\$FreeBSD\$$\n/
|
Revision tags: release/13.2.0, release/12.4.0, release/13.1.0 |
|
#
0966fb1b |
| 12-Apr-2022 |
David Bright <dab@FreeBSD.org> |
Extend the length of dirpath to fix failure in kyua test
When an overlength path is set as the temporary directory for test case sys/audit/inter-process:shm_unlink_success, the test will fail, e.g.
Extend the length of dirpath to fix failure in kyua test
When an overlength path is set as the temporary directory for test case sys/audit/inter-process:shm_unlink_success, the test will fail, e.g.
``` root@freebsd:/usr/tests/sys/audit # env TMPDIR=/var/tmp/tests/kyua kyua test inter-process:shm_unlink_success inter-process:shm_unlink_success -> failed: shm_unlink.*fileforaudit.*return,success not found in auditpipe within the time limit [10.452s]
Results file id is usr_tests_sys_audit.20220412-221852-924310 Results saved to /root/.kyua/store/results.usr_tests_sys_audit.20220412-221852-924310.db
0/1 passed (1 failed) ```
The root cause is that dirpath is defined too small to handle it.
Reviewers: vangyzen, dab Differential Revision: https://reviews.freebsd.org/D34885 Submitted by: Yongbo Yao (yongbo.yao@dell.com) Sponsored by: Dell Technologies
show more ...
|
Revision tags: release/12.3.0, release/13.0.0, release/12.2.0, release/11.4.0, release/12.1.0, release/11.3.0, release/12.0.0 |
|
#
3d3d0178 |
| 26-Jun-2018 |
Alan Somers <asomers@FreeBSD.org> |
audit(4): add tests for pipe, posix_openpt, shm_open, and shm_unlink
Submitted by: aniketp MFC after: 2 weeks Sponsored by: Google, Inc. (GSoC 2018) Differential Revision: https://reviews.freebsd.or
audit(4): add tests for pipe, posix_openpt, shm_open, and shm_unlink
Submitted by: aniketp MFC after: 2 weeks Sponsored by: Google, Inc. (GSoC 2018) Differential Revision: https://reviews.freebsd.org/D15963
show more ...
|
#
4aabb64a |
| 22-Jun-2018 |
Alan Somers <asomers@FreeBSD.org> |
audit(4): add tests for Sys V semaphore operations
Submitted by: aniketp MFC after: 2 weeks Sponsored by: Google, Inc. (GSoC 2018) Differential Revision: https://reviews.freebsd.org/D15897
|
Revision tags: release/11.2.0 |
|
#
4107f2c4 |
| 18-Jun-2018 |
Alan Somers <asomers@FreeBSD.org> |
Fix 32-bit build after 335307
This was correct in the final version on Phabricator, but somehow I screwed up applying the patch locally.
Reported by: linimon Pointy-hat-to: asomers MFC after: 2 wee
Fix 32-bit build after 335307
This was correct in the final version on Phabricator, but somehow I screwed up applying the patch locally.
Reported by: linimon Pointy-hat-to: asomers MFC after: 2 weeks X-MFC-With: 335307
show more ...
|
#
8f2433eb |
| 17-Jun-2018 |
Alan Somers <asomers@FreeBSD.org> |
audit(4): add tests for Sys V shared memory syscalls
includes shmget, shmat, shmdt, and shmctl
Submitted by: aniketp MFC after: 2 weeks Sponsored by: Google, Inc (GSoC 2018) Differential Revision:
audit(4): add tests for Sys V shared memory syscalls
includes shmget, shmat, shmdt, and shmctl
Submitted by: aniketp MFC after: 2 weeks Sponsored by: Google, Inc (GSoC 2018) Differential Revision: https://reviews.freebsd.org/D15860
show more ...
|
#
d7d1ecc0 |
| 16-Jun-2018 |
Alan Somers <asomers@FreeBSD.org> |
audit(4): add tests for POSIX message queues
Submitted by: aniketp MFC after: 2 weeks Sponsored by: Google, Inc. (GSoC 2018) Differential Revision: https://reviews.freebsd.org/D15848
|