public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
* [PATCH] Update the NetBSD system call table to match NetBSD-current.
@ 2021-07-14 11:14 Frederic Cambus
  2021-07-24  0:19 ` John Baldwin
  0 siblings, 1 reply; 2+ messages in thread
From: Frederic Cambus @ 2021-07-14 11:14 UTC (permalink / raw)
  To: gdb-patches

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

We can safely remove the _lwp_gettid syscall, which was never exposed
in libc and never made it into a release.

gdb/ChangeLog-2021:

2021-07-14  Frederic Cambus  <fred@statdns.com>

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

diff --git a/gdb/syscalls/netbsd.xml b/gdb/syscalls/netbsd.xml
index 9b7d51af7f3..615163e2b5c 100644
--- a/gdb/syscalls/netbsd.xml
+++ b/gdb/syscalls/netbsd.xml
@@ -105,6 +105,7 @@
   <syscall name="compat_43_osethostname" number="88"/>
   <syscall name="compat_43_ogetdtablesize" number="89"/>
   <syscall name="dup2" number="90"/>
+  <syscall name="getrandom" number="91"/>
   <syscall name="fcntl" number="92"/>
   <syscall name="compat_50_select" number="93"/>
   <syscall name="fsync" number="95"/>
@@ -171,6 +172,9 @@
   <syscall name="compat_09_osetdomainname" number="163"/>
   <syscall name="compat_09_ouname" number="164"/>
   <syscall name="sysarch" number="165"/>
+  <syscall name="__futex" number="166"/>
+  <syscall name="__futex_set_robust_list" number="167"/>
+  <syscall name="__futex_get_robust_list" number="168"/>
   <syscall name="compat_10_osemsys" number="169"/>
   <syscall name="compat_10_omsgsys" number="170"/>
   <syscall name="compat_10_oshmsys" number="171"/>
@@ -310,7 +314,6 @@
   <syscall name="_lwp_setname" number="323"/>
   <syscall name="_lwp_getname" number="324"/>
   <syscall name="_lwp_ctl" number="325"/>
-  <syscall name="_lwp_gettid" number="326"/>
   <syscall name="compat_60_sa_register" number="330"/>
   <syscall name="compat_60_sa_stacks" number="331"/>
   <syscall name="compat_60_sa_enable" number="332"/>
@@ -458,4 +461,17 @@
   <syscall name="__statvfs190" number="484"/>
   <syscall name="__fstatvfs190" number="485"/>
   <syscall name="__fhstatvfs190" number="486"/>
+  <syscall name="__acl_get_link" number="487"/>
+  <syscall name="__acl_set_link" number="488"/>
+  <syscall name="__acl_delete_link" number="489"/>
+  <syscall name="__acl_aclcheck_link" number="490"/>
+  <syscall name="__acl_get_file" number="491"/>
+  <syscall name="__acl_set_file" number="492"/>
+  <syscall name="__acl_get_fd" number="493"/>
+  <syscall name="__acl_set_fd" number="494"/>
+  <syscall name="__acl_delete_file" number="495"/>
+  <syscall name="__acl_delete_fd" number="496"/>
+  <syscall name="__acl_aclcheck_file" number="497"/>
+  <syscall name="__acl_aclcheck_fd" number="498"/>
+  <syscall name="lpathconf" number="499"/>
 </syscalls_info>
-- 
2.31.1


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

* Re: [PATCH] Update the NetBSD system call table to match NetBSD-current.
  2021-07-14 11:14 [PATCH] Update the NetBSD system call table to match NetBSD-current Frederic Cambus
@ 2021-07-24  0:19 ` John Baldwin
  0 siblings, 0 replies; 2+ messages in thread
From: John Baldwin @ 2021-07-24  0:19 UTC (permalink / raw)
  To: Frederic Cambus, gdb-patches

On 7/14/21 4:14 AM, Frederic Cambus wrote:
> Generated from sys/sys/syscall.h revision 1.319.
> 
> We can safely remove the _lwp_gettid syscall, which was never exposed
> in libc and never made it into a release.

Thanks, I've pushed this to master and will look at merging to
gdb-11-branch.

-- 
John Baldwin

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

end of thread, other threads:[~2021-07-24  0:19 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-07-14 11:14 [PATCH] Update the NetBSD system call table to match NetBSD-current Frederic Cambus
2021-07-24  0:19 ` 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).