[openssh-commits] [openssh] branch master updated (0bd312a3 -> 9b9e3ca6)

git+noreply at mindrot.org git+noreply at mindrot.org
Fri Oct 11 14:19:16 AEDT 2019


This is an automated email from the git hooks/post-receive script.

dtucker pushed a change to branch master
in repository openssh.

      from  0bd312a3  Fix ifdef typo for declaration of memmem.
       new  9b9e3ca6  Re-add SA_RESTART to mysignal.

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Detailed log of new commits:

commit 9b9e3ca6945351eefb821ff783a4a8e6d9b98b9a
Author: Darren Tucker <dtucker at dtucker.net>
Date:   Fri Oct 11 14:12:16 2019 +1100

    Re-add SA_RESTART to mysignal.
    
    This makes mysignal implement reliable BSD semantics according to
    Stevens' APUE.  This was first attempted in 2001 but was reverted
    due to problems with HP-UX 10.20 and select() and possibly grantpt().
    Modern systems should be fine with it, but if any current platforms have
    a problem with it now we can disable it just for those.  ok djm@

Summary of changes:
 openbsd-compat/bsd-signal.c | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

-- 
To stop receiving notification emails like this one, please contact
djm at mindrot.org.


More information about the openssh-commits mailing list