From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1791) id 5544B3858C2D; Thu, 9 Feb 2023 14:03:32 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 5544B3858C2D DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1675951412; bh=kT4PXNyGubmYvuWCOUVZ/NicsWllnLZWeuyAZLizdR0=; h=From:To:Subject:Date:From; b=srRfD+kJJHHCxUz1+kAerIfeXovkZlpbK+dgO/Rln1hrZGfTKGPPPN742TZe5xl1r mW3AgYVe8pana+oEAkkebVGAMObBNwtqFsi96c6HTYMwgD5Zmix86B2H0ujBWu3sdo votCuOFtbmUqAB3UJXyXh041Fcyy55Da7Cbhwv/Y= Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Adhemerval Zanella To: glibc-cvs@sourceware.org Subject: [glibc] Deleted branch 'azanella/posix_spawn-clone3' X-Act-Checkin: glibc X-Git-Author: Adhemerval Zanella X-Git-Refname: refs/heads/azanella/posix_spawn-clone3 X-Git-Oldrev: c644b43efe494c57a58aa532d4686375d5e6ecbf X-Git-Newrev: 0000000000000000000000000000000000000000 Message-Id: <20230209140332.5544B3858C2D@sourceware.org> Date: Thu, 9 Feb 2023 14:03:32 +0000 (GMT) List-Id: The branch 'azanella/posix_spawn-clone3' was deleted. It previously pointed to: c644b43efe... Linux: optimize clone3 internal usage Diff: !!! WARNING: THE FOLLOWING COMMITS ARE NO LONGER ACCESSIBLE (LOST): ------------------------------------------------------------------- c644b43... Linux: optimize clone3 internal usage 1aa2f56... mips: Add the clone3 wrapper 50bf08e... arm: Add the clone3 wrapper 6f7272c... riscv: Add the clone3 wrapper 7316cb7... s390x: Add the clone3 wrapper 4c005c6... aarch64: Add the clone3 wrapper bdf5be8... powerpc64: Add the clone3 wrapper f4f55f9... linux: Add clone3 CLONE_CLEAR_SIGHAND optimization to posix 298b2da... Linux: Do not align the stack for __clone3 413a15e... linux: Extend internal clone3 documentation f337a44... linux: Do not reset signal handler in posix_spawn if it is