|
|
c6d234 |
commit a700e7cb3799316e1b23879b4cf0891f5703acb1
|
|
|
c6d234 |
Author: DJ Delorie <dj@delorie.com>
|
|
|
c6d234 |
Date: Thu Apr 12 15:25:50 2018 -0400
|
|
|
c6d234 |
|
|
|
c6d234 |
Update kernel version in syscall-names.list to 4.16.
|
|
|
c6d234 |
|
|
|
c6d234 |
Linux 4.16 does not add any new syscalls; this patch updates the
|
|
|
c6d234 |
version number in syscall-names.list to reflect that it's still
|
|
|
c6d234 |
current for 4.16.
|
|
|
c6d234 |
|
|
|
c6d234 |
Tested for x86_64 (compilation with build-many-glibcs.py, using Linux
|
|
|
c6d234 |
4.16).
|
|
|
c6d234 |
|
|
|
c6d234 |
* sysdeps/unix/sysv/linux/syscall-names.list: Update kernel
|
|
|
c6d234 |
version to 4.16.
|
|
|
c6d234 |
|
|
|
c6d234 |
commit 39f898c69205ea4dc3ca2e817f797df95d928347
|
|
|
c6d234 |
Author: Joseph Myers <joseph@codesourcery.com>
|
|
|
c6d234 |
Date: Thu Feb 1 21:10:04 2018 +0000
|
|
|
c6d234 |
|
|
|
c6d234 |
Update syscall-names.list for 4.15.
|
|
|
c6d234 |
|
|
|
c6d234 |
This patch updates sysdeps/unix/sysv/linux/syscall-names.list for
|
|
|
c6d234 |
Linux 4.15. There only appears to be one new syscall to add to the
|
|
|
c6d234 |
list. (The riscv_flush_icache syscall is *not* added because for
|
|
|
c6d234 |
whatever reason it doesn't appear in the uapi asm/unistd.h; only in
|
|
|
c6d234 |
arch/riscv/include/uapi/asm/syscalls.h, which is only included by the
|
|
|
c6d234 |
non-uapi asm/unistd.h - and only syscalls whose __NR_* macros are
|
|
|
c6d234 |
defined in the uapi asm/unistd.h are relevant for this list.)
|
|
|
c6d234 |
|
|
|
c6d234 |
Tested for x86_64, and with build-many-glibcs.py.
|
|
|
c6d234 |
|
|
|
c6d234 |
* sysdeps/unix/sysv/linux/syscall-names.list: Update kernel
|
|
|
c6d234 |
version to 4.15.
|
|
|
c6d234 |
(s390_sthyi): New syscall.
|
|
|
c6d234 |
|
|
|
c6d234 |
commit f97773d1e7cf65bbbfd8fa173096eb6144d9e47e
|
|
|
c6d234 |
Author: Joseph Myers <joseph@codesourcery.com> 2017-11-16 12:51:54
|
|
|
c6d234 |
Date: Thu Nov 16 17:51:54 2017 +0000
|
|
|
c6d234 |
|
|
|
c6d234 |
Update kernel version in syscall-names.list to 4.14.
|
|
|
c6d234 |
|
|
|
c6d234 |
Linux 4.14 does not add any new syscalls; this patch updates the
|
|
|
c6d234 |
version number in syscall-names.list to reflect that it's still
|
|
|
c6d234 |
current for 4.14.
|
|
|
c6d234 |
|
|
|
c6d234 |
Tested for x86_64 (compilation with build-many-glibcs.py, using Linux
|
|
|
c6d234 |
4.14).
|
|
|
c6d234 |
|
|
|
c6d234 |
* sysdeps/unix/sysv/linux/syscall-names.list: Update kernel
|
|
|
c6d234 |
version to 4.14.
|
|
|
c6d234 |
|
|
|
c6d234 |
diff -rup a/sysdeps/unix/sysv/linux/syscall-names.list b/sysdeps/unix/sysv/linux/syscall-names.list
|
|
|
c6d234 |
--- a/sysdeps/unix/sysv/linux/syscall-names.list 2018-04-13 16:38:10.000000000 -0400
|
|
|
c6d234 |
+++ b/sysdeps/unix/sysv/linux/syscall-names.list 2018-04-13 17:39:37.282289761 -0400
|
|
|
c6d234 |
@@ -1,5 +1,5 @@
|
|
|
c6d234 |
# List of all known Linux system calls.
|
|
|
c6d234 |
-# Copyright (C) 2017 Free Software Foundation, Inc.
|
|
|
c6d234 |
+# Copyright (C) 2017-2018 Free Software Foundation, Inc.
|
|
|
c6d234 |
# This file is part of the GNU C Library.
|
|
|
c6d234 |
#
|
|
|
c6d234 |
# The GNU C Library is free software; you can redistribute it and/or
|
|
|
c6d234 |
@@ -22,8 +22,8 @@
|
|
|
c6d234 |
# names are only used if the installed kernel headers also provide
|
|
|
c6d234 |
# them.
|
|
|
c6d234 |
|
|
|
c6d234 |
-# The list of system calls is current as of Linux 4.13.
|
|
|
c6d234 |
-kernel 4.13
|
|
|
c6d234 |
+# The list of system calls is current as of Linux 4.16.
|
|
|
c6d234 |
+kernel 4.16
|
|
|
c6d234 |
|
|
|
c6d234 |
FAST_atomic_update
|
|
|
c6d234 |
FAST_cmpxchg
|
|
|
c6d234 |
@@ -444,6 +444,7 @@ s390_guarded_storage
|
|
|
c6d234 |
s390_pci_mmio_read
|
|
|
c6d234 |
s390_pci_mmio_write
|
|
|
c6d234 |
s390_runtime_instr
|
|
|
c6d234 |
+s390_sthyi
|
|
|
c6d234 |
sched_get_affinity
|
|
|
c6d234 |
sched_get_priority_max
|
|
|
c6d234 |
sched_get_priority_min
|