Rich Felker
|
de7dc1318f
halt getspnam[_r] search on error accessing TCB shadow
|
5 years ago |
Rich Felker
|
9db81b862d
don't set errno or return an error when getspnam[_r] finds no entry
|
5 years ago |
Rich Felker
|
21a172dd36
make sem_wait and sem_timedwait interruptible by signals
|
5 years ago |
Rich Felker
|
1ec71c531e
don't fail pthread_sigmask/sigprocmask on invalid how when set is null
|
6 years ago |
Rich Felker
|
a63c0104e4
add __timedwait backend workaround for old kernels where futex EINTRs
|
6 years ago |
Rich Felker
|
c00cdefa1d
on failed aio submission, set aiocb error and return value
|
6 years ago |
Rich Felker
|
a9a9882fbe
don't create aio queue/map structures for invalid file descriptors
|
6 years ago |
Rich Felker
|
8511511c58
move aio queue allocation from io thread to submitting thread
|
6 years ago |
Rich Felker
|
1a6d6f131b
fix and future-proof against stack overflow in aio io threads
|
6 years ago |
Rich Felker
|
26c66c485c
add namespace-safe version of getauxval for internal use
|
6 years ago |
Szabolcs Nagy
|
1de4788610
add NT_VMCOREDD to elf.h from linux v4.18
|
6 years ago |
Szabolcs Nagy
|
836022b1c3
add AT_MINSIGSTKSZ to elf.h from linux v4.18
|
6 years ago |
Szabolcs Nagy
|
d149e69c02
add io_pgetevents and rseq syscall numbers from linux v4.18
|
6 years ago |
Szabolcs Nagy
|
ca73bea05d
add TRAP_UNK si_code to signal.h from linux v4.18
|
6 years ago |
Szabolcs Nagy
|
a71276e258
add SIGSYS support to sys/signalfd.h from linux v4.18
|
6 years ago |
Szabolcs Nagy
|
0a9a5c20c7
add AF_XDP to sys/socket.h from linux v4.18
|
6 years ago |
Szabolcs Nagy
|
4b9b8c8ee6
update netinet/udp.h for linux v4.18
|
6 years ago |
Szabolcs Nagy
|
ac1af87e1d
update netinet/tcp.h for linux v4.18
|
6 years ago |
Rich Felker
|
7c84547900
fix wordexp not to read past end of string ending with lone backslash
|
6 years ago |
Quentin Rameau
|
d9bdfd1644
fix memccpy to not access buffer past given size
|
6 years ago |
Rich Felker
|
39ef612aa1
fix regression in access to optopt object
|
6 years ago |
Rich Felker
|
122d67f846
optimize two-way strstr and memmem bad character shift
|
6 years ago |
Rich Felker
|
04e18b61df
fix regression in setlocale for LC_ALL with per-category setting
|
6 years ago |
Rich Felker
|
79f653c6bc
fix failure to flush stderr when fflush(0) is called
|
6 years ago |
Rich Felker
|
4a08603026
fix deadlock and buffered data loss race in fclose
|
6 years ago |
Alexander Monakov
|
00bd3b7d30
__libc_start_main: slightly simplify stage2 pointer setup
|
6 years ago |
Rich Felker
|
0239cd0681
remove commented-out debug printf from strstr
|
6 years ago |
Rich Felker
|
8f5a820d14
fix spuriously slow check in twoway strstr/memmem cores
|
6 years ago |
Rich Felker
|
1b52863e24
don't omit setting errno in internal __map_file function
|
6 years ago |
Rich Felker
|
5af1f5942b
make the default locale (& a variant) failure-free cases for newlocale
|
6 years ago |