/freebsd/lib/libc/amd64/string/ |
H A D | strncpy.c | diff e55512504d0178983978d64d67eed1cc85826523 Mon May 13 07:23:50 CEST 2024 Kyle Evans <kevans@FreeBSD.org> Prepare the system for _FORTIFY_SOURCE
Notably: - libc needs to #undef some of the macros from ssp/* for underlying implementations - ssp/* wants a __RENAME() macro (snatched more or less from NetBSD)
There's some extra hinkiness included for read(), since libc spells it as "_read" while the rest of the world spells it "read."
Reviewed by: imp, ngie Sponsored by: Stormshield Sponsored by: Klara, Inc. Differential Revision: https://reviews.freebsd.org/D32307
|
H A D | strncat.c | diff e55512504d0178983978d64d67eed1cc85826523 Mon May 13 07:23:50 CEST 2024 Kyle Evans <kevans@FreeBSD.org> Prepare the system for _FORTIFY_SOURCE
Notably: - libc needs to #undef some of the macros from ssp/* for underlying implementations - ssp/* wants a __RENAME() macro (snatched more or less from NetBSD)
There's some extra hinkiness included for read(), since libc spells it as "_read" while the rest of the world spells it "read."
Reviewed by: imp, ngie Sponsored by: Stormshield Sponsored by: Klara, Inc. Differential Revision: https://reviews.freebsd.org/D32307
|
H A D | bzero.c | diff e55512504d0178983978d64d67eed1cc85826523 Mon May 13 07:23:50 CEST 2024 Kyle Evans <kevans@FreeBSD.org> Prepare the system for _FORTIFY_SOURCE
Notably: - libc needs to #undef some of the macros from ssp/* for underlying implementations - ssp/* wants a __RENAME() macro (snatched more or less from NetBSD)
There's some extra hinkiness included for read(), since libc spells it as "_read" while the rest of the world spells it "read."
Reviewed by: imp, ngie Sponsored by: Stormshield Sponsored by: Klara, Inc. Differential Revision: https://reviews.freebsd.org/D32307
|
H A D | bcopy.c | diff e55512504d0178983978d64d67eed1cc85826523 Mon May 13 07:23:50 CEST 2024 Kyle Evans <kevans@FreeBSD.org> Prepare the system for _FORTIFY_SOURCE
Notably: - libc needs to #undef some of the macros from ssp/* for underlying implementations - ssp/* wants a __RENAME() macro (snatched more or less from NetBSD)
There's some extra hinkiness included for read(), since libc spells it as "_read" while the rest of the world spells it "read."
Reviewed by: imp, ngie Sponsored by: Stormshield Sponsored by: Klara, Inc. Differential Revision: https://reviews.freebsd.org/D32307
|
/freebsd/include/ssp/ |
H A D | unistd.h | diff e55512504d0178983978d64d67eed1cc85826523 Mon May 13 07:23:50 CEST 2024 Kyle Evans <kevans@FreeBSD.org> Prepare the system for _FORTIFY_SOURCE
Notably: - libc needs to #undef some of the macros from ssp/* for underlying implementations - ssp/* wants a __RENAME() macro (snatched more or less from NetBSD)
There's some extra hinkiness included for read(), since libc spells it as "_read" while the rest of the world spells it "read."
Reviewed by: imp, ngie Sponsored by: Stormshield Sponsored by: Klara, Inc. Differential Revision: https://reviews.freebsd.org/D32307
|
/freebsd/contrib/netbsd-tests/lib/libc/ssp/ |
H A D | h_gets.c | diff e55512504d0178983978d64d67eed1cc85826523 Mon May 13 07:23:50 CEST 2024 Kyle Evans <kevans@FreeBSD.org> Prepare the system for _FORTIFY_SOURCE
Notably: - libc needs to #undef some of the macros from ssp/* for underlying implementations - ssp/* wants a __RENAME() macro (snatched more or less from NetBSD)
There's some extra hinkiness included for read(), since libc spells it as "_read" while the rest of the world spells it "read."
Reviewed by: imp, ngie Sponsored by: Stormshield Sponsored by: Klara, Inc. Differential Revision: https://reviews.freebsd.org/D32307
|
/freebsd/lib/libc/string/ |
H A D | stpcpy.c | diff e55512504d0178983978d64d67eed1cc85826523 Mon May 13 07:23:50 CEST 2024 Kyle Evans <kevans@FreeBSD.org> Prepare the system for _FORTIFY_SOURCE
Notably: - libc needs to #undef some of the macros from ssp/* for underlying implementations - ssp/* wants a __RENAME() macro (snatched more or less from NetBSD)
There's some extra hinkiness included for read(), since libc spells it as "_read" while the rest of the world spells it "read."
Reviewed by: imp, ngie Sponsored by: Stormshield Sponsored by: Klara, Inc. Differential Revision: https://reviews.freebsd.org/D32307
|
H A D | stpncpy.c | diff e55512504d0178983978d64d67eed1cc85826523 Mon May 13 07:23:50 CEST 2024 Kyle Evans <kevans@FreeBSD.org> Prepare the system for _FORTIFY_SOURCE
Notably: - libc needs to #undef some of the macros from ssp/* for underlying implementations - ssp/* wants a __RENAME() macro (snatched more or less from NetBSD)
There's some extra hinkiness included for read(), since libc spells it as "_read" while the rest of the world spells it "read."
Reviewed by: imp, ngie Sponsored by: Stormshield Sponsored by: Klara, Inc. Differential Revision: https://reviews.freebsd.org/D32307
|
H A D | strncat.c | diff e55512504d0178983978d64d67eed1cc85826523 Mon May 13 07:23:50 CEST 2024 Kyle Evans <kevans@FreeBSD.org> Prepare the system for _FORTIFY_SOURCE
Notably: - libc needs to #undef some of the macros from ssp/* for underlying implementations - ssp/* wants a __RENAME() macro (snatched more or less from NetBSD)
There's some extra hinkiness included for read(), since libc spells it as "_read" while the rest of the world spells it "read."
Reviewed by: imp, ngie Sponsored by: Stormshield Sponsored by: Klara, Inc. Differential Revision: https://reviews.freebsd.org/D32307
|
H A D | strcat.c | diff e55512504d0178983978d64d67eed1cc85826523 Mon May 13 07:23:50 CEST 2024 Kyle Evans <kevans@FreeBSD.org> Prepare the system for _FORTIFY_SOURCE
Notably: - libc needs to #undef some of the macros from ssp/* for underlying implementations - ssp/* wants a __RENAME() macro (snatched more or less from NetBSD)
There's some extra hinkiness included for read(), since libc spells it as "_read" while the rest of the world spells it "read."
Reviewed by: imp, ngie Sponsored by: Stormshield Sponsored by: Klara, Inc. Differential Revision: https://reviews.freebsd.org/D32307
|
H A D | bcopy.c | diff e55512504d0178983978d64d67eed1cc85826523 Mon May 13 07:23:50 CEST 2024 Kyle Evans <kevans@FreeBSD.org> Prepare the system for _FORTIFY_SOURCE
Notably: - libc needs to #undef some of the macros from ssp/* for underlying implementations - ssp/* wants a __RENAME() macro (snatched more or less from NetBSD)
There's some extra hinkiness included for read(), since libc spells it as "_read" while the rest of the world spells it "read."
Reviewed by: imp, ngie Sponsored by: Stormshield Sponsored by: Klara, Inc. Differential Revision: https://reviews.freebsd.org/D32307
|
H A D | memset.c | diff e55512504d0178983978d64d67eed1cc85826523 Mon May 13 07:23:50 CEST 2024 Kyle Evans <kevans@FreeBSD.org> Prepare the system for _FORTIFY_SOURCE
Notably: - libc needs to #undef some of the macros from ssp/* for underlying implementations - ssp/* wants a __RENAME() macro (snatched more or less from NetBSD)
There's some extra hinkiness included for read(), since libc spells it as "_read" while the rest of the world spells it "read."
Reviewed by: imp, ngie Sponsored by: Stormshield Sponsored by: Klara, Inc. Differential Revision: https://reviews.freebsd.org/D32307
|
/freebsd/lib/libc/stdio/ |
H A D | fgets.c | diff e55512504d0178983978d64d67eed1cc85826523 Mon May 13 07:23:50 CEST 2024 Kyle Evans <kevans@FreeBSD.org> Prepare the system for _FORTIFY_SOURCE
Notably: - libc needs to #undef some of the macros from ssp/* for underlying implementations - ssp/* wants a __RENAME() macro (snatched more or less from NetBSD)
There's some extra hinkiness included for read(), since libc spells it as "_read" while the rest of the world spells it "read."
Reviewed by: imp, ngie Sponsored by: Stormshield Sponsored by: Klara, Inc. Differential Revision: https://reviews.freebsd.org/D32307
|
H A D | sprintf.c | diff e55512504d0178983978d64d67eed1cc85826523 Mon May 13 07:23:50 CEST 2024 Kyle Evans <kevans@FreeBSD.org> Prepare the system for _FORTIFY_SOURCE
Notably: - libc needs to #undef some of the macros from ssp/* for underlying implementations - ssp/* wants a __RENAME() macro (snatched more or less from NetBSD)
There's some extra hinkiness included for read(), since libc spells it as "_read" while the rest of the world spells it "read."
Reviewed by: imp, ngie Sponsored by: Stormshield Sponsored by: Klara, Inc. Differential Revision: https://reviews.freebsd.org/D32307
|
H A D | vsprintf.c | diff e55512504d0178983978d64d67eed1cc85826523 Mon May 13 07:23:50 CEST 2024 Kyle Evans <kevans@FreeBSD.org> Prepare the system for _FORTIFY_SOURCE
Notably: - libc needs to #undef some of the macros from ssp/* for underlying implementations - ssp/* wants a __RENAME() macro (snatched more or less from NetBSD)
There's some extra hinkiness included for read(), since libc spells it as "_read" while the rest of the world spells it "read."
Reviewed by: imp, ngie Sponsored by: Stormshield Sponsored by: Klara, Inc. Differential Revision: https://reviews.freebsd.org/D32307
|
H A D | snprintf.c | diff e55512504d0178983978d64d67eed1cc85826523 Mon May 13 07:23:50 CEST 2024 Kyle Evans <kevans@FreeBSD.org> Prepare the system for _FORTIFY_SOURCE
Notably: - libc needs to #undef some of the macros from ssp/* for underlying implementations - ssp/* wants a __RENAME() macro (snatched more or less from NetBSD)
There's some extra hinkiness included for read(), since libc spells it as "_read" while the rest of the world spells it "read."
Reviewed by: imp, ngie Sponsored by: Stormshield Sponsored by: Klara, Inc. Differential Revision: https://reviews.freebsd.org/D32307
|
H A D | vsnprintf.c | diff e55512504d0178983978d64d67eed1cc85826523 Mon May 13 07:23:50 CEST 2024 Kyle Evans <kevans@FreeBSD.org> Prepare the system for _FORTIFY_SOURCE
Notably: - libc needs to #undef some of the macros from ssp/* for underlying implementations - ssp/* wants a __RENAME() macro (snatched more or less from NetBSD)
There's some extra hinkiness included for read(), since libc spells it as "_read" while the rest of the world spells it "read."
Reviewed by: imp, ngie Sponsored by: Stormshield Sponsored by: Klara, Inc. Differential Revision: https://reviews.freebsd.org/D32307
|
/freebsd/lib/libc/gen/ |
H A D | getcwd.c | diff e55512504d0178983978d64d67eed1cc85826523 Mon May 13 07:23:50 CEST 2024 Kyle Evans <kevans@FreeBSD.org> Prepare the system for _FORTIFY_SOURCE
Notably: - libc needs to #undef some of the macros from ssp/* for underlying implementations - ssp/* wants a __RENAME() macro (snatched more or less from NetBSD)
There's some extra hinkiness included for read(), since libc spells it as "_read" while the rest of the world spells it "read."
Reviewed by: imp, ngie Sponsored by: Stormshield Sponsored by: Klara, Inc. Differential Revision: https://reviews.freebsd.org/D32307
|
/freebsd/lib/libc/ |
H A D | Makefile | diff e55512504d0178983978d64d67eed1cc85826523 Mon May 13 07:23:50 CEST 2024 Kyle Evans <kevans@FreeBSD.org> Prepare the system for _FORTIFY_SOURCE
Notably: - libc needs to #undef some of the macros from ssp/* for underlying implementations - ssp/* wants a __RENAME() macro (snatched more or less from NetBSD)
There's some extra hinkiness included for read(), since libc spells it as "_read" while the rest of the world spells it "read."
Reviewed by: imp, ngie Sponsored by: Stormshield Sponsored by: Klara, Inc. Differential Revision: https://reviews.freebsd.org/D32307
|
/freebsd/sys/sys/ |
H A D | cdefs.h | diff e55512504d0178983978d64d67eed1cc85826523 Mon May 13 07:23:50 CEST 2024 Kyle Evans <kevans@FreeBSD.org> Prepare the system for _FORTIFY_SOURCE
Notably: - libc needs to #undef some of the macros from ssp/* for underlying implementations - ssp/* wants a __RENAME() macro (snatched more or less from NetBSD)
There's some extra hinkiness included for read(), since libc spells it as "_read" while the rest of the world spells it "read."
Reviewed by: imp, ngie Sponsored by: Stormshield Sponsored by: Klara, Inc. Differential Revision: https://reviews.freebsd.org/D32307
|