Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-05-04 | posix: Fix Hurd build failure in tst-execveat | Florian Weimer | |
This avoids a -Werror compilation failure due to unused local variables. | |||
2021-05-03 | linux: Add execveat system call wrapper | Alexandra Hájková | |
It operates similar to execve and it is is already used to implement fexecve without requiring /proc to be mounted. However, different than fexecve, if the syscall is not supported by the kernel an error is returned instead of trying a fallback. Checked on x86_64-linux-gnu and powerpc64le-linux-gnu. Reviewed-by: Adhemerval Zanella <adhemerval.zanella@linaro.org> |