[sudo-commits] sudo changeset 13952:05e5e246463a

Todd C. Miller Todd.Miller at sudo.ws
Fri May 13 07:12:51 MDT 2022


changeset:	13952:05e5e246463a in /raid/repos/sudo
details:	https://www.sudo.ws/repos/sudo/rev/05e5e246463a
user:		Todd C. Miller <Todd.Miller at sudo.ws>
date:		Fri May 13 07:07:32 2022 -0600

Log Message:
	Initial cut at MIPS support, untested.
	Mips is a bit different in that most Linux distros appear to use
	the n32 ABI on 64-bit CPUs.  We don't currently support tracing a
	64-bit binary from a 32-bit sudo.  We could suport tracing o32
	ABI binaries in compat mode, though.

diffstat:

 src/exec_ptrace.h |  52 +++++++++++++++++++++++++++++++++++++++++++++++++---
 1 files changed, 49 insertions(+), 3 deletions(-)



More information about the sudo-commits mailing list