diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -44,6 +44,9 @@ | |||
44 | to the pipe on SIGCHLD wakes up select(). using pselect() is not | 44 | to the pipe on SIGCHLD wakes up select(). using pselect() is not |
45 | portable and siglongjmp() ugly. W. R. Stevens suggests similar solution. | 45 | portable and siglongjmp() ugly. W. R. Stevens suggests similar solution. |
46 | initial idea by pmenage@ensim.com; ok deraadt@, djm@ | 46 | initial idea by pmenage@ensim.com; ok deraadt@, djm@ |
47 | - stevesk@cvs.openbsd.org 2001/12/19 17:16:13 | ||
48 | [authfile.c bufaux.c bufaux.h buffer.c buffer.h packet.c packet.h ssh.c] | ||
49 | change the buffer/packet interface to use void* vs. char*; ok markus@ | ||
47 | 50 | ||
48 | 20011219 | 51 | 20011219 |
49 | - (stevesk) OpenBSD CVS sync X11 localhost display | 52 | - (stevesk) OpenBSD CVS sync X11 localhost display |
@@ -7072,4 +7075,4 @@ | |||
7072 | - Wrote replacements for strlcpy and mkdtemp | 7075 | - Wrote replacements for strlcpy and mkdtemp |
7073 | - Released 1.0pre1 | 7076 | - Released 1.0pre1 |
7074 | 7077 | ||
7075 | $Id: ChangeLog,v 1.1702 2001/12/21 03:53:11 djm Exp $ | 7078 | $Id: ChangeLog,v 1.1703 2001/12/21 03:56:54 djm Exp $ |