glibc/sysdeps/unix/sysv/linux/alpha
Mathieu Desnoyers 0c76fc3c2b Linux: Perform rseq registration at C startup and thread creation
Register rseq TLS for each thread (including main), and unregister for
each thread (excluding main).  "rseq" stands for Restartable Sequences.

See the rseq(2) man page proposed here:
  https://lkml.org/lkml/2018/9/19/647

Those are based on glibc master branch commit 3ee1e0ec5c.
The rseq system call was merged into Linux 4.18.

The TLS_STATIC_SURPLUS define is increased to leave additional room for
dlopen'd initial-exec TLS, which keeps elf/tst-auditmany working.

The increase (76 bytes) is larger than 32 bytes because it has not been
increased in quite a while.  The cost in terms of additional TLS storage
is quite significant, but it will also obscure some initial-exec-related
dlopen failures.
2020-07-06 10:21:16 +02:00
..
alpha
alphaev6/fpu
alphaev67/fpu
bits semaphore: consolidate arch headers into a generic one 2020-05-06 13:07:12 -07:00
fpu
sys Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
____longjmp_chk.S Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
a.out.h Break lines before not after operators, batch 4. 2019-03-07 20:20:25 +00:00
adjtime.c Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
adjtimex.c Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
aio_cancel.c
arch-syscall.h Update syscall lists for Linux 5.6. 2020-04-03 18:07:55 +00:00
brk.S linux: Consolidate INLINE_SYSCALL 2020-02-14 21:09:12 -03:00
c++-types.data
clone.S Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
configure
configure.ac
dl-auxv.h Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
dl-brk.S
dl-fxstatat64.c
dl-support.c
dl-sysdep.c
fraiseexcpt.S Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
fstatfs64.c
fstatvfs64.c
fstatvfs.c
fxstat.c linux: Remove INTERNAL_SYSCALL_DECL 2020-02-14 21:12:45 -03:00
fxstatat.c linux: Remove INTERNAL_SYSCALL_DECL 2020-02-14 21:12:45 -03:00
getclktck.c
getcontext.S Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
getdents64.c
getdents.c
getegid.S Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
geteuid.S Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
gethostname.c Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
getppid.S Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
getrlimit64.c Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
getsysstats.c Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
gettimeofday.c alpha: Fix static gettimeofday symbol 2020-02-13 08:27:27 -03:00
glob-lstat-compat.c
globfree.c Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
ieee_get_fp_control.S Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
ieee_set_fp_control.S Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
Implies
internal_statvfs64.c
ioperm.c Linux: pciconfig_iobase syscall number is always available on alpha 2020-03-03 12:20:59 +01:00
ipc_priv.h Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
jmp_buf-macros.h
kernel_sigaction.h alpha: Use Linux generic sigaction implementation 2018-12-18 19:52:21 -02:00
kernel_stat.h
kernel_sysinfo.h
kernel_termios.h Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
kernel-features.h Linux: Use system call tables during build 2020-01-02 10:18:23 +01:00
ld.abilist ld.so: Do not export free/calloc/malloc/realloc functions [BZ #25486] 2020-02-15 11:01:23 +01:00
libanl.abilist Ignore absolute symbols in ABI tests. 2018-05-04 15:46:32 +00:00
libBrokenLocale.abilist Ignore absolute symbols in ABI tests. 2018-05-04 15:46:32 +00:00
libc.abilist Linux: Perform rseq registration at C startup and thread creation 2020-07-06 10:21:16 +02:00
libcrypt.abilist Ignore absolute symbols in ABI tests. 2018-05-04 15:46:32 +00:00
libdl.abilist Ignore absolute symbols in ABI tests. 2018-05-04 15:46:32 +00:00
libm.abilist New exp10f version without SVID compat wrapper 2020-06-19 12:08:47 -03:00
libnsl.abilist Ignore absolute symbols in ABI tests. 2018-05-04 15:46:32 +00:00
libpthread.abilist nptl: Move pthread_gettattr_np into libc 2020-05-20 20:27:49 +02:00
libresolv.abilist Ignore absolute symbols in ABI tests. 2018-05-04 15:46:32 +00:00
librt.abilist Finish move of clock_* functions to libc. [BZ #24959] 2019-09-04 14:39:38 +02:00
libthread_db.abilist Ignore absolute symbols in ABI tests. 2018-05-04 15:46:32 +00:00
libutil.abilist Ignore absolute symbols in ABI tests. 2018-05-04 15:46:32 +00:00
localplt.data ld.so: Do not export free/calloc/malloc/realloc functions [BZ #25486] 2020-02-15 11:01:23 +01:00
lxstat.c linux: Remove INTERNAL_SYSCALL_DECL 2020-02-14 21:12:45 -03:00
makecontext.S Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
Makefile nptl: Move pthread_sigmask implementation to libc 2020-04-21 14:01:58 -03:00
nldbl-abi.h
oldglob.c Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
osf_adjtime.c sysv/alpha: Use generic __timeval32 and helpers 2020-04-02 09:21:06 -07:00
osf_getitimer.c sysv/alpha: Use generic __timeval32 and helpers 2020-04-02 09:21:06 -07:00
osf_getrusage.c sysv/alpha: Use generic __timeval32 and helpers 2020-04-02 09:21:06 -07:00
osf_gettimeofday.c y2038: Replace __clock_gettime with __clock_gettime64 2020-05-20 16:45:16 +02:00
osf_setitimer.c sysv/alpha: Use generic __timeval32 and helpers 2020-04-02 09:21:06 -07:00
osf_settimeofday.c sysv/alpha: Use generic __timeval32 and helpers 2020-04-02 09:21:06 -07:00
osf_utimes.c sysv/alpha: Use generic __timeval32 and helpers 2020-04-02 09:21:06 -07:00
osf_wait4.c sysv/alpha: Use generic __timeval32 and helpers 2020-04-02 09:21:06 -07:00
pipe.S
register-dump.h Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
rt_sigaction.S Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
select.c 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
setfpucw.c Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
setrlimit64.c Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
settimeofday.c Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
shlib-versions
sigcontextinfo.h Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
sizes.h Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
statfs64.c
statvfs64.c
statvfs.c
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 alpha: Use generic gettimeofday implementation 2020-02-12 16:55:30 -03:00
sysconf.c Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
sysdep.h linux: Remove INTERNAL_SYSCALL_DECL 2020-02-14 21:12:45 -03:00
timer_create.c
timer_delete.c
timer_getoverr.c
timer_gettime.c
timer_settime.c
ucontext-offsets.sym
Versions
vfork.S Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
wait4.c Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
wordexp.c
xstat.c linux: Remove INTERNAL_SYSCALL_DECL 2020-02-14 21:12:45 -03:00
xstatconv.c Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
xstatconv.h Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00