diff options
author | Darren Tucker <dtucker@zip.com.au> | 2007-06-25 19:04:12 +1000 |
---|---|---|
committer | Darren Tucker <dtucker@zip.com.au> | 2007-06-25 19:04:12 +1000 |
commit | ab17f7d67b2decbd8561977a47fec55a9e74337e (patch) | |
tree | e5bcf37b44eaa8f043a01af31393351675c77055 /ChangeLog | |
parent | 132367f76f3529b3f4d530a38a4988ec296a3d3f (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-- | ChangeLog | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -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 | ||
16 | 20070614 | 20 | 20070614 |
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 $ |