summaryrefslogtreecommitdiff
path: root/lib/libc/secure
AgeCommit message (Expand)Author
2024-09-29libmd, kern, stand: consolidate md5 implementations (NFC)Kyle Evans
2024-07-16include: ssp: don't shadow the mempcpy builtinKyle Evans
2024-07-13include: ssp: round out fortification of current set of headersKyle Evans
2024-07-13include: de-macro __ssp_overlap(), improve semantics and checkingKyle Evans
2024-07-13libc: move __ssp_overlap back out into <ssp/ssp.h>Kyle Evans
2024-05-13Fix the GCC build after _FORTIFY_SOURCE importKyle Evans
2024-05-13Import _FORTIFY_SOURCE implementation from NetBSDKyle Evans
2023-11-15libc: Remove empty comments in Symbol.mapBrooks Davis
2023-11-01libc: Purge unneeded cdefs.hWarner Losh
2023-08-16Remove $FreeBSD$: one-line sh patternWarner Losh
2023-08-16Remove $FreeBSD$: one-line .c patternWarner Losh
2023-08-16Remove $FreeBSD$: one-line .h patternWarner Losh
2023-02-09libc: ssp: remove some GCC 4.2 remnantsKyle Evans
2021-09-30libc: ssp: sprinkle around some __dead2Kyle Evans
2020-04-30Remove the SYMVER build option.John Baldwin
2020-01-04ssp: knock out some trivial warnings that come up with WARNS=6Kyle Evans
2019-11-13ssp: further refine the conditional used for constructor priorityKyle Evans
2019-11-13ssp: rework the logic to use priority=200 on clang buildsKyle Evans
2019-11-13ssp: add a priority to the __stack_chk_guard constructorKyle Evans
2018-04-24Carefully update stack guard bytes inside __guard_setup().Konstantin Belousov
2016-04-18libc: do not include <sys/types.h> where <sys/param.h> was already includedAndriy Voskoboinyk
2016-03-15libc: don't build compat functions if building WITHOUT_SYMVEREd Maste
2015-08-14Remove a stale comment and clarify the original where it was taken fromPedro F. Giffuni
2015-08-14Move the stack protector to a new "secure" directoryPedro F. Giffuni