Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2023-12-15 | Provide fcntl64 wrapper | Alex Gaynor | 1 | -0/+13 | |
Signed-off-by: Alex Gaynor <alex.gaynor@gmail.com> | |||||
2022-10-09 | fix path-searching for execvp | bkurtz | 1 | -1/+12 | |
2022-02-02 | unistd: add __close | ptrcnull | 1 | -0/+5 | |
2020-08-22 | unistd: Update execve shim with loader changes | A. Wilcox | 1 | -3/+4 | |
Ensure aarch64 bug doesn't appear here either. | |||||
2020-07-06 | unistd: Interpose execv* functions for LOADER | A. Wilcox | 1 | -0/+54 | |
Newer releases of Chromium directly execv /proc/self/exe, missing our readlink(3) interposing. We go ahead and interpose all three execv* functions just to ensure wider compatibility. | |||||
2018-09-11 | unistd: Add __open_2 and its __open64_2 alias | Samuel Holland | 1 | -0/+9 | |
Signed-off-by: Samuel Holland <samuel@sholland.org> | |||||
2018-01-15 | unistd: Implement LSB functions plus more | Samuel Holland | 1 | -0/+172 | |
On musl pread and pread64 are the same thing. Signed-off-by: Samuel Holland <samuel@sholland.org> |