diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -127,6 +127,12 @@ | |||
127 | a SIGPIPE when the forked program does a write. | 127 | a SIGPIPE when the forked program does a write. |
128 | ok djm@ | 128 | ok djm@ |
129 | (Id sync only, USE_PIPES never left portable OpenSSH) | 129 | (Id sync only, USE_PIPES never left portable OpenSSH) |
130 | - markus@cvs.openbsd.org 2008/05/09 16:17:51 | ||
131 | [channels.c] | ||
132 | error-fd race: don't enable the error fd in the select bitmask | ||
133 | for channels with both in- and output closed, since the channel | ||
134 | will go away before we call select(); | ||
135 | report, lots of debugging help and ok djm@ | ||
130 | 136 | ||
131 | 20080403 | 137 | 20080403 |
132 | - (djm) [openbsd-compat/bsd-poll.c] Include stdlib.h to avoid compile- | 138 | - (djm) [openbsd-compat/bsd-poll.c] Include stdlib.h to avoid compile- |
@@ -3987,4 +3993,4 @@ | |||
3987 | OpenServer 6 and add osr5bigcrypt support so when someone migrates | 3993 | OpenServer 6 and add osr5bigcrypt support so when someone migrates |
3988 | passwords between UnixWare and OpenServer they will still work. OK dtucker@ | 3994 | passwords between UnixWare and OpenServer they will still work. OK dtucker@ |
3989 | 3995 | ||
3990 | $Id: ChangeLog,v 1.4928 2008/05/19 06:04:56 djm Exp $ | 3996 | $Id: ChangeLog,v 1.4929 2008/05/19 06:05:41 djm Exp $ |