glibc/sysdeps/unix/sysv/linux/s390/s390-32
Florian Weimer 4cf0d22305 Linux: Add tables with system call numbers
The new tables are currently only used for consistency checks
with the installed kernel headers and the architecture-independent
system call names table.  They are based on Linux 5.4.

The goal is to use these architecture-specific tables to ensure
that system call wrappers are available irrespective of the version
of the installed kernel headers.

The tables are formatted in the form of C header files so that they
can be used directly in an #include directive, without external
preprocessing.  (External preprocessing of a plain table file
would introduce cross-subdirectory dependency issues.)  However,
the intent is that they can still be treated as tables and can be
processed by simple tools.

The irregular system call names on 32-bit arm add a complication.
The <fixup-asm-unistd.h> header is introduced to work around that,
and the system calls are listed under regular names in the
<arch-syscall.h> file.

A make target, update-syscalls-list, is added to patch the glibc
sources with data from the current kernel headers.

Reviewed-by: Siddhesh Poyarekar <siddhesh@sourceware.org>
2020-01-02 10:18:10 +01:00
..
____longjmp_chk.c Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
__makecontext_ret.S Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
arch-syscall.h Linux: Add tables with system call numbers 2020-01-02 10:18:10 +01:00
c++-types.data
clone.S Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
fxstat.c
fxstatat.c
getcontext.S Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
getutent_r.c Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
getutent.c Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
getutid_r.c Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
getutid.c Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
getutline_r.c Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
getutline.c Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
getutmp.c Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
getutxent.c Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
getutxid.c Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
getutxline.c Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
glob64-lstat-compat.c
jmp_buf-macros.h
ld.abilist
libBrokenLocale.abilist
libc.abilist sysvipc: Set ipc_perm mode as mode_t (BZ#18231) 2019-10-10 17:33:27 -03:00
libcrypt.abilist
libdl.abilist
libm.abilist Make totalorder and totalordermag functions take pointer arguments. 2019-08-15 15:18:34 +00:00
libnsl.abilist
libpthread.abilist nptl: Move waitpid implementation to libc 2019-12-19 16:11:09 -03:00
libresolv.abilist
librt.abilist Finish move of clock_* functions to libc. [BZ #24959] 2019-09-04 14:39:38 +02:00
libthread_db.abilist
libutil.abilist
login32.c Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
login.c Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
lxstat.c
makecontext.c Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
Makefile
oldglob.c
posix_fadvise64.c Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
pututxline.c Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
register-dump.h Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
setcontext.S Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
swapcontext.S Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
syscall.S Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
syscalls.list
sysdep.h Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
sysdep.S Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
updwtmp.c Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
updwtmpx.c Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
utmp32.c Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
utmp32.h Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
utmp-compat.h Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
utmp-convert.h Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
utmpx32.c Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
utmpx32.h Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
utmpx-convert.h Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
Versions sysvipc: Set ipc_perm mode as mode_t (BZ#18231) 2019-10-10 17:33:27 -03:00
vfork.S Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
xstat.c