public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
* [PATCH] Update the NetBSD system call table to add eventfd(2) and timerfd(2).
@ 2023-03-17  9:29 Frederic Cambus
  2023-03-17 20:55 ` John Baldwin
  0 siblings, 1 reply; 2+ messages in thread
From: Frederic Cambus @ 2023-03-17  9:29 UTC (permalink / raw)
  To: gdb-patches; +Cc: jhb

Generated from sys/sys/syscall.h revision 1.321.

gdb/ChangeLog:

2023-03-17  Frederic Cambus  <fred@statdns.com>

	* syscalls/netbsd.xml: Regenerate.
---
 gdb/syscalls/netbsd.xml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/gdb/syscalls/netbsd.xml b/gdb/syscalls/netbsd.xml
index deaae50c446..2c90a62cece 100644
--- a/gdb/syscalls/netbsd.xml
+++ b/gdb/syscalls/netbsd.xml
@@ -182,6 +182,9 @@
   <syscall name="pwrite" number="174"/>
   <syscall name="compat_30_ntp_gettime" number="175"/>
   <syscall name="ntp_adjtime" number="176"/>
+  <syscall name="timerfd_create" number="177"/>
+  <syscall name="timerfd_settime" number="178"/>
+  <syscall name="timerfd_gettime" number="179"/>
   <syscall name="setgid" number="181"/>
   <syscall name="setegid" number="182"/>
   <syscall name="seteuid" number="183"/>
@@ -258,6 +261,7 @@
   <syscall name="mq_receive" number="264"/>
   <syscall name="compat_50_mq_timedsend" number="265"/>
   <syscall name="compat_50_mq_timedreceive" number="266"/>
+  <syscall name="eventfd" number="267"/>
   <syscall name="__posix_rename" number="270"/>
   <syscall name="swapctl" number="271"/>
   <syscall name="compat_30_getdents" number="272"/>
-- 
2.39.2


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

* Re: [PATCH] Update the NetBSD system call table to add eventfd(2) and timerfd(2).
  2023-03-17  9:29 [PATCH] Update the NetBSD system call table to add eventfd(2) and timerfd(2) Frederic Cambus
@ 2023-03-17 20:55 ` John Baldwin
  0 siblings, 0 replies; 2+ messages in thread
From: John Baldwin @ 2023-03-17 20:55 UTC (permalink / raw)
  To: Frederic Cambus, gdb-patches

On 3/17/23 2:29 AM, Frederic Cambus wrote:
> Generated from sys/sys/syscall.h revision 1.321.
> 
> gdb/ChangeLog:
> 
> 2023-03-17  Frederic Cambus  <fred@statdns.com>
> 
> 	* syscalls/netbsd.xml: Regenerate.

Thanks, I've pushed this.  Note that GDB no longer uses
ChangeLog messages in commits, so you can leave that out
for future submissions.

-- 
John Baldwin


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

end of thread, other threads:[~2023-03-17 20:55 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-03-17  9:29 [PATCH] Update the NetBSD system call table to add eventfd(2) and timerfd(2) Frederic Cambus
2023-03-17 20:55 ` 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).