summaryrefslogtreecommitdiffstats
path: root/c/src/exec/libnetworking/ChangeLog
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2002-03-20 22:08:06 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2002-03-20 22:08:06 +0000
commitd74787746028fe4b4130300bf549dc468b4002c6 (patch)
tree6fe13162d5b669068489372661bd483eafc0b434 /c/src/exec/libnetworking/ChangeLog
parent2002-03-20 Chris Johns <ccj@acm.org> (diff)
downloadrtems-d74787746028fe4b4130300bf549dc468b4002c6.tar.bz2
2001-03-20 Till Straumann <strauman@SLAC.Stanford.EDU>
* PR158 * libc/rcmd.c, libc/rcmd.c: Enable the rcmd() library call by commenting out the parts that deal with signals. This enables RTEMS to 'rsh' command to a server connecting fd to remote stdio. The 'server-side' parts of this file which deal with authentication are disabled since they are not needed.
Diffstat (limited to 'c/src/exec/libnetworking/ChangeLog')
-rw-r--r--c/src/exec/libnetworking/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/c/src/exec/libnetworking/ChangeLog b/c/src/exec/libnetworking/ChangeLog
index 58a13fe4b8..1a816f0d30 100644
--- a/c/src/exec/libnetworking/ChangeLog
+++ b/c/src/exec/libnetworking/ChangeLog
@@ -1,3 +1,12 @@
+2001-03-20 Till Straumann <strauman@SLAC.Stanford.EDU>
+
+ * PR158
+ * libc/rcmd.c, libc/rcmd.c: Enable the rcmd() library call by
+ commenting out the parts that deal with signals. This enables
+ RTEMS to 'rsh' command to a server connecting fd to remote stdio.
+ The 'server-side' parts of this file which deal with authentication
+ are disabled since they are not needed.
+
2002-02-27 Ilya Alexeev <ilya@continuum.ru>
* net/if_ppp.c, pppd/auth.c, pppd/chat.c, pppd/pppd.h,