1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-12 14:30:42 -08:00
emacs/exec
..
config-mips.m4.in
config.guess Add helper binary `exec1' 2023-04-30 21:37:19 +08:00
config.sub Add helper binary `exec1' 2023-04-30 21:37:19 +08:00
configure.ac Avoid stpncpy 2023-08-12 12:57:35 -07:00
deps.mk Add helper binary `exec1' 2023-04-30 21:37:19 +08:00
exec.c Avoid stpncpy 2023-08-12 12:57:35 -07:00
exec.h Fix execution of /proc/self/exe within child processes 2023-05-05 19:04:32 +08:00
exec1.c
install-sh
loader-aarch64.s Fix ps name in Android subprocesses 2023-05-02 16:44:46 +08:00
loader-armeabi.s
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
Makefile.in
mipsel-user.h
mipsfpu.c Add helper binary `exec1' 2023-04-30 21:37:19 +08:00
mipsfpu.h
README Add helper binary `exec1' 2023-04-30 21:37:19 +08:00
test.c Add helper binary `exec1' 2023-04-30 21:37:19 +08:00
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.