aboutsummaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* libiconv_modules: Migrate from COMPAT_32BIT to generic COMPAT_libcompatJessica Clarke2023-07-091-5/+1
* geom: Migrate from COMPAT_32BIT to generic COMPAT_libcompatJessica Clarke2023-07-091-2/+2
* libc: Build all i386 sources for amd64 lib32Jessica Clarke2023-07-091-4/+2
* lib: Enable libcbor and libfido2 for COMPAT_32BITJessica Clarke2023-07-091-1/+1
* libsysdecode: Drop dead __amd64__ && COMPAT_32BIT codeJessica Clarke2023-07-091-4/+0
* Correct grammo.Jens Schweikhardt2023-07-081-1/+1
* libthr: Patch to reduce latency to acquire+release a pthread mutex.Greg Becker2023-07-081-4/+4
* pam_krb5: Add missing patchCy Schubert2023-07-081-12/+0
* gpart(8): slices are out of context for GPTGraham Perrin2023-07-071-2/+2
* csu: Implement _start using as to satisfy unwinders on aarch64Dmitry Chagin2023-07-073-17/+25
* csu: Add the prologue and epilogue to the _init and _fini on aarch64Dmitry Chagin2023-07-072-8/+6
* libthr: Add src.conf variable WITHOUT_PTHREADS_ASSERTIONSGreg Becker2023-07-072-1/+3
* libbe: bail out early if the zfs kmod isn't loadedKyle Evans2023-07-071-0/+11
* libc: Improve setjmp commentsDmitry Chagin2023-07-063-9/+9
* libsecureboot: do not accept certificate we cannot decodeSimon J. Gerraty2023-07-051-4/+2
* lib/libc/string: replace ffs/fls implementations with clang builtinsRobert Clausecker2023-07-0310-157/+34
* lib/libc/tests/string: add unit tests for ffs, ffsl, ffsll, fls, flsl, and flsllRobert Clausecker2023-07-037-0/+313