summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2011-06-03 12:11:38 +1000
committerDamien Miller <djm@mindrot.org>2011-06-03 12:11:38 +1000
commitc09182f61366f31609224765b36386bab84298b2 (patch)
tree531d97c06fa2cf5887af3b6774a09625078977c0 /ChangeLog
parentea2c1a4dc6b0568ec1c74f94adee124ad8a60c68 (diff)
- (djm) [configure.ac] enable setproctitle emulation for OS X
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d5a62dcc5..724bb4f1d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -9,6 +9,8 @@
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) [configure.ac] enable setproctitle emulation for OS X
13 - (djm) OpenBSD CVS Sync
12 - djm@cvs.openbsd.org 2011/06/03 00:54:38 14 - djm@cvs.openbsd.org 2011/06/03 00:54:38
13 [ssh.c] 15 [ssh.c]
14 bz#1883 - setproctitle() to identify mux master; patch from Bert.Wesarg 16 bz#1883 - setproctitle() to identify mux master; patch from Bert.Wesarg