Home
last modified time | relevance | path

Searched hist:e55512504d0178983978d64d67eed1cc85826523 (Results 1 – 20 of 20) sorted by relevance

/freebsd/lib/libc/amd64/string/
H A Dstrncpy.cdiff 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 Dstrncat.cdiff 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 Dbzero.cdiff 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 Dbcopy.cdiff 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 Dunistd.hdiff 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 Dh_gets.cdiff 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 Dstpcpy.cdiff 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 Dstpncpy.cdiff 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 Dstrncat.cdiff 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 Dstrcat.cdiff 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 Dbcopy.cdiff 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 Dmemset.cdiff 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 Dfgets.cdiff 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 Dsprintf.cdiff 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 Dvsprintf.cdiff 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 Dsnprintf.cdiff 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 Dvsnprintf.cdiff 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 Dgetcwd.cdiff 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 DMakefilediff 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 Dcdefs.hdiff 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