aboutsummaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* libfetch: Gracefully skip unsupported protocolsDag-Erling Smørgrav3 days1-1/+5
* libfetch: Fail hard if interrupted while connectingDag-Erling Smørgrav3 days1-1/+7
* libfetch: Clean up fetch_info usageDag-Erling Smørgrav3 days1-54/+34
* libfetch: Restore timeout functionalityDag-Erling Smørgrav11 days1-11/+8
* libfetch: Check for failure to create SSL contextDag-Erling Smørgrav2026-02-112-4/+7
* libfetch: remove all old OpenSSL supportEnji Cooper2026-02-111-27/+1
* libfetch: do not call deprecated OpenSSL functionsEd Maste2026-02-111-0/+2
* file: Add a fd flag with O_RESOLVE_BENEATH semanticsMark Johnston2026-02-091-20/+43
* libc: Don't use uninitialised string for getnetbyaddr[_r](0) DNS lookupJessica Clarke2026-01-301-0/+3
* MFC: libfetch: allow disabling TLS v1.3 when negotiating the connectionEugene Grosbein2026-01-252-4/+10
* MFC: libfetch: apply timeout to SSL_read()Eugene Grosbein2026-01-251-0/+8
* libarchive: merge from vendor branchMartin Matuska2026-01-151-0/+3
* libgeom: Fix 32-bit gcc buildDag-Erling Smørgrav2026-01-111-2/+5
* libgeom: Improve type safety of xml2tree codeDag-Erling Smørgrav2026-01-111-10/+44
* libgeom: Clean up xml2tree codeDag-Erling Smørgrav2026-01-112-50/+52
* libgeom: Fix segfault in 32-on-64 caseDag-Erling Smørgrav2026-01-111-2/+2
* src.conf: Add WITH_LLVM_LINK_STATIC_LIBRARIES build knobDimitry Andric2026-01-023-13/+20
* MFV 762f11d98d5cd57ebbe85c36e9e86a557a91fe4e: xz 5.8.2.Xin LI2025-12-301-3/+9
* Remove debug crutch I accidentally left inDimitry Andric2025-12-291-1/+0
* Reduce number of external symbols in libllvm, libclang and liblldbDimitry Andric2025-12-292-0/+13
* cuse(3): annotate cuse_init() to suppress thread safety analysisDimitry Andric2025-12-291-1/+1
* libc/riscv: Fix initial exec TLS mode for dynamically loaded shared objectsJessica Clarke2025-12-151-1/+3
* libc: Fix dl_iterate_phdr's dlpi_tls_data for PowerPC and RISC-VJessica Clarke2025-12-151-1/+1
* libc: Don't bias DTV entries by TLS_DTV_OFFSETJessica Clarke2025-12-151-5/+5
* hexdump.3: Add missing LIBRARY sectionDavid Gilbert2025-12-151-0/+2
* libc/csu: Unify INIT_RELOCS across architecturesJessica Clarke2025-12-1515-44/+41
* libc/csu: Support IFUNCs on riscvJessica Clarke2025-12-152-2/+65
* lib/clang: Commit cleaned-up workaround for building on RISC-VJessica Clarke2025-12-151-0/+8
* gpart: Add u-boot-env alias for U-Boot's environment GPT partition UUIDJessica Clarke2025-12-151-1/+6
* strfmon: Fix negative sign handling for C localeJose Luis Duran2025-12-032-4/+4
* strfmon: EINVAL if the '+' flag and both signs are emptyJose Luis Duran2025-12-033-6/+18
* strfmon: Add tests for Austin Group Defect 1199Jose Luis Duran2025-12-031-23/+57
* strfmon: Fix typo s/poistion/position/Jose Luis Duran2025-12-031-1/+1
* Remove TableGen objects from libllvm, fixing bad option registrationsDimitry Andric2025-12-011-10/+0
* Reapply "Merge commit e24f90190c77 from llvm git (by Brad Smith):"Dimitry Andric2025-11-262-1/+3
* libarchive: merge from vendor branchMartin Matuska2025-11-031-0/+6
* getvfsbyname.3 mount.8: Reference lsvfs(1)Mateusz Piotrowski2025-10-311-1/+2
* unbound: Vendor import 1.24.1Cy Schubert2025-10-261-2/+2
* unbound: Vendor import 1.24.0Cy Schubert2025-10-261-2/+2
* libc: Import OpenBSD's inet_net_{ntop,pton}Lexi Winter2025-10-254-412/+492
* libc: Add "Z" as TZ designator for strptime.Gordon Tetlow2025-10-222-2/+3
* libm: remainder: make sure x is zeroAhmad Khalifa2025-10-141-2/+2
* nss_tacplus: Fix typo MK_INSTALLIB -> MK_INSTALLLIBJose Luis Duran2025-10-071-1/+1
* MFC: MFV: expat 2.7.3.Xin LI2025-10-022-5/+5
* nss_tacplus: Fix typo in MakefileDag-Erling Smørgrav2025-10-021-1/+1
* MFC: MFV: libexpat 2.7.2Xin LI2025-09-222-10/+10
* unbound: Update to 1.23.1Dag-Erling Smørgrav2025-09-162-223/+311
* stat(2): Document the st_rdev fieldDag-Erling Smørgrav2025-08-271-1/+4
* libc: Drop incorrect qsort optimizationDag-Erling Smørgrav2025-08-273-13/+114
* [libm] Avoid left shift of signed integer entitiesSteve Kargl2025-08-214-17/+36