aboutsummaryrefslogtreecommitdiffstats
path: root/exec (unfollow)
Commit message (Expand)AuthorFilesLines
2024-01-29* exec/configure.ac (OPENAT_SYSCALL): Define on MIPS.Po Lu1-0/+4
2024-01-27Intercept calls to `openat' under AndroidPo Lu3-2/+150
2024-01-21; * exec/Makefile.in: Correct typo.Po Lu1-1/+1
2024-01-21; * exec/Makefile.in (extraclean): Remove standard files.Po Lu1-2/+5
2024-01-20Fix autogen.sh’s spurious ‘git diff’ outputPaul Eggert3-4222/+0
2024-01-02; Update copyright years in more filesPo Lu1-1/+1
2024-01-02; Add 2024 to copyright yearsPo Lu20-20/+20
2023-12-10; Use ?c instead of integer in local variablesStefan Kangas3-3/+3
2023-12-10; Fix typosStefan Kangas2-2/+2
2023-11-26; Update Autoconf auxiliaries in execPo Lu2-27/+50
2023-09-18Correct build on systems without PAGE_MASKPo Lu1-1/+1
2023-09-18Correct crash in child processes under armeabi AndroidPo Lu1-8/+14
2023-08-12Avoid stpncpyPaul Eggert2-74/+7
2023-08-07Stop tracking exec/config.h.inPo Lu1-358/+0
2023-07-20Update Android portPo Lu1-3/+3
2023-06-27; * exec/loader-mips64el.s (rest_of_exec): Fix typo in comment.Po Lu1-1/+1
2023-06-19; * exec/Makefile.in (clean): Add `exec1'.Po Lu1-1/+1
2023-05-31Update Android portPo Lu1-30/+63
2023-05-23; * exec/exec.c (exec_0): Use strcpy.Po Lu1-1/+1
2023-05-20Remove arbitrary process count limitPo Lu1-0/+12
2023-05-05Fix execution of /proc/self/exe within child processesPo Lu2-39/+154
2023-05-05Update Android portPo Lu1-30/+46
2023-05-05Update Android portPo Lu1-0/+4
2023-05-04Update Android portPo Lu1-21/+97
2023-05-03Update Android portPo Lu3-0/+32
2023-05-03Update Android portPo Lu3-2/+161
2023-05-03Remove extra debugging codePo Lu1-4/+4
2023-05-03Update Android portPo Lu1-1/+2
2023-05-02Update Android portPo Lu5-20/+288
2023-05-02Fix ps name in Android subprocessesPo Lu7-28/+115
2023-05-02Port Android port to older Android systemsPo Lu3-5/+14
2023-05-01Update Android portPo Lu3-5/+109
2023-05-01Fix cwd relative process execution on AndroidPo Lu2-14/+78
2023-05-01Fix syscall error reporting on aarch64Po Lu1-1/+20
2023-05-01Update Android portPo Lu6-35/+95
2023-05-01Work around system restrictions regarding execPo Lu1-0/+6
2023-05-01Remove exec/configurePo Lu1-6940/+0
2023-04-30Add helper binary `exec1'Po Lu24-0/+15915