aboutsummaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* pkgbase: move libcom_err from kerberos to kerberos-libDoug Rabson2023-08-111-1/+1
* Import GoogleTest 1.14.0Enji Cooper2023-08-106-40/+34
* libc dlfcn.c: make dl_iterate_phdr() from libc more usefulKonstantin Belousov2023-08-091-3/+12
* lib/libc/amd64/string/strchrnul.S: fix wrong indentationRobert Clausecker2023-08-071-1/+1
* lib/libc/amd64/string: add strchrnul implementations (scalar, baseline)Robert Clausecker2023-08-062-0/+168
* libc: unsplit log message to to make it greppable in srcEd Maste2023-08-051-2/+3
* pam_krb5: Rename a variable.Dag-Erling Smørgrav2023-08-041-90/+90
* pam_krb5: Clarify a loop condition.Dag-Erling Smørgrav2023-08-041-2/+1
* unzip: swtich to bsdunzip from libarchiveMartin Matuska2023-08-041-0/+5
* lib/libc/amd64/string/strlen.S: add amd64 baseline kernelRobert Clausecker2023-08-031-3/+55
* lib/libc/amd64: add archlevel-based simd dispatch frameworkRobert Clausecker2023-08-033-0/+332
* Clean up libm use of the __ieee754_ prefixSteve Kargl2023-08-0354-223/+162
* MFV: xz 5.4.4.Xin LI2023-08-031-3/+3
* Fixes for bugs in sinpi/cospi/tanpiSteve Kargl2023-08-0313-193/+183
* Cleanup debugging code in libmSteve Kargl2023-08-035-172/+49
* dtrace: remove dead code for PR_REQUESTEDEric van Gyzen2023-08-011-1/+1
* proc_detach: use ptrace(PT_KILL) to kill the traceeEric van Gyzen2023-08-011-8/+4
* inet.3: remove mention of VAX endiannessEd Maste2023-08-011-11/+0
* tests: Test libexecinfo backtrace call througth signal trampolineDmitry Chagin2023-07-282-0/+78
* man: Link _Fork(2) man pageDmitry Chagin2023-07-281-0/+1
* msun: Fix typo in math_private.h commentSteve Kargl2023-07-261-1/+1
* thr_mutex.c: styleKonstantin Belousov2023-07-261-2/+2
* base: Remove support for the VTOC8 partitioning schemeMarius Strobl2023-07-262-158/+50
* libpfct: ensure the initial allocation is large enoughKristof Provost2023-07-261-0/+2
* arm64 lib32: enable building of lib32 on arm64Mike Karels2023-07-251-1/+1
* arm64 lib32: prepare arm64 headers to redirect to armMike Karels2023-07-251-0/+6
* arm64 lib32: change clang to allow -m32 on arm64Mike Karels2023-07-251-1/+1
* libcam: Migrate to modern uintXX_t from u_intXX_tWarner Losh2023-07-253-26/+26
* arm: Rename pte-v6.h to pte.hAndrew Turner2023-07-241-8/+1
* arm: Remove swi.hAndrew Turner2023-07-241-1/+0
* libarchive: merge from vendor branchMartin Matuska2023-07-241-0/+8
* login_getclassbyname(3): use calloc.Xin LI2023-07-231-4/+1
* libc/csu: Do not compile the finalizer() for PIC buildDmitry Chagin2023-07-221-0/+2
* libc: locale: flesh out an incomplete commentKyle Evans2023-07-211-1/+4
* amd64 crt1: Explicitly use a PLT entry for main in the PIC case.John Baldwin2023-07-191-3/+4
* libbe: recursively promote deep BE datasetsR. Christian McDonald2023-07-171-9/+31
* libm: correctly test for for NaN and Infinity in sinpi(), cospi(), and tanpi()Steve Kargl2023-07-173-3/+5
* lib/libc/string/bcmp.c: fix integer overflow bugRobert Clausecker2023-07-161-2/+2
* libthr: trigger library initialization on rwlock callsKonstantin Belousov2023-07-161-2/+11
* libthr: some style in thr_rwlock.cKonstantin Belousov2023-07-161-2/+2
* lib/libc/string/ffs*.c: work around gcc warningRobert Clausecker2023-07-143-3/+3
* getlocalbase: Make default path actually configurableJessica Clarke2023-07-112-9/+9
* getlocalbase.3: Fix AUTHORS formattingJessica Clarke2023-07-111-1/+4
* libutil: Delete trailing whitespaceJessica Clarke2023-07-111-1/+1
* csu: Implement _start using as to satisfy unwinders on i386Dmitry Chagin2023-07-114-34/+54
* csu: Add the prologue and epilogue to the _init and _fini on i386Dmitry Chagin2023-07-112-4/+10
* libbe: promote activated BEs all the wayKyle Evans2023-07-111-16/+14
* pmclog(3): Drop .UdMitchell Horne2023-07-101-3/+1
* lib: Migrate from COMPAT_32BIT to generic COMPAT_LIBCOMPATJessica Clarke2023-07-091-2/+2
* libsysdecode: Migrate from COMPAT_32BIT to generic COMPAT_LIBCOMPATJessica Clarke2023-07-091-1/+2