source: rtems/cpukit/libfs/ChangeLog @ 040e70a0

Last change on this file since 040e70a0 was e8ee0717, checked in by Joel Sherrill <joel.sherrill@…>, on 06/10/03 at 17:32:04

2003-06-10 Phil Torre <ptorre@…>

PR 411/filesystem

  • src/imfs/imfs_unlink.c: Fix bug where renaming a memfile and then unlinking it causes a memory leak.
  • Property mode set to 100644
File size: 16.1 KB
Line 
12003-06-10      Phil Torre <ptorre@zetron.com>
2
3        PR 411/filesystem
4        * src/imfs/imfs_unlink.c: Fix bug where renaming a memfile and
5        then unlinking it causes a memory leak.
6
72003-03-25      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
8
9        PR 367/filesystem
10        * src/dosfs/Makefile.am, src/dosfs/fat.c, src/dosfs/fat.h,
11        src/dosfs/fat_fat_operations.c, src/dosfs/fat_file.c,
12        src/dosfs/msdos.h, src/dosfs/msdos_dir.c: Some bugs were still
13        present in the DOSFS implementation:
14            - FAT12 did not work properly on Big-Endian machines
15            - Some synchronization and error handling problems were present
16            - Some legal codings for EOC were not recognized
17
18
192003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
20
21        * configure.ac: Remove AC_CONFIG_AUX_DIR.
22
232003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
24
25        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
26
272003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
28
29        * configure.ac: AC_PREREQ(2.57).
30
312003-02-03      Steven Johnson <sjohnson@neurizon.net>
32
33        PR 338/filesystem
34        * src/imfs/ioman.c: Fix reentrancy problem with
35        rtems_io_lookup_name() (API change).
36
372003-01-03      Eugeny S. Mints <Eugeny.Mints@oktet.ru>
38
39        * src/dosfs/msdos_initsupp.c: Specify inherited priority as 0 since this
40        is a FIFO queuing semaphore.
41
422002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
43
44        * src/imfs/Makefile.am: Eliminate C_O_FILES.
45        * src/dosfs/Makefile.am: Ditto.
46
472002-12-02      Joel Sherrill <joel@OARcorp.com>
48
49        * src/dosfs/fat.h, src/dosfs/msdos.h: Added casts to remove warnings
50        on 16 bit targets like the h8300.
51
522002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
53
54        * configure.ac: Cosmetical fixes.
55
562002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
57
58        * configure.ac: Fix package name.
59
602002-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
61
62        * configure.ac: Add nostdinc to AM_INIT_AUTOMAKE.
63
642002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
65
66        * .cvsignore: Reformat.
67        Add autom4te*cache.
68        Remove autom4te.cache.
69
702002-10-02      Jennifer Averett <jennifer@OARcorp.com>
71
72        * src/imfs/memfile.c: Fixed case where last close of unlinked file
73        did not remove the resources associated with that file.  Reported
74        by Till Straumann <strauman@slac.stanford.edu> on the mailing list.
75
762002-09-14      Joel Sherrill <joel@OARcorp.com>
77
78        * src/dosfs/fat.c, src/imfs/deviceio.c, src/imfs/imfs.h,
79        src/imfs/imfs_directory.c, src/imfs/imfs_fchmod.c,
80        src/imfs/memfile.c: Eliminated warnings.  A lot of this focus
81        was on changing read and write entry points to return ssize_t
82        as read(2) and write(2) now do.
83
842002-07-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
85
86        * wrapup/Makefile.am: Remove.
87        * wrapup/.cvsignore: Remove.
88        * Makefile.am: Remove wrapup SUBDIR.
89        * configure.ac: Remove wrapup/Makefile.
90
912002-07-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
92
93        * configure.ac: RTEMS_TOP(../..).
94
952002-07-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
96
97        * configure.ac: Remove RTEMS_PROJECT_ROOT.
98
992002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
100
101        * configure.ac: Use AC_CONFIG_AUX_DIR(../..).
102        Add AC_PROG_RANLIB.
103
1042002-06-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
105
106        * wrapup/Makefile.am: Don't preinstall libfs.a.
107
1082002-06-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
109
110        * src/dosfs/Makefile.am: Include $(top_srcdir)/../automake/*.am.
111        * src/Makefile.am: Include $(top_srcdir)/../automake/*.am.
112        * src/imfs/Makefile.am: Include $(top_srcdir)/../automake/*.am.
113        * Makefile.am: Include $(top_srcdir)/../automake/*.am.
114        Use ../aclocal.
115        * wrapup/Makefile.am: Include $(top_srcdir)/../automake/*.am.
116
1172002-05-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
118
119        Move from c/src/libfs to c/src/exec/libfs
120        * configure.ac: Reflect move.
121        * Makefile.am: Ditto.
122        * src/Makefile.am: Ditto.
123        * src/dosfs/Makefile.am: Ditto.
124        * src/imfs/Makefile.am: Ditto.
125        * wrapup/Makefile.am: Ditto.
126
1272002-04-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
128
129        * src/imfs/imfs_getchild.c: include <string.h>.
130        * src/imfs/imfs_gtkn.c: Include <string.h>.
131        * src/imfs/ioman.c: Include <string.h>.
132        * src/imfs/linearfile.c: Include <string.h>.
133        * src/imfs/memfile.c: Include <string.h>.
134
1352001-04-04      Joel Sherrill <joel@OARcorp.com>
136
137        * src/dosfs/Makefile.am: Per PR129 do not install as many files
138        to the $(includedir).
139
1402002-04-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
141
142        * src/dosfs/fat.h: Include <string.h>.
143        Remove DBG1 and DBG2 (unused).
144
1452002-04-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
146
147        * Per PR169.
148        * src/dosfs/config.h.in, src/dosfs/stamp-h2.in: Removed from CVS.
149
150
1512002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
152
153        * src/dosfs/fat_file.c: Remove bsp.h.
154        fat_file_write(.. const char*buf ..).
155        * src/dosfs/fat_file.h: fat_file_write(.. const char*buf ..).
156
1572002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
158
159        * configure.ac:
160        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
161        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
162        * src/dosfs/Makefile.am: Remove AUTOMAKE_OPTIONS.
163        * src/Makefile.am: Remove AUTOMAKE_OPTIONS.
164        * src/imfs/Makefile.am: Remove AUTOMAKE_OPTIONS.
165        * Makefile.am: Remove AUTOMAKE_OPTIONS.
166        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
167
1682002-03-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
169
170        Addressing PR 140.
171        * src/dosfs/config.h.in: Removed.
172        * src/dosfs/stamp-h2.in: Removed.
173        * .cvsignore: Add config.h*, stamp-h*.
174        * configure.ac: Remove AC_SRC_DIR(.../dosfs.h).
175        Remove AM_CONFIG_HEADER(src/dosfs/config.h).
176        Remove AM_CONFIG_HEADER(src/imfs/config.h).
177        Add AM_CONFIG_HEADER(config.h).
178        * src/dosfs/Makefile.am: INCLUDES = -I../.. .
179        * src/imfs/Makefile.am: INCLUDES = -I../.. .
180
1812002-03-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
182
183        Reported and tracked as PR130.
184        * src/dosfs/Makefile.am: Reworked, Disable dosfs for UNIX.
185        * wrapup/Makefile.am: Disable dosfs for UNIX.
186
1872001-03-01      Joel Sherrill <joel@OARcorp.com>
188
189        * src/imfs/.cvsignore: Added stamp-h1.in
190
1912002-02-28      Victor V. Vengerov <vvv@oktet.ru>
192
193        * DOS filesystem including FAT12, FAT16, and FAT32 support submitted.
194        * src/dosfs, src/dosfs/Makefile.am, src/dosfs/stamp-h2.in,
195        src/dosfs/config.h.in, src/dosfs/dosfs.h, src/dosfs/fat.c,
196        src/dosfs/fat.h, src/dosfs/fat_fat_operations.c,
197        src/dosfs/fat_fat_operations.h, src/dosfs/fat_file.c,
198        src/dosfs/fat_file.h, src/dosfs/msdos.h, src/dosfs/msdos_create.c,
199        src/dosfs/msdos_dir.c, src/dosfs/msdos_eval.c, src/dosfs/msdos_file.c,
200        src/dosfs/msdos_free.c, src/dosfs/msdos_fsunmount.c,
201        src/dosfs/msdos_handlers_dir.c, src/dosfs/msdos_handlers_file.c,
202        src/dosfs/msdos_init.c, src/dosfs/msdos_initsupp.c,
203        src/dosfs/msdos_misc.c, src/dosfs/msdos_mknod.c,
204        src/dosfs/msdos_node_type.c, src/dosfs/.cvsignore: New files.
205        * configure.ac, src/Makefile.am, wrapup/Makefile.am: Modified to
206        reflect addition.
207
2082002-01-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
209
210        * src/imfs/imfs_load_tar.c: Add include <sys/types.h>.
211        Add include <sys/stat.h>. Add include <fcntl.h>.
212        * src/imfs/imfs_rmnod.c: Add include <stdlib.h>.
213
2142002-01-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
215
216        * src/imfs/imfs_eval.c: Include <rtems/seterr.h>.
217        Apply rtems_set_errno_and_return_minus_one.
218        * src/imfs/memfile.c: Include <rtems/seterr.h>.
219        Apply rtems_set_errno_and_return_minus_one.
220        * src/imfs/imfs_readlink.c: Include <rtems/seterr.h>.
221        Apply rtems_set_errno_and_return_minus_one.
222        * src/imfs/imfs_unlink.c: Include <rtems/seterr.h>.
223        Apply rtems_set_errno_and_return_minus_one.
224        * src/imfs/imfs_link.c: Include <rtems/seterr.h>.
225        Apply rtems_set_errno_and_return_minus_one.
226        * src/imfs/imfs_chown.c: Include <rtems/seterr.h>.
227        Apply rtems_set_errno_and_return_minus_one.
228        * src/imfs/ioman.c: Include <rtems/seterr.h>.
229        Apply rtems_set_errno_and_return_minus_one.
230        * src/imfs/imfs_mount.c: Include <rtems/seterr.h>.
231        Apply rtems_set_errno_and_return_minus_one.
232        * src/imfs/imfs_directory.c: Include <rtems/seterr.h>.
233        Apply rtems_set_errno_and_return_minus_one.
234        * src/imfs/imfs_stat.c: Include <rtems/seterr.h>.
235        Apply rtems_set_errno_and_return_minus_one.
236        * src/imfs/imfs_fchmod.c: Include <rtems/seterr.h>.
237        Apply rtems_set_errno_and_return_minus_one.
238        * src/imfs/imfs_symlink.c: Include <rtems/seterr.h>.
239        Apply rtems_set_errno_and_return_minus_one.
240        * src/imfs/imfs_mknod.c: Include <rtems/seterr.h>.
241        Apply rtems_set_errno_and_return_minus_one.
242        * src/imfs/linearfile.c: Include <rtems/seterr.h>.
243        Apply rtems_set_errno_and_return_minus_one.
244        * src/imfs/imfs_unmount.c: Include <rtems/seterr.h>.
245        Apply rtems_set_errno_and_return_minus_one.
246        * src/imfs/imfs.h: Apply rtems_set_errno_and_return_minus_one.
247        Comment out increment_and_check_linkcounts.
248
2492001-11-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
250
251        * wrapup/Makefile.am: Remove HAS_IMFS.
252
2532001-11-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
254
255        * src/imfs/Makefile.am: Cleanup.
256
2572001-11-07      Jennifer Averett <jennifer@OARcorp.com>
258
259        Reported by Ibragimov Ilya <ibr@oktet.ru> and tracked as PR49.
260        *  src/imfs/imfs_directory.c: Do not calculate the offset twice.
261
2622001-10-26      Victor V. Vengerov <vvv@oktet.ru>
263
264        * src/imfs/imfs_load_tar.c: Minor modification so this will
265        compile with gcc-2.95.3 with the arguments "-m5200 -O4".
266
2672001-10-16      Chris Johns <ccj@acm.org>
268
269        * imfs/imfs_load_tar.c: Changed the code around to remove an
270        internal compiler error on the Coldfire target.
271
2722001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
273
274        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
275        * configure.in: Remove.
276        * configure.ac: New file, generated from configure.in by autoupdate.
277
2782001-10-10      Joel Sherrill <joel@OARcorp.com>
279
280        * src/imfs/imfs_getchild.c: Correct length of static string
281        as reported by Ibragimov Ilya <ibr@oktet.ru>.
282
2832001-09-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
284
285        * src/imfs/Makefile.am: Use 'PREINSTALL_FILES ='.
286
2872001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
288
289        * src/imfs/Makefile.am: Revamp INCLUDES handling to make automake-1.5
290        happy.
291
2922001-08-09      Fernando-Ruiz Casas <correo@fernando-ruiz.com>
293
294        * src/imfs/imfs_eval.c: The CD_UP problem in imfs_eval has been
295        touched. The order of the questions is the key.
296
2972001-07-06      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
298
299        * src/imfs/deviceio.c: Make sure errno gets set to reflect
300        the status from the driver.
301
3022001-05-25      Joel Sherrill <joel@OARcorp.com>
303
304        * src/imfs/imfs_initsupp.c: Create the root node with the
305        desired permissions.  Nodes should be created with the right
306        permissions because chmod() is not supported by the miniIMFS
307        so changing after creation is not possible.
308
3092001-04-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
310
311        * configure.in: Add [-ansi -fasm] to RTEMS_PROG_CC_FOR_TARGET.
312
3132001-04-24      Joel Sherrill <joel@OARcorp.com>
314
315        * src/imfs/memfile.c (memfile_open): Did not set iop->size
316        and thus the value was incorrect.  Before this field was cleared,
317        this resulted in the value from the last time that IOP was used
318        being still in place.  Discovered by  Andrew Bythell
319        <abythell@nortelnetworks.com>.
320
3212001-04-20      Joel Sherrill <joel@OARcorp.com>
322
323        * src/imfs/imfs_debug.c (IMFS_print_jnode): Modified to print
324        only information that does not vary based on target or memory
325        configuration.  The old prints are still there in case they
326        are needed in the future to debug.  Printing target dependent
327        addresses makes the test output vary by target unnecessarily.
328
3292001-03-23      Joel Sherrill <joel@OARcorp.com>
330
331        * src/imfs/memfile.c: Reapply fix from bug report from
332        Jose Sturniolo <jsturnio@nec.com.ar> where NULL pointer
333        was dereferenced when freeing a triply indirect file. 
334        The fix was applied to the 4.5 release branch and not
335        the development branch.
336
3372001-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
338
339        * src/imfs/Makefile.am: Apply include_*HEADERS instead of H_FILES.
340
3412001-01-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
342
343        * configure.in: Add src/imfs/config.h
344        * src/imfs/Makefile.am: Add INCLUDES += -I. to pickup config.h
345        * src/imfs/.cvsignore: Add config.h and stamp-h
346        * src/imfs/*.c: Add config.h support.
347
3482001-01-12      Jake Janovetz <janovetz@uiuc.edu>
349
350        * src/imfs/imfs.h, src/imfs/imfs_creat.c, src/imfs/imfs_debug.c,
351        src/imfs/imfs_eval.c, src/imfs/imfs_fchmod.c,
352        src/imfs/imfs_handlers_memfile.c, src/imfs/imfs_init.c,
353        src/imfs/imfs_initsupp.c, src/imfs/imfs_stat.c, src/imfs/memfile.c,
354        src/imfs/miniimfs_init.c: Final developmental update to "tarfs".
355        When rtems_tarfs_load() is called, it checks the permissions
356        on each file.  If there is write permission, it just creates a
357        standard file using "creat()" and therefore, uses the IMFS MEMORY_FILE.
358        If there is no write permission, it creates a LINEAR_FILE node
359        with the appropriate properties.  If the permission is ever changed
360        to writeable, IMFS_fchmod converts it to a regular memory file.
361
3622000-12-12      Jake Janovetz <janovetz@uiuc.edu>
363
364        *  src/imfs/linearfile.c, src/imfs/imfs_load_tar.c: New files.
365        * src/imfs/Makefile.am, src/imfs/imfs.h,
366        src/imfs/imfs_creat.c, src/imfs/imfs_debug.c,
367        src/imfs/imfs_eval.c, src/imfs/imfs_handlers_memfile.c,
368        src/imfs/imfs_init.c, src/imfs/imfs_initsupp.c,
369        src/imfs/imfs_stat.c, src/imfs/miniimfs_init.c: Added "tarfs".
370        This is not really a tar filesystem.  It is a way to load a tar
371        image into the IMFS but actually leave bulky file contents in the
372        original tar image.  It essentially adds the linear file type and
373        associated support and a loader routine.
374
3752000-11-28      Joel Sherrill <joel@OARcorp.com>
376
377        * src/imfs/memfile.c: Bug report from Sturniolo Jose
378        <jsturnio@nec.com.ar> where NULL pointer was dereferenced.
379
3802000-11-17      Jennifer Averret <jennifer@OARcorp.com>
381
382        * src/imfs/imfs_eval.c: Always return imaginary node at mount points.
383
3842000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
385
386        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
387
3882000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
389
390        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
391
3922000-11-01      Joel Sherrill <joel@OARcorp.com>
393
394        * src/imfs/Makefile.am, src/imfs/deviceio.c, src/imfs/imfs_chown.c,
395        src/imfs/imfs_config.c, src/imfs/imfs_creat.c, src/imfs/imfs_debug.c,
396        src/imfs/imfs_directory.c, src/imfs/imfs_eval.c, src/imfs/imfs_fchmod.c,
397        src/imfs/imfs_free.c, src/imfs/imfs_fsunmount.c, src/imfs/imfs_gtkn.c,
398        src/imfs/imfs_init.c, src/imfs/imfs_initsupp.c, src/imfs/imfs_link.c,
399        src/imfs/imfs_mknod.c, src/imfs/imfs_mount.c, src/imfs/imfs_readlink.c,
400        src/imfs/imfs_rmnod.c, src/imfs/imfs_stat.c, src/imfs/imfs_symlink.c,
401        src/imfs/imfs_unixstub.c, src/imfs/imfs_unlink.c,
402        src/imfs/imfs_unmount.c, src/imfs/imfs_utime.c, src/imfs/ioman.c,
403        src/imfs/memfile.c, src/imfs/miniimfs_init.c:
404        assoc.h, error.h, libio_.h, libio.h, and libcsupport.h moved
405        from libc to lib/include/rtems and now must be referenced as
406        <rtems/XXX.h>.  Now we do not have to reach up and over to
407        libc to pick them up.
408
4092000-10-24      Joel Sherrill <joel@OARcorp.com>
410
411        * src/imfs/imfs_config.c: New file containing IMFS configuration
412        information split from libc/base_fs.c.
413        * src/imfs/ioman.c: New file. Moved from lib/libc. Missed previously.
414        * src/imfs/Makefile.am: Added imfs_config.c and ioman.c.
415
4162000-10-24      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
417
418        * Makefile.am, configure.in:  Introduce GNU canonicalization to libfs/.
419        The approach is currently a bit of a hack as GNU canonicalization
420        does not support the per-BSP build some of the other directories
421        require.  As more of the tree is converted, this will become less
422        of an issue.
423
4242000-10-19      Joel Sherrill <joel@OARcorp.com>
425
426        * .cvsignore, src/.cvsignore, src/imfs/.cvsignore, wrapup/.cvsignore:
427        New files.
428
4292000-10-18      Chris Johns <ccj@acm.org>
430
431        * libfs created.
432        * src, src/imfs, wrapup: New directories.
433        * ChangeLog, Makefile.am, README, configure.in, src/Makefile.am,
434        wrapup/Makefile.am: New files.
435        * src/imfs/deviceio.c, src/imfs/imfs_getchild.c,
436        src/imfs/imfs_readlink.c, src/imfs/imfs.h, src/imfs/imfs_gtkn.c,
437        src/imfs/imfs_rmnod.c, src/imfs/imfs_chown.c,
438        src/imfs/imfs_handlers_device.c, src/imfs/imfs_stat.c,
439        src/imfs/imfs_creat.c, src/imfs/imfs_handlers_directory.c,
440        src/imfs/imfs_symlink.c, src/imfs/imfs_debug.c,
441        src/imfs/imfs_handlers_link.c, src/imfs/imfs_unixstub.c,
442        src/imfs/imfs_directory.c, src/imfs/imfs_handlers_memfile.c,
443        src/imfs/imfs_unlink.c, src/imfs/imfs_eval.c, src/imfs/imfs_init.c,
444        src/imfs/imfs_unmount.c, src/imfs/imfs_fchmod.c,
445        src/imfs/imfs_initsupp.c, src/imfs/imfs_utime.c, src/imfs/imfs_fcntl.c,
446        src/imfs/imfs_link.c, src/imfs/memfile.c, src/imfs/imfs_fdatasync.c,
447        src/imfs/imfs_mknod.c, src/imfs/miniimfs_init.c, src/imfs/imfs_free.c,
448        src/imfs/imfs_mount.c, src/imfs/imfs_fsunmount.c, src/imfs/imfs_ntype.c:
449        New files. Moved from libc.
Note: See TracBrowser for help on using the repository browser.