diff mbox series

[1/2] bsd-user, updating the FreeBSD's syscall list, based on the 11.x

Message ID CA+XhMqwrOBC49TKgX2o1qSx_tBMQfeFZOTr3m5ShxrUCuMw-4w@mail.gmail.com (mailing list archive)
State New, archived
Headers show
Series bsd-user, FreeBSD update | expand

Commit Message

David CARLIER Dec. 28, 2020, 8:14 a.m. UTC
---
 bsd-user/freebsd/syscall_nr.h | 25 ++++++++++++++++++++++---
 1 file changed, 22 insertions(+), 3 deletions(-)
diff mbox series

Patch

diff --git a/bsd-user/freebsd/syscall_nr.h b/bsd-user/freebsd/syscall_nr.h
index d849024792..14d2465858 100644
--- a/bsd-user/freebsd/syscall_nr.h
+++ b/bsd-user/freebsd/syscall_nr.h
@@ -1,8 +1,8 @@ 
 /*
  * System call numbers.
  *
- * created from FreeBSD: releng/9.1/sys/kern/syscalls.master 229723
- * 2012-01-06 19:29:16Z jhb
+ * created from FreeBSD: stable/11/sys/kern/syscalls.master a61bf07
+ * 2019-04-28 emaste
  */

 #define TARGET_FREEBSD_NR_syscall   0
@@ -447,4 +447,23 @@ 
 #define TARGET_FREEBSD_NR_rctl_remove_rule  529
 #define TARGET_FREEBSD_NR_posix_fallocate   530
 #define TARGET_FREEBSD_NR_posix_fadvise 531
-#define TARGET_FREEBSD_NR_MAXSYSCALL    532
+#define TARGET_FREEBSD_NR_wait6 532
+#define TARGET_FREEBSD_NR_cap_rights_limit 533
+#define TARGET_FREEBSD_NR_cap_ioctls_limit 534
+#define TARGET_FREEBSD_NR_cap_ioctls_get 535
+#define TARGET_FREEBSD_NR_cap_fcntls_limit 536
+#define TARGET_FREEBSD_NR_cap_fcntls_get 537
+#define TARGET_FREEBSD_NR_bindat 538
+#define TARGET_FREEBSD_NR_connectat 539
+#define TARGET_FREEBSD_NR_chflagsat 540
+#define TARGET_FREEBSD_NR_acceptat 541
+#define TARGET_FREEBSD_NR_pipe2 542
+#define TARGET_FREEBSD_NR_aio_mlock 543
+#define TARGET_FREEBSD_NR_procctl 544
+#define TARGET_FREEBSD_NR_ppoll 545
+#define TARGET_FREEBSD_NR_futimens 546
+#define TARGET_FREEBSD_NR_utimensat 547
+#define TARGET_FREEBSD_NR_numa_getaffinity 548
+#define TARGET_FREEBSD_NR_numa_setaffinity 549
+#define TARGET_FREEBSD_NR_fdatasync 550
+#define TARGET_FREEBSD_NR_MAXSYSCALL    551