Go to file
Sergey Bugaev 01f317e98f mach: Add __mach_setup_thread_call ()
This is just like mach_setup_thread (), but it's suitable for making the
thread call a function correctly, as opposed to explicitly setting the
thread's stack and instruction pointers to the given values. Internally,
it uses MACHINE_THREAD_STATE_SETUP_CALL.

Unlike mach_setup_thread (), which is exported via mach.h for the
benefit of the Hurd exec server, __mach_setup_thread_call () is private
to glibc for the time being.

Signed-off-by: Sergey Bugaev <bugaevc@gmail.com>
Message-Id: <20230517191436.73636-5-bugaevc@gmail.com>
2023-05-17 22:56:23 +02:00
argp argp: Reformat Makefile. 2023-05-17 08:12:08 -04:00
assert
benchtests Enable libmvec support for AArch64 2023-05-03 12:09:49 +01:00
bits Remap __GLIBC_FLT_EVAL_METHOD to 0 if __FLT_EVAL_METHOD__ is -1 2023-04-28 07:02:48 -07:00
catgets Use O_CLOEXEC in more places (BZ #15722) 2023-04-22 13:50:14 +02:00
ChangeLog.old
conform hurd: Also XFAIL missing SA_NOCLDWAIT on 64bit 2023-05-01 13:28:53 +02:00
crypt
csu
ctype
debug debug: Reformat Makefile. 2023-05-16 07:17:19 -04:00
dirent
dlfcn
elf elf: Reformat Makefile. 2023-05-16 07:17:19 -04:00
gmon Use O_CLOEXEC in more places (BZ #15722) 2023-04-22 13:50:14 +02:00
gnulib
grp
gshadow
hesiod
htl hurd 64bit: Fix pthread_t/thread_t type to long 2023-05-01 15:05:09 +02:00
hurd hurd: Use MACHINE_THREAD_STATE_SETUP_CALL 2023-05-17 22:52:46 +02:00
iconv Use O_CLOEXEC in more places (BZ #15722) 2023-04-22 13:50:14 +02:00
iconvdata
include Mark various cold functions as __COLD 2023-05-01 19:33:21 +02:00
inet rcmd.c: Fix indentation in last commit 2023-04-18 09:47:40 -04:00
intl
io
libio libio: Add __nonnull for FILE * arguments of fclose and freopen 2023-05-16 06:56:32 -03:00
locale locale/programs/locarchive.c: Remove unnecessary check in add_locale_archive 2023-04-26 08:32:14 -04:00
localedata
login Use O_CLOEXEC in more places (BZ #15722) 2023-04-22 13:50:14 +02:00
mach mach: Add __mach_setup_thread_call () 2023-05-17 22:56:23 +02:00
malloc aligned_alloc: conform to C17 2023-05-08 16:40:10 -04:00
manual aligned_alloc: conform to C17 2023-05-08 16:40:10 -04:00
math
mathvec
misc misc: Reformat Makefile. 2023-05-16 07:19:28 -04:00
nis
nptl Created tunable to force small pages on stack allocation. 2023-04-20 13:54:24 -03:00
nptl_db
nscd
nss nss: Reconcile conditional declaration and use of `is_nscd' 2023-05-16 11:40:10 +02:00
po
posix Fix regex type usage 2023-05-01 09:08:59 -04:00
pwd
resolv hurd 64bit: Add missing libanl 2023-05-01 13:36:14 +02:00
resource
rt aio: Fix freeing memory 2023-04-12 00:14:08 +02:00
scripts scripts: Add sort-makefile-lines.py to sort Makefile variables. 2023-05-10 13:14:52 -04:00
setjmp
shadow
signal
socket socket: Reformat Makefile. 2023-05-16 07:19:31 -04:00
soft-fp
stdio-common stdio-common: Reformat Makefile. 2023-05-16 07:19:31 -04:00
stdlib stdlib: Avoid undefined behavior in stdlib/tst-labs 2023-05-17 08:23:59 +02:00
string string: Add tests for strndup (BZ #30266) 2023-04-21 10:50:42 -03:00
sunrpc
support
sysdeps mach: Define MACHINE_THREAD_STATE_SETUP_CALL 2023-05-17 22:52:39 +02:00
sysvipc
termios
time time: Remove alloca() from getdate 2023-05-05 10:55:48 -04:00
timezone
wcsmbs wcsmbs: Reformat Makefile. 2023-05-16 07:19:31 -04:00
wctype
.clang-format
.gitattributes
.gitignore
abi-tags
aclocal.m4
config.h.in Stop checking if MiG supports retcode. 2023-05-11 01:28:34 +02:00
config.make.in
configure
configure.ac
CONTRIBUTED-BY
COPYING
COPYING.LIB
extra-lib.mk
gen-locales.mk
INSTALL Enable libmvec support for AArch64 2023-05-03 12:09:49 +01:00
libc-abis
libof-iterator.mk
LICENSES
MAINTAINERS
Makeconfig
Makefile
Makefile.help
Makefile.in
Makerules
NEWS Enable libmvec support for AArch64 2023-05-03 12:09:49 +01:00
o-iterator.mk
README hurd: Enable x86_64 build script 2023-05-02 21:40:36 +02:00
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 and x86_64-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
	loongarch64-*-linux-gnu Hardware floating point, LE only.
	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.