summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2014-07-18 15:03:27 +1000
committerDamien Miller <djm@mindrot.org>2014-07-18 15:03:27 +1000
commitf42f7684ecbeec6ce50e0310f80b3d6da2aaf533 (patch)
tree5a97b22b063cbd33b7d8c2991bdc3a5f76eeee72 /ChangeLog
parent1b83320628cb0733e3688b85bfe4d388a7c51909 (diff)
- djm@cvs.openbsd.org 2014/07/17 00:10:18
[mux.c] preserve errno across syscall
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 7053d72f2..7a3dfb5b2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -22,6 +22,9 @@
22 - djm@cvs.openbsd.org 2014/07/17 00:10:56 22 - djm@cvs.openbsd.org 2014/07/17 00:10:56
23 [sandbox-systrace.c] 23 [sandbox-systrace.c]
24 ifdef SYS_sendsyslog so this will compile without patching on -stable 24 ifdef SYS_sendsyslog so this will compile without patching on -stable
25 - djm@cvs.openbsd.org 2014/07/17 00:10:18
26 [mux.c]
27 preserve errno across syscall
25 28
2620140717 2920140717
27 - (djm) [digest-openssl.c] Preserve array order when disabling digests. 30 - (djm) [digest-openssl.c] Preserve array order when disabling digests.