aboutsummaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
...
* include: Fix typosElyes Haouas2023-02-224-4/+4
* Revert "stdlib.h: Fix qsort_r compatibility with GCC 12."John Baldwin2023-01-271-6/+0
* byteswap.h: Add a glibc/linux compatible byteswap.hWarner Losh2023-01-202-1/+43
* linux: For better compatibility, provide compatible endian.hWarner Losh2023-01-202-2/+45
* stdlib.h: Fix qsort_r compatibility with GCC 12.John Baldwin2023-01-191-0/+6
* include: put includes into -dev packagesKyle Evans2022-11-101-7/+7
* libc: Don't warn about RRSIG replies.Dag-Erling Smørgrav2022-11-091-0/+18
* getaddrinfo: distinguish missing addrs from unresolvable namesMike Karels2022-11-021-0/+1
* netdb.h: re-enable EAI_ADDRFAMILY, EAI_NODATAMike Karels2022-11-021-4/+7
* Import the WireGuard driver from zx2c4.com.John Baldwin2022-10-281-2/+7
* netlink: add headers installationAlexander V. Chernikov2022-10-011-1/+2
* Alter the prototype of qsort_r(3) to match POSIX, which adopted theEd Schouten2022-09-301-2/+36
* corrected RFC numbers in comments to proper onesHajimu UMEMOTO2022-09-291-2/+2
* libc rpc: Fix mismatches in prototypes for array bounds.John Baldwin2022-09-281-5/+6
* libc: Add strverscmp(3) and versionsort(3)Aymeric Wibo2022-08-252-0/+2
* libc: add scandirat(3)Konstantin Belousov2022-08-241-0/+5
* include/i386: fix release buildsBrooks Davis2022-06-131-0/+8
* rpcbind: get contact addr from xprt membersDmitry Ovsyannikov2022-06-131-0/+4
* amd64: -m32 support for machine/md_var.hBrooks Davis2022-06-131-0/+1
* amd64: -m32 support for machine/counter.hBrooks Davis2022-06-131-0/+1
* amd64: -m32 support for machine/pcpu_aux.hBrooks Davis2022-06-131-1/+2
* amd64: -m32 support for machine/pcpu.hBrooks Davis2022-06-131-0/+4
* amd64: -m32 support for machine/vmparam.hBrooks Davis2022-06-131-1/+2
* amd64: -m32 support for machine/proc.hBrooks Davis2022-06-131-0/+1
* amd64: -m32 support for machine/pmap.hBrooks Davis2022-06-131-0/+1
* amd64: -m32 support for machine/segments.hBrooks Davis2022-06-131-1/+2
* amd64: -m32 support for machine/atomic.hBrooks Davis2022-06-131-0/+1
* amd64: -m32 support for machine/asm(macros).hBrooks Davis2022-06-131-0/+2
* amd64: -m32 support for machine/profile.hBrooks Davis2022-06-131-1/+2
* amd64: -m32 support for machine/cpufunc.hBrooks Davis2022-06-131-1/+2
* amd64: add an i386 include directoryBrooks Davis2022-06-132-0/+14
* Create a new GEOM utility, gunion(8).Kirk McKusick2022-03-011-1/+1
* Install unwind.h into /usr/includeJohn Baldwin2022-02-101-160/+0
* Change the return value of _Unwind_GetCFA in include/unwind.h.John Baldwin2022-01-271-1/+1
* Use an unsigned 64-bit integer for exception class.John Baldwin2022-01-271-2/+2
* ipfilter: Move kernel bits to netpfilCy Schubert2021-12-201-2/+2
* sched.h: Use pid_t type for pid argumentDavid CARLIER2021-12-171-1/+1
* Remove 'All Rights Reserved' from xlocale FreeBSD Foundation copyrightsEd Maste2021-12-1611-11/+0
* swapoff: add one more variant of the syscallKonstantin Belousov2021-12-091-1/+1
* sys/bitset.h: reduce visibility of BIT_* macrosStefan Eßer2021-12-051-4/+0
* posix_spawn: add closefrom non-portable actionKonstantin Belousov2021-11-301-0/+2
* posix_spawn: add chdir-related non-portable actionsKonstantin Belousov2021-11-301-0/+7
* sched.h: Hide all Linux compat sched_* functions under _WITH_CPU_SET_TKonstantin Belousov2021-11-131-4/+3
* Add sched_getcpu()Konstantin Belousov2021-11-101-0/+1
* Add sched_get/setaffinity(3)Konstantin Belousov2021-11-101-0/+7
* Add real sched.hKonstantin Belousov2021-11-102-2/+49
* libc: add clearenv functionMariusz Zaborski2021-11-071-0/+2
* Implementations of cexpl()Steve Kargl2021-11-051-0/+2
* Add _Fork()Konstantin Belousov2021-08-031-0/+1
* time.h: reduce CLOCK_ namespace pollution, move to _clock_id.hWarner Losh2021-07-301-29/+1