summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@zip.com.au>2010-01-12 19:43:46 +1100
committerDarren Tucker <dtucker@zip.com.au>2010-01-12 19:43:46 +1100
commitc6cc90b4653ad605072f11986cdbfc8a9d968185 (patch)
treec83a6472c050331013fd3cf3dfeda400624db66e /ChangeLog
parente371a13238c6e5ebc0949a987830d21162f4bbac (diff)
- djm@cvs.openbsd.org 2010/01/12 00:59:29
[roaming_common.c] delete with extreme prejudice a debug() that fired with every keypress; ok dtucker deraadt
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a6b547198..0317221ee 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -23,6 +23,10 @@
23 [monitor_fdpass.c] 23 [monitor_fdpass.c]
24 avoid spinning when fd passing on nonblocking sockets by calling poll() 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@ 25 in the EINTR/EAGAIN path, much like we do in atomicio; ok dtucker@
26 - djm@cvs.openbsd.org 2010/01/12 00:59:29
27 [roaming_common.c]
28 delete with extreme prejudice a debug() that fired with every keypress;
29 ok dtucker deraadt
26 30
2720100110 3120100110
28 - (dtucker) [configure.ac misc.c readconf.c servconf.c ssh-keyscan.c] 32 - (dtucker) [configure.ac misc.c readconf.c servconf.c ssh-keyscan.c]