History log of /src/tests/sys/kern/sigaltstack.c (Results 1 – 12 of 12)
Revision Date Author Comments
# 1d386b48 16-Aug-2023 Warner Losh <imp@FreeBSD.org>

Remove $FreeBSD$: one-line .c pattern

Remove /^[\s*]*__FBSDID\("\$FreeBSD\$"\);?\s*\n/


# 67350cb5 09-Dec-2018 Dimitry Andric <dim@FreeBSD.org>

Merge ^/head r340918 through r341763.


# de7417c4 30-Nov-2018 Eric van Gyzen <vangyzen@FreeBSD.org>

Maybe make gcc happy

According to Jenkins, the GCC architectures were unhappy because:

sigaltstack.c:82: warning: missing initializer
sigaltstack.c:82: warning: (near initialization for 'os

Maybe make gcc happy

According to Jenkins, the GCC architectures were unhappy because:

sigaltstack.c:82: warning: missing initializer
sigaltstack.c:82: warning: (near initialization for 'oss.ss_size')

MFC after: 2 weeks
Sponsored by: Dell EMC Isilon

show more ...


# 984969cd 30-Nov-2018 Eric van Gyzen <vangyzen@FreeBSD.org>

Fix reporting of SS_ONSTACK

Fix reporting of SS_ONSTACK in nested signal delivery when sigaltstack()
is used on some architectures.

Add a unit test for this. I tested the test by introducing the b

Fix reporting of SS_ONSTACK

Fix reporting of SS_ONSTACK in nested signal delivery when sigaltstack()
is used on some architectures.

Add a unit test for this. I tested the test by introducing the bug
on amd64. I did not test it on other architectures.

Reviewed by: kib
MFC after: 2 weeks
Sponsored by: Dell EMC Isilon
Differential Revision: https://reviews.freebsd.org/D18347

show more ...


# 1d386b48 16-Aug-2023 Warner Losh <imp@FreeBSD.org>

Remove $FreeBSD$: one-line .c pattern

Remove /^[\s*]*__FBSDID\("\$FreeBSD\$"\);?\s*\n/


# 67350cb5 09-Dec-2018 Dimitry Andric <dim@FreeBSD.org>

Merge ^/head r340918 through r341763.


# de7417c4 30-Nov-2018 Eric van Gyzen <vangyzen@FreeBSD.org>

Maybe make gcc happy

According to Jenkins, the GCC architectures were unhappy because:

sigaltstack.c:82: warning: missing initializer
sigaltstack.c:82: warning: (near initialization for 'os

Maybe make gcc happy

According to Jenkins, the GCC architectures were unhappy because:

sigaltstack.c:82: warning: missing initializer
sigaltstack.c:82: warning: (near initialization for 'oss.ss_size')

MFC after: 2 weeks
Sponsored by: Dell EMC Isilon

show more ...


# 984969cd 30-Nov-2018 Eric van Gyzen <vangyzen@FreeBSD.org>

Fix reporting of SS_ONSTACK

Fix reporting of SS_ONSTACK in nested signal delivery when sigaltstack()
is used on some architectures.

Add a unit test for this. I tested the test by introducing the b

Fix reporting of SS_ONSTACK

Fix reporting of SS_ONSTACK in nested signal delivery when sigaltstack()
is used on some architectures.

Add a unit test for this. I tested the test by introducing the bug
on amd64. I did not test it on other architectures.

Reviewed by: kib
MFC after: 2 weeks
Sponsored by: Dell EMC Isilon
Differential Revision: https://reviews.freebsd.org/D18347

show more ...


# 1d386b48 16-Aug-2023 Warner Losh <imp@FreeBSD.org>

Remove $FreeBSD$: one-line .c pattern

Remove /^[\s*]*__FBSDID\("\$FreeBSD\$"\);?\s*\n/


# 67350cb5 09-Dec-2018 Dimitry Andric <dim@FreeBSD.org>

Merge ^/head r340918 through r341763.


# de7417c4 30-Nov-2018 Eric van Gyzen <vangyzen@FreeBSD.org>

Maybe make gcc happy

According to Jenkins, the GCC architectures were unhappy because:

sigaltstack.c:82: warning: missing initializer
sigaltstack.c:82: warning: (near initialization for 'os

Maybe make gcc happy

According to Jenkins, the GCC architectures were unhappy because:

sigaltstack.c:82: warning: missing initializer
sigaltstack.c:82: warning: (near initialization for 'oss.ss_size')

MFC after: 2 weeks
Sponsored by: Dell EMC Isilon

show more ...


# 984969cd 30-Nov-2018 Eric van Gyzen <vangyzen@FreeBSD.org>

Fix reporting of SS_ONSTACK

Fix reporting of SS_ONSTACK in nested signal delivery when sigaltstack()
is used on some architectures.

Add a unit test for this. I tested the test by introducing the b

Fix reporting of SS_ONSTACK

Fix reporting of SS_ONSTACK in nested signal delivery when sigaltstack()
is used on some architectures.

Add a unit test for this. I tested the test by introducing the bug
on amd64. I did not test it on other architectures.

Reviewed by: kib
MFC after: 2 weeks
Sponsored by: Dell EMC Isilon
Differential Revision: https://reviews.freebsd.org/D18347

show more ...