source: rtems/c/src/libfs/ChangeLog @ 6f43d82

4.104.114.84.95
Last change on this file since 6f43d82 was eb22ebe, checked in by Joel Sherrill <joel.sherrill@…>, on 04/24/01 at 23:06:50

2001-04-24 Joel Sherrill <joel@…>

  • 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
<abythell@…>.

  • Property mode set to 100644
File size: 5.9 KB
Line 
12001-04-24      Joel Sherrill <joel@OARcorp.com>
2
3        * src/imfs/memfile.c (memfile_open): Did not set iop->size
4        and thus the value was incorrect.  Before this field was cleared,
5        this resulted in the value from the last time that IOP was used
6        being still in place.  Discovered by  Andrew Bythell
7        <abythell@nortelnetworks.com>.
8
92001-04-20      Joel Sherrill <joel@OARcorp.com>
10
11        * src/imfs/imfs_debug.c (IMFS_print_jnode): Modified to print
12        only information that does not vary based on target or memory
13        configuration.  The old prints are still there in case they
14        are needed in the future to debug.  Printing target dependent
15        addresses makes the test output vary by target unnecessarily.
16
172001-03-23      Joel Sherrill <joel@OARcorp.com>
18
19        * src/imfs/memfile.c: Reapply fix from bug report from
20        Jose Sturniolo <jsturnio@nec.com.ar> where NULL pointer
21        was dereferenced when freeing a triply indirect file. 
22        The fix was applied to the 4.5 release branch and not
23        the development branch.
24
252001-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
26
27        * src/imfs/Makefile.am: Apply include_*HEADERS instead of H_FILES.
28
292001-01-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
30
31        * configure.in: Add src/imfs/config.h
32        * src/imfs/Makefile.am: Add INCLUDES += -I. to pickup config.h
33        * src/imfs/.cvsignore: Add config.h and stamp-h
34        * src/imfs/*.c: Add config.h support.
35
362001-01-12      Jake Janovetz <janovetz@uiuc.edu>
37
38        * src/imfs/imfs.h, src/imfs/imfs_creat.c, src/imfs/imfs_debug.c,
39        src/imfs/imfs_eval.c, src/imfs/imfs_fchmod.c,
40        src/imfs/imfs_handlers_memfile.c, src/imfs/imfs_init.c,
41        src/imfs/imfs_initsupp.c, src/imfs/imfs_stat.c, src/imfs/memfile.c,
42        src/imfs/miniimfs_init.c: Final developmental update to "tarfs".
43        When rtems_tarfs_load() is called, it checks the permissions
44        on each file.  If there is write permission, it just creates a
45        standard file using "creat()" and therefore, uses the IMFS MEMORY_FILE.
46        If there is no write permission, it creates a LINEAR_FILE node
47        with the appropriate properties.  If the permission is ever changed
48        to writeable, IMFS_fchmod converts it to a regular memory file.
49
502000-12-12      Jake Janovetz <janovetz@uiuc.edu>
51
52        *  src/imfs/linearfile.c, src/imfs/imfs_load_tar.c: New files.
53        * src/imfs/Makefile.am, src/imfs/imfs.h,
54        src/imfs/imfs_creat.c, src/imfs/imfs_debug.c,
55        src/imfs/imfs_eval.c, src/imfs/imfs_handlers_memfile.c,
56        src/imfs/imfs_init.c, src/imfs/imfs_initsupp.c,
57        src/imfs/imfs_stat.c, src/imfs/miniimfs_init.c: Added "tarfs".
58        This is not really a tar filesystem.  It is a way to load a tar
59        image into the IMFS but actually leave bulky file contents in the
60        original tar image.  It essentially adds the linear file type and
61        associated support and a loader routine.
62
632000-11-28      Joel Sherrill <joel@OARcorp.com>
64
65        * src/imfs/memfile.c: Bug report from Sturniolo Jose
66        <jsturnio@nec.com.ar> where NULL pointer was dereferenced.
67
682000-11-17      Jennifer Averret <jennifer@OARcorp.com>
69
70        * src/imfs/imfs_eval.c: Always return imaginary node at mount points.
71
722000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
73
74        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
75
762000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
77
78        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
79
802000-11-01      Joel Sherrill <joel@OARcorp.com>
81
82        * src/imfs/Makefile.am, src/imfs/deviceio.c, src/imfs/imfs_chown.c,
83        src/imfs/imfs_config.c, src/imfs/imfs_creat.c, src/imfs/imfs_debug.c,
84        src/imfs/imfs_directory.c, src/imfs/imfs_eval.c, src/imfs/imfs_fchmod.c,
85        src/imfs/imfs_free.c, src/imfs/imfs_fsunmount.c, src/imfs/imfs_gtkn.c,
86        src/imfs/imfs_init.c, src/imfs/imfs_initsupp.c, src/imfs/imfs_link.c,
87        src/imfs/imfs_mknod.c, src/imfs/imfs_mount.c, src/imfs/imfs_readlink.c,
88        src/imfs/imfs_rmnod.c, src/imfs/imfs_stat.c, src/imfs/imfs_symlink.c,
89        src/imfs/imfs_unixstub.c, src/imfs/imfs_unlink.c,
90        src/imfs/imfs_unmount.c, src/imfs/imfs_utime.c, src/imfs/ioman.c,
91        src/imfs/memfile.c, src/imfs/miniimfs_init.c:
92        assoc.h, error.h, libio_.h, libio.h, and libcsupport.h moved
93        from libc to lib/include/rtems and now must be referenced as
94        <rtems/XXX.h>.  Now we do not have to reach up and over to
95        libc to pick them up.
96
972000-10-24      Joel Sherrill <joel@OARcorp.com>
98
99        * src/imfs/imfs_config.c: New file containing IMFS configuration
100        information split from libc/base_fs.c.
101        * src/imfs/ioman.c: New file. Moved from lib/libc. Missed previously.
102        * src/imfs/Makefile.am: Added imfs_config.c and ioman.c.
103
1042000-10-24      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
105
106        * Makefile.am, configure.in:  Introduce GNU canonicalization to libfs/.
107        The approach is currently a bit of a hack as GNU canonicalization
108        does not support the per-BSP build some of the other directories
109        require.  As more of the tree is converted, this will become less
110        of an issue.
111
1122000-10-19      Joel Sherrill <joel@OARcorp.com>
113
114        * .cvsignore, src/.cvsignore, src/imfs/.cvsignore, wrapup/.cvsignore:
115        New files.
116
1172000-10-18      Chris Johns <ccj@acm.org>
118
119        * libfs created.
120        * src, src/imfs, wrapup: New directories.
121        * ChangeLog, Makefile.am, README, configure.in, src/Makefile.am,
122        wrapup/Makefile.am: New files.
123        * src/imfs/deviceio.c, src/imfs/imfs_getchild.c,
124        src/imfs/imfs_readlink.c, src/imfs/imfs.h, src/imfs/imfs_gtkn.c,
125        src/imfs/imfs_rmnod.c, src/imfs/imfs_chown.c,
126        src/imfs/imfs_handlers_device.c, src/imfs/imfs_stat.c,
127        src/imfs/imfs_creat.c, src/imfs/imfs_handlers_directory.c,
128        src/imfs/imfs_symlink.c, src/imfs/imfs_debug.c,
129        src/imfs/imfs_handlers_link.c, src/imfs/imfs_unixstub.c,
130        src/imfs/imfs_directory.c, src/imfs/imfs_handlers_memfile.c,
131        src/imfs/imfs_unlink.c, src/imfs/imfs_eval.c, src/imfs/imfs_init.c,
132        src/imfs/imfs_unmount.c, src/imfs/imfs_fchmod.c,
133        src/imfs/imfs_initsupp.c, src/imfs/imfs_utime.c, src/imfs/imfs_fcntl.c,
134        src/imfs/imfs_link.c, src/imfs/memfile.c, src/imfs/imfs_fdatasync.c,
135        src/imfs/imfs_mknod.c, src/imfs/miniimfs_init.c, src/imfs/imfs_free.c,
136        src/imfs/imfs_mount.c, src/imfs/imfs_fsunmount.c, src/imfs/imfs_ntype.c:
137        New files. Moved from libc.
Note: See TracBrowser for help on using the repository browser.