summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@zip.com.au>2007-06-25 22:15:12 +1000
committerDarren Tucker <dtucker@zip.com.au>2007-06-25 22:15:12 +1000
commitfebf0f5668f997c63210b3dbd50ce5443b0f6aea (patch)
treedf7829b7c652ba79cd3d2a357dbf5a4b083de6da /ChangeLog
parentdc4a779fbbefd662e1b0b4dd2417329826ff264f (diff)
- (dtucker) [atomicio.c configure.ac openbsd-compat/Makefile.in
openbsd-compat/bsd-poll.{c,h} openbsd-compat/openbsd-compat.h] Add an implementation of poll() built on top of select(2). Code from OpenNTPD with changes suggested by djm. ok djm@
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 1552f8ce0..27815ba33 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -25,6 +25,10 @@
25 Include <poll.h> like the man page says rather than <sys/poll.h>. ok djm@ 25 Include <poll.h> like the man page says rather than <sys/poll.h>. ok djm@
26 - (dtucker) [atomicio.c] Test for EWOULDBLOCK in atomiciov to match 26 - (dtucker) [atomicio.c] Test for EWOULDBLOCK in atomiciov to match
27 atomicio. 27 atomicio.
28 - (dtucker) [atomicio.c configure.ac openbsd-compat/Makefile.in
29 openbsd-compat/bsd-poll.{c,h} openbsd-compat/openbsd-compat.h]
30 Add an implementation of poll() built on top of select(2). Code from
31 OpenNTPD with changes suggested by djm. ok djm@
28 32
2920070614 3320070614
30 - (dtucker) [cipher-ctr.c umac.c openbsd-compat/openssl-compat.h] Move the 34 - (dtucker) [cipher-ctr.c umac.c openbsd-compat/openssl-compat.h] Move the
@@ -3100,4 +3104,4 @@
3100 OpenServer 6 and add osr5bigcrypt support so when someone migrates 3104 OpenServer 6 and add osr5bigcrypt support so when someone migrates
3101 passwords between UnixWare and OpenServer they will still work. OK dtucker@ 3105 passwords between UnixWare and OpenServer they will still work. OK dtucker@
3102 3106
3103$Id: ChangeLog,v 1.4709 2007/06/25 12:08:10 dtucker Exp $ 3107$Id: ChangeLog,v 1.4710 2007/06/25 12:15:12 dtucker Exp $