[sudo-commits] sudo changeset 8366:0735f18906b9

Todd C. Miller Todd.Miller at courtesan.com
Mon Aug 27 11:22:51 EDT 2012


changeset:	8366:0735f18906b9 in /home/hg/sudo
details:	http://www.sudo.ws/repos/sudo/rev/0735f18906b9
user:		Todd C. Miller <Todd.Miller at courtesan.com>
date:		Sun Aug 26 20:12:51 2012 -0400

Log Message:
	Use strsigname() to print signal names in the debug output.
	If the system has no strsigname(), use our own.

diffstat:

 MANIFEST            |    3 +
 compat/Makefile.in  |   21 +++++-
 compat/mksigname.c  |   57 ++++++++++++++++
 compat/mksigname.h  |  175 ++++++++++++++++++++++++++++++++++++++++++++++++++++
 compat/strsignal.c  |   11 +-
 compat/strsigname.c |   49 ++++++++++++++
 config.h.in         |   18 +++++
 configure           |   91 +++++++++++++++++++++++++++
 configure.in        |   18 +++++
 include/missing.h   |    3 +
 mkdep.pl            |    2 +-
 src/exec.c          |   14 ++-
 src/exec_pty.c      |   17 ++--
 13 files changed, 457 insertions(+), 22 deletions(-)



More information about the sudo-commits mailing list