diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -21,6 +21,11 @@ | |||
21 | - markus@cvs.openbsd.org 2001/06/19 15:40:45 | 21 | - markus@cvs.openbsd.org 2001/06/19 15:40:45 |
22 | [session.c] | 22 | [session.c] |
23 | allocate and free at the same level. | 23 | allocate and free at the same level. |
24 | - markus@cvs.openbsd.org 2001/06/20 13:56:39 | ||
25 | [channels.c channels.h clientloop.c packet.c serverloop.c] | ||
26 | move from channel_stop_listening to channel_free_all, | ||
27 | call channel_free_all before calling waitpid() in serverloop. | ||
28 | fixes the utmp handling; report from Lutz.Jaenicke@aet.TU-Cottbus.DE | ||
24 | 29 | ||
25 | 20010615 | 30 | 20010615 |
26 | - (stevesk) don't set SA_RESTART and set SIGCHLD to SIG_DFL | 31 | - (stevesk) don't set SA_RESTART and set SIGCHLD to SIG_DFL |
@@ -5673,4 +5678,4 @@ | |||
5673 | - Wrote replacements for strlcpy and mkdtemp | 5678 | - Wrote replacements for strlcpy and mkdtemp |
5674 | - Released 1.0pre1 | 5679 | - Released 1.0pre1 |
5675 | 5680 | ||
5676 | $Id: ChangeLog,v 1.1295 2001/06/21 03:17:42 mouring Exp $ | 5681 | $Id: ChangeLog,v 1.1296 2001/06/21 03:19:23 mouring Exp $ |