summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2025-04-20fts: Move private flags away from public ones.Dag-Erling Smørgrav
2025-01-18Expose POSIX functions incorporated into C23Stephen Hurd
2024-11-05rpc: Fix the definition of xdr_void()Mark Johnston
2024-10-12Ensure that soft updates are not enabled by default when using mdmfs(8)Kirk McKusick
2024-09-07Remove "All Rights Reserved" from FreeBSD Foundation copyrightsEd Maste
2024-09-03vendor/bc: upgrade to version 7.0.0Stefan Eßer
2024-03-11posix_spawn(3): add POSIX_SPAWN_DISABLE_ASLR_NPKonstantin Belousov
2024-03-03dumprestore.h: Fix typos in source code commentsGordon Bergling
2024-02-11Add kcmp(2) userspace bitsKonstantin Belousov
2024-01-15resolv: Add a required include to resolv.hJan Beich
2024-01-07endian.h: Remove duplicate wordsJose Luis Duran
2023-11-30libc/libc/rpc: refactor some global variablesAlan Somers
2023-10-24Trim various $FreeBSD$John Baldwin
2023-09-14time.h: Fix visibility check for C11 and C23 features.Dag-Erling Smørgrav
2023-08-23Remove $FreeBSD$: one-line xdr patternWarner Losh
2023-08-23Remove $FreeBSD$: one-line sh patternWarner Losh
2023-08-23Remove $FreeBSD$: one-line .c comment patternWarner Losh
2023-08-23Remove $FreeBSD$: one-line .h patternWarner Losh
2023-08-23Remove $FreeBSD$: two-line .h patternWarner Losh
2023-07-25spdx: Simplify BSD-2-Clause AND BSD-2-ClauseWarner Losh
2023-07-25spdx: The BSD-2-Clause-NetBSD identifier is obsolete, drop -NetBSDWarner Losh
2023-07-25spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh
2023-02-14netlink: add headers installationAlexander V. Chernikov
2023-01-24byteswap.h: Add a glibc/linux compatible byteswap.hWarner Losh
2023-01-24linux: For better compatibility, provide compatible endian.hWarner Losh
2022-12-03getaddrinfo: distinguish missing addrs from unresolvable namesMike Karels
2022-12-03netdb.h: re-enable EAI_ADDRFAMILY, EAI_NODATAMike Karels
2022-11-14libc: Don't warn about RRSIG replies.Dag-Erling Smørgrav
2022-11-12include: put includes into -dev packagesKyle Evans
2022-11-11Import the WireGuard driver from zx2c4.com.John Baldwin
2022-11-11libc rpc: Fix mismatches in prototypes for array bounds.John Baldwin
2022-08-31libc: Add strverscmp(3) and versionsort(3)Aymeric Wibo
2022-08-31libc: add scandirat(3)Konstantin Belousov
2022-02-20Install unwind.h into /usr/includeJohn Baldwin
2022-02-20Change the return value of _Unwind_GetCFA in include/unwind.h.John Baldwin
2022-02-20Use an unsigned 64-bit integer for exception class.John Baldwin
2022-02-09Remove 'All Rights Reserved' from xlocale FreeBSD Foundation copyrightsEd Maste
2022-02-07ipfilter: Move kernel bits to netpfilCy Schubert
2022-01-14sys/bitset.h: reduce visibility of BIT_* macrosStefan Eßer
2022-01-14sched.h: Use pid_t type for pid argumentDavid CARLIER
2022-01-14sched.h: Hide all Linux compat sched_* functions under _WITH_CPU_SET_TKonstantin Belousov
2022-01-14Add sched_getcpu()Konstantin Belousov
2022-01-14Add sched_get/setaffinity(3)Konstantin Belousov
2022-01-14Add real sched.hKonstantin Belousov
2021-12-20swapoff: add one more variant of the syscallKonstantin Belousov
2021-12-07posix_spawn: add closefrom non-portable actionKonstantin Belousov
2021-12-07posix_spawn: add chdir-related non-portable actionsKonstantin Belousov
2021-11-10Implementations of cexpl()Steve Kargl
2021-09-12time.h: reduce CLOCK_ namespace pollution, move to _clock_id.hWarner Losh
2021-08-12Add _Fork()Konstantin Belousov