| Commit message (Expand) | Author | Files | Lines | |
|---|---|---|---|---|
| 2022-08-02 | ldso: process RELR only for non-FDPIC archs•••the way RELR is applied is not a meaningful operation for FDPIC (there is no single "base" address). it seems unlikely RELR would ever be added for FDPIC, but if it ever is, the behavior and possibly data format will need to be different, so guard against calling the non-FDPIC code. | Rich Felker | 1 | -1/+2 |
| 2022-08-02 | ldso: support DT_RELR relative relocation format•••this resolves DT_RELR relocations in non-ldso, dynamic-linked objects. | Fangrui Song | 3 | -4/+27 |
| 2022-08-02 | use syscall_arg_t and __scc macro for arguments to __alt_socketcall•••otherwise, pointer arguments are sign-extended on x32, resulting in EFAULT. | Alex Xu (Hello71) | 1 | -3/+3 |
| 2022-08-01 | fix strings.h feature test macro usage due to missing features.h | Michael Pratt | 1 | -0/+1 |
| 2022-08-01 | fix ESRCH error handling for clock_getcpuclockid•••the syscall used to probe availability of the clock fails with EINVAL when the requested pid does not exist, but clock_getcpuclockid is specified to use ESRCH for this purpose. | Eugene Yudin | 1 | -0/+1 |
