<feed xmlns='http://www.w3.org/2005/Atom'>
<title>emacs/exec/Makefile.in, branch scratch/cedet-object-name</title>
<subtitle>Emacs is the extensible, customizable, self-documenting real-time display editor. 
</subtitle>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/'/>
<entry>
<title>Fix volatile Android build</title>
<updated>2025-01-02T12:26:56+00:00</updated>
<author>
<name>Po Lu</name>
</author>
<published>2025-01-02T12:26:43+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=be9577d4a1e0308a066f50140662a1f04b7a6c16'/>
<id>be9577d4a1e0308a066f50140662a1f04b7a6c16</id>
<content type='text'>
* exec/Makefile.in (config-mips.m4): Call config.status in
builddir.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* exec/Makefile.in (config-mips.m4): Call config.status in
builddir.
</pre>
</div>
</content>
</entry>
<entry>
<title>Update copyright year to 2025</title>
<updated>2025-01-01T07:39:17+00:00</updated>
<author>
<name>Paul Eggert</name>
</author>
<published>2025-01-01T07:39:17+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=4da38c632161867e914b3a13dc760f8019255f94'/>
<id>4da38c632161867e914b3a13dc760f8019255f94</id>
<content type='text'>
Run "TZ=UTC0 admin/update-copyright".
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Run "TZ=UTC0 admin/update-copyright".
</pre>
</div>
</content>
</entry>
<entry>
<title>Port seccomp acceleration to Linux 3.5.0</title>
<updated>2024-07-02T04:12:14+00:00</updated>
<author>
<name>Po Lu</name>
</author>
<published>2024-07-02T04:10:43+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=6b5accdc05d007ab4d1804865c1b043260006673'/>
<id>6b5accdc05d007ab4d1804865c1b043260006673</id>
<content type='text'>
* etc/NEWS: Update correspondingly.

* exec/Makefile.in (config-mips.m4): Don't define rule
or predicate $(LOADOBJS) on it elsewhere than on MIPS.

* exec/README: Direct developers to GDB.

* exec/trace.c (finish_exec): Resume the tracee after reporting
an error in `exec'.
(after_fork): If seccomp is enabled on Android, and the kernel
is 4.7 or earlier, detect whether revisions to the sequencing of
seccomp events have been backported from 4.8.
(exec_waitpid): Resume the process with PTRACE_CONT after
receiving an unknown signal.
(exec_init): Cease disabling seccomp on Android kernels earlier
than 4.8.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* etc/NEWS: Update correspondingly.

* exec/Makefile.in (config-mips.m4): Don't define rule
or predicate $(LOADOBJS) on it elsewhere than on MIPS.

* exec/README: Direct developers to GDB.

* exec/trace.c (finish_exec): Resume the tracee after reporting
an error in `exec'.
(after_fork): If seccomp is enabled on Android, and the kernel
is 4.7 or earlier, detect whether revisions to the sequencing of
seccomp events have been backported from 4.8.
(exec_waitpid): Resume the process with PTRACE_CONT after
receiving an unknown signal.
(exec_init): Cease disabling seccomp on Android kernels earlier
than 4.8.
</pre>
</div>
</content>
</entry>
<entry>
<title>Disable preprocessing of assembler files with m4 on non-MIPS systems</title>
<updated>2024-06-27T02:15:13+00:00</updated>
<author>
<name>Po Lu</name>
</author>
<published>2024-06-27T02:15:13+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=fa322155ad51e3628256232bc113ad7499ab76e7'/>
<id>fa322155ad51e3628256232bc113ad7499ab76e7</id>
<content type='text'>
* exec/Makefile.in (is_mips): New substitution.
(.s.o): Avoid calling m4 unless it be set.

* exec/configure.ac: Substitute is_mips, and don't generate
config-mips.m4 otherwise.

* exec/loader-x86.s:

* exec/loader-x86_64.s: Use assembler rather than m4-defined
comment syntax.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* exec/Makefile.in (is_mips): New substitution.
(.s.o): Avoid calling m4 unless it be set.

* exec/configure.ac: Substitute is_mips, and don't generate
config-mips.m4 otherwise.

* exec/loader-x86.s:

* exec/loader-x86_64.s: Use assembler rather than m4-defined
comment syntax.
</pre>
</div>
</content>
</entry>
<entry>
<title>; * exec/Makefile.in: Correct typo.</title>
<updated>2024-01-21T01:59:47+00:00</updated>
<author>
<name>Po Lu</name>
</author>
<published>2024-01-21T01:58:17+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=8da6c8c7c1e25d2d1d511b50c0ff94097e512470'/>
<id>8da6c8c7c1e25d2d1d511b50c0ff94097e512470</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>; * exec/Makefile.in (extraclean): Remove standard files.</title>
<updated>2024-01-21T01:59:47+00:00</updated>
<author>
<name>Po Lu</name>
</author>
<published>2024-01-21T01:15:55+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=76efd4037eeba53ad5716477c55bdf7ae6ccf6d9'/>
<id>76efd4037eeba53ad5716477c55bdf7ae6ccf6d9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>; Add 2024 to copyright years</title>
<updated>2024-01-02T02:30:05+00:00</updated>
<author>
<name>Po Lu</name>
</author>
<published>2024-01-02T02:30:05+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=070cb32463a8c606bf4384574a6c7ea60167e87d'/>
<id>070cb32463a8c606bf4384574a6c7ea60167e87d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>; * exec/Makefile.in (clean): Add `exec1'.</title>
<updated>2023-06-19T00:56:49+00:00</updated>
<author>
<name>Po Lu</name>
</author>
<published>2023-06-19T00:56:49+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=0bdeb217fce90f17f6b67cf581f2f5f0ebf7e168'/>
<id>0bdeb217fce90f17f6b67cf581f2f5f0ebf7e168</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update Android port</title>
<updated>2023-05-02T23:53:38+00:00</updated>
<author>
<name>Po Lu</name>
</author>
<published>2023-05-02T23:53:38+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=d5b92bce5b5732c43f277e243c305020b9ba1aba'/>
<id>d5b92bce5b5732c43f277e243c305020b9ba1aba</id>
<content type='text'>
* exec/Makefile.in: (.PHONY): Add `bootstrap-clean' and
`extraclean'.
(bootstrap-clean): New rule.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* exec/Makefile.in: (.PHONY): Add `bootstrap-clean' and
`extraclean'.
(bootstrap-clean): New rule.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix ps name in Android subprocesses</title>
<updated>2023-05-02T08:44:46+00:00</updated>
<author>
<name>Po Lu</name>
</author>
<published>2023-05-02T08:44:46+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=f4512cca0b996e5343ebe57511f45a29f64c4a8e'/>
<id>f4512cca0b996e5343ebe57511f45a29f64c4a8e</id>
<content type='text'>
* 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.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* 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.
</pre>
</div>
</content>
</entry>
</feed>
