| #
eb5fd01b
|
| 08-May-2024 |
Brooks Davis <brooks@FreeBSD.org> |
soxstack: slience 32-bit gcc warning
Modern GCC complains when casting pointers to integers of a different size (even a larger one). Switch from uint64_t to uintptr_t which will always be the right
soxstack: slience 32-bit gcc warning
Modern GCC complains when casting pointers to integers of a different size (even a larger one). Switch from uint64_t to uintptr_t which will always be the right size for a stack address instead of maybe being too big.
Reviewed by: dchagin, emaste Differential Revision: https://reviews.freebsd.org/D45087
show more ...
|
| #
07d3738b
|
| 09-Aug-2023 |
Ed Maste <emaste@FreeBSD.org> |
soxstack: silence GCC warning
Add parens around _STACK_FLAG_GROWS expression to fix GCC warning about arithmetic in operand of '|'.
Sponsored by: The FreeBSD Foundation
|
| #
8920c5f2
|
| 08-Aug-2023 |
Dmitry Chagin <dchagin@FreeBSD.org> |
tests: Add stack grows tests
Reviewed by: kib Differential Revision: https://reviews.freebsd.org/D41320 MFC after: 2 weeks
|
| #
eb5fd01b
|
| 08-May-2024 |
Brooks Davis <brooks@FreeBSD.org> |
soxstack: slience 32-bit gcc warning
Modern GCC complains when casting pointers to integers of a different size (even a larger one). Switch from uint64_t to uintptr_t which will always be the right
soxstack: slience 32-bit gcc warning
Modern GCC complains when casting pointers to integers of a different size (even a larger one). Switch from uint64_t to uintptr_t which will always be the right size for a stack address instead of maybe being too big.
Reviewed by: dchagin, emaste Differential Revision: https://reviews.freebsd.org/D45087
show more ...
|
| #
07d3738b
|
| 09-Aug-2023 |
Ed Maste <emaste@FreeBSD.org> |
soxstack: silence GCC warning
Add parens around _STACK_FLAG_GROWS expression to fix GCC warning about arithmetic in operand of '|'.
Sponsored by: The FreeBSD Foundation
|
| #
8920c5f2
|
| 08-Aug-2023 |
Dmitry Chagin <dchagin@FreeBSD.org> |
tests: Add stack grows tests
Reviewed by: kib Differential Revision: https://reviews.freebsd.org/D41320 MFC after: 2 weeks
|
| #
eb5fd01b
|
| 08-May-2024 |
Brooks Davis <brooks@FreeBSD.org> |
soxstack: slience 32-bit gcc warning
Modern GCC complains when casting pointers to integers of a different size (even a larger one). Switch from uint64_t to uintptr_t which will always be the right
soxstack: slience 32-bit gcc warning
Modern GCC complains when casting pointers to integers of a different size (even a larger one). Switch from uint64_t to uintptr_t which will always be the right size for a stack address instead of maybe being too big.
Reviewed by: dchagin, emaste Differential Revision: https://reviews.freebsd.org/D45087
show more ...
|
| #
07d3738b
|
| 09-Aug-2023 |
Ed Maste <emaste@FreeBSD.org> |
soxstack: silence GCC warning
Add parens around _STACK_FLAG_GROWS expression to fix GCC warning about arithmetic in operand of '|'.
Sponsored by: The FreeBSD Foundation
|
| #
8920c5f2
|
| 08-Aug-2023 |
Dmitry Chagin <dchagin@FreeBSD.org> |
tests: Add stack grows tests
Reviewed by: kib Differential Revision: https://reviews.freebsd.org/D41320 MFC after: 2 weeks
|