From c151cfc347d29c7934db74aa4c7aeceaab0de83f Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Tue, 25 Mar 2003 17:01:45 +0000 Subject: 2003-03-25 Thomas Doerfler PR 367/filesystem * src/dosfs/Makefile.am, src/dosfs/fat.c, src/dosfs/fat.h, src/dosfs/fat_fat_operations.c, src/dosfs/fat_file.c, src/dosfs/msdos.h, src/dosfs/msdos_dir.c: Some bugs were still present in the DOSFS implementation: - FAT12 did not work properly on Big-Endian machines - Some synchronization and error handling problems were present - Some legal codings for EOC were not recognized --- cpukit/libfs/ChangeLog | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'cpukit/libfs/ChangeLog') diff --git a/cpukit/libfs/ChangeLog b/cpukit/libfs/ChangeLog index 075e1f175c..97ca7eb8b0 100644 --- a/cpukit/libfs/ChangeLog +++ b/cpukit/libfs/ChangeLog @@ -1,3 +1,15 @@ +2003-03-25 Thomas Doerfler + + PR 367/filesystem + * src/dosfs/Makefile.am, src/dosfs/fat.c, src/dosfs/fat.h, + src/dosfs/fat_fat_operations.c, src/dosfs/fat_file.c, + src/dosfs/msdos.h, src/dosfs/msdos_dir.c: Some bugs were still + present in the DOSFS implementation: + - FAT12 did not work properly on Big-Endian machines + - Some synchronization and error handling problems were present + - Some legal codings for EOC were not recognized + + 2003-03-06 Ralf Corsepius * configure.ac: Remove AC_CONFIG_AUX_DIR. -- cgit v1.2.3