[ovs-git] Open vSwitch: signals: Make signal_name() thread-safe. (master)

dev at openvswitch.org dev at openvswitch.org
Wed Jun 5 19:49:10 UTC 2013


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 "Open vSwitch".

The branch, master has been updated
       via  eee8089cbeffa39eef3858be57628be663b229b7 (commit)
       via  22c4e104f68f25d833c52a269117430c410dc59f (commit)
      from  7fd51d39959d7e105e41b2ec64cce3839ac9b6f3 (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 eee8089cbeffa39eef3858be57628be663b229b7
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=eee8089cbeffa39eef3858be57628be663b229b7
Author: Ben Pfaff <blp at nicira.com>
		
signals: Make signal_name() thread-safe.
		
Signed-off-by: Ben Pfaff <blp at nicira.com>


commit 22c4e104f68f25d833c52a269117430c410dc59f
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=22c4e104f68f25d833c52a269117430c410dc59f
Author: Ben Pfaff <blp at nicira.com>
		
signals: Use sys_siglist[] instead of strsignal() for thread-safety.
		
strsignal() isn't thread-safe but sys_siglist[] is.  Also, according to
the glibc manual, BSD has sys_siglist[] but not strsignal().

Signed-off-by: Ben Pfaff <blp at nicira.com>


-----------------------------------------------------------------------

Summary of changes:
 configure.ac       |    3 ++-
 lib/fatal-signal.c |    4 +++-
 lib/process.c      |   10 ++++++++--
 lib/signals.c      |   31 ++++++++++++++++++-------------
 lib/signals.h      |    4 +++-
 5 files changed, 34 insertions(+), 18 deletions(-)


hooks/post-receive
-- 
Open vSwitch



More information about the git mailing list