From nobody Fri Dec 12 11:59:05 2025 X-Original-To: dev-commits-src-all@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4dSSfd4svsz6Kp46 for ; Fri, 12 Dec 2025 11:59:05 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R12" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4dSSfd1ddrz3FbS for ; Fri, 12 Dec 2025 11:59:05 +0000 (UTC) (envelope-from git@FreeBSD.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1765540745; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=Yhww0vapjxr8e5sdxF3FEw64MbPzrtZPKN44sJnpXZg=; b=Y+zHF7N1mFcmxivNgvlRuFTYI5Y5Wc5f0pe8UATPZx8ImcoJOEWzsgtWQHw65poiyobqmk yEEYzGqOwd0X0rJMGcxYYfhF64IJLj8oYeRRZshJfviD4fi75BRiiEjXqDB2H1pNXybU2P LVJY/aYU2ccn4VSvP9h/rqQ6idWigrcMpA74v4gfJ+M4/VXBUr8Igic8jmT6EWdcDIDuDe McTb8VvjWcfEfE3Y/HtNY7isWuKrNkP5ZPBXIiqDN6GWNLIIEr9uPnu+ABkLq3/4nHExAx XadZf46rfc/uXW/WdYMY8jZeniFq3nl7OM26IZw9xLMFsAk+ckjLMwAnwvabIg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1765540745; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=Yhww0vapjxr8e5sdxF3FEw64MbPzrtZPKN44sJnpXZg=; b=DJZ/Ltvf8xjPKDd4yMhOcFaybf3v3vctz3N/d2AAHWqVhpYP75U4if0hPfEmqx3HXLh/OY xZ9BdTt5CibZp8QbU2nTmwy+/2dE28JoPzF8K2b+il5eqMwRoovm/aJ3pNrYsdoWPZMAOW oF/hz9KocdL6x4BABBI0wC0wn2OCzVkQwnT7xu25fAHr+D6npev9kbC1tGV37QeAmtWWio SFf8BL43M3+PwKRs09bhpNWld8JP82MjEhfnggwWEUQAfknX9ZLB/SAi8pZ962Ylkl0lze /eg4Z9op/F7MiGamNrbSFxLDpVnNStgbMl3GYtRTzEkaioIzygQan0Dl9KYxGg== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1765540745; a=rsa-sha256; cv=none; b=Ng8YG5g6dJvPVN+PZ6wWgHFaANL75VoTWoNhDN5jEtGkWhpkCcAN+kNDFGFbQsxpe1L6y/ kp+YAAuw7FgcQP26A1dgZs03iXig+l2JZTOA4h3p1wyJaknIt9tSsuC/KKExeUX2hVHL7Y TwLoefQB849gDUOCoIqC2EPqRFr/lZlSFAqWoU/lEeZbG9fdeXPR/O6cEG+u8zJXTApKnO 7W6+tZ56dcs2Z40OLZty5YONprGUM3CcEQmynIF8sFfEqZHArov65XDlcBVHNpaFg+l3M5 UkSwN5h4ec8N3h7laCENWNu6JLXi6Pzc/UEPSR7VhrCEGlixO3FcGxO2ZZlWxA== ARC-Authentication-Results: i=1; mx1.freebsd.org; none Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) by mxrelay.nyi.freebsd.org (Postfix) with ESMTP id 4dSSfd0lnhz1TH for ; Fri, 12 Dec 2025 11:59:05 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from git (uid 1279) (envelope-from git@FreeBSD.org) id cdc4 by gitrepo.freebsd.org (DragonFly Mail Agent v0.13+ on gitrepo.freebsd.org); Fri, 12 Dec 2025 11:59:05 +0000 To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org From: Robert Clausecker Subject: git: cd79149b9e13 - stable/15 - */*: remove recallocarray() compat shims following import into libc List-Id: Commit messages for all branches of the src repository List-Archive: https://lists.freebsd.org/archives/dev-commits-src-all List-Help: List-Post: List-Subscribe: List-Unsubscribe: X-BeenThere: dev-commits-src-all@freebsd.org Sender: owner-dev-commits-src-all@FreeBSD.org MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: fuz X-Git-Repository: src X-Git-Refname: refs/heads/stable/15 X-Git-Reftype: branch X-Git-Commit: cd79149b9e132f7c850a2317f6d3960f0a16b486 Auto-Submitted: auto-generated Date: Fri, 12 Dec 2025 11:59:05 +0000 Message-Id: <693c0389.cdc4.7cd8c803@gitrepo.freebsd.org> The branch stable/15 has been updated by fuz: URL: https://cgit.FreeBSD.org/src/commit/?id=cd79149b9e132f7c850a2317f6d3960f0a16b486 commit cd79149b9e132f7c850a2317f6d3960f0a16b486 Author: Robert Clausecker AuthorDate: 2025-10-02 14:36:13 +0000 Commit: Robert Clausecker CommitDate: 2025-12-12 10:37:07 +0000 */*: remove recallocarray() compat shims following import into libc libopenbsd retains recallocarray() during bootstrapping for now as it is needed for mandoc. Reviewed by: kib Differential Revision: https://reviews.freebsd.org/D52864 (cherry picked from commit acd546f01e58354af049455472980c6c4a52e18b) --- lib/libdiff/Makefile | 2 +- lib/libfido2/Makefile | 1 - tests/oclo/Makefile | 1 - usr.bin/mandoc/Makefile | 3 +-- 4 files changed, 2 insertions(+), 5 deletions(-) diff --git a/lib/libdiff/Makefile b/lib/libdiff/Makefile index 8541ff424de2..25f849a69e05 100644 --- a/lib/libdiff/Makefile +++ b/lib/libdiff/Makefile @@ -8,7 +8,7 @@ INTERNALLIB= # API not published or supported. SRCS= diff_atomize_text.c diff_main.c diff_myers.c \ diff_patience.c diff_output.c diff_output_plain.c \ - diff_output_unidiff.c diff_output_edscript.c recallocarray.c + diff_output_unidiff.c diff_output_edscript.c WARNS= CFLAGS+= -I${SRCTOP}/contrib/libdiff/compat/include diff --git a/lib/libfido2/Makefile b/lib/libfido2/Makefile index 10c008967e3d..021a32dd514b 100644 --- a/lib/libfido2/Makefile +++ b/lib/libfido2/Makefile @@ -43,7 +43,6 @@ SRCS+= u2f.c SRCS+= util.c SRCS+= openbsd-compat/freezero.c -SRCS+= openbsd-compat/recallocarray.c CFLAGS+= -I ${DIST}/src -I${SRCTOP}/contrib/libcbor/src -I${.CURDIR}/../libcbor CFLAGS+= -D_FIDO_INTERNAL diff --git a/tests/oclo/Makefile b/tests/oclo/Makefile index 350c9f857c85..6f73aec0ff7c 100644 --- a/tests/oclo/Makefile +++ b/tests/oclo/Makefile @@ -5,7 +5,6 @@ TESTSDIR= ${TESTSBASE}/cddl/oclo PLAIN_TESTS_C= oclo oclo_errors ocloexec_verify SRCS.oclo= oclo.c -LIBADD.oclo+= openbsd LIBADD.ocloexec_verify+= util .include diff --git a/usr.bin/mandoc/Makefile b/usr.bin/mandoc/Makefile index 2c7c3ed85040..181d4e16c8ee 100644 --- a/usr.bin/mandoc/Makefile +++ b/usr.bin/mandoc/Makefile @@ -60,8 +60,7 @@ LIB_SRCS= ${LIBMAN_SRCS} \ mandoc_xr.c \ msec.c \ preconv.c \ - read.c \ - compat_recallocarray.c \ + read.c HTML_SRCS= eqn_html.c \ html.c \