aboutsummaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* libc/string: add strdupa(3) and strndupa(3)Konstantin Belousov2025-12-161-0/+28
* include/stdckdint.h: make the header compatible with C++Konstantin Belousov2025-10-241-3/+3
* rpc.h: Remove reference to unimplemented DES ioctlsEd Maste2025-08-291-20/+0
* arm64: lib32: Don't try to install removed <machine/runq.h>Olivier Certner2025-07-281-1/+0
* Add sys/stdarg.hBrooks Davis2025-07-021-2/+2
* Don't rely on sys/_types.h including sys/cdefs.hBrooks Davis2025-06-231-0/+1
* libthr: add stable user interface for sigfastblock(2)Konstantin Belousov2025-05-261-0/+2
* pthread_switch_add_np(3): removeKonstantin Belousov2025-05-261-7/+0
* include/paths.h: add _PATH_NOSHUTDOWNKonstantin Belousov2025-05-101-0/+1
* Add POSIX psiginfo(3) callRicardo Branco2025-04-241-0/+1
* fts: Move private flags away from public ones.Dag-Erling Smørgrav2025-04-201-12/+16
* include: add a userland version of __assert_unreachableKyle Evans2025-03-181-0/+7
* libc: Fix getentropy POSIX 2024 conformance issuesEd Maste2025-02-201-0/+4
* Expose POSIX functions incorporated into C23Stephen Hurd2025-01-182-3/+7
* fileno(3): set errno when returning -1Konstantin Belousov2024-12-031-4/+0
* rpc: Fix the definition of xdr_void()Mark Johnston2024-11-051-1/+1
* Ensure that soft updates are not enabled by default when using mdmfs(8)Kirk McKusick2024-10-121-0/+3
* vendor/bc: upgrade to version 7.0.0Stefan Eßer2024-09-031-0/+79
* Remove "All Rights Reserved" from FreeBSD Foundation copyrightsEd Maste2024-08-061-1/+0
* sysexits: Tidy deprecated header and manualAlexander Ziaee2024-05-211-3/+4
* libthr: add pthread_sigqueue(3)Konstantin Belousov2024-04-301-0/+7
* posix_spawn(3): add POSIX_SPAWN_DISABLE_ASLR_NPKonstantin Belousov2024-03-111-0/+1
* dumprestore.h: Fix typos in source code commentsGordon Bergling2024-03-031-3/+3
* libc: expose execvpe for Linux compatBrooks Davis2024-02-181-0/+1
* Add kcmp(2) userspace bitsKonstantin Belousov2024-01-301-0/+1
* resolv: Add a required include to resolv.hJan Beich2024-01-151-0/+1
* endian.h: Remove duplicate wordsJose Luis Duran2024-01-071-3/+3
* libc/libc/rpc: refactor some global variablesAlan Somers2023-11-301-1/+0
* pkgbase: Move headers and libs out of runtime and utilitiesDoug Rabson2023-11-122-1/+3
* Trim various $FreeBSD$John Baldwin2023-10-241-2/+0
* include: Implement N2867.Dag-Erling Smørgrav2023-09-072-1/+41
* time.h: Fix visibility check for C11 and C23 features.Dag-Erling Smørgrav2023-09-071-2/+2
* libc: Add timespec_getres(3) as per C23.Dag-Erling Smørgrav2023-08-241-1/+7
* Remove $FreeBSD$: one-line xdr patternWarner Losh2023-08-1621-22/+0
* Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-1615-15/+0
* Remove $FreeBSD$: one-line .c comment patternWarner Losh2023-08-1624-24/+0
* Remove $FreeBSD$: one-line .h patternWarner Losh2023-08-1653-53/+0
* Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-1672-144/+0
* arm64 lib32: prepare arm64 headers to redirect to armMike Karels2023-07-252-4/+69
* include: Migrate from COMPAT_32BIT to generic COMPAT_libcompatJessica Clarke2023-07-091-2/+2
* elf-hints.h: Allow rtld_paths.h to be included before itJessica Clarke2023-07-091-0/+2
* nvme: Don't install nvme_private.h in /usr/include.John Baldwin2023-06-271-1/+6
* spdx: Simplify BSD-2-Clause AND BSD-2-ClauseWarner Losh2023-05-121-1/+1
* spdx: The BSD-2-Clause-NetBSD identifier is obsolete, drop -NetBSDWarner Losh2023-05-127-7/+7
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-1243-43/+43
* includes: avoid installing if_wg.h twiceEd Maste2023-05-101-2/+2
* Revert "libc: Implement bsort(3) a bitonic type of sorting algorithm."Hans Petter Selasky2023-04-201-13/+0
* libc: bsort_s() requires both __BSD_VISIBLE and __EXT1_VISIBLEHans Petter Selasky2023-04-191-1/+1
* include: add a check-ldirs targetBrooks Davis2023-04-191-0/+13
* libc: Implement bsort(3) a bitonic type of sorting algorithm.Hans Petter Selasky2023-04-191-0/+13