Remove $FreeBSD$: one-line sh patternRemove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
Remove $FreeBSD$: one-line .c comment patternRemove /^/[*/]\s*\$FreeBSD\$.*\n/
Remove $FreeBSD$: one-line .h patternRemove /^\s*\*+\s*\$FreeBSD\$.*$\n/
Clean up warnings in pthread testsI intend to move these into lib/libthr/tests/ and connect to kyua. Thisis a first step to address warnings emitted when building using standardmake infrastructu
Clean up warnings in pthread testsI intend to move these into lib/libthr/tests/ and connect to kyua. Thisis a first step to address warnings emitted when building using standardmake infrastructure.Reviewed by: markjSponsored by: The FreeBSD FoundationDifferential Revision: https://reviews.freebsd.org/D34306
show more ...
Add test cases for stack unwinding.