public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
From: John Baldwin <jhb@FreeBSD.org>
To: Frederic Cambus <fred@statdns.com>, gdb-patches@sourceware.org
Subject: Re: [PATCH] Update the NetBSD system call table to add memfd_create(2) and epoll(2).
Date: Fri, 22 Sep 2023 12:26:34 -0700	[thread overview]
Message-ID: <1be7e6dc-7305-232f-f49c-d234f2289a52@FreeBSD.org> (raw)
In-Reply-To: <ZQxPM9RhUF0UUJqL@hydra>

On 9/21/23 3:12 PM, Frederic Cambus wrote:
> Generated from sys/sys/syscall.h revision 1.324.
> ---
>   gdb/syscalls/netbsd.xml | 7 ++++++-
>   1 file changed, 6 insertions(+), 1 deletion(-)
> 
> diff --git a/gdb/syscalls/netbsd.xml b/gdb/syscalls/netbsd.xml
> index 2c90a62cece..ccb95bd1d1d 100644
> --- a/gdb/syscalls/netbsd.xml
> +++ b/gdb/syscalls/netbsd.xml
> @@ -414,7 +414,7 @@
>     <syscall name="__mq_timedsend50" number="432"/>
>     <syscall name="__mq_timedreceive50" number="433"/>
>     <syscall name="compat_60__lwp_park" number="434"/>
> -  <syscall name="__kevent50" number="435"/>
> +  <syscall name="compat_100___kevent50" number="435"/>
>     <syscall name="__pselect50" number="436"/>
>     <syscall name="__pollts50" number="437"/>
>     <syscall name="__aio_suspend50" number="438"/>
> @@ -478,4 +478,9 @@
>     <syscall name="__acl_aclcheck_file" number="497"/>
>     <syscall name="__acl_aclcheck_fd" number="498"/>
>     <syscall name="lpathconf" number="499"/>
> +  <syscall name="memfd_create" number="500"/>
> +  <syscall name="__kevent100" number="501"/>
> +  <syscall name="epoll_create1" number="502"/>
> +  <syscall name="epoll_ctl" number="503"/>
> +  <syscall name="epoll_pwait2" number="504"/>
>   </syscalls_info>

Thanks, I've pushed the update.

-- 
John Baldwin


      reply	other threads:[~2023-09-22 19:26 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-09-21 14:12 Frederic Cambus
2023-09-22 19:26 ` John Baldwin [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1be7e6dc-7305-232f-f49c-d234f2289a52@FreeBSD.org \
    --to=jhb@freebsd.org \
    --cc=fred@statdns.com \
    --cc=gdb-patches@sourceware.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).