summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 7 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 3b9814f51..7b8212505 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -38,6 +38,12 @@
38 [sshconnect1.c sshconnect2.c sshconnect.c sshd.8 sshd.c sshd_config] 38 [sshconnect1.c sshconnect2.c sshconnect.c sshd.8 sshd.c sshd_config]
39 [ssh-keygen.c sshlogin.c sshpty.c sshtty.c ttymodes.c uidswap.c] 39 [ssh-keygen.c sshlogin.c sshpty.c sshtty.c ttymodes.c uidswap.c]
40 basic KNF done while i was looking for something else 40 basic KNF done while i was looking for something else
41 - markus@cvs.openbsd.org 2001/12/19 16:09:39
42 [serverloop.c]
43 fix race between SIGCHLD and select with an additional pipe. writing
44 to the pipe on SIGCHLD wakes up select(). using pselect() is not
45 portable and siglongjmp() ugly. W. R. Stevens suggests similar solution.
46 initial idea by pmenage@ensim.com; ok deraadt@, djm@
41 47
4220011219 4820011219
43 - (stevesk) OpenBSD CVS sync X11 localhost display 49 - (stevesk) OpenBSD CVS sync X11 localhost display
@@ -7066,4 +7072,4 @@
7066 - Wrote replacements for strlcpy and mkdtemp 7072 - Wrote replacements for strlcpy and mkdtemp
7067 - Released 1.0pre1 7073 - Released 1.0pre1
7068 7074
7069$Id: ChangeLog,v 1.1701 2001/12/21 03:45:46 djm Exp $ 7075$Id: ChangeLog,v 1.1702 2001/12/21 03:53:11 djm Exp $