aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/secure
Commit message (Expand)AuthorAgeFilesLines
* libmd, kern, stand: consolidate md5 implementations (NFC)Kyle Evans2024-09-302-1/+1
* include: ssp: don't shadow the mempcpy builtinKyle Evans2024-07-163-1/+51
* include: ssp: round out fortification of current set of headersKyle Evans2024-07-134-2/+117
* include: de-macro __ssp_overlap(), improve semantics and checkingKyle Evans2024-07-131-1/+1
* libc: move __ssp_overlap back out into <ssp/ssp.h>Kyle Evans2024-07-136-47/+0
* Fix the GCC build after _FORTIFY_SOURCE importKyle Evans2024-05-133-76/+1
* Import _FORTIFY_SOURCE implementation from NetBSDKyle Evans2024-05-1318-0/+909
* libc: Remove empty comments in Symbol.mapBrooks Davis2023-11-151-3/+0
* libc: Purge unneeded cdefs.hWarner Losh2023-11-011-1/+0
* Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-161-1/+0
* Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-162-4/+0
* Remove $FreeBSD$: one-line .h patternWarner Losh2023-08-161-1/+0
* libc: ssp: remove some GCC 4.2 remnantsKyle Evans2023-02-101-9/+1
* libc: ssp: sprinkle around some __dead2Kyle Evans2021-10-011-3/+3
* Remove the SYMVER build option.John Baldwin2020-04-301-4/+2
* ssp: knock out some trivial warnings that come up with WARNS=6Kyle Evans2020-01-041-3/+5
* ssp: further refine the conditional used for constructor priorityKyle Evans2019-11-131-1/+1
* ssp: rework the logic to use priority=200 on clang buildsKyle Evans2019-11-131-4/+6
* ssp: add a priority to the __stack_chk_guard constructorKyle Evans2019-11-131-1/+17
* Carefully update stack guard bytes inside __guard_setup().Konstantin Belousov2018-04-241-4/+16
* libc: do not include <sys/types.h> where <sys/param.h> was already includedAndriy Voskoboinyk2016-04-181-1/+0
* libc: don't build compat functions if building WITHOUT_SYMVEREd Maste2016-03-151-3/+4
* Remove a stale comment and clarify the original where it was taken fromPedro F. Giffuni2015-08-141-5/+0
* Move the stack protector to a new "secure" directoryPedro F. Giffuni2015-08-144-0/+163