glibc/sysdeps/unix/sysv/linux/hppa
Adhemerval Zanella c32c868ab8 posix: Add _Fork [BZ #4737]
Austin Group issue 62 [1] dropped the async-signal-safe requirement
for fork and provided a async-signal-safe _Fork replacement that
does not run the atfork handlers.  It will be included in the next
POSIX standard.

It allow to close a long standing issue to make fork AS-safe (BZ#4737).
As indicated on the bug, besides the internal lock for the atfork
handlers itself; there is no guarantee that the handlers itself will
not introduce more AS-safe issues.

The idea is synchronize fork with the required internal locks to allow
children in multithread processes to use mostly of standard function
(even though POSIX states only AS-safe function should be used).  On
signal handles, _Fork should be used intead and only AS-safe functions
should be used.

For testing, the new tst-_Fork only check basic usage.  I also added
a new tst-mallocfork3 which uses the same strategy to check for
deadlock of tst-mallocfork2 but using threads instead of subprocesses
(and it does deadlock if it replaces _Fork with fork).

[1] https://austingroupbugs.net/view.php?id=62
2021-06-28 15:55:56 -03:00
..
bits y2038: Add __USE_TIME_BITS64 support for socket-constants.h 2021-06-15 10:42:11 -03:00
sys
____longjmp_chk.c
arch-syscall.h Update syscall lists for Linux 5.12. 2021-04-28 17:19:24 +00:00
atomic-machine.h
c++-types.data
clone.S
errlist-compat.c
getcontext.S
Implies
jmp_buf-macros.h
kernel_stat.h
kernel-features.h
ld.abilist
libanl.abilist y2038: Add support for 64-bit time on legacy ABIs 2021-06-15 10:42:11 -03:00
libBrokenLocale.abilist
libc.abilist posix: Add _Fork [BZ #4737] 2021-06-28 15:55:56 -03:00
libcrypt.abilist
libdl.abilist dlfcn: Move dlopen into libc 2021-06-03 08:26:04 +02:00
libm.abilist
libnsl.abilist
libpthread.abilist nptl: Remove remaining code from libpthread 2021-05-21 22:35:01 +02:00
libresolv.abilist
librt.abilist Linux: Move timer_settime, __timer_settime64 from librt to libc 2021-06-28 09:51:01 +02:00
libthread_db.abilist
libutil.abilist
localplt.data
makecontext.c
Makefile
setcontext.S
shlib-versions
sigcontextinfo.h
socket-constants-time64.h linux: Add fallback for 64-bit time_t SO_TIMESTAMP{NS} 2021-06-15 10:42:06 -03:00
struct_kernel_msqid64_ds.h
struct_kernel_semid64_ds.h
struct_kernel_shmid64_ds.h
swapcontext.c
syscall.c
syscalls.list
sysdep.c
sysdep.h
time64-compat.h y2038: Add support for 64-bit time on legacy ABIs 2021-06-15 10:42:11 -03:00
ucontext_i.sym
Versions Add libc ABI extension kludge for baseline-violating libdl symbols 2021-06-02 07:34:24 +02:00