From c8a130c17bf4681df9c71270d81ea934dd32fea4 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Fri, 23 Jan 2004 13:56:42 +0000 Subject: Cleanup ChangeLog. --- cpukit/libfs/ChangeLog | 435 +++++++++++++++++++++---------------------------- 1 file changed, 190 insertions(+), 245 deletions(-) (limited to 'cpukit/libfs') diff --git a/cpukit/libfs/ChangeLog b/cpukit/libfs/ChangeLog index 2b4eb7b821..0c2ba86b97 100644 --- a/cpukit/libfs/ChangeLog +++ b/cpukit/libfs/ChangeLog @@ -4,25 +4,20 @@ 2004-01-14 Ralf Corsepius - * Makefile.am: Re-add dirstamps to PREINSTALL_FILES. - Add PREINSTALL_FILES to CLEANFILES. + * Makefile.am: Re-add dirstamps to PREINSTALL_FILES. Add + PREINSTALL_FILES to CLEANFILES. -2004-01-11 Ralf Corsepius +2004-01-11 Ralf Corsepius - * Makefile.am: Include compile.am, again. - Reformat/Cleanup. + * Makefile.am: Include compile.am, again. Reformat/Cleanup. -2004-01-08 Ralf Corsepius +2004-01-08 Ralf Corsepius - * Makefile.am: Add libs to CLEANFILES - Set lib*_g_a_SOURCES = lib*_a_SOURCES. + * Makefile.am: Add libs to CLEANFILES. Set lib*_g_a_SOURCES = + lib*_a_SOURCES. + * Makefile.am: Build lib*$(LIB_VARIANT).a instead of $(ARCH)/lib*.a. -2004-01-08 Ralf Corsepius - - * Makefile.am: Build lib*$(LIB_VARIANT).a instead of - $(ARCH)/lib*.a. - -2004-01-07 Ralf Corsepius +2004-01-07 Ralf Corsepius * Makefile.am: Build library using EXTRA_LIBRARIES and automake rules. @@ -30,33 +25,28 @@ * Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES. -2003-11-12 Ralf Corsepius - - * Makefile.am: Cosmetics. - 2003-11-30 Ralf Corsepius * Makefile.am: Add $(dirstamp) to compilation rules. - -2003-11-30 Ralf Corsepius - * Makefile.am: Add $(dirstamp) to preinstallation rules. 2003-11-27 Ralf Corsepius * Makefile.am: Merge-in src/Makefile.am, src/imfs/Makefile.am, src/dosfs/Makefile.am. - * src/Makefile.am, src/imfs/Makefile.am, src/dosfs/Makefile.am: - Removed. + * src/Makefile.am, src/imfs/Makefile.am, src/dosfs/Makefile.am: Removed. 2003-11-20 Ralf Corsepius * src/dosfs/config.h: Remove. - * src/dosfs/Makefile.am: Remove config.h - AM_CPPFLAGS += -I$(top_builddir). + * src/dosfs/Makefile.am: Remove config.h AM_CPPFLAGS += + -I$(top_builddir). * src/imfs/config.h: Remove. - * src/imfs/Makefile.am: Remove config.h - AM_CPPFLAGS += -I$(top_builddir). + * src/imfs/Makefile.am: Remove config.h AM_CPPFLAGS += -I$(top_builddir). + +2003-11-12 Ralf Corsepius + + * Makefile.am: Cosmetics. 2003-10-22 Thomas Doerfler @@ -75,22 +65,13 @@ PR 440/filesystem * src/dosfs/fat_fat_operations.c: Improve write speed with FAT12 and FAT16 filesystems. Previously merged on 4.6 branch. - -2003-10-22 Joel Sherrill - * ChangeLog: Correct line length. 2003-10-21 Ralf Corsepius - * src/dosfs/Makefile.am: noinst_HEADERS += fat.h - -2003-10-21 Ralf Corsepius - - * src/dosfs/msdos_file.c (msdos_file_read, msdos_file_write): - Use '0' as initial value for ret instead of RC_OK. - -2003-10-21 Ralf Corsepius - + * src/dosfs/Makefile.am: noinst_HEADERS += fat.h. + * src/dosfs/msdos_file.c (msdos_file_read, msdos_file_write): Use '0' as + initial value for ret instead of RC_OK. * src/dosfs/msdos_conv.c: Remove isupper, islower, toupper, tolower (Unused). @@ -108,90 +89,82 @@ * src/dosfs/dosfs.h, src/dosfs/fat.h, src/dosfs/fat_fat_operations.h, src/dosfs/fat_file.h, src/dosfs/msdos.h, src/dosfs/msdos_create.c, - src/dosfs/msdos_dir.c, src/dosfs/msdos_eval.c, - src/dosfs/msdos_file.c, src/dosfs/msdos_free.c, - src/dosfs/msdos_fsunmount.c, src/dosfs/msdos_handlers_dir.c, - src/dosfs/msdos_handlers_file.c, src/dosfs/msdos_init.c, - src/dosfs/msdos_initsupp.c, src/dosfs/msdos_misc.c, - src/dosfs/msdos_mknod.c, src/dosfs/msdos_node_type.c, - src/imfs/deviceio.c, src/imfs/imfs.h, src/imfs/imfs_chown.c, - src/imfs/imfs_config.c, src/imfs/imfs_creat.c, src/imfs/imfs_debug.c, - src/imfs/imfs_directory.c, src/imfs/imfs_eval.c, + src/dosfs/msdos_dir.c, src/dosfs/msdos_eval.c, src/dosfs/msdos_file.c, + src/dosfs/msdos_free.c, src/dosfs/msdos_fsunmount.c, + src/dosfs/msdos_handlers_dir.c, src/dosfs/msdos_handlers_file.c, + src/dosfs/msdos_init.c, src/dosfs/msdos_initsupp.c, + src/dosfs/msdos_misc.c, src/dosfs/msdos_mknod.c, + src/dosfs/msdos_node_type.c, src/imfs/deviceio.c, src/imfs/imfs.h, + src/imfs/imfs_chown.c, src/imfs/imfs_config.c, src/imfs/imfs_creat.c, + src/imfs/imfs_debug.c, src/imfs/imfs_directory.c, src/imfs/imfs_eval.c, src/imfs/imfs_fchmod.c, src/imfs/imfs_fcntl.c, src/imfs/imfs_fdatasync.c, src/imfs/imfs_free.c, src/imfs/imfs_fsunmount.c, src/imfs/imfs_getchild.c, src/imfs/imfs_gtkn.c, src/imfs/imfs_handlers_device.c, src/imfs/imfs_handlers_directory.c, src/imfs/imfs_handlers_link.c, src/imfs/imfs_handlers_memfile.c, src/imfs/imfs_init.c, - src/imfs/imfs_initsupp.c, src/imfs/imfs_link.c, - src/imfs/imfs_mknod.c, src/imfs/imfs_mount.c, src/imfs/imfs_ntype.c, - src/imfs/imfs_readlink.c, src/imfs/imfs_rmnod.c, - src/imfs/imfs_stat.c, src/imfs/imfs_symlink.c, + src/imfs/imfs_initsupp.c, src/imfs/imfs_link.c, src/imfs/imfs_mknod.c, + src/imfs/imfs_mount.c, src/imfs/imfs_ntype.c, src/imfs/imfs_readlink.c, + src/imfs/imfs_rmnod.c, src/imfs/imfs_stat.c, src/imfs/imfs_symlink.c, src/imfs/imfs_unixstub.c, src/imfs/imfs_unlink.c, src/imfs/imfs_unmount.c, src/imfs/imfs_utime.c, src/imfs/ioman.c, - src/imfs/linearfile.c, src/imfs/memfile.c, src/imfs/miniimfs_init.c: - URL for license changed. + src/imfs/linearfile.c, src/imfs/memfile.c, src/imfs/miniimfs_init.c: URL + for license changed. 2003-09-03 Joel Sherrill * msdos_create.c: Remove unused variable warning. -2003-08-05 - - PR 443/filesystem - * src/imfs/deviceio.c: deviceio.c mishandles return codes - 2003-08-05 Thomas Doerfler PR 440/filesystem - * src/dosfs/fat_fat_operations.c: Improve write data speed for - DOSFS FAT12/FAT16 systems. + * src/dosfs/fat_fat_operations.c: Improve write data speed for DOSFS + FAT12/FAT16 systems. + PR 439/filesystem + * src/dosfs/fat_file.c: flush temporary buffer when closing files. -2003-08-05 Thomas Doerfler +2003-08-05 - PR 439/filesystem - * src/dosfs/fat_file.c: flush temporary buffer when closing files + PR 443/filesystem + * src/imfs/deviceio.c: deviceio.c mishandles return codes. -2003-08-04 Thomas Doerfler +2003-08-04 Thomas Doerfler - PR 441/filesystem - * src/dosfs/msdos.h: add rename support to DOSFS - * src/dosfs/msdos_create.c: add rename support to DOSFS - * src/dosfs/msdos_file.c: add rename support to DOSFS - * src/dosfs/msdos_init.c: add rename support to DOSFS - * src/dosfs/msdos_mknod.c: add rename support to DOSFS + PR 441/filesystem + * src/dosfs/msdos.h: add rename support to DOSFS. + * src/dosfs/msdos_create.c: add rename support to DOSFS. + * src/dosfs/msdos_file.c: add rename support to DOSFS. + * src/dosfs/msdos_init.c: add rename support to DOSFS. + * src/dosfs/msdos_mknod.c: add rename support to DOSFS. 2003-07-24 Jennifer Averett PR 434/filesystem - * src/imfs/imfs_init.c: Modified to return error code - * src/imfs/miniimfs_init.c: Modified to return error code - * src/imfs/imfs_initsup.c: Modified to set error upon memory failure. + * src/imfs/imfs_init.c: Modified to return error code. + * src/imfs/miniimfs_init.c: Modified to return error code. + * src/imfs/imfs_initsup.c: Modified to set error upon memory failure. 2003-07-16 Joel Sherrill * ChangeLog: Correct format. 2003-07-15 Chris Johns - + PR 431/filesystem - * src/dosfs/msdos.h: MSDOS Volume semaphore timeout is now - NO TIMEOUT. MSDOS volume opertations will wait for ever. + * src/dosfs/msdos.h: MSDOS Volume semaphore timeout is now NO TIMEOUT. + MSDOS volume opertations will wait for ever. 2003-07-08 Ralf Corsepius - * configure.ac: Remove (Merged-in into ../configure.ac) + * configure.ac: Remove (Merged-in into ../configure.ac). * Makefile.am, src/Makefile.am, src/dosfs/Makefile.am, src/imfs/Makefile.am: Reflect having merged configure.ac into ../configure.ac. * src/dosfs/config.h: New. * src/dosfs/Makefile.am: Add config.h. * src/imfsfs/config.h: New. - * src/imfs/Makefile.am: Add config.h. - Remove COMMON_C_FILES, DOC_FILES (Unused). - -2003-07-08 Ralf Corsepius - + * src/imfs/Makefile.am: Add config.h. Remove COMMON_C_FILES, DOC_FILES + (Unused). * src/dosfs/fat.c: include config-header "config.h". * src/dosfs/fat_fat_operations.c: Ditto. * src/dosfs/fat_file.c: Ditto. @@ -199,29 +172,26 @@ 2003-07-02 Chris Johns - * src/dosfs/Makefile.am, src/dosfs/msdos.h, - src/dosfs/msdos_conv.c, src/dosfs/msdos_create.c, - src/dosfs/msdos_dir.c, src/dosfs/msdos_misc.c: Patch from Victor - V. Vengerov to remove Linux code. + * src/dosfs/Makefile.am, src/dosfs/msdos.h, src/dosfs/msdos_conv.c, + src/dosfs/msdos_create.c, src/dosfs/msdos_dir.c, src/dosfs/msdos_misc.c: + Patch from Victor V. Vengerov to remove Linux code. * src/dosfs/fat.c, src/dosfs/fat.h: Comment have been updated. 2003-06-10 Phil Torre PR 411/filesystem - * src/imfs/imfs_unlink.c: Fix bug where renaming a memfile and - then unlinking it causes a memory leak. + * src/imfs/imfs_unlink.c: Fix bug where renaming a memfile and then + unlinking it causes a memory leak. 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 - + 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 @@ -230,16 +200,13 @@ 2003-02-11 Ralf Corsepius * configure.ac: AM_INIT_AUTOMAKE([1.7.2]). - -2003-02-11 Ralf Corsepius - * configure.ac: AC_PREREQ(2.57). 2003-02-03 Steven Johnson PR 338/filesystem - * src/imfs/ioman.c: Fix reentrancy problem with - rtems_io_lookup_name() (API change). + * src/imfs/ioman.c: Fix reentrancy problem with rtems_io_lookup_name() + (API change). 2003-01-03 Eugeny S. Mints @@ -253,15 +220,12 @@ 2002-12-02 Joel Sherrill - * src/dosfs/fat.h, src/dosfs/msdos.h: Added casts to remove warnings - on 16 bit targets like the h8300. + * src/dosfs/fat.h, src/dosfs/msdos.h: Added casts to remove warnings on + 16 bit targets like the h8300. 2002-11-19 Ralf Corsepius * configure.ac: Cosmetical fixes. - -2002-11-19 Ralf Corsepius - * configure.ac: Fix package name. 2002-10-25 Ralf Corsepius @@ -270,23 +234,20 @@ 2002-10-21 Ralf Corsepius - * .cvsignore: Reformat. - Add autom4te*cache. - Remove autom4te.cache. + * .cvsignore: Reformat. Add autom4te*cache. Remove autom4te.cache. 2002-10-02 Jennifer Averett - * src/imfs/memfile.c: Fixed case where last close of unlinked file - did not remove the resources associated with that file. Reported - by Till Straumann on the mailing list. + * src/imfs/memfile.c: Fixed case where last close of unlinked file did + not remove the resources associated with that file. Reported by Till + Straumann on the mailing list. 2002-09-14 Joel Sherrill * src/dosfs/fat.c, src/imfs/deviceio.c, src/imfs/imfs.h, - src/imfs/imfs_directory.c, src/imfs/imfs_fchmod.c, - src/imfs/memfile.c: Eliminated warnings. A lot of this focus - was on changing read and write entry points to return ssize_t - as read(2) and write(2) now do. + src/imfs/imfs_directory.c, src/imfs/imfs_fchmod.c, src/imfs/memfile.c: + Eliminated warnings. A lot of this focus was on changing read and write + entry points to return ssize_t as read(2) and write(2) now do. 2002-07-31 Ralf Corsepius @@ -305,8 +266,7 @@ 2002-06-27 Ralf Corsepius - * configure.ac: Use AC_CONFIG_AUX_DIR(../..). - Add AC_PROG_RANLIB. + * configure.ac: Use AC_CONFIG_AUX_DIR(../..). Add AC_PROG_RANLIB. 2002-06-26 Ralf Corsepius @@ -317,8 +277,7 @@ * src/dosfs/Makefile.am: Include $(top_srcdir)/../automake/*.am. * src/Makefile.am: Include $(top_srcdir)/../automake/*.am. * src/imfs/Makefile.am: Include $(top_srcdir)/../automake/*.am. - * Makefile.am: Include $(top_srcdir)/../automake/*.am. - Use ../aclocal. + * Makefile.am: Include $(top_srcdir)/../automake/*.am. Use ../aclocal. * wrapup/Makefile.am: Include $(top_srcdir)/../automake/*.am. 2002-05-18 Ralf Corsepius @@ -339,32 +298,18 @@ * src/imfs/linearfile.c: Include . * src/imfs/memfile.c: Include . -2001-04-04 Joel Sherrill - - * src/dosfs/Makefile.am: Per PR129 do not install as many files - to the $(includedir). - -2002-04-04 Ralf Corsepius - - * src/dosfs/fat.h: Include . - Remove DBG1 and DBG2 (unused). - 2002-04-04 Ralf Corsepius + * src/dosfs/fat.h: Include . Remove DBG1 and DBG2 (unused). * Per PR169. * src/dosfs/config.h.in, src/dosfs/stamp-h2.in: Removed from CVS. - 2002-03-27 Ralf Corsepius - * src/dosfs/fat_file.c: Remove bsp.h. - fat_file_write(.. const char*buf ..). + * src/dosfs/fat_file.c: Remove bsp.h. fat_file_write(.. const char*buf + ..). * src/dosfs/fat_file.h: fat_file_write(.. const char*buf ..). - -2002-03-27 Ralf Corsepius - - * configure.ac: - AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS). + * configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS). AM_INIT_AUTOMAKE([no-define foreign 1.6]). * src/dosfs/Makefile.am: Remove AUTOMAKE_OPTIONS. * src/Makefile.am: Remove AUTOMAKE_OPTIONS. @@ -378,12 +323,11 @@ * src/dosfs/config.h.in: Removed. * src/dosfs/stamp-h2.in: Removed. * .cvsignore: Add config.h*, stamp-h*. - * configure.ac: Remove AC_SRC_DIR(.../dosfs.h). - Remove AM_CONFIG_HEADER(src/dosfs/config.h). - Remove AM_CONFIG_HEADER(src/imfs/config.h). - Add AM_CONFIG_HEADER(config.h). - * src/dosfs/Makefile.am: INCLUDES = -I../.. . - * src/imfs/Makefile.am: INCLUDES = -I../.. . + * configure.ac: Remove AC_SRC_DIR(.../dosfs.h). Remove + AM_CONFIG_HEADER(src/dosfs/config.h). Remove + AM_CONFIG_HEADER(src/imfs/config.h). Add AM_CONFIG_HEADER(config.h). + * src/dosfs/Makefile.am: INCLUDES = -I../... + * src/imfs/Makefile.am: INCLUDES = -I../... 2002-03-14 Ralf Corsepius @@ -391,10 +335,6 @@ * src/dosfs/Makefile.am: Reworked, Disable dosfs for UNIX. * wrapup/Makefile.am: Disable dosfs for UNIX. -2001-03-01 Joel Sherrill - - * src/imfs/.cvsignore: Added stamp-h1.in - 2002-02-28 Victor V. Vengerov * DOS filesystem including FAT12, FAT16, and FAT32 support submitted. @@ -409,49 +349,49 @@ src/dosfs/msdos_init.c, src/dosfs/msdos_initsupp.c, src/dosfs/msdos_misc.c, src/dosfs/msdos_mknod.c, src/dosfs/msdos_node_type.c, src/dosfs/.cvsignore: New files. - * configure.ac, src/Makefile.am, wrapup/Makefile.am: Modified to - reflect addition. + * configure.ac, src/Makefile.am, wrapup/Makefile.am: Modified to reflect + addition. 2002-01-07 Ralf Corsepius - * src/imfs/imfs_load_tar.c: Add include . - Add include . Add include . + * src/imfs/imfs_load_tar.c: Add include . Add include + . Add include . * src/imfs/imfs_rmnod.c: Add include . 2002-01-04 Ralf Corsepius - * src/imfs/imfs_eval.c: Include . - Apply rtems_set_errno_and_return_minus_one. - * src/imfs/memfile.c: Include . - Apply rtems_set_errno_and_return_minus_one. - * src/imfs/imfs_readlink.c: Include . - Apply rtems_set_errno_and_return_minus_one. - * src/imfs/imfs_unlink.c: Include . - Apply rtems_set_errno_and_return_minus_one. - * src/imfs/imfs_link.c: Include . - Apply rtems_set_errno_and_return_minus_one. - * src/imfs/imfs_chown.c: Include . - Apply rtems_set_errno_and_return_minus_one. - * src/imfs/ioman.c: Include . - Apply rtems_set_errno_and_return_minus_one. - * src/imfs/imfs_mount.c: Include . - Apply rtems_set_errno_and_return_minus_one. - * src/imfs/imfs_directory.c: Include . - Apply rtems_set_errno_and_return_minus_one. - * src/imfs/imfs_stat.c: Include . - Apply rtems_set_errno_and_return_minus_one. - * src/imfs/imfs_fchmod.c: Include . - Apply rtems_set_errno_and_return_minus_one. - * src/imfs/imfs_symlink.c: Include . - Apply rtems_set_errno_and_return_minus_one. - * src/imfs/imfs_mknod.c: Include . - Apply rtems_set_errno_and_return_minus_one. - * src/imfs/linearfile.c: Include . - Apply rtems_set_errno_and_return_minus_one. - * src/imfs/imfs_unmount.c: Include . - Apply rtems_set_errno_and_return_minus_one. - * src/imfs/imfs.h: Apply rtems_set_errno_and_return_minus_one. - Comment out increment_and_check_linkcounts. + * src/imfs/imfs_eval.c: Include . Apply + rtems_set_errno_and_return_minus_one. + * src/imfs/memfile.c: Include . Apply + rtems_set_errno_and_return_minus_one. + * src/imfs/imfs_readlink.c: Include . Apply + rtems_set_errno_and_return_minus_one. + * src/imfs/imfs_unlink.c: Include . Apply + rtems_set_errno_and_return_minus_one. + * src/imfs/imfs_link.c: Include . Apply + rtems_set_errno_and_return_minus_one. + * src/imfs/imfs_chown.c: Include . Apply + rtems_set_errno_and_return_minus_one. + * src/imfs/ioman.c: Include . Apply + rtems_set_errno_and_return_minus_one. + * src/imfs/imfs_mount.c: Include . Apply + rtems_set_errno_and_return_minus_one. + * src/imfs/imfs_directory.c: Include . Apply + rtems_set_errno_and_return_minus_one. + * src/imfs/imfs_stat.c: Include . Apply + rtems_set_errno_and_return_minus_one. + * src/imfs/imfs_fchmod.c: Include . Apply + rtems_set_errno_and_return_minus_one. + * src/imfs/imfs_symlink.c: Include . Apply + rtems_set_errno_and_return_minus_one. + * src/imfs/imfs_mknod.c: Include . Apply + rtems_set_errno_and_return_minus_one. + * src/imfs/linearfile.c: Include . Apply + rtems_set_errno_and_return_minus_one. + * src/imfs/imfs_unmount.c: Include . Apply + rtems_set_errno_and_return_minus_one. + * src/imfs/imfs.h: Apply rtems_set_errno_and_return_minus_one. Comment + out increment_and_check_linkcounts. 2001-11-27 Ralf Corsepius @@ -468,13 +408,13 @@ 2001-10-26 Victor V. Vengerov - * src/imfs/imfs_load_tar.c: Minor modification so this will - compile with gcc-2.95.3 with the arguments "-m5200 -O4". + * src/imfs/imfs_load_tar.c: Minor modification so this will compile with + gcc-2.95.3 with the arguments "-m5200 -O4". 2001-10-16 Chris Johns - * imfs/imfs_load_tar.c: Changed the code around to remove an - internal compiler error on the Coldfire target. + * imfs/imfs_load_tar.c: Changed the code around to remove an internal + compiler error on the Coldfire target. 2001-10-11 Ralf Corsepius @@ -484,8 +424,8 @@ 2001-10-10 Joel Sherrill - * src/imfs/imfs_getchild.c: Correct length of static string - as reported by Ibragimov Ilya . + * src/imfs/imfs_getchild.c: Correct length of static string as reported + by Ibragimov Ilya . 2001-09-28 Ralf Corsepius @@ -498,20 +438,20 @@ 2001-08-09 Fernando-Ruiz Casas - * src/imfs/imfs_eval.c: The CD_UP problem in imfs_eval has been - touched. The order of the questions is the key. + * src/imfs/imfs_eval.c: The CD_UP problem in imfs_eval has been touched. + The order of the questions is the key. 2001-07-06 Thomas Doerfler - * src/imfs/deviceio.c: Make sure errno gets set to reflect - the status from the driver. + * src/imfs/deviceio.c: Make sure errno gets set to reflect the status + from the driver. 2001-05-25 Joel Sherrill - * src/imfs/imfs_initsupp.c: Create the root node with the - desired permissions. Nodes should be created with the right - permissions because chmod() is not supported by the miniIMFS - so changing after creation is not possible. + * src/imfs/imfs_initsupp.c: Create the root node with the desired + permissions. Nodes should be created with the right permissions because + chmod() is not supported by the miniIMFS so changing after creation is + not possible. 2001-04-27 Ralf Corsepius @@ -519,27 +459,34 @@ 2001-04-24 Joel Sherrill - * src/imfs/memfile.c (memfile_open): Did not set iop->size - and thus the value was incorrect. Before this field was cleared, - this resulted in the value from the last time that IOP was used - being still in place. Discovered by Andrew Bythell - . + * src/imfs/memfile.c (memfile_open): Did not set iop->size and thus the + value was incorrect. Before this field was cleared, this resulted in + the value from the last time that IOP was used being still in place. + Discovered by Andrew Bythell . 2001-04-20 Joel Sherrill - * src/imfs/imfs_debug.c (IMFS_print_jnode): Modified to print - only information that does not vary based on target or memory - configuration. The old prints are still there in case they - are needed in the future to debug. Printing target dependent - addresses makes the test output vary by target unnecessarily. + * src/imfs/imfs_debug.c (IMFS_print_jnode): Modified to print only + information that does not vary based on target or memory configuration. + The old prints are still there in case they are needed in the future to + debug. Printing target dependent addresses makes the test output vary + by target unnecessarily. + +2001-04-04 Joel Sherrill + + * src/dosfs/Makefile.am: Per PR129 do not install as many files to the + $(includedir). 2001-03-23 Joel Sherrill - * src/imfs/memfile.c: Reapply fix from bug report from - Jose Sturniolo where NULL pointer - was dereferenced when freeing a triply indirect file. - The fix was applied to the 4.5 release branch and not - the development branch. + * src/imfs/memfile.c: Reapply fix from bug report from Jose Sturniolo + where NULL pointer was dereferenced when freeing a + triply indirect file. The fix was applied to the 4.5 release branch + and not the development branch. + +2001-03-01 Joel Sherrill + + * src/imfs/.cvsignore: Added stamp-h1.in. 2001-02-03 Ralf Corsepius @@ -547,9 +494,9 @@ 2001-01-16 Ralf Corsepius - * configure.in: Add src/imfs/config.h - * src/imfs/Makefile.am: Add INCLUDES += -I. to pickup config.h - * src/imfs/.cvsignore: Add config.h and stamp-h + * configure.in: Add src/imfs/config.h. + * src/imfs/Makefile.am: Add INCLUDES += -I. to pickup config.h. + * src/imfs/.cvsignore: Add config.h and stamp-h. * src/imfs/*.c: Add config.h support. 2001-01-12 Jake Janovetz @@ -558,26 +505,25 @@ src/imfs/imfs_eval.c, src/imfs/imfs_fchmod.c, src/imfs/imfs_handlers_memfile.c, src/imfs/imfs_init.c, src/imfs/imfs_initsupp.c, src/imfs/imfs_stat.c, src/imfs/memfile.c, - src/imfs/miniimfs_init.c: Final developmental update to "tarfs". - When rtems_tarfs_load() is called, it checks the permissions - on each file. If there is write permission, it just creates a - standard file using "creat()" and therefore, uses the IMFS MEMORY_FILE. - If there is no write permission, it creates a LINEAR_FILE node - with the appropriate properties. If the permission is ever changed - to writeable, IMFS_fchmod converts it to a regular memory file. + src/imfs/miniimfs_init.c: Final developmental update to "tarfs". When + rtems_tarfs_load() is called, it checks the permissions on each file. + If there is write permission, it just creates a standard file using + "creat()" and therefore, uses the IMFS MEMORY_FILE. If there is no write + permission, it creates a LINEAR_FILE node with the appropriate + properties. If the permission is ever changed to writeable, IMFS_fchmod + converts it to a regular memory file. 2000-12-12 Jake Janovetz * src/imfs/linearfile.c, src/imfs/imfs_load_tar.c: New files. - * src/imfs/Makefile.am, src/imfs/imfs.h, - src/imfs/imfs_creat.c, src/imfs/imfs_debug.c, - src/imfs/imfs_eval.c, src/imfs/imfs_handlers_memfile.c, - src/imfs/imfs_init.c, src/imfs/imfs_initsupp.c, - src/imfs/imfs_stat.c, src/imfs/miniimfs_init.c: Added "tarfs". - This is not really a tar filesystem. It is a way to load a tar - image into the IMFS but actually leave bulky file contents in the - original tar image. It essentially adds the linear file type and - associated support and a loader routine. + * src/imfs/Makefile.am, src/imfs/imfs.h, src/imfs/imfs_creat.c, + src/imfs/imfs_debug.c, src/imfs/imfs_eval.c, + src/imfs/imfs_handlers_memfile.c, src/imfs/imfs_init.c, + src/imfs/imfs_initsupp.c, src/imfs/imfs_stat.c, + src/imfs/miniimfs_init.c: Added "tarfs". This is not really a tar + filesystem. It is a way to load a tar image into the IMFS but actually + leave bulky file contents in the original tar image. It essentially + adds the linear file type and associated support and a loader routine. 2000-11-28 Joel Sherrill @@ -607,11 +553,17 @@ src/imfs/imfs_rmnod.c, src/imfs/imfs_stat.c, src/imfs/imfs_symlink.c, src/imfs/imfs_unixstub.c, src/imfs/imfs_unlink.c, src/imfs/imfs_unmount.c, src/imfs/imfs_utime.c, src/imfs/ioman.c, - src/imfs/memfile.c, src/imfs/miniimfs_init.c: - assoc.h, error.h, libio_.h, libio.h, and libcsupport.h moved - from libc to lib/include/rtems and now must be referenced as - . Now we do not have to reach up and over to - libc to pick them up. + src/imfs/memfile.c, src/imfs/miniimfs_init.c: assoc.h, error.h, + libio_.h, libio.h, and libcsupport.h moved from libc to + lib/include/rtems and now must be referenced as . Now we + do not have to reach up and over to libc to pick them up. + +2000-10-24 Ralf Corsepius + + * Makefile.am, configure.in: Introduce GNU canonicalization to libfs/. + The approach is currently a bit of a hack as GNU canonicalization does + not support the per-BSP build some of the other directories require. As + more of the tree is converted, this will become less of an issue. 2000-10-24 Joel Sherrill @@ -620,14 +572,6 @@ * src/imfs/ioman.c: New file. Moved from lib/libc. Missed previously. * src/imfs/Makefile.am: Added imfs_config.c and ioman.c. -2000-10-24 Ralf Corsepius - - * Makefile.am, configure.in: Introduce GNU canonicalization to libfs/. - The approach is currently a bit of a hack as GNU canonicalization - does not support the per-BSP build some of the other directories - require. As more of the tree is converted, this will become less - of an issue. - 2000-10-19 Joel Sherrill * .cvsignore, src/.cvsignore, src/imfs/.cvsignore, wrapup/.cvsignore: @@ -654,3 +598,4 @@ src/imfs/imfs_mknod.c, src/imfs/miniimfs_init.c, src/imfs/imfs_free.c, src/imfs/imfs_mount.c, src/imfs/imfs_fsunmount.c, src/imfs/imfs_ntype.c: New files. Moved from libc. + -- cgit v1.2.3