aboutsummaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Remove $FreeBSD$: two-line nroff patternWarner Losh2023-08-16574-1148/+0
* Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-16869-870/+0
* Remove $FreeBSD$: one-line .S patternWarner Losh2023-08-161-2/+0
* Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161838-3666/+0
* Remove $FreeBSD$: one-line .c comment patternWarner Losh2023-08-16206-206/+0
* Remove $FreeBSD$: one-line .h patternWarner Losh2023-08-16113-113/+0
* Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-16482-964/+0
* glob.h: Remove $FreeBSD$Warner Losh2023-08-161-2/+0
* mpool: Remove $FreeBSD$ commentWarner Losh2023-08-161-1/+0
* llvm: fix armv[67] after 0bc26e325450Warner Losh2023-08-151-2/+2
* vm: Allow MAP_32BIT for all architecturesDmitry Chagin2023-08-143-12/+2
* gdtoa: Regenerate configuration headers for 32-bit arm.Michal Meloun2023-08-132-11/+9
* libc vdso time functions: correctly convert errors into errnosKonstantin Belousov2023-08-122-2/+10
* clang: Minor build simplification now that armv[45] is not supportedWarner Losh2023-08-121-5/+6
* 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