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
path: root/lib
AgeCommit message (Expand)Author
2022-11-13rpcb_clnt.c: Do not force use of UDPHEADmainRick Macklem
2022-11-13Fix for tunefs(8) unable to add a UFS/FFS soft update journal.Kirk McKusick
2022-11-11lib/libsecureboot: Fix some typosElyes HAOUAS
2022-11-09libc: Don't warn about RRSIG replies.Dag-Erling Smørgrav
2022-11-02getsockopt.2: Clarify the SO_REUSEPORT_LB text a bitMark Johnston
2022-11-02libsysdecode: Match socket option names containing underscoresMark Johnston
2022-11-02ktrace.2: Document KTRFAC_STRUCT_ARRAY.John Baldwin
2022-11-02fetch: support EAI_ADDRFAMILY error, correct two error messagesMike Karels
2022-11-02getaddrinfo: distinguish missing addrs from unresolvable namesMike Karels
2022-11-02gai_strerror.[c3]: re-enable EAI_ADDRFAMILY, EAI_NODATAMike Karels
2022-11-02pf: bridge-toKristof Provost
2022-11-02ipsec: add support for CHACHA20POLY1305Kristof Provost
2022-11-01libc_nonshared: Move to clibs packageDoug Rabson
2022-10-31pf: expose syncookie active/inactive statusKristof Provost
2022-10-30strfmon: Remove XXX marksJose Luis Duran
2022-10-30strfmon_l: Use specified locale for number formattingJose Luis Duran
2022-10-30strfmon_test: Add a test for strfmon_lJose Luis Duran
2022-10-30strfmon_test: Reserve space for the null terminatorJose Luis Duran
2022-10-30strfmon_l(3): Add name to the man pageJose Luis Duran
2022-10-26pkgbase: Put devmatch in its own packageEmmanuel Vadot
2022-10-26pkgbase: Put ufs related tools and lib in their own packageEmmanuel Vadot
2022-10-26pkgbase: Put libwrap in FreeBSD-tcpd packageEmmanuel Vadot
2022-10-26pkgbase: Put zfs utilities and lib in their own packageEmmanuel Vadot
2022-10-26pkgbase: Put geom utilities in their own packageEmmanuel Vadot
2022-10-26strfmon(3): Fix # explanationJose Luis Duran
2022-10-26strfmon(3): Remove repeated wordsJose Luis Duran
2022-10-26strfmon: Fix formatting of a second fixed-width valueJose Luis Duran
2022-10-26strfmon: Fix an edge case when sep_by_space is 2Jose Luis Duran
2022-10-26strfmon: Fix alignment when enclosed by parenthesesJose Luis Duran
2022-10-26strfmon: Trim the SPACE from international currency symbolJose Luis Duran
2022-10-26strfmon: Avoid an out-of-bounds accessJose Luis Duran
2022-10-26strfmon: Fix typos in source code commentsJose Luis Duran
2022-10-26strfmon: Fix typo in constantJose Luis Duran
2022-10-26strfmon: Code cleanupJose Luis Duran
2022-10-26strfmon_test: Add some testsJose Luis Duran
2022-10-26strfmon_test: Fix typo and remove extra spaceJose Luis Duran
2022-10-25times: Use modern function definitionsWarner Losh
2022-10-25libvmmapi: Provide an interface for limiting rights on the device fdMark Johnston
2022-10-19libc: Make elf_aux_info() return an error if AT_USRSTACK* is undefinedMark Johnston
2022-10-17libproc: retire now-unused MIPS supportEd Maste
2022-10-17getpagesize(3): cross-reference getpagesizes(3)Mitchell Horne
2022-10-17unbound: Reapply Vendor import 1.17.0Cy Schubert
2022-10-16Revert "unbound: Vendor import 1.17.0"Cy Schubert
2022-10-16unbound: Vendor import 1.17.0Cy Schubert
2022-10-16kvm_close(3): Check kd->sparse_map != NULL before munmapAshish SHUKLA
2022-10-14Revert "Avoid using TARGET_ARCH in llvm.build.mk"Kyle Evans
2022-10-12Revert "listen(): improve POSIX compliance"Michael Tuexen
2022-10-11listen(): improve POSIX complianceMichael Tuexen
2022-10-11pmc.sandybridge(3): Fix a few EVENT_ vs Event inconsistenciesJessica Clarke
2022-10-08Revert "Add extra EINVAL information about wrong block size to read(2)/write(2)"Benedict Reuschling