This is the mail archive of the glibc-cvs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

GNU C Library master sources branch master updated. glibc-2.29.9000-135-g477e739


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU C Library master sources".

The branch, master has been updated
       via  477e739b324349df854209117047779ac3142130 (commit)
      from  238d60a1fb5081450ca57d3e20f6c1c27df9afb5 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://sourceware.org/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=477e739b324349df854209117047779ac3142130

commit 477e739b324349df854209117047779ac3142130
Author: Joseph Myers <joseph@codesourcery.com>
Date:   Fri Mar 15 18:18:40 2019 +0000

    Update syscall-names.list for Linux 5.0.
    
    This patch updates sysdeps/unix/sysv/linux/syscall-names.list for
    Linux 5.0.  Based on testing with build-many-glibcs.py, the only new
    entry needed is for old_getpagesize (a newly added __NR_* name for an
    old syscall on ia64).  (Because 5.0 changes how syscall tables are
    handled in the kernel, checking diffs wasn't a useful way of looking
    for new syscalls in 5.0 as most of the syscall tables were moved to
    the new representation without actually adding any syscalls to them.)
    
    Tested with build-many-glibcs.py.
    
    	* sysdeps/unix/sysv/linux/syscall-names.list: Update kernel
    	version to 5.0.
    	(old_getpagesize): New syscall.

diff --git a/ChangeLog b/ChangeLog
index 7342021..3d2bdc8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2019-03-15  Joseph Myers  <joseph@codesourcery.com>
+
+	* sysdeps/unix/sysv/linux/syscall-names.list: Update kernel
+	version to 5.0.
+	(old_getpagesize): New syscall.
+
 2019-03-15  Felix Yan  <felixonmars@archlinux.org>
 
 	[BZ #24293]
diff --git a/sysdeps/unix/sysv/linux/syscall-names.list b/sysdeps/unix/sysv/linux/syscall-names.list
index b650dc0..0227e52 100644
--- a/sysdeps/unix/sysv/linux/syscall-names.list
+++ b/sysdeps/unix/sysv/linux/syscall-names.list
@@ -22,8 +22,8 @@
 # names are only used if the installed kernel headers also provide
 # them.
 
-# The list of system calls is current as of Linux 4.20.
-kernel 4.20
+# The list of system calls is current as of Linux 5.0.
+kernel 5.0
 
 FAST_atomic_update
 FAST_cmpxchg
@@ -261,6 +261,7 @@ nfsservctl
 ni_syscall
 nice
 old_adjtimex
+old_getpagesize
 oldfstat
 oldlstat
 oldolduname

-----------------------------------------------------------------------

Summary of changes:
 ChangeLog                                  |    6 ++++++
 sysdeps/unix/sysv/linux/syscall-names.list |    5 +++--
 2 files changed, 9 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
GNU C Library master sources


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]