summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@zip.com.au>2010-01-12 19:43:12 +1100
committerDarren Tucker <dtucker@zip.com.au>2010-01-12 19:43:12 +1100
commite371a13238c6e5ebc0949a987830d21162f4bbac (patch)
tree41184a1d2ccefd79afe2ac7b3b3cc98731a07174 /ChangeLog
parent69c01b1c4a9068478174b9cc39eb9957e78416a6 (diff)
- djm@cvs.openbsd.org 2010/01/12 00:58:25
[monitor_fdpass.c] avoid spinning when fd passing on nonblocking sockets by calling poll() in the EINTR/EAGAIN path, much like we do in atomicio; ok dtucker@
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 688e8c109..a6b547198 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -19,6 +19,10 @@
19 [authfile.c] 19 [authfile.c]
20 Fix bug introduced in r1.78 (incorrect brace location) that broke key auth. 20 Fix bug introduced in r1.78 (incorrect brace location) that broke key auth.
21 Patch from joachim joachimschipper nl. 21 Patch from joachim joachimschipper nl.
22 - djm@cvs.openbsd.org 2010/01/12 00:58:25
23 [monitor_fdpass.c]
24 avoid spinning when fd passing on nonblocking sockets by calling poll()
25 in the EINTR/EAGAIN path, much like we do in atomicio; ok dtucker@
22 26
2320100110 2720100110
24 - (dtucker) [configure.ac misc.c readconf.c servconf.c ssh-keyscan.c] 28 - (dtucker) [configure.ac misc.c readconf.c servconf.c ssh-keyscan.c]