aboutsummaryrefslogtreecommitdiff
path: root/src/regex/regexec.c (unfollow)
Commit message (Expand)AuthorFilesLines
2022-09-19fix thread leak on timer_create(SIGEV_THREAD) failureAlexey Izbyshev1-1/+5
2022-09-19re-enable vdso clock_gettime on arm (32-bit) with workaroundRich Felker2-0/+10
2022-09-12process DT_RELR relocations in ldso-startup/static-pieRich Felker1-0/+15
2022-09-07fix fwprintf missing output to open_wmemstream FILEsRich Felker1-1/+5
2022-08-26dns: fail if ipv6 is disabled and resolv.conf has only v6 nameservesRich Felker1-0/+5
2022-08-26use kernel-provided AT_MINSIGSTKSZ for sysconf(_SC_[MIN]SIGSTKSZ)Rich Felker1-2/+12
2022-08-26add sysconf keys/values for signal stack sizeRich Felker2-0/+5
2022-08-24fix fallback when ipv6 is disabled but resolv.conf has v6 nameservesRich Felker1-1/+2
2022-08-24epoll_create: fail with EINVAL if size is non-positiveKristina Martsenko1-0/+1
2022-08-20use alt signal stack when present for implementation-internal signalsRich Felker3-3/+3
2022-08-17ldso: make exit condition clearer in fixup_rpathÉrico Nogueira1-1/+1
2022-08-17freopen: reset stream orientation (byte/wide) and encoding ruleRich Felker1-0/+2
2022-08-02ldso: process RELR only for non-FDPIC archsRich Felker1-1/+2
2022-08-02ldso: support DT_RELR relative relocation formatFangrui Song3-4/+27
2022-08-02use syscall_arg_t and __scc macro for arguments to __alt_socketcallAlex Xu (Hello71)1-3/+3
2022-08-01fix strings.h feature test macro usage due to missing features.hMichael Pratt1-0/+1
2022-08-01fix ESRCH error handling for clock_getcpuclockidEugene Yudin1-0/+1