From 8916bdc71bfcc3bb0a7c84808e8d2391bd7d44b0 Mon Sep 17 00:00:00 2001 From: Thomas Doerfler Date: Thu, 26 Mar 2009 14:11:53 +0000 Subject: * libmisc/shell/shell.h: Pointer to oparations table for mount command is now const. * libnetworking/lib/ftpfs.c, libnetworking/rtems/ftpfs.h: Rewrite of the FTP file system which implements now the trivial command state machines of RFC 959. For the data transfer passive (= default) and active (= fallback) modes are now supported. * libmisc/shell/main_mount_ftp.c: Update for FTP file system changes. --- cpukit/ChangeLog | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'cpukit/ChangeLog') diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog index 0f819b4a41..49666f77db 100644 --- a/cpukit/ChangeLog +++ b/cpukit/ChangeLog @@ -1,3 +1,13 @@ +2009-03-26 Sebastian Huber + + * libmisc/shell/shell.h: Pointer to + oparations table for mount command is now const. + * libnetworking/lib/ftpfs.c, libnetworking/rtems/ftpfs.h: Rewrite of + the FTP file system which implements now the trivial command state + machines of RFC 959. For the data transfer passive (= default) and + active (= fallback) modes are now supported. + * libmisc/shell/main_mount_ftp.c: Update for FTP file system changes. + 2009-03-12 Santosh G Vattam PR 1378/filesystem -- cgit v1.2.3