1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-13 23:10:26 -08:00
emacs/exec
Po Lu c47716f95b Update Android port
* exec/config.h.in (__bool_true_false_are_defined):
* exec/configure.ac (REENTRANT): New definition.
(READLINKAT_SYSCALL, READLINK_SYSCALL): New defines.  Set on all
hosts.
* exec/exec.c (MIN, MAX): Remove redundant declarations.  Move
to config.h.
(exec_0): Copy name of executable into NAME when !REENTRANT.
* exec/exec.h (struct exec_tracee): New struct `exec_file'.
* exec/trace.c (remove_tracee, handle_exec, handle_readlinkat)
(process_system_call, after_fork): Handle readlinkat system
calls.
2023-05-02 20:45:57 +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-02 20:45:57 +08:00
config.sub
configure.ac Update Android port 2023-05-02 20:45:57 +08:00
deps.mk
exec.c Update Android port 2023-05-02 20:45:57 +08:00
exec.h Update Android port 2023-05-02 20:45:57 +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 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 Update Android port 2023-05-02 20:45:57 +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.