public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
* [PATCH] Update the NetBSD system call table to add memfd_create(2) and epoll(2).
@ 2023-09-21 14:12 Frederic Cambus
  2023-09-22 19:26 ` John Baldwin
  0 siblings, 1 reply; 2+ messages in thread
From: Frederic Cambus @ 2023-09-21 14:12 UTC (permalink / raw)
  To: gdb-patches; +Cc: jhb

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>
-- 
2.41.0


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] Update the NetBSD system call table to add memfd_create(2) and epoll(2).
  2023-09-21 14:12 [PATCH] Update the NetBSD system call table to add memfd_create(2) and epoll(2) Frederic Cambus
@ 2023-09-22 19:26 ` John Baldwin
  0 siblings, 0 replies; 2+ messages in thread
From: John Baldwin @ 2023-09-22 19:26 UTC (permalink / raw)
  To: Frederic Cambus, gdb-patches

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


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-09-22 19:26 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-09-21 14:12 [PATCH] Update the NetBSD system call table to add memfd_create(2) and epoll(2) Frederic Cambus
2023-09-22 19:26 ` John Baldwin

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).