Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 10 Sep 2021 01:24:27 +0100
From:      Jessica Clarke <jrtc27@freebsd.org>
To:        Konstantin Belousov <kib@FreeBSD.org>
Cc:        "src-committers@freebsd.org" <src-committers@FreeBSD.org>, "dev-commits-src-all@freebsd.org" <dev-commits-src-all@FreeBSD.org>, "dev-commits-src-branches@freebsd.org" <dev-commits-src-branches@FreeBSD.org>
Subject:   Re: git: 1c54a109d71e - stable/13 - Add _Fork()
Message-ID:  <5D8F4CF0-E84F-4C45-94EE-89C7B72260EE@freebsd.org>
In-Reply-To: <202108121239.17CCdRU7058970@gitrepo.freebsd.org>
References:  <202108121239.17CCdRU7058970@gitrepo.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On 12 Aug 2021, at 13:39, Konstantin Belousov <kib@FreeBSD.org> wrote:
>=20
> The branch stable/13 has been updated by kib:
>=20
> URL: =
https://cgit.FreeBSD.org/src/commit/?id=3D1c54a109d71ee768929e96fecbda27e4=
4a173aa7
>=20
> commit 1c54a109d71ee768929e96fecbda27e44a173aa7
> Author:     Konstantin Belousov <kib@FreeBSD.org>
> AuthorDate: 2021-08-02 09:50:32 +0000
> Commit:     Konstantin Belousov <kib@FreeBSD.org>
> CommitDate: 2021-08-12 12:37:54 +0000
>=20
>    Add _Fork()
>=20
>    (cherry picked from commit =
49ad342cc10cba14b3a40ba26cf8bb2150e2925a)
> ---
> ...
> @@ -176,9 +234,21 @@ There is insufficient swap space for the new =
process.
> .Xr setrlimit 2 ,
> .Xr sigaction 2 ,
> .Xr vfork 2 ,
> -.Xr wait 2
> +.Xr wait 2 ,
> +.Xr pthread_atfork 3
> .Sh HISTORY
> The
> .Fn fork
> function appeared in
> .At v1 .
> +.Pp
> +The
> +.Fn _Fork
> +function was defined by Austin Group together with the removal
> +of a requirement that the
> +.Fn fork
> +implementation must be async-signal safe.
> +The
> +.Fn _Fork
> +function appeared in
> +.Fx 14.0 .

In fixing the case-insensitive build I noticed that, since you MFC=E2=80=99=
ed
this, this is inaccurate, and presumably should be 13.1 on both
stable/13 and main?

Jess




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?5D8F4CF0-E84F-4C45-94EE-89C7B72260EE>