aboutsummaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* libarchive: merge from vendor branchMartin Matuska2022-12-131-0/+2
* Revert "uname: switch machine to HW_MACHINE_ARCH"Piotr Kubaj2022-12-121-2/+2
* uname: switch machine to HW_MACHINE_ARCHPiotr Kubaj2022-12-111-2/+2
* MFV: xz 5.2.9Xin LI2022-12-091-6/+9
* [skip ci] improvements to cap_sysctl.3Alan Somers2022-12-081-7/+35
* getservent.3: Mention the service.dbGordon Bergling2022-12-071-2/+4
* Explicitly set CXXSTD to c++11 for old C++ code using std::auto_ptr<>.John Baldwin2022-12-052-0/+4
* libdevdctl: update deprecated deprecation warning commentEd Maste2022-12-041-2/+2
* libpmc: remove unused auto_ptr warning suppressionEd Maste2022-12-021-3/+0
* googletest: remove unused auto_ptr warning suppressionEd Maste2022-12-011-3/+0
* [skip ci] document first appearance of fhlink et alAlan Somers2022-11-303-3/+23
* libc: remove unneeded sys/types.h include from several synopsesGuilherme Janczak2022-11-298-16/+8
* pam.d: install hard link with same mode as targetEd Maste2022-11-241-0/+1
* csu: Add missing GNU-stack annotations to note object files.John Baldwin2022-11-183-0/+6
* vmm: Use struct vcpu in the instruction emulation code.John Baldwin2022-11-182-2/+2
* bhyve: Remove unused vm and vcpu arguments from vm_copy routines.John Baldwin2022-11-182-13/+12
* amd64 libc: add missed GNU-stack annotation to memmove/memcpyKonstantin Belousov2022-11-181-0/+2
* MFV: expat 2.5.0Xin LI2022-11-182-5/+10
|\
| * Vendor import of expat 2.5.0vendor/expat/2.5.0Xin LI2022-11-183-18/+35
* | libarchive: Add missing MLINK.Dag-Erling Smørgrav2022-11-171-0/+1
* | MFV: Merge xz 5.2.8Xin LI2022-11-172-36/+90
* | libfetch: Pass a zeroed digest to DigestCalcResponse.John Baldwin2022-11-161-2/+3
* | rpcb_clnt.c: Do not force use of UDPRick Macklem2022-11-131-2/+12
* | Fix for tunefs(8) unable to add a UFS/FFS soft update journal.Kirk McKusick2022-11-121-0/+4
* | lib/libsecureboot: Fix some typosElyes HAOUAS2022-11-112-2/+2
* | libc: Don't warn about RRSIG replies.Dag-Erling Smørgrav2022-11-092-2/+5
* | getsockopt.2: Clarify the SO_REUSEPORT_LB text a bitMark Johnston2022-11-021-4/+4
* | libsysdecode: Match socket option names containing underscoresMark Johnston2022-11-021-1/+1
* | ktrace.2: Document KTRFAC_STRUCT_ARRAY.John Baldwin2022-11-021-1/+2
* | fetch: support EAI_ADDRFAMILY error, correct two error messagesMike Karels2022-11-021-2/+5
* | getaddrinfo: distinguish missing addrs from unresolvable namesMike Karels2022-11-021-5/+11
* | gai_strerror.[c3]: re-enable EAI_ADDRFAMILY, EAI_NODATAMike Karels2022-11-022-7/+20
* | pf: bridge-toKristof Provost2022-11-022-0/+6
* | ipsec: add support for CHACHA20POLY1305Kristof Provost2022-11-021-0/+6
* | libc_nonshared: Move to clibs packageDoug Rabson2022-11-011-0/+1
* | pf: expose syncookie active/inactive statusKristof Provost2022-10-312-0/+2
* | strfmon: Remove XXX marksJose Luis Duran2022-10-291-3/+3
* | strfmon_l: Use specified locale for number formattingJose Luis Duran2022-10-292-26/+25
* | strfmon_test: Add a test for strfmon_lJose Luis Duran2022-10-291-0/+33
* | strfmon_test: Reserve space for the null terminatorJose Luis Duran2022-10-291-5/+5
* | strfmon_l(3): Add name to the man pageJose Luis Duran2022-10-291-3/+5
* | pkgbase: Put devmatch in its own packageEmmanuel Vadot2022-10-261-0/+1
* | pkgbase: Put ufs related tools and lib in their own packageEmmanuel Vadot2022-10-261-1/+1
* | pkgbase: Put libwrap in FreeBSD-tcpd packageEmmanuel Vadot2022-10-261-1/+1
* | pkgbase: Put zfs utilities and lib in their own packageEmmanuel Vadot2022-10-261-1/+1
* | pkgbase: Put geom utilities in their own packageEmmanuel Vadot2022-10-2616-16/+16
* | strfmon(3): Fix # explanationJose Luis Duran2022-10-251-2/+8
* | strfmon(3): Remove repeated wordsJose Luis Duran2022-10-251-1/+1
* | strfmon: Fix formatting of a second fixed-width valueJose Luis Duran2022-10-252-2/+2
* | strfmon: Fix an edge case when sep_by_space is 2Jose Luis Duran2022-10-252-3/+7