log packages/redboot/current/src/fs/fileio.c @ 3292:7f8e529b4d82 default tip

age author description
Thu, 29 Jan 2009 17:47:46 +0000 jlarmour Update all copyright banners to reflect FSF ownership; fix and improve licence text. after-copyright-change-20090129
Wed, 11 Apr 2007 13:49:22 +0000 jlarmour * src/fs/fileio.c: Temporary kludge to treat flash correctly if either
Thu, 20 Jul 2006 20:27:47 +0000 jlarmour * src/fs/fileio.c (do_list): Use getcwd for current directory,
Thu, 06 Jan 2005 09:51:05 +0000 asl * src/fs/fileio.c (do_ls): Remove useless "getcwd" message.
Sat, 21 Aug 2004 12:43:31 +0000 asl * cdl/redboot.cdl:
Fri, 23 Apr 2004 20:38:17 +0000 gthomas Add checking (assert) for size of option arrays. Also fix port for TFTP on little endian systems.
Mon, 19 Apr 2004 21:26:52 +0000 gthomas Fix configuration check so -f XXX works again.
Thu, 18 Mar 2004 15:14:11 +0000 asl * src/fs/fileio.c: Only include IO package headers if required.
Tue, 02 Dec 2003 14:40:18 +0000 gthomas Add support for mountable file systems (like JFFS2) - from David Woodhouse