aboutsummaryrefslogtreecommitdiff
path: root/include/ssp
Commit message (Expand)AuthorAgeFilesLines
* ssp: Protect sig2str with proper visibility markersWarner Losh2025-06-121-0/+2
* include: ssp: fortify <signal.h>Ricardo Branco2025-06-112-1/+51
* libc: Add getenv_r() function.Dag-Erling Smørgrav2025-04-271-0/+4
* ssp: Make ssp.h more self-containedMark Johnston2024-12-291-0/+1
* Tweak ppoll() to include 1003.1-2024 visibility, take twoKyle Evans2024-12-151-2/+2
* Revert "Tweak ppoll() to include 1003.1-2024 visibility"Kyle Evans2024-12-141-2/+2
* Tweak ppoll() to include 1003.1-2024 visibilityKyle Evans2024-12-141-2/+2
* lib/libc/string: apply SSP hardening and tests to memset_explicitRobert Clausecker2024-11-141-0/+2
* Update Makefile.depend filesSimon J. Gerraty2024-10-141-0/+10
* include: ssp: hide gets_s behind __EXT1_VISIBLEKyle Evans2024-10-021-0/+2
* ssp: switch to _limits.h for the upper bound of size_tKyle Evans2024-08-012-4/+4
* include: ssp: hide ppoll redirect behind __BSD_VISIBLEKyle Evans2024-07-301-2/+2
* include: ssp: fix last bare `inline`Kyle Evans2024-07-211-1/+1
* include: ssp: don't shadow the mempcpy builtinKyle Evans2024-07-161-14/+2
* include: ssp: fix the build with earlier C standardsKyle Evans2024-07-162-3/+5
* include: ssp: fortify <sys/socket.h>Kyle Evans2024-07-132-2/+121
* include: ssp: fortify <sys/uio.h>Kyle Evans2024-07-133-1/+70
* include: ssp: fortify <sys/random.h>Kyle Evans2024-07-132-1/+44
* include: ssp: fortify <wchar.h>Kyle Evans2024-07-132-1/+230
* include: ssp: fortify <stdlib.h>Kyle Evans2024-07-132-1/+54
* include: ssp: fortify poll/ppoll from <poll.h>Kyle Evans2024-07-132-1/+61
* include: ssp: round out fortification of current set of headersKyle Evans2024-07-135-8/+89
* include: de-macro __ssp_overlap(), improve semantics and checkingKyle Evans2024-07-131-6/+13
* libc: move __ssp_overlap back out into <ssp/ssp.h>Kyle Evans2024-07-131-0/+7
* ssp: appease -Wgnu-statement-expression-from-macro-expansionKyle Evans2024-05-143-9/+9
* include: ssp: kill off leftover $FreeBSD$ tagKyle Evans2024-05-131-2/+0
* Fix the GCC build after _FORTIFY_SOURCE importKyle Evans2024-05-131-6/+0
* Prepare the system for _FORTIFY_SOURCEKyle Evans2024-05-131-2/+6
* Import _FORTIFY_SOURCE implementation from NetBSDKyle Evans2024-05-136-0/+440