summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@zip.com.au>2007-06-25 19:04:12 +1000
committerDarren Tucker <dtucker@zip.com.au>2007-06-25 19:04:12 +1000
commitab17f7d67b2decbd8561977a47fec55a9e74337e (patch)
treee5bcf37b44eaa8f043a01af31393351675c77055 /ChangeLog
parent132367f76f3529b3f4d530a38a4988ec296a3d3f (diff)
- djm@cvs.openbsd.org 2007/06/19 02:04:43
[atomicio.c] if the fd passed to atomicio/atomiciov() is non blocking, then poll() to avoid a spin if it is not yet ready for reading/writing; ok dtucker@
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 89e561800..07ee5e927 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -12,6 +12,10 @@
12 when waiting for the multiplex exit status, read until the master end 12 when waiting for the multiplex exit status, read until the master end
13 writes an entire int of data *and* closes the client_fd; fixes mux 13 writes an entire int of data *and* closes the client_fd; fixes mux
14 regression spotted by dtucker, ok dtucker@ 14 regression spotted by dtucker, ok dtucker@
15 - djm@cvs.openbsd.org 2007/06/19 02:04:43
16 [atomicio.c]
17 if the fd passed to atomicio/atomiciov() is non blocking, then poll() to
18 avoid a spin if it is not yet ready for reading/writing; ok dtucker@
15 19
1620070614 2020070614
17 - (dtucker) [cipher-ctr.c umac.c openbsd-compat/openssl-compat.h] Move the 21 - (dtucker) [cipher-ctr.c umac.c openbsd-compat/openssl-compat.h] Move the
@@ -3087,4 +3091,4 @@
3087 OpenServer 6 and add osr5bigcrypt support so when someone migrates 3091 OpenServer 6 and add osr5bigcrypt support so when someone migrates
3088 passwords between UnixWare and OpenServer they will still work. OK dtucker@ 3092 passwords between UnixWare and OpenServer they will still work. OK dtucker@
3089 3093
3090$Id: ChangeLog,v 1.4705 2007/06/25 08:59:17 dtucker Exp $ 3094$Id: ChangeLog,v 1.4706 2007/06/25 09:04:12 dtucker Exp $