Date: Tue, 28 Mar 2023 01:07:41 +0100 From: Jessica Clarke <jrtc27@freebsd.org> To: Alan Somers <asomers@freebsd.org> Cc: Konstantin Belousov <kib@freebsd.org>, src-committers@freebsd.org, dev-commits-src-all@freebsd.org, dev-commits-src-main@freebsd.org Subject: Re: git: 61194e9852e6 - main - Add kqueue1() syscall Message-ID: <930C69C9-64E3-4399-BE35-ABB137F06EC2@freebsd.org> In-Reply-To: <CAOtMX2gmaZH4ywa=OdPH6yPJBXQdPQiNEfb-yMVizxDp_O8atA@mail.gmail.com> References: <202303272339.32RNdWPD063667@gitrepo.freebsd.org> <CAOtMX2gmaZH4ywa=OdPH6yPJBXQdPQiNEfb-yMVizxDp_O8atA@mail.gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On 28 Mar 2023, at 00:45, Alan Somers <asomers@freebsd.org> wrote: >=20 > On Mon, Mar 27, 2023 at 4:39=E2=80=AFPM Konstantin Belousov = <kib@freebsd.org> wrote: >>=20 >> The branch main has been updated by kib: >>=20 >> URL: = https://cgit.FreeBSD.org/src/commit/?id=3D61194e9852e641d1533cd04a5679d604= 2ff975d3 >>=20 >> commit 61194e9852e641d1533cd04a5679d6042ff975d3 >> Author: Konstantin Belousov <kib@FreeBSD.org> >> AuthorDate: 2023-03-25 23:39:02 +0000 >> Commit: Konstantin Belousov <kib@FreeBSD.org> >> CommitDate: 2023-03-27 23:39:26 +0000 >>=20 >> Add kqueue1() syscall >>=20 >> It takes the flags argument. Immediate use is to provide the = KQUEUE_CLOEXEC >> flag for kqueue(2). >>=20 >> Reviewed by: emaste, jhb >> Sponsored by: The FreeBSD Foundation >> MFC after: 1 week >> Differential revision: https://reviews.freebsd.org/D39271 >=20 > We already have abort2(2), dup2(2), pipe2(2), and thr_kill2(2) that > are similar to other syscalls but with a flags argument. > Additionally, Linux has a renameat(2). But I'm not aware of any > syscalls named xxx1. Should we call this new one kqueue2 to follow > the existing convention? This was discussed on the linked review. Jess
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?930C69C9-64E3-4399-BE35-ABB137F06EC2>