aboutsummaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix build with WITHOUT_AUDIT=yes in src.confEmmanuel Vadot2021-07-031-5/+2
* pkgbase: Install all cam includes with INCSEmmanuel Vadot2021-06-301-3/+54
* pkgbase: Install all BSM includes with INCSEmmanuel Vadot2021-06-301-2/+25
* Stop installing kernel-only crypto headers to /usr/include/crypto.John Baldwin2021-03-291-20/+2
* Remove __NO_TLS.Konstantin Belousov2021-03-021-2/+2
* Fix make includes path to nvpair.hAlex Richardson2021-01-191-1/+1
* include: Delete stale symlinks using find(1) instead of a shell loop.Alex Richardson2021-01-191-14/+7
* pccard: Remove wi(4) driverWarner Losh2021-01-081-1/+1
* hid: Import hidraw(4) - driver for access to raw HID device dataVladimir Kondratyev2021-01-071-2/+4
* Factor-out hardware-independent part of USB HID support to new moduleVladimir Kondratyev2021-01-071-2/+9
* include: Use printf(1) instead of shell loops for header symlinksAlex Richardson2021-01-071-97/+52