summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2011-06-03 12:10:22 +1000
committerDamien Miller <djm@mindrot.org>2011-06-03 12:10:22 +1000
commitea2c1a4dc6b0568ec1c74f94adee124ad8a60c68 (patch)
tree1f1f182f236559bebeea7638fafc6e2063bd4a5c /ChangeLog
parentc3c7227ccc4443a0b9bf180ee660fef47a064cdf (diff)
- djm@cvs.openbsd.org 2011/06/03 00:54:38
[ssh.c] bz#1883 - setproctitle() to identify mux master; patch from Bert.Wesarg AT googlemail.com; ok dtucker@ NB. includes additional portability code to enable setproctitle emulation on platforms that don't support it.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index cf4da7124..d5a62dcc5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -9,6 +9,12 @@
9 - (dtucker) [monitor.c] Remove the !HAVE_SOCKETPAIR case. We use socketpair 9 - (dtucker) [monitor.c] Remove the !HAVE_SOCKETPAIR case. We use socketpair
10 unconditionally in other places and the survey data we have does not show 10 unconditionally in other places and the survey data we have does not show
11 any systems that use it. "nuke it" djm@ 11 any systems that use it. "nuke it" djm@
12 - djm@cvs.openbsd.org 2011/06/03 00:54:38
13 [ssh.c]
14 bz#1883 - setproctitle() to identify mux master; patch from Bert.Wesarg
15 AT googlemail.com; ok dtucker@
16 NB. includes additional portability code to enable setproctitle emulation
17 on platforms that don't support it.
12 18
1320110529 1920110529
14 - (djm) OpenBSD CVS Sync 20 - (djm) OpenBSD CVS Sync