Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/freebsd/freebsd-src.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-11-10include: put includes into -dev packagesKyle Evans
2022-11-09libc: Don't warn about RRSIG replies.Dag-Erling Smørgrav
2022-11-02getaddrinfo: distinguish missing addrs from unresolvable namesMike Karels
2022-11-02netdb.h: re-enable EAI_ADDRFAMILY, EAI_NODATAMike Karels
2022-10-28Import the WireGuard driver from zx2c4.com.John Baldwin
2022-10-01netlink: add headers installationAlexander V. Chernikov
2022-10-01Alter the prototype of qsort_r(3) to match POSIX, which adopted theEd Schouten
2022-09-29corrected RFC numbers in comments to proper onesHajimu UMEMOTO
2022-09-29libc rpc: Fix mismatches in prototypes for array bounds.John Baldwin
2022-08-25libc: Add strverscmp(3) and versionsort(3)Aymeric Wibo
2022-08-24libc: add scandirat(3)Konstantin Belousov
2022-06-13include/i386: fix release buildsBrooks Davis
2022-06-13rpcbind: get contact addr from xprt membersDmitry Ovsyannikov
2022-06-13amd64: -m32 support for machine/md_var.hBrooks Davis
2022-06-13amd64: -m32 support for machine/counter.hBrooks Davis
2022-06-13amd64: -m32 support for machine/pcpu_aux.hBrooks Davis
2022-06-13amd64: -m32 support for machine/pcpu.hBrooks Davis
2022-06-13amd64: -m32 support for machine/vmparam.hBrooks Davis
2022-06-13amd64: -m32 support for machine/proc.hBrooks Davis
2022-06-13amd64: -m32 support for machine/pmap.hBrooks Davis
2022-06-13amd64: -m32 support for machine/segments.hBrooks Davis
2022-06-13amd64: -m32 support for machine/atomic.hBrooks Davis
2022-06-13amd64: -m32 support for machine/asm(macros).hBrooks Davis
2022-06-13amd64: -m32 support for machine/profile.hBrooks Davis
2022-06-13amd64: -m32 support for machine/cpufunc.hBrooks Davis
2022-06-13amd64: add an i386 include directoryBrooks Davis
2022-03-01Create a new GEOM utility, gunion(8).Kirk McKusick
2022-02-10Install unwind.h into /usr/includeJohn Baldwin
2022-01-28Change the return value of _Unwind_GetCFA in include/unwind.h.John Baldwin
2022-01-27Use an unsigned 64-bit integer for exception class.John Baldwin
2021-12-20ipfilter: Move kernel bits to netpfilCy Schubert
2021-12-17sched.h: Use pid_t type for pid argumentDavid CARLIER
2021-12-16Remove 'All Rights Reserved' from xlocale FreeBSD Foundation copyrightsEd Maste
2021-12-09swapoff: add one more variant of the syscallKonstantin Belousov
2021-12-06sys/bitset.h: reduce visibility of BIT_* macrosStefan Eßer
2021-11-30posix_spawn: add closefrom non-portable actionKonstantin Belousov
2021-11-30posix_spawn: add chdir-related non-portable actionsKonstantin Belousov
2021-11-13sched.h: Hide all Linux compat sched_* functions under _WITH_CPU_SET_TKonstantin Belousov
2021-11-10Add sched_getcpu()Konstantin Belousov
2021-11-10Add sched_get/setaffinity(3)Konstantin Belousov
2021-11-10Add real sched.hKonstantin Belousov
2021-11-07libc: add clearenv functionMariusz Zaborski
2021-11-05Implementations of cexpl()Steve Kargl
2021-08-03Add _Fork()Konstantin Belousov
2021-07-31time.h: reduce CLOCK_ namespace pollution, move to _clock_id.hWarner Losh
2021-07-15libc: add mempcpy(3) and wmempcpy(3)Konstantin Belousov
2021-06-30Change strmode argument type to mode_tAlfonso Gregory
2021-06-14Reduce code duplication in machine/_types.hAlex Richardson
2021-06-11an: Remove driverEmmanuel Vadot
2021-04-15Fix build with WITHOUT_AUDIT=yes in src.confEmmanuel Vadot