[openssh-commits] [openssh] branch master updated (1a348359 -> c7b5a47e)
git+noreply at mindrot.org
git+noreply at mindrot.org
Mon Feb 26 00:15:42 AEDT 2018
This is an automated email from the git hooks/post-receive script.
dtucker pushed a change to branch master
in repository openssh.
from 1a348359 upstream: Add ssh-keyscan -D option to make it print its results in
new a9004425 Check for bzero and supply if needed.
new 6c8c9a61 Check for raise and supply if needed.
new 2eb40414 Add prototype for readv if needed.
new e9dede06 Handle calloc(0,x) where different from malloc.
new 11057564 bsd-statvfs: include sys/vfs.h, check for f_flags.
new b39593a6 Add no-op getsid implmentation.
new c7b5a47e Invert sense of getpgrp test.
The 7 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 c7b5a47e3b9db9a0f0198f9c90c705f6307afc2b
Author: Darren Tucker <dtucker at dtucker.net>
Date: Sun Feb 25 23:55:41 2018 +1100
Invert sense of getpgrp test.
AC_FUNC_GETPGRP tests if getpgrp(0) works, which it does if it's not
declared. Instead, test if the zero-arg version we want to use works.
commit b39593a6de5290650a01adf8699c6460570403c2
Author: Darren Tucker <dtucker at dtucker.net>
Date: Sun Feb 25 13:25:15 2018 +1100
Add no-op getsid implmentation.
commit 11057564eb6ab8fd987de50c3d7f394c6f6632b7
Author: Darren Tucker <dtucker at dtucker.net>
Date: Sun Feb 25 11:22:57 2018 +1100
bsd-statvfs: include sys/vfs.h, check for f_flags.
commit e9dede06e5bc582a4aeb5b1cd5a7a640d7de3609
Author: Darren Tucker <dtucker at dtucker.net>
Date: Sun Feb 25 10:20:31 2018 +1100
Handle calloc(0,x) where different from malloc.
Configure assumes that if malloc(0) returns null then calloc(0,n)
also does. On some old platforms (SunOS4) malloc behaves as expected
(as determined by AC_FUNC_MALLOC) but calloc doesn't. Test for this
at configure time and activate the replacement function if found, plus
handle this case in rpl_calloc.
commit 2eb4041493fd2635ffdc64a852d02b38c4955e0b
Author: Darren Tucker <dtucker at dtucker.net>
Date: Sat Feb 24 21:06:48 2018 +1100
Add prototype for readv if needed.
commit 6c8c9a615b6d31db8a87bc25033f053d5b0a831e
Author: Darren Tucker <dtucker at dtucker.net>
Date: Sat Feb 24 20:46:37 2018 +1100
Check for raise and supply if needed.
commit a9004425a032d7a7141a5437cfabfd02431e2a74
Author: Darren Tucker <dtucker at dtucker.net>
Date: Sat Feb 24 20:25:22 2018 +1100
Check for bzero and supply if needed.
Since explicit_bzero uses it via an indirect it needs to be a function
not just a macro.
Summary of changes:
configure.ac | 56 +++++++++++++++++++++++++++++++++++++----
openbsd-compat/bsd-malloc.c | 2 ++
openbsd-compat/bsd-misc.c | 28 ++++++++++++++++++++-
openbsd-compat/bsd-misc.h | 12 +++++++++
openbsd-compat/bsd-statvfs.c | 8 ++++++
openbsd-compat/bsd-statvfs.h | 3 +++
openbsd-compat/openbsd-compat.h | 10 +++++++-
7 files changed, 112 insertions(+), 7 deletions(-)
--
To stop receiving notification emails like this one, please contact
djm at mindrot.org.
More information about the openssh-commits
mailing list