glibc/sysdeps/mach
Samuel Thibault 81c4ec1ca8 htl: Make __pthread_sigmask directly call __sigthreadmask
If no thread was created yet, __pthread_sigstate will not find our ss
because self->kernel_thread is still nul, and then change the global
sigstate instead of our sigstate! We can directly call __sigthreadmask and
skip the (bogus) lookup step.
2025-03-06 02:28:35 +01:00
..
htl Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
hurd htl: Make __pthread_sigmask directly call __sigthreadmask 2025-03-06 02:28:35 +01:00
i386 Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
include Define __mig_strlen to support dynamically sized strings in hurd RPCs 2023-05-01 02:24:04 +02:00
sys Installed-header hygiene (BZ#20366): obsolete BSD u_* types. 2016-09-23 08:43:56 -04:00
x86 Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
x86_64 hurd: Set up the basic tree for x86_64-gnu 2023-02-12 16:12:06 +01:00
_strerror.c Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
adjtime.c Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
clock_gettime.c mach: Fix fallthrough warning 2025-01-14 00:11:35 +01:00
clock_nanosleep.c hurd: Add CLOCK_MONOTONIC to clock_nanosleep 2025-01-12 22:47:00 +01:00
configure mach: Add CLOCK_MONOTONIC case in clock_gettime() 2025-01-12 22:47:00 +01:00
configure.ac mach: Add CLOCK_MONOTONIC case in clock_gettime() 2025-01-12 22:47:00 +01:00
getloadavg.c Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
getpagesize.c Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
getsysstats.c Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
libc-lock.h Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
libmachuser.abilist hurd: add base abilist files 2018-01-28 17:26:35 +01:00
mach_rpc.h Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
Makefile Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
mprotect.c Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
msync.c Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
munmap.c Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
pagecopy.h Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
readonly-area.c Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
sched_yield.c Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
sleep.c Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
strerror_l.c Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
Subdirs * Makefile (subdir-target-args): New variable. 2006-02-28 07:11:04 +00:00
sysdep.h Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
thread_state.h Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
usleep.c Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
xpg-strerror.c Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00