Go to file
Adhemerval Zanella 56cf9e8eec linux: Add pidfd_send_signal
This was added on Linux 5.1(3eb39f47934f9d5a3027fe00d906a45fe3a15fad)
as a way to avoid the race condition of using kill (where PID might be
reused by the kernel between between obtaining the pid and sending the
signal).

If the siginfo_t argument is NULL then pidfd_send_signal is equivalent
to kill.  If it is not NULL pidfd_send_signal is equivalent to
rt_sigqueueinfo.

Reviewed-by: Carlos O'Donell <carlos@redhat.com>
Tested-by: Carlos O'Donell <carlos@redhat.com>
2022-05-17 10:33:46 -03:00
argp
assert
benchtests benchtests: Add wcrtomb microbenchmark 2022-05-06 18:16:43 +05:30
bits
catgets
ChangeLog.old
conform
crypt
csu Remove kernel version check 2022-05-16 15:03:49 -03:00
ctype
debug wcrtomb: Make behavior POSIX compliant 2022-05-13 19:15:46 +05:30
dirent
dlfcn dlfcn: Implement the RTLD_DI_PHDR request type for dlinfo 2022-04-29 17:00:53 +02:00
elf rtld: Remove DL_ARGV_NOT_RELRO and make _dl_skip_args const 2022-05-17 10:14:03 +01:00
gmon
gnulib
grp
gshadow
hesiod
htl
hurd Replace {u}int_fast{16|32} with {u}int32_t 2022-04-13 21:23:04 -05:00
iconv Replace {u}int_fast{16|32} with {u}int32_t 2022-04-13 21:23:04 -05:00
iconvdata Replace {u}int_fast{16|32} with {u}int32_t 2022-04-13 21:23:04 -05:00
include stdio: Remove the usage of $(fno-unit-at-a-time) for siglist.c 2022-05-13 10:54:41 -03:00
inet
intl
io linux: Fix fchmodat with AT_SYMLINK_NOFOLLOW for 64 bit time_t (BZ#29097) 2022-04-28 09:58:44 -03:00
libio
locale Replace {u}int_fast{16|32} with {u}int32_t 2022-04-13 21:23:04 -05:00
localedata Add locale for syr_SY 2022-04-21 13:05:40 +02:00
login
mach
malloc
manual wcrtomb: Make behavior POSIX compliant 2022-05-13 19:15:46 +05:30
math
mathvec
misc sys/cdefs.h: Do not require C++ compilers to define __STDC__ 2022-05-16 16:48:51 +01:00
nis
nptl nptl: Add backoff mechanism to spinlock loop 2022-05-09 14:38:40 -07:00
nptl_db
nscd
nss hurd: Fix arbitrary error code 2022-04-12 22:15:48 +02:00
po
posix posix/glob.c: update from gnulib 2022-04-27 17:19:31 -04:00
pwd
resolv Replace {u}int_fast{16|32} with {u}int32_t 2022-04-13 21:23:04 -05:00
resource
rt
scripts scripts/glibcelf.py: Add *T_RISCV_* constants 2022-05-16 22:22:38 +02:00
setjmp
shadow
signal
socket
soft-fp
stdio-common stdio: Remove the usage of $(fno-unit-at-a-time) for siglist.c 2022-05-13 10:54:41 -03:00
stdlib stdlib: Reflow and sort most variable assignments 2022-04-13 16:52:39 -03:00
string Replace {u}int_fast{16|32} with {u}int32_t 2022-04-13 21:23:04 -05:00
sunrpc
support support: Add xmkfifo 2022-04-15 09:59:33 -03:00
sysdeps linux: Add pidfd_send_signal 2022-05-17 10:33:46 -03:00
sysvipc
termios
time clock_settime/clock_gettime: Use __nonnull to avoid null pointer 2022-05-05 17:48:04 +05:30
timezone
wcsmbs wcrtomb: Make behavior POSIX compliant 2022-05-13 19:15:46 +05:30
wctype
.clang-format
.gitattributes
.gitignore
abi-tags
aclocal.m4
config.h.in Remove kernel version check 2022-05-16 15:03:49 -03:00
config.make.in Remove configure fno_unit_at_a_time 2022-05-13 10:54:41 -03:00
configure Remove configure fno_unit_at_a_time 2022-05-13 10:54:41 -03:00
configure.ac Remove configure fno_unit_at_a_time 2022-05-13 10:54:41 -03:00
CONTRIBUTED-BY
COPYING
COPYING.LIB
extra-lib.mk
gen-locales.mk
INSTALL INSTALL: Rephrase -with-default-link documentation 2022-04-26 14:22:23 +02:00
libc-abis
libof-iterator.mk
LICENSES
MAINTAINERS
Makeconfig stdio: Remove the usage of $(fno-unit-at-a-time) for errlist.c 2022-05-13 10:54:41 -03:00
Makefile
Makefile.help
Makefile.in
Makerules Do not use --hash-style=both for building glibc shared objects 2022-04-29 16:37:51 +02:00
NEWS linux: Add pidfd_send_signal 2022-05-17 10:33:46 -03:00
o-iterator.mk
README
Rules
SHARED-FILES
shlib-versions
test-skeleton.c
version.h

This directory contains the sources of the GNU C Library.
See the file "version.h" for what release version you have.

The GNU C Library is the standard system C library for all GNU systems,
and is an important part of what makes up a GNU system.  It provides the
system API for all programs written in C and C-compatible languages such
as C++ and Objective C; the runtime facilities of other programming
languages use the C library to access the underlying operating system.

In GNU/Linux systems, the C library works with the Linux kernel to
implement the operating system behavior seen by user applications.
In GNU/Hurd systems, it works with a microkernel and Hurd servers.

The GNU C Library implements much of the POSIX.1 functionality in the
GNU/Hurd system, using configurations i[4567]86-*-gnu.

When working with Linux kernels, this version of the GNU C Library
requires Linux kernel version 3.2 or later.

Also note that the shared version of the libgcc_s library must be
installed for the pthread library to work correctly.

The GNU C Library supports these configurations for using Linux kernels:

	aarch64*-*-linux-gnu
	alpha*-*-linux-gnu
	arc*-*-linux-gnu
	arm-*-linux-gnueabi
	csky-*-linux-gnuabiv2
	hppa-*-linux-gnu
	i[4567]86-*-linux-gnu
	x86_64-*-linux-gnu	Can build either x86_64 or x32
	ia64-*-linux-gnu
	m68k-*-linux-gnu
	microblaze*-*-linux-gnu
	mips-*-linux-gnu
	mips64-*-linux-gnu
	or1k-*-linux-gnu
	powerpc-*-linux-gnu	Hardware or software floating point, BE only.
	powerpc64*-*-linux-gnu	Big-endian and little-endian.
	s390-*-linux-gnu
	s390x-*-linux-gnu
	riscv32-*-linux-gnu
	riscv64-*-linux-gnu
	sh[34]-*-linux-gnu
	sparc*-*-linux-gnu
	sparc64*-*-linux-gnu

If you are interested in doing a port, please contact the glibc
maintainers; see https://www.gnu.org/software/libc/ for more
information.

See the file INSTALL to find out how to configure, build, and install
the GNU C Library.  You might also consider reading the WWW pages for
the C library at https://www.gnu.org/software/libc/.

The GNU C Library is (almost) completely documented by the Texinfo manual
found in the `manual/' subdirectory.  The manual is still being updated
and contains some known errors and omissions; we regret that we do not
have the resources to work on the manual as much as we would like.  For
corrections to the manual, please file a bug in the `manual' component,
following the bug-reporting instructions below.  Please be sure to check
the manual in the current development sources to see if your problem has
already been corrected.

Please see https://www.gnu.org/software/libc/bugs.html for bug reporting
information.  We are now using the Bugzilla system to track all bug reports.
This web page gives detailed information on how to report bugs properly.

The GNU C Library is free software.  See the file COPYING.LIB for copying
conditions, and LICENSES for notices about a few contributions that require
these additional notices to be distributed.  License copyright years may be
listed using range notation, e.g., 1996-2015, indicating that every year in
the range, inclusive, is a copyrightable year that would otherwise be listed
individually.