emacs/exec
Po Lu 916ef57489 Update Android port
* exec/trace.c (handle_readlinkat): Adjust commentary to match
behavior.
* src/android.c (android_get_keysym_name): NULL terminate
*name_return.
2023-07-20 20:50:50 +08:00
..
config-mips.m4.in Update Android port 2023-05-01 11:28:22 +08:00
config.guess
config.h.in Update Android port 2023-05-03 17:01:44 +08:00
config.sub
configure.ac Update Android port 2023-05-03 17:01:44 +08:00
deps.mk
exec.c Update Android port 2023-05-31 11:27:19 +08:00
exec.h Fix execution of /proc/self/exe within child processes 2023-05-05 19:04:32 +08:00
exec1.c Work around system restrictions regarding exec 2023-05-01 09:31:58 +08:00
install-sh
loader-aarch64.s Fix ps name in Android subprocesses 2023-05-02 16:44:46 +08:00
loader-armeabi.s Fix ps name in Android subprocesses 2023-05-02 16:44:46 +08:00
loader-mips64el.s ; * exec/loader-mips64el.s (rest_of_exec): Fix typo in comment. 2023-06-27 09:53:04 +08:00
loader-mipsel.s Remove extra debugging code 2023-05-03 09:23:06 +08:00
loader-x86.s Fix ps name in Android subprocesses 2023-05-02 16:44:46 +08:00
loader-x86_64.s Fix ps name in Android subprocesses 2023-05-02 16:44:46 +08:00
Makefile.in ; * exec/Makefile.in (clean): Add `exec1'. 2023-06-19 08:56:49 +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 Update Android port 2023-07-20 20:50:50 +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.