summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2025-03-19Add missing ||Stephen Hurd
2025-03-19Make newly POSIX functions visibleStephen Hurd
2025-02-01rpc: limited multithread support for svc_nlGleb Smirnoff
2025-02-01libc/rpc: add userland side RPC server over netlink(4)Gleb Smirnoff
2025-02-01krpc: add kernel side client over netlink(4)Gleb Smirnoff
2025-01-17libc: Fix getentropy POSIX 2024 conformance issuesEd Maste
2025-01-12include: add a userland version of __assert_unreachableKyle Evans
2025-01-08Revert "isp: Fix abort issue introduced by previous commit"Alexander Motin
2025-01-08isp: Fix abort issue introduced by previous commitAlexander Motin
2024-12-30endian.h: Update comments now that POSIX Issue 8 is POSIX.1-2024Warner Losh
2024-12-29ssp: Make ssp.h more self-containedMark Johnston
2024-12-14Tweak ppoll() to include 1003.1-2024 visibility, take twoKyle Evans
2024-12-14Revert "Tweak ppoll() to include 1003.1-2024 visibility"Kyle Evans
2024-12-13Tweak ppoll() to include 1003.1-2024 visibilityKyle Evans
2024-12-01Expose POSIX functions incorporated into C23Stephen Hurd
2024-11-29fileno(3): set errno when returning -1Konstantin Belousov
2024-11-29Add fchroot(2)Edward Tomasz Napierala
2024-11-14lib/libc/string: apply SSP hardening and tests to memset_explicitRobert Clausecker
2024-11-14lib/libc/string: add memset_explicit() for compliance with C23Robert Clausecker
2024-11-05include: Add required guards for dev/vmm headersMark Johnston
2024-11-05include: Install dev/vmm headersMark Johnston
2024-10-30rpc: Fix the definition of xdr_void()Mark Johnston
2024-10-14Update Makefile.depend filesSimon J. Gerraty
2024-10-03Ensure that soft updates are not enabled by default when using mdmfs(8)Kirk McKusick
2024-10-02stdio.h: don't expose rsize_t unless __EXT1_VISIBLEGraham Percival
2024-10-02include: ssp: hide gets_s behind __EXT1_VISIBLEKyle Evans
2024-10-02Revert "stdio.h: don't expose rsize_t unless __EXT1_VISIBLE"Cy Schubert
2024-09-30stdio.h: don't expose rsize_t unless __EXT1_VISIBLEGraham Percival
2024-08-26vendor/bc: upgrade to version 7.0.0Stefan Eßer
2024-08-01ssp: switch to _limits.h for the upper bound of size_tKyle Evans
2024-07-30include: ssp: hide ppoll redirect behind __BSD_VISIBLEKyle Evans
2024-07-30Remove "All Rights Reserved" from FreeBSD Foundation copyrightsEd Maste
2024-07-20include: ssp: fix last bare `inline`Kyle Evans
2024-07-16include: ssp: don't shadow the mempcpy builtinKyle Evans
2024-07-16include: ssp: fix the build with earlier C standardsKyle Evans
2024-07-15Remove residual blank line at start of MakefileWarner Losh
2024-07-13include: ssp: fortify <sys/socket.h>Kyle Evans
2024-07-13include: ssp: fortify <sys/uio.h>Kyle Evans
2024-07-13include: ssp: fortify <sys/random.h>Kyle Evans
2024-07-13include: ssp: fortify <wchar.h>Kyle Evans
2024-07-13include: ssp: fortify <stdlib.h>Kyle Evans
2024-07-13include: ssp: fortify poll/ppoll from <poll.h>Kyle 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-06-21stdlib: Support compiling with tinyc by omitting compat qsort codeWarner Losh
2024-06-02stddef.h/stdlib.h: Remove unused rune_tBrooks Davis
2024-05-14ssp: appease -Wgnu-statement-expression-from-macro-expansionKyle Evans
2024-05-13include: ssp: kill off leftover $FreeBSD$ tagKyle Evans
2024-05-13Fix the GCC build after _FORTIFY_SOURCE importKyle Evans