This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU Mach".
The branch, master has been updated
via 5a48d6222b968d90217635d208acefccee3d6e82 (commit)
from f974c68a797c8caa21db481bd52737800ff372db (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 5a48d6222b968d90217635d208acefccee3d6e82
Author: Leonardo Lopes Pereira <[email protected]>
Date: Mon Apr 6 16:42:43 2026 +0200
chore: remove dead MACH_TTD code
TTD (Target Transport Debugger) was hardwired to 0 in configfrag.ac.
Remove kttd_interface.c and all MACH_TTD blocks from trap.c, locore.S,
spl.S, net_io.c and autoconf.c.
Message-ID:
<cpupr80mb65402402d8eefa20fc9d0ce7d1...@cpupr80mb6540.lamprd80.prod.outlook.com>
-----------------------------------------------------------------------
Summary of changes:
configfrag.ac | 3 -
device/net_io.c | 26 --
i386/Makefrag_x86.am | 1 -
i386/i386/kttd_interface.c | 574 ---------------------------------------------
i386/i386/locore.S | 81 +------
i386/i386/spl.S | 8 +-
i386/i386/trap.c | 28 ---
i386/i386at/autoconf.c | 6 -
x86_64/locore.S | 86 +------
x86_64/spl.S | 8 +-
10 files changed, 14 insertions(+), 807 deletions(-)
delete mode 100644 i386/i386/kttd_interface.c
hooks/post-receive
--
GNU Mach