1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-22 07:09:54 +00:00
emacs/exec
Po Lu 6a30a74cb2 Fix syscall error reporting on aarch64
* exec/trace.c (process_system_call): Save and restore x0, x1
and x2 regs after replacing them with an invalid file
descriptor.
2023-05-01 13:12:44 +08:00
..
config-mips.m4.in Update Android port 2023-05-01 11:28:22 +08:00
config.guess
config.h.in
config.sub
configure.ac Update Android port 2023-05-01 11:28:22 +08:00
deps.mk
exec1.c Work around system restrictions regarding exec 2023-05-01 09:31:58 +08:00
exec.c Update Android port 2023-05-01 11:28:22 +08:00
exec.h
install-sh
loader-aarch64.s
loader-armeabi.s
loader-mips64el.s Update Android port 2023-05-01 11:28:22 +08:00
loader-mipsel.s
loader-x86_64.s
loader-x86.s
Makefile.in Update Android port 2023-05-01 11:28:22 +08:00
mipsel-user.h Update Android port 2023-05-01 11:28:22 +08:00
mipsfpu.c
mipsfpu.h
README
test.c
trace.c Fix syscall error reporting on aarch64 2023-05-01 13:12:44 +08:00

This directory holds the source code to a library used to replace the
`execve' and `execveat' system calls, used by the Android port of
Emacs to start executables without intervention from the system.