1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-30 04:10:54 -08:00
emacs/exec
Po Lu f4512cca0b Fix ps name in Android subprocesses
* exec/Makefile.in (.SUFFIXES): Include ., then `srcdir'.
* exec/loader-aarch64.s (_start):
* exec/loader-armeabi.s (_start):
* exec/loader-mips64el.s (__start):
* exec/loader-mipsel.s (__start):
* exec/loader-x86.s (_start):
* exec/loader-x86_64.s (_start): Get basename of opened exec
file and make it the command name.  Fix envp skipping on x86
and various leaks.
2023-05-02 16:44:46 +08:00
..
config-mips.m4.in Update Android port 2023-05-01 11:28:22 +08:00
config.guess
config.h.in Port Android port to older Android systems 2023-05-02 08:16:00 +08:00
config.sub
configure.ac Port Android port to older Android systems 2023-05-02 08:16:00 +08:00
deps.mk
exec.c Port Android port to older Android systems 2023-05-02 08:16:00 +08:00
exec.h
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 Fix ps name in Android subprocesses 2023-05-02 16:44:46 +08:00
loader-mipsel.s Fix ps name in Android subprocesses 2023-05-02 16:44:46 +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 Fix ps name in Android subprocesses 2023-05-02 16:44:46 +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 cwd relative process execution on Android 2023-05-01 21:23:12 +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.