summaryrefslogtreecommitdiffstats
path: root/cpukit/libfs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 2004-01-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2004-01-112-37/+41
| | | | | * Makefile.am: Include compile.am, again. Reformat/Cleanup.
* 2004-01-08 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2004-01-092-5/+12
| | | | | * Makefile.am: Add libs to CLEANFILES Set lib*_g_a_SOURCES = lib*_a_SOURCES.
* 2004-01-08 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2004-01-092-15/+19
| | | | | * Makefile.am: Build lib*$(LIB_VARIANT).a instead of $(ARCH)/lib*.a.
* 2004-01-07 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2004-01-072-28/+22
| | | | * Makefile.am: Build library using EXTRA_LIBRARIES and automake rules.
* 2003-12-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2003-12-122-4/+7
| | | | * Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
* 2003-11-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2003-12-122-1/+5
| | | | * Makefile.am: Cosmetics.
* 2003-11-30 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2003-11-302-8/+14
| | | | * Makefile.am: Add $(dirstamp) to compilation rules.
* 2003-11-30 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2003-11-302-5/+14
| | | | * Makefile.am: Add $(dirstamp) to preinstallation rules.
* 2003-11-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2003-11-275-125/+107
| | | | | | | * 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.
* 2003-11-20 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2003-11-205-14/+12
| | | | | | | | | * src/dosfs/config.h: Remove. * 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).
* 2003-10-22 Thomas Doerfler <Thomas.Doerfler@imd-systems.de>Joel Sherrill2003-10-222-32/+9
| | | | | PR 515/filesystem * src/dosfs/fat_fat_operations.c: Remove commented out code.
* 2003-10-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill2003-10-222-3/+10
| | | | | | | PR 509/filesystem * src/dosfs/fat.c: _fat_block_read and _fat_block_write return error codes instead of -1 in case of errors, as they are supposed to do according to the comments documenting these functions.
* 2003-10-22 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2003-10-222-17/+19
| | | | | | 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 <joel@OARcorp.com>Joel Sherrill2003-10-221-1/+6
| | | | * ChangeLog: Correct line length.
* 2003-10-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2003-10-212-0/+5
| | | | * src/dosfs/Makefile.am: noinst_HEADERS += fat.h
* 2003-10-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2003-10-212-2/+7
| | | | | * 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 <corsepiu@faw.uni-ulm.de>Ralf Corsepius2003-10-212-9/+5
| | | | | * src/dosfs/msdos_conv.c: Remove isupper, islower, toupper, tolower (Unused).
* 2003-09-26 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2003-09-262-2/+7
| | | | | PR 492/filesystem * src/dosfs/fat_file.c: Fix inconsistent types in va_args call.
* 2003-09-09 Ralf Corsepius <ralf_corsepius@rtems.com>Joel Sherrill2003-09-092-4/+9
| | | | | PR 487/filesystem * src/dosfs/fat_file.c: Correct typing per gcc 3.3 warnings.
* 2003-09-04 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2003-09-0456-55/+83
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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/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_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.
* 2003-09-03 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2003-09-032-3/+6
| | | | * msdos_create.c: Remove unused variable warning.
* 2003-08-05 <djc915@mail.usask.ca>Jennifer Averett2003-08-052-7/+9
| | | | | PR 443/filesystem * src/imfs/deviceio.c: deviceio.c mishandles return codes
* 2003-08-05 Thomas Doerfler <Thomas.Doerfler@imd-systems.de>Jennifer Averett2003-08-051-0/+5
| | | | | PR 440/filesystem * src/dosfs/fat_fat_operations.c: Improve write data speed for DOSFS FAT12/FAT16 systems
* 2003-08-05 Thomas Doerfler <Thomas.Doerfler@imd-systems.de>Jennifer Averett2003-08-051-13/+17
| | | | | PR 439/filesystem * src/dosfs/fat_fat_operations.c: Improve write data speed for DOSFS FAT12/FAT16 systems
* Fixed Change log comments.Jennifer Averett2003-08-051-6/+6
|
* 2003-08-05 Thomas Doerfler <Thomas.Doerfler@imd-systems.de>Jennifer Averett2003-08-051-0/+5
| | | | | PR 439/filesystem *src/dosfs/fat_file.c: flush temporary buffer when closing files
* 2003-08-05 Thomas Doerfler <Thomas.Doerfler@imd-systems.de>Jennifer Averett2003-08-051-0/+5
| | | | | PR 439/filesystem *src/dosfs/fat_file.c: flush temporary buffer when closing files
* 2003-08-04 Thomas Doerfler <Thomas.Doerfler@imd-systems.de>Jennifer Averett2003-08-051-0/+9
| | | | | | | | | 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-08-04 Thomas Doerfler <Thomas.Doerfler@imd-systems.de>Jennifer Averett2003-08-054-7/+159
| | | | | | | | | 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 <jennifer.averett@OARcorp.com>Joel Sherrill2003-07-241-0/+7
| | | | | | | 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.
* 2003-07-24 jennifer averett <jennifer.averett@OARcorp.com>Jennifer Averett2003-07-243-5/+4
| | | | | | | 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.
* 2003-07-16 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2003-07-161-1/+7
| | | | * ChangeLog: Correct format.
* PR431. MSDOS Volume semaphore timeout is now NO TIMEOUT. MSDOS volume ↵Chris Johns2003-07-141-0/+4
| | | | opertations will wait for ever.
* MSDOS Volume semaphore timeout is now NO TIMEOUT. MSDOS volume opertations ↵Chris Johns2003-07-141-2/+3
| | | | will wait for ever.
* CleanupRalf Corsepius2003-07-081-13/+0
|
* 2003-07-08 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2003-07-088-58/+43
| | | | | | | | | | | | * 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 <corsepiu@faw.uni-ulm.de>Ralf Corsepius2003-07-085-0/+23
| | | | | | | * src/dosfs/fat.c: include config-header "config.h". * src/dosfs/fat_fat_operations.c: Ditto. * src/dosfs/fat_file.c: Ditto. * src/dosfs/msdos_conv.c: Ditto.
* Fixed formatting.Joel Sherrill2003-07-021-0/+1
|
* Patch from Victor V. Vengerov <vvv@oktet.ru> to remove Linux code.Chris Johns2003-07-027-167/+318
|
* Comments have been updated.Chris Johns2003-07-022-3/+2
|
* 2003-06-10 Phil Torre <ptorre@zetron.com>Joel Sherrill2003-06-103-7/+19
| | | | | | PR 411/filesystem * src/imfs/imfs_unlink.c: Fix bug where renaming a memfile and then unlinking it causes a memory leak.
* 2003-03-25 Thomas Doerfler <Thomas.Doerfler@imd-systems.de>Joel Sherrill2003-03-258-19/+138
| | | | | | | | | | | 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
* Merger from rtems-4-6-branch.Ralf Corsepius2003-03-112-1/+4
|
* 2003-02-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2003-02-112-1/+5
| | | | * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
* 2003-02-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2003-02-112-1/+5
| | | | * configure.ac: AC_PREREQ(2.57).
* 2003-02-03 Steven Johnson <sjohnson@neurizon.net>Joel Sherrill2003-02-032-9/+12
| | | | | | PR 338/filesystem * src/imfs/ioman.c: Fix reentrancy problem with rtems_io_lookup_name() (API change).
* 2003-01-03 Eugeny S. Mints <Eugeny.Mints@oktet.ru>Joel Sherrill2003-01-032-1/+6
| | | | | * src/dosfs/msdos_initsupp.c: Specify inherited priority as 0 since this is a FIFO queuing semaphore.
* 2002-12-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2002-12-123-8/+7
| | | | | * src/imfs/Makefile.am: Eliminate C_O_FILES. * src/dosfs/Makefile.am: Ditto.
* 2002-12-02 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2002-12-023-15/+20
| | | | | * 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 <corsepiu@faw.uni-ulm.de>Ralf Corsepius2002-11-192-1/+5
| | | | * configure.ac: Cosmetical fixes.