summaryrefslogtreecommitdiffstats
path: root/cpukit/libnetworking/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/libnetworking/ChangeLog')
-rw-r--r--cpukit/libnetworking/ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/cpukit/libnetworking/ChangeLog b/cpukit/libnetworking/ChangeLog
index 8305cf2bc0..34f30b49c3 100644
--- a/cpukit/libnetworking/ChangeLog
+++ b/cpukit/libnetworking/ChangeLog
@@ -1,3 +1,16 @@
+2002-03-27 Ilya Alexeev <ilya@continuum.ru>
+
+ * PR162
+ * net/if_ppp.c ppp_txdaemon(), net/if_pppvar.h pppstart(): Local
+ variables must not be used in a device write routines. Now
+ ppp_softc structure have own character for writing to device
+ (sc_outchar). I think that converting local variables to static
+ is not a right solution, because problems will occur in the case
+ of two or more ppp instances.
+ * net/ppp_tty.c pppstart(): Type of the ioffset variable must be
+ u_long, otherwise in the case of the big output packet endless
+ loop may occur.
+
2002-03-21 Ilya Alexeev <ilya@continuum.ru>
* net/if_ppp.c, net/ppp_tty.c: Initial preparations for multiple