source: rtems/cpukit/libfs/ChangeLog @ 726b06f

4.104.114.84.95
Last change on this file since 726b06f was 726b06f, checked in by Joel Sherrill <joel.sherrill@…>, on 09/03/03 at 13:40:13

2003-09-03 Joel Sherrill <joel@…>

  • msdos_create.c: Remove unused variable warning.
  • Property mode set to 100644
File size: 18.4 KB
Line 
12003-09-03      Joel Sherrill <joel@OARcorp.com>
2
3        * msdos_create.c: Remove unused variable warning.
4
52003-08-05      <djc915@mail.usask.ca>
6
7        PR 443/filesystem
8        * src/imfs/deviceio.c: deviceio.c mishandles return codes
9
102003-08-05      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
11
12        PR 440/filesystem
13        * src/dosfs/fat_fat_operations.c: Improve write data speed for DOSFS FAT12/FAT16 systems
14
152003-08-05      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
16
17        PR 439/filesystem
18        * src/dosfs/fat_file.c: flush temporary buffer when closing files
19
202003-08-04      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
21
22        PR 441/filesystem
23        * src/dosfs/msdos.h: add rename support to DOSFS
24        * src/dosfs/msdos_create.c: add rename support to DOSFS
25        * src/dosfs/msdos_file.c: add rename support to DOSFS
26        * src/dosfs/msdos_init.c: add rename support to DOSFS
27        * src/dosfs/msdos_mknod.c: add rename support to DOSFS
28
292003-07-24      Jennifer Averett <jennifer.averett@OARcorp.com>
30
31        PR 434/filesystem
32        * src/imfs/imfs_init.c: Modified to return error code
33        * src/imfs/miniimfs_init.c: Modified to return error code
34        * src/imfs/imfs_initsup.c: Modified to set error upon memory failure.
35
362003-07-16      Joel Sherrill <joel@OARcorp.com>
37
38        * ChangeLog: Correct format.
39
402003-07-15      Chris Johns <cjohns@cybertec.com.au>
41       
42        PR 431/filesystem
43        * src/dosfs/msdos.h: MSDOS Volume semaphore timeout is now
44        NO TIMEOUT. MSDOS volume opertations will wait for ever.
45
462003-07-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
47
48        * configure.ac: Remove (Merged-in into ../configure.ac)
49        * Makefile.am, src/Makefile.am, src/dosfs/Makefile.am,
50        src/imfs/Makefile.am: Reflect having merged configure.ac into
51        ../configure.ac.
52        * src/dosfs/config.h: New.
53        * src/dosfs/Makefile.am: Add config.h.
54        * src/imfsfs/config.h: New.
55        * src/imfs/Makefile.am: Add config.h.
56        Remove COMMON_C_FILES, DOC_FILES (Unused).
57
582003-07-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
59
60        * src/dosfs/fat.c: include config-header "config.h".
61        * src/dosfs/fat_fat_operations.c: Ditto.
62        * src/dosfs/fat_file.c: Ditto.
63        * src/dosfs/msdos_conv.c: Ditto.
64
652003-07-02      Chris Johns <cjohns@cybertec.com.au>
66
67        * src/dosfs/Makefile.am, src/dosfs/msdos.h,
68        src/dosfs/msdos_conv.c, src/dosfs/msdos_create.c,
69        src/dosfs/msdos_dir.c, src/dosfs/msdos_misc.c: Patch from Victor
70        V. Vengerov <vvv@oktet.ru> to remove Linux code.
71        * src/dosfs/fat.c, src/dosfs/fat.h: Comment have been updated.
72
732003-06-10      Phil Torre <ptorre@zetron.com>
74
75        PR 411/filesystem
76        * src/imfs/imfs_unlink.c: Fix bug where renaming a memfile and
77        then unlinking it causes a memory leak.
78
792003-03-25      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
80
81        PR 367/filesystem
82        * src/dosfs/Makefile.am, src/dosfs/fat.c, src/dosfs/fat.h,
83        src/dosfs/fat_fat_operations.c, src/dosfs/fat_file.c,
84        src/dosfs/msdos.h, src/dosfs/msdos_dir.c: Some bugs were still
85        present in the DOSFS implementation:
86            - FAT12 did not work properly on Big-Endian machines
87            - Some synchronization and error handling problems were present
88            - Some legal codings for EOC were not recognized
89
90
912003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
92
93        * configure.ac: Remove AC_CONFIG_AUX_DIR.
94
952003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
96
97        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
98
992003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
100
101        * configure.ac: AC_PREREQ(2.57).
102
1032003-02-03      Steven Johnson <sjohnson@neurizon.net>
104
105        PR 338/filesystem
106        * src/imfs/ioman.c: Fix reentrancy problem with
107        rtems_io_lookup_name() (API change).
108
1092003-01-03      Eugeny S. Mints <Eugeny.Mints@oktet.ru>
110
111        * src/dosfs/msdos_initsupp.c: Specify inherited priority as 0 since this
112        is a FIFO queuing semaphore.
113
1142002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
115
116        * src/imfs/Makefile.am: Eliminate C_O_FILES.
117        * src/dosfs/Makefile.am: Ditto.
118
1192002-12-02      Joel Sherrill <joel@OARcorp.com>
120
121        * src/dosfs/fat.h, src/dosfs/msdos.h: Added casts to remove warnings
122        on 16 bit targets like the h8300.
123
1242002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
125
126        * configure.ac: Cosmetical fixes.
127
1282002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
129
130        * configure.ac: Fix package name.
131
1322002-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
133
134        * configure.ac: Add nostdinc to AM_INIT_AUTOMAKE.
135
1362002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
137
138        * .cvsignore: Reformat.
139        Add autom4te*cache.
140        Remove autom4te.cache.
141
1422002-10-02      Jennifer Averett <jennifer@OARcorp.com>
143
144        * src/imfs/memfile.c: Fixed case where last close of unlinked file
145        did not remove the resources associated with that file.  Reported
146        by Till Straumann <strauman@slac.stanford.edu> on the mailing list.
147
1482002-09-14      Joel Sherrill <joel@OARcorp.com>
149
150        * src/dosfs/fat.c, src/imfs/deviceio.c, src/imfs/imfs.h,
151        src/imfs/imfs_directory.c, src/imfs/imfs_fchmod.c,
152        src/imfs/memfile.c: Eliminated warnings.  A lot of this focus
153        was on changing read and write entry points to return ssize_t
154        as read(2) and write(2) now do.
155
1562002-07-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
157
158        * wrapup/Makefile.am: Remove.
159        * wrapup/.cvsignore: Remove.
160        * Makefile.am: Remove wrapup SUBDIR.
161        * configure.ac: Remove wrapup/Makefile.
162
1632002-07-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
164
165        * configure.ac: RTEMS_TOP(../..).
166
1672002-07-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
168
169        * configure.ac: Remove RTEMS_PROJECT_ROOT.
170
1712002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
172
173        * configure.ac: Use AC_CONFIG_AUX_DIR(../..).
174        Add AC_PROG_RANLIB.
175
1762002-06-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
177
178        * wrapup/Makefile.am: Don't preinstall libfs.a.
179
1802002-06-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
181
182        * src/dosfs/Makefile.am: Include $(top_srcdir)/../automake/*.am.
183        * src/Makefile.am: Include $(top_srcdir)/../automake/*.am.
184        * src/imfs/Makefile.am: Include $(top_srcdir)/../automake/*.am.
185        * Makefile.am: Include $(top_srcdir)/../automake/*.am.
186        Use ../aclocal.
187        * wrapup/Makefile.am: Include $(top_srcdir)/../automake/*.am.
188
1892002-05-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
190
191        Move from c/src/libfs to c/src/exec/libfs
192        * configure.ac: Reflect move.
193        * Makefile.am: Ditto.
194        * src/Makefile.am: Ditto.
195        * src/dosfs/Makefile.am: Ditto.
196        * src/imfs/Makefile.am: Ditto.
197        * wrapup/Makefile.am: Ditto.
198
1992002-04-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
200
201        * src/imfs/imfs_getchild.c: include <string.h>.
202        * src/imfs/imfs_gtkn.c: Include <string.h>.
203        * src/imfs/ioman.c: Include <string.h>.
204        * src/imfs/linearfile.c: Include <string.h>.
205        * src/imfs/memfile.c: Include <string.h>.
206
2072001-04-04      Joel Sherrill <joel@OARcorp.com>
208
209        * src/dosfs/Makefile.am: Per PR129 do not install as many files
210        to the $(includedir).
211
2122002-04-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
213
214        * src/dosfs/fat.h: Include <string.h>.
215        Remove DBG1 and DBG2 (unused).
216
2172002-04-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
218
219        * Per PR169.
220        * src/dosfs/config.h.in, src/dosfs/stamp-h2.in: Removed from CVS.
221
222
2232002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
224
225        * src/dosfs/fat_file.c: Remove bsp.h.
226        fat_file_write(.. const char*buf ..).
227        * src/dosfs/fat_file.h: fat_file_write(.. const char*buf ..).
228
2292002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
230
231        * configure.ac:
232        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
233        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
234        * src/dosfs/Makefile.am: Remove AUTOMAKE_OPTIONS.
235        * src/Makefile.am: Remove AUTOMAKE_OPTIONS.
236        * src/imfs/Makefile.am: Remove AUTOMAKE_OPTIONS.
237        * Makefile.am: Remove AUTOMAKE_OPTIONS.
238        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
239
2402002-03-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
241
242        Addressing PR 140.
243        * src/dosfs/config.h.in: Removed.
244        * src/dosfs/stamp-h2.in: Removed.
245        * .cvsignore: Add config.h*, stamp-h*.
246        * configure.ac: Remove AC_SRC_DIR(.../dosfs.h).
247        Remove AM_CONFIG_HEADER(src/dosfs/config.h).
248        Remove AM_CONFIG_HEADER(src/imfs/config.h).
249        Add AM_CONFIG_HEADER(config.h).
250        * src/dosfs/Makefile.am: INCLUDES = -I../.. .
251        * src/imfs/Makefile.am: INCLUDES = -I../.. .
252
2532002-03-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
254
255        Reported and tracked as PR130.
256        * src/dosfs/Makefile.am: Reworked, Disable dosfs for UNIX.
257        * wrapup/Makefile.am: Disable dosfs for UNIX.
258
2592001-03-01      Joel Sherrill <joel@OARcorp.com>
260
261        * src/imfs/.cvsignore: Added stamp-h1.in
262
2632002-02-28      Victor V. Vengerov <vvv@oktet.ru>
264
265        * DOS filesystem including FAT12, FAT16, and FAT32 support submitted.
266        * src/dosfs, src/dosfs/Makefile.am, src/dosfs/stamp-h2.in,
267        src/dosfs/config.h.in, src/dosfs/dosfs.h, src/dosfs/fat.c,
268        src/dosfs/fat.h, src/dosfs/fat_fat_operations.c,
269        src/dosfs/fat_fat_operations.h, src/dosfs/fat_file.c,
270        src/dosfs/fat_file.h, src/dosfs/msdos.h, src/dosfs/msdos_create.c,
271        src/dosfs/msdos_dir.c, src/dosfs/msdos_eval.c, src/dosfs/msdos_file.c,
272        src/dosfs/msdos_free.c, src/dosfs/msdos_fsunmount.c,
273        src/dosfs/msdos_handlers_dir.c, src/dosfs/msdos_handlers_file.c,
274        src/dosfs/msdos_init.c, src/dosfs/msdos_initsupp.c,
275        src/dosfs/msdos_misc.c, src/dosfs/msdos_mknod.c,
276        src/dosfs/msdos_node_type.c, src/dosfs/.cvsignore: New files.
277        * configure.ac, src/Makefile.am, wrapup/Makefile.am: Modified to
278        reflect addition.
279
2802002-01-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
281
282        * src/imfs/imfs_load_tar.c: Add include <sys/types.h>.
283        Add include <sys/stat.h>. Add include <fcntl.h>.
284        * src/imfs/imfs_rmnod.c: Add include <stdlib.h>.
285
2862002-01-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
287
288        * src/imfs/imfs_eval.c: Include <rtems/seterr.h>.
289        Apply rtems_set_errno_and_return_minus_one.
290        * src/imfs/memfile.c: Include <rtems/seterr.h>.
291        Apply rtems_set_errno_and_return_minus_one.
292        * src/imfs/imfs_readlink.c: Include <rtems/seterr.h>.
293        Apply rtems_set_errno_and_return_minus_one.
294        * src/imfs/imfs_unlink.c: Include <rtems/seterr.h>.
295        Apply rtems_set_errno_and_return_minus_one.
296        * src/imfs/imfs_link.c: Include <rtems/seterr.h>.
297        Apply rtems_set_errno_and_return_minus_one.
298        * src/imfs/imfs_chown.c: Include <rtems/seterr.h>.
299        Apply rtems_set_errno_and_return_minus_one.
300        * src/imfs/ioman.c: Include <rtems/seterr.h>.
301        Apply rtems_set_errno_and_return_minus_one.
302        * src/imfs/imfs_mount.c: Include <rtems/seterr.h>.
303        Apply rtems_set_errno_and_return_minus_one.
304        * src/imfs/imfs_directory.c: Include <rtems/seterr.h>.
305        Apply rtems_set_errno_and_return_minus_one.
306        * src/imfs/imfs_stat.c: Include <rtems/seterr.h>.
307        Apply rtems_set_errno_and_return_minus_one.
308        * src/imfs/imfs_fchmod.c: Include <rtems/seterr.h>.
309        Apply rtems_set_errno_and_return_minus_one.
310        * src/imfs/imfs_symlink.c: Include <rtems/seterr.h>.
311        Apply rtems_set_errno_and_return_minus_one.
312        * src/imfs/imfs_mknod.c: Include <rtems/seterr.h>.
313        Apply rtems_set_errno_and_return_minus_one.
314        * src/imfs/linearfile.c: Include <rtems/seterr.h>.
315        Apply rtems_set_errno_and_return_minus_one.
316        * src/imfs/imfs_unmount.c: Include <rtems/seterr.h>.
317        Apply rtems_set_errno_and_return_minus_one.
318        * src/imfs/imfs.h: Apply rtems_set_errno_and_return_minus_one.
319        Comment out increment_and_check_linkcounts.
320
3212001-11-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
322
323        * wrapup/Makefile.am: Remove HAS_IMFS.
324
3252001-11-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
326
327        * src/imfs/Makefile.am: Cleanup.
328
3292001-11-07      Jennifer Averett <jennifer@OARcorp.com>
330
331        Reported by Ibragimov Ilya <ibr@oktet.ru> and tracked as PR49.
332        *  src/imfs/imfs_directory.c: Do not calculate the offset twice.
333
3342001-10-26      Victor V. Vengerov <vvv@oktet.ru>
335
336        * src/imfs/imfs_load_tar.c: Minor modification so this will
337        compile with gcc-2.95.3 with the arguments "-m5200 -O4".
338
3392001-10-16      Chris Johns <ccj@acm.org>
340
341        * imfs/imfs_load_tar.c: Changed the code around to remove an
342        internal compiler error on the Coldfire target.
343
3442001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
345
346        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
347        * configure.in: Remove.
348        * configure.ac: New file, generated from configure.in by autoupdate.
349
3502001-10-10      Joel Sherrill <joel@OARcorp.com>
351
352        * src/imfs/imfs_getchild.c: Correct length of static string
353        as reported by Ibragimov Ilya <ibr@oktet.ru>.
354
3552001-09-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
356
357        * src/imfs/Makefile.am: Use 'PREINSTALL_FILES ='.
358
3592001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
360
361        * src/imfs/Makefile.am: Revamp INCLUDES handling to make automake-1.5
362        happy.
363
3642001-08-09      Fernando-Ruiz Casas <correo@fernando-ruiz.com>
365
366        * src/imfs/imfs_eval.c: The CD_UP problem in imfs_eval has been
367        touched. The order of the questions is the key.
368
3692001-07-06      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
370
371        * src/imfs/deviceio.c: Make sure errno gets set to reflect
372        the status from the driver.
373
3742001-05-25      Joel Sherrill <joel@OARcorp.com>
375
376        * src/imfs/imfs_initsupp.c: Create the root node with the
377        desired permissions.  Nodes should be created with the right
378        permissions because chmod() is not supported by the miniIMFS
379        so changing after creation is not possible.
380
3812001-04-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
382
383        * configure.in: Add [-ansi -fasm] to RTEMS_PROG_CC_FOR_TARGET.
384
3852001-04-24      Joel Sherrill <joel@OARcorp.com>
386
387        * src/imfs/memfile.c (memfile_open): Did not set iop->size
388        and thus the value was incorrect.  Before this field was cleared,
389        this resulted in the value from the last time that IOP was used
390        being still in place.  Discovered by  Andrew Bythell
391        <abythell@nortelnetworks.com>.
392
3932001-04-20      Joel Sherrill <joel@OARcorp.com>
394
395        * src/imfs/imfs_debug.c (IMFS_print_jnode): Modified to print
396        only information that does not vary based on target or memory
397        configuration.  The old prints are still there in case they
398        are needed in the future to debug.  Printing target dependent
399        addresses makes the test output vary by target unnecessarily.
400
4012001-03-23      Joel Sherrill <joel@OARcorp.com>
402
403        * src/imfs/memfile.c: Reapply fix from bug report from
404        Jose Sturniolo <jsturnio@nec.com.ar> where NULL pointer
405        was dereferenced when freeing a triply indirect file. 
406        The fix was applied to the 4.5 release branch and not
407        the development branch.
408
4092001-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
410
411        * src/imfs/Makefile.am: Apply include_*HEADERS instead of H_FILES.
412
4132001-01-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
414
415        * configure.in: Add src/imfs/config.h
416        * src/imfs/Makefile.am: Add INCLUDES += -I. to pickup config.h
417        * src/imfs/.cvsignore: Add config.h and stamp-h
418        * src/imfs/*.c: Add config.h support.
419
4202001-01-12      Jake Janovetz <janovetz@uiuc.edu>
421
422        * src/imfs/imfs.h, src/imfs/imfs_creat.c, src/imfs/imfs_debug.c,
423        src/imfs/imfs_eval.c, src/imfs/imfs_fchmod.c,
424        src/imfs/imfs_handlers_memfile.c, src/imfs/imfs_init.c,
425        src/imfs/imfs_initsupp.c, src/imfs/imfs_stat.c, src/imfs/memfile.c,
426        src/imfs/miniimfs_init.c: Final developmental update to "tarfs".
427        When rtems_tarfs_load() is called, it checks the permissions
428        on each file.  If there is write permission, it just creates a
429        standard file using "creat()" and therefore, uses the IMFS MEMORY_FILE.
430        If there is no write permission, it creates a LINEAR_FILE node
431        with the appropriate properties.  If the permission is ever changed
432        to writeable, IMFS_fchmod converts it to a regular memory file.
433
4342000-12-12      Jake Janovetz <janovetz@uiuc.edu>
435
436        *  src/imfs/linearfile.c, src/imfs/imfs_load_tar.c: New files.
437        * src/imfs/Makefile.am, src/imfs/imfs.h,
438        src/imfs/imfs_creat.c, src/imfs/imfs_debug.c,
439        src/imfs/imfs_eval.c, src/imfs/imfs_handlers_memfile.c,
440        src/imfs/imfs_init.c, src/imfs/imfs_initsupp.c,
441        src/imfs/imfs_stat.c, src/imfs/miniimfs_init.c: Added "tarfs".
442        This is not really a tar filesystem.  It is a way to load a tar
443        image into the IMFS but actually leave bulky file contents in the
444        original tar image.  It essentially adds the linear file type and
445        associated support and a loader routine.
446
4472000-11-28      Joel Sherrill <joel@OARcorp.com>
448
449        * src/imfs/memfile.c: Bug report from Sturniolo Jose
450        <jsturnio@nec.com.ar> where NULL pointer was dereferenced.
451
4522000-11-17      Jennifer Averret <jennifer@OARcorp.com>
453
454        * src/imfs/imfs_eval.c: Always return imaginary node at mount points.
455
4562000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
457
458        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
459
4602000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
461
462        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
463
4642000-11-01      Joel Sherrill <joel@OARcorp.com>
465
466        * src/imfs/Makefile.am, src/imfs/deviceio.c, src/imfs/imfs_chown.c,
467        src/imfs/imfs_config.c, src/imfs/imfs_creat.c, src/imfs/imfs_debug.c,
468        src/imfs/imfs_directory.c, src/imfs/imfs_eval.c, src/imfs/imfs_fchmod.c,
469        src/imfs/imfs_free.c, src/imfs/imfs_fsunmount.c, src/imfs/imfs_gtkn.c,
470        src/imfs/imfs_init.c, src/imfs/imfs_initsupp.c, src/imfs/imfs_link.c,
471        src/imfs/imfs_mknod.c, src/imfs/imfs_mount.c, src/imfs/imfs_readlink.c,
472        src/imfs/imfs_rmnod.c, src/imfs/imfs_stat.c, src/imfs/imfs_symlink.c,
473        src/imfs/imfs_unixstub.c, src/imfs/imfs_unlink.c,
474        src/imfs/imfs_unmount.c, src/imfs/imfs_utime.c, src/imfs/ioman.c,
475        src/imfs/memfile.c, src/imfs/miniimfs_init.c:
476        assoc.h, error.h, libio_.h, libio.h, and libcsupport.h moved
477        from libc to lib/include/rtems and now must be referenced as
478        <rtems/XXX.h>.  Now we do not have to reach up and over to
479        libc to pick them up.
480
4812000-10-24      Joel Sherrill <joel@OARcorp.com>
482
483        * src/imfs/imfs_config.c: New file containing IMFS configuration
484        information split from libc/base_fs.c.
485        * src/imfs/ioman.c: New file. Moved from lib/libc. Missed previously.
486        * src/imfs/Makefile.am: Added imfs_config.c and ioman.c.
487
4882000-10-24      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
489
490        * Makefile.am, configure.in:  Introduce GNU canonicalization to libfs/.
491        The approach is currently a bit of a hack as GNU canonicalization
492        does not support the per-BSP build some of the other directories
493        require.  As more of the tree is converted, this will become less
494        of an issue.
495
4962000-10-19      Joel Sherrill <joel@OARcorp.com>
497
498        * .cvsignore, src/.cvsignore, src/imfs/.cvsignore, wrapup/.cvsignore:
499        New files.
500
5012000-10-18      Chris Johns <ccj@acm.org>
502
503        * libfs created.
504        * src, src/imfs, wrapup: New directories.
505        * ChangeLog, Makefile.am, README, configure.in, src/Makefile.am,
506        wrapup/Makefile.am: New files.
507        * src/imfs/deviceio.c, src/imfs/imfs_getchild.c,
508        src/imfs/imfs_readlink.c, src/imfs/imfs.h, src/imfs/imfs_gtkn.c,
509        src/imfs/imfs_rmnod.c, src/imfs/imfs_chown.c,
510        src/imfs/imfs_handlers_device.c, src/imfs/imfs_stat.c,
511        src/imfs/imfs_creat.c, src/imfs/imfs_handlers_directory.c,
512        src/imfs/imfs_symlink.c, src/imfs/imfs_debug.c,
513        src/imfs/imfs_handlers_link.c, src/imfs/imfs_unixstub.c,
514        src/imfs/imfs_directory.c, src/imfs/imfs_handlers_memfile.c,
515        src/imfs/imfs_unlink.c, src/imfs/imfs_eval.c, src/imfs/imfs_init.c,
516        src/imfs/imfs_unmount.c, src/imfs/imfs_fchmod.c,
517        src/imfs/imfs_initsupp.c, src/imfs/imfs_utime.c, src/imfs/imfs_fcntl.c,
518        src/imfs/imfs_link.c, src/imfs/memfile.c, src/imfs/imfs_fdatasync.c,
519        src/imfs/imfs_mknod.c, src/imfs/miniimfs_init.c, src/imfs/imfs_free.c,
520        src/imfs/imfs_mount.c, src/imfs/imfs_fsunmount.c, src/imfs/imfs_ntype.c:
521        New files. Moved from libc.
Note: See TracBrowser for help on using the repository browser.