aboutsummaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Expose POSIX functions incorporated into C23Stephen Hurd2025-01-182-3/+7
* 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
* Remove "All Rights Reserved" from FreeBSD Foundation copyrightsEd Maste2024-09-071-1/+0
* vendor/bc: upgrade to version 7.0.0Stefan Eßer2024-09-031-0/+79
* 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
* Add kcmp(2) userspace bitsKonstantin Belousov2024-02-111-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
* Trim various $FreeBSD$John Baldwin2023-10-241-2/+0
* time.h: Fix visibility check for C11 and C23 features.Dag-Erling Smørgrav2023-09-141-1/+1
* Remove $FreeBSD$: one-line xdr patternWarner Losh2023-08-2321-22/+0
* Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-2315-15/+0
* Remove $FreeBSD$: one-line .c comment patternWarner Losh2023-08-2324-24/+0
* Remove $FreeBSD$: one-line .h patternWarner Losh2023-08-2353-53/+0
* Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-2372-144/+0
* spdx: Simplify BSD-2-Clause AND BSD-2-ClauseWarner Losh2023-07-251-1/+1
* spdx: The BSD-2-Clause-NetBSD identifier is obsolete, drop -NetBSDWarner Losh2023-07-257-7/+7
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-07-2543-43/+43
* netlink: add headers installationAlexander V. Chernikov2023-02-141-1/+2
* byteswap.h: Add a glibc/linux compatible byteswap.hWarner Losh2023-01-242-1/+43
* linux: For better compatibility, provide compatible endian.hWarner Losh2023-01-242-2/+45
* getaddrinfo: distinguish missing addrs from unresolvable namesMike Karels2022-12-031-0/+1
* netdb.h: re-enable EAI_ADDRFAMILY, EAI_NODATAMike Karels2022-12-031-4/+7
* libc: Don't warn about RRSIG replies.Dag-Erling Smørgrav2022-11-141-0/+18
* include: put includes into -dev packagesKyle Evans2022-11-131-7/+7
* Import the WireGuard driver from zx2c4.com.John Baldwin2022-11-111-2/+7
* libc rpc: Fix mismatches in prototypes for array bounds.John Baldwin2022-11-111-5/+6
* libc: Add strverscmp(3) and versionsort(3)Aymeric Wibo2022-08-312-0/+2
* libc: add scandirat(3)Konstantin Belousov2022-08-311-0/+5
* Install unwind.h into /usr/includeJohn Baldwin2022-02-201-160/+0
* Change the return value of _Unwind_GetCFA in include/unwind.h.John Baldwin2022-02-201-1/+1
* Use an unsigned 64-bit integer for exception class.John Baldwin2022-02-201-2/+2
* Remove 'All Rights Reserved' from xlocale FreeBSD Foundation copyrightsEd Maste2022-02-0911-11/+0
* ipfilter: Move kernel bits to netpfilCy Schubert2022-02-071-2/+2
* sys/bitset.h: reduce visibility of BIT_* macrosStefan Eßer2022-01-141-4/+0
* sched.h: Use pid_t type for pid argumentDavid CARLIER2022-01-141-1/+1
* sched.h: Hide all Linux compat sched_* functions under _WITH_CPU_SET_TKonstantin Belousov2022-01-141-4/+3
* Add sched_getcpu()Konstantin Belousov2022-01-141-0/+1
* Add sched_get/setaffinity(3)Konstantin Belousov2022-01-141-0/+7
* Add real sched.hKonstantin Belousov2022-01-142-2/+49
* swapoff: add one more variant of the syscallKonstantin Belousov2021-12-201-1/+1
* posix_spawn: add closefrom non-portable actionKonstantin Belousov2021-12-071-0/+2
* posix_spawn: add chdir-related non-portable actionsKonstantin Belousov2021-12-071-0/+7
* Implementations of cexpl()Steve Kargl2021-11-101-0/+2
* time.h: reduce CLOCK_ namespace pollution, move to _clock_id.hWarner Losh2021-09-121-29/+1
* Add _Fork()Konstantin Belousov2021-08-121-0/+1
* libc: add mempcpy(3) and wmempcpy(3)Konstantin Belousov2021-07-222-0/+6