summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index adfb63d0e..7d9e994d1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -23,6 +23,14 @@
23 - djm@cvs.openbsd.org 2010/09/20 04:54:07 23 - djm@cvs.openbsd.org 2010/09/20 04:54:07
24 [jpake.c] 24 [jpake.c]
25 missing #include 25 missing #include
26 - djm@cvs.openbsd.org 2010/09/20 07:19:27
27 [mux.c]
28 "atomically" create the listening mux socket by binding it on a temorary
29 name and then linking it into position after listen() has succeeded.
30 this allows the mux clients to determine that the server socket is
31 either ready or stale without races. stale server sockets are now
32 automatically removed
33 ok deraadt
26 34
2720100910 3520100910
28 - (dtucker) [openbsd-compat/port-linux.c] Check is_selinux_enabled for exact 36 - (dtucker) [openbsd-compat/port-linux.c] Check is_selinux_enabled for exact