Rich Felker
|
805288929f
fix data race between new pthread_key_delete and dtor execution
|
6 жил өмнө |
Rich Felker
|
639bcf251e
introduce namespace-safe rwlock aliases; use in pthread_key_create
|
6 жил өмнө |
Rich Felker
|
ba74a42cee
rewrite pthread_key_delete to use global thread list
|
6 жил өмнө |
Rich Felker
|
e4235d7067
rewrite __synccall in terms of global thread list
|
6 жил өмнө |
Rich Felker
|
8f11e6127f
track all live threads in an AS-safe, fully-consistent linked list
|
6 жил өмнө |
Rich Felker
|
04335d9260
always block signals for starting new threads, refactor start args
|
6 жил өмнө |
Rich Felker
|
5b74eed3b3
for SIGEV_THREAD timer threads, replace signal handler with sigwaitinfo
|
6 жил өмнө |
Rich Felker
|
aa5a9d15e0
defer free of thread-local dlerror buffers from inconsistent context
|
6 жил өмнө |
Rich Felker
|
b2020571f0
fix behavior of gets when input line contains a null byte
|
6 жил өмнө |
Rich Felker
|
099b89d384
redesign robust mutex states to eliminate data races on type field
|
6 жил өмнө |
Rich Felker
|
042b3ee452
fail fdopendir for O_PATH file descriptors
|
6 жил өмнө |
Bobby Bingham
|
1dd915c370
update line discipline constants
|
6 жил өмнө |
Bobby Bingham
|
3517d74a5e
move arch-invariant definitions out of bits/ioctl.h
|
6 жил өмнө |
A. Wilcox
|
8d82971775
locale: ensure dcngettext() preserves errno
|
6 жил өмнө |
Rich Felker
|
1691b23955
release 1.1.21
|
6 жил өмнө |
Rich Felker
|
ce32db4715
fix call to __pthread_tsd_run_dtors with too many arguments
|
6 жил өмнө |
Rich Felker
|
aba17aa359
configure: accept ppc[64] as alias for powerpc[64] in gcc tuples
|
6 жил өмнө |
Rich Felker
|
16a522bab0
fix unintended linking dependency of pthread_key_create on __synccall
|
6 жил өмнө |
Rich Felker
|
de7dc1318f
halt getspnam[_r] search on error accessing TCB shadow
|
6 жил өмнө |
Rich Felker
|
9db81b862d
don't set errno or return an error when getspnam[_r] finds no entry
|
6 жил өмнө |
Rich Felker
|
21a172dd36
make sem_wait and sem_timedwait interruptible by signals
|
6 жил өмнө |
Rich Felker
|
1ec71c531e
don't fail pthread_sigmask/sigprocmask on invalid how when set is null
|
6 жил өмнө |
Rich Felker
|
a63c0104e4
add __timedwait backend workaround for old kernels where futex EINTRs
|
6 жил өмнө |
Rich Felker
|
c00cdefa1d
on failed aio submission, set aiocb error and return value
|
6 жил өмнө |
Rich Felker
|
a9a9882fbe
don't create aio queue/map structures for invalid file descriptors
|
6 жил өмнө |
Rich Felker
|
8511511c58
move aio queue allocation from io thread to submitting thread
|
6 жил өмнө |
Rich Felker
|
1a6d6f131b
fix and future-proof against stack overflow in aio io threads
|
6 жил өмнө |
Rich Felker
|
26c66c485c
add namespace-safe version of getauxval for internal use
|
6 жил өмнө |
Szabolcs Nagy
|
1de4788610
add NT_VMCOREDD to elf.h from linux v4.18
|
6 жил өмнө |
Szabolcs Nagy
|
836022b1c3
add AT_MINSIGSTKSZ to elf.h from linux v4.18
|
6 жил өмнө |