source: rtems/cpukit/libfs/ChangeLog @ 96dabc3

Last change on this file since 96dabc3 was 472e33c2, checked in by Joel Sherrill <joel.sherrill@…>, on 09/09/03 at 13:18:51

2003-09-09 Ralf Corsepius <ralf_corsepius@…>

PR 487/filesystem

  • src/dosfs/fat_file.c: Correct typing per gcc 3.3 warnings.
  • Property mode set to 100644
File size: 19.1 KB
Line 
12003-09-09      Ralf Corsepius <ralf_corsepius@rtems.com>
2
3        PR 487/filesystem
4        * src/dosfs/fat_file.c: Correct typing per gcc 3.3 warnings.
5
62003-09-04      Joel Sherrill <joel@OARcorp.com>
7
8        * src/dosfs/dosfs.h, src/dosfs/fat.h, src/dosfs/fat_fat_operations.h,
9        src/dosfs/fat_file.h, src/dosfs/msdos.h, src/dosfs/msdos_create.c,
10        src/dosfs/msdos_dir.c, src/dosfs/msdos_eval.c,
11        src/dosfs/msdos_file.c, src/dosfs/msdos_free.c,
12        src/dosfs/msdos_fsunmount.c, src/dosfs/msdos_handlers_dir.c,
13        src/dosfs/msdos_handlers_file.c, src/dosfs/msdos_init.c,
14        src/dosfs/msdos_initsupp.c, src/dosfs/msdos_misc.c,
15        src/dosfs/msdos_mknod.c, src/dosfs/msdos_node_type.c,
16        src/imfs/deviceio.c, src/imfs/imfs.h, src/imfs/imfs_chown.c,
17        src/imfs/imfs_config.c, src/imfs/imfs_creat.c, src/imfs/imfs_debug.c,
18        src/imfs/imfs_directory.c, src/imfs/imfs_eval.c,
19        src/imfs/imfs_fchmod.c, src/imfs/imfs_fcntl.c,
20        src/imfs/imfs_fdatasync.c, src/imfs/imfs_free.c,
21        src/imfs/imfs_fsunmount.c, src/imfs/imfs_getchild.c,
22        src/imfs/imfs_gtkn.c, src/imfs/imfs_handlers_device.c,
23        src/imfs/imfs_handlers_directory.c, src/imfs/imfs_handlers_link.c,
24        src/imfs/imfs_handlers_memfile.c, src/imfs/imfs_init.c,
25        src/imfs/imfs_initsupp.c, src/imfs/imfs_link.c,
26        src/imfs/imfs_mknod.c, src/imfs/imfs_mount.c, src/imfs/imfs_ntype.c,
27        src/imfs/imfs_readlink.c, src/imfs/imfs_rmnod.c,
28        src/imfs/imfs_stat.c, src/imfs/imfs_symlink.c,
29        src/imfs/imfs_unixstub.c, src/imfs/imfs_unlink.c,
30        src/imfs/imfs_unmount.c, src/imfs/imfs_utime.c, src/imfs/ioman.c,
31        src/imfs/linearfile.c, src/imfs/memfile.c, src/imfs/miniimfs_init.c:
32        URL for license changed.
33
342003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
35
36        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
37
382003-08-05      <djc915@mail.usask.ca>
39
40        PR 443/filesystem
41        * src/imfs/deviceio.c: deviceio.c mishandles return codes
42
432003-08-05      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
44
45        PR 439/filesystem
46        * src/dosfs/fat_file.c: flush temporary buffer when closing files
47
482003-08-04      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
49
50        PR 441/filesystem
51        * src/dosfs/msdos.h: add rename support to DOSFS
52        * src/dosfs/msdos_create.c: add rename support to DOSFS
53        * src/dosfs/msdos_file.c: add rename support to DOSFS
54        * src/dosfs/msdos_init.c: add rename support to DOSFS
55        * src/dosfs/msdos_mknod.c: add rename support to DOSFS
56
572003-07-15      Chris Johns <cjohns@cybertec.com.au>
58        * src/dosfs/msdos.h: PR431. MSDOS Volume semaphore timeout is now
59        NO TIMEOUT. MSDOS volume opertations will wait for ever.
60
612003-07-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
62
63        * src/dosfs/fat.c: include config-header "config.h".
64        * src/dosfs/fat_fat_operations.c: Ditto.
65        * src/dosfs/fat_file.c: Ditto.
66        * src/dosfs/msdos_conv.c: Ditto.
67
682003-07-02      Chris Johns <cjohns@cybertec.com.au>
69
70        * src/dosfs/Makefile.am, src/dosfs/msdos.h,
71        src/dosfs/msdos_conv.c, src/dosfs/msdos_create.c,
72        src/dosfs/msdos_dir.c, src/dosfs/msdos_misc.c: Patch from Victor
73        V. Vengerov <vvv@oktet.ru> to remove Linux code.
74        * src/dosfs/fat.c, src/dosfs/fat.h: Comment have been updated.
75
762003-06-10      Phil Torre <ptorre@zetron.com>
77
78        PR 411/filesystem
79        * src/imfs/imfs_unlink.c: Fix bug where renaming a memfile and
80        then unlinking it causes a memory leak.
81
822003-03-25      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
83
84        PR 367/filesystem
85        * src/dosfs/Makefile.am, src/dosfs/fat.c, src/dosfs/fat.h,
86        src/dosfs/fat_fat_operations.c, src/dosfs/fat_file.c,
87        src/dosfs/msdos.h, src/dosfs/msdos_dir.c: Some bugs were still
88        present in the DOSFS implementation:
89            - FAT12 did not work properly on Big-Endian machines
90            - Some synchronization and error handling problems were present
91            - Some legal codings for EOC were not recognized
92
93
942003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
95
96        * configure.ac: Remove AC_CONFIG_AUX_DIR.
97
982003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
99
100        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
101
1022003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
103
104        * configure.ac: AC_PREREQ(2.57).
105
1062003-02-03      Steven Johnson <sjohnson@neurizon.net>
107
108        PR 338/filesystem
109        * src/imfs/ioman.c: Fix reentrancy problem with
110        rtems_io_lookup_name() (API change).
111
1122003-01-03      Eugeny S. Mints <Eugeny.Mints@oktet.ru>
113
114        * src/dosfs/msdos_initsupp.c: Specify inherited priority as 0 since this
115        is a FIFO queuing semaphore.
116
1172002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
118
119        * src/imfs/Makefile.am: Eliminate C_O_FILES.
120        * src/dosfs/Makefile.am: Ditto.
121
1222002-12-02      Joel Sherrill <joel@OARcorp.com>
123
124        * src/dosfs/fat.h, src/dosfs/msdos.h: Added casts to remove warnings
125        on 16 bit targets like the h8300.
126
1272002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
128
129        * configure.ac: Cosmetical fixes.
130
1312002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
132
133        * configure.ac: Fix package name.
134
1352002-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
136
137        * configure.ac: Add nostdinc to AM_INIT_AUTOMAKE.
138
1392002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
140
141        * .cvsignore: Reformat.
142        Add autom4te*cache.
143        Remove autom4te.cache.
144
1452002-10-02      Jennifer Averett <jennifer@OARcorp.com>
146
147        * src/imfs/memfile.c: Fixed case where last close of unlinked file
148        did not remove the resources associated with that file.  Reported
149        by Till Straumann <strauman@slac.stanford.edu> on the mailing list.
150
1512002-09-14      Joel Sherrill <joel@OARcorp.com>
152
153        * src/dosfs/fat.c, src/imfs/deviceio.c, src/imfs/imfs.h,
154        src/imfs/imfs_directory.c, src/imfs/imfs_fchmod.c,
155        src/imfs/memfile.c: Eliminated warnings.  A lot of this focus
156        was on changing read and write entry points to return ssize_t
157        as read(2) and write(2) now do.
158
1592002-07-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
160
161        * wrapup/Makefile.am: Remove.
162        * wrapup/.cvsignore: Remove.
163        * Makefile.am: Remove wrapup SUBDIR.
164        * configure.ac: Remove wrapup/Makefile.
165
1662002-07-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
167
168        * configure.ac: RTEMS_TOP(../..).
169
1702002-07-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
171
172        * configure.ac: Remove RTEMS_PROJECT_ROOT.
173
1742002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
175
176        * configure.ac: Use AC_CONFIG_AUX_DIR(../..).
177        Add AC_PROG_RANLIB.
178
1792002-06-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
180
181        * wrapup/Makefile.am: Don't preinstall libfs.a.
182
1832002-06-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
184
185        * src/dosfs/Makefile.am: Include $(top_srcdir)/../automake/*.am.
186        * src/Makefile.am: Include $(top_srcdir)/../automake/*.am.
187        * src/imfs/Makefile.am: Include $(top_srcdir)/../automake/*.am.
188        * Makefile.am: Include $(top_srcdir)/../automake/*.am.
189        Use ../aclocal.
190        * wrapup/Makefile.am: Include $(top_srcdir)/../automake/*.am.
191
1922002-05-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
193
194        Move from c/src/libfs to c/src/exec/libfs
195        * configure.ac: Reflect move.
196        * Makefile.am: Ditto.
197        * src/Makefile.am: Ditto.
198        * src/dosfs/Makefile.am: Ditto.
199        * src/imfs/Makefile.am: Ditto.
200        * wrapup/Makefile.am: Ditto.
201
2022002-04-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
203
204        * src/imfs/imfs_getchild.c: include <string.h>.
205        * src/imfs/imfs_gtkn.c: Include <string.h>.
206        * src/imfs/ioman.c: Include <string.h>.
207        * src/imfs/linearfile.c: Include <string.h>.
208        * src/imfs/memfile.c: Include <string.h>.
209
2102001-04-04      Joel Sherrill <joel@OARcorp.com>
211
212        * src/dosfs/Makefile.am: Per PR129 do not install as many files
213        to the $(includedir).
214
2152002-04-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
216
217        * src/dosfs/fat.h: Include <string.h>.
218        Remove DBG1 and DBG2 (unused).
219
2202002-04-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
221
222        * Per PR169.
223        * src/dosfs/config.h.in, src/dosfs/stamp-h2.in: Removed from CVS.
224
225
2262002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
227
228        * src/dosfs/fat_file.c: Remove bsp.h.
229        fat_file_write(.. const char*buf ..).
230        * src/dosfs/fat_file.h: fat_file_write(.. const char*buf ..).
231
2322002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
233
234        * configure.ac:
235        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
236        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
237        * src/dosfs/Makefile.am: Remove AUTOMAKE_OPTIONS.
238        * src/Makefile.am: Remove AUTOMAKE_OPTIONS.
239        * src/imfs/Makefile.am: Remove AUTOMAKE_OPTIONS.
240        * Makefile.am: Remove AUTOMAKE_OPTIONS.
241        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
242
2432002-03-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
244
245        Addressing PR 140.
246        * src/dosfs/config.h.in: Removed.
247        * src/dosfs/stamp-h2.in: Removed.
248        * .cvsignore: Add config.h*, stamp-h*.
249        * configure.ac: Remove AC_SRC_DIR(.../dosfs.h).
250        Remove AM_CONFIG_HEADER(src/dosfs/config.h).
251        Remove AM_CONFIG_HEADER(src/imfs/config.h).
252        Add AM_CONFIG_HEADER(config.h).
253        * src/dosfs/Makefile.am: INCLUDES = -I../.. .
254        * src/imfs/Makefile.am: INCLUDES = -I../.. .
255
2562002-03-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
257
258        Reported and tracked as PR130.
259        * src/dosfs/Makefile.am: Reworked, Disable dosfs for UNIX.
260        * wrapup/Makefile.am: Disable dosfs for UNIX.
261
2622001-03-01      Joel Sherrill <joel@OARcorp.com>
263
264        * src/imfs/.cvsignore: Added stamp-h1.in
265
2662002-02-28      Victor V. Vengerov <vvv@oktet.ru>
267
268        * DOS filesystem including FAT12, FAT16, and FAT32 support submitted.
269        * src/dosfs, src/dosfs/Makefile.am, src/dosfs/stamp-h2.in,
270        src/dosfs/config.h.in, src/dosfs/dosfs.h, src/dosfs/fat.c,
271        src/dosfs/fat.h, src/dosfs/fat_fat_operations.c,
272        src/dosfs/fat_fat_operations.h, src/dosfs/fat_file.c,
273        src/dosfs/fat_file.h, src/dosfs/msdos.h, src/dosfs/msdos_create.c,
274        src/dosfs/msdos_dir.c, src/dosfs/msdos_eval.c, src/dosfs/msdos_file.c,
275        src/dosfs/msdos_free.c, src/dosfs/msdos_fsunmount.c,
276        src/dosfs/msdos_handlers_dir.c, src/dosfs/msdos_handlers_file.c,
277        src/dosfs/msdos_init.c, src/dosfs/msdos_initsupp.c,
278        src/dosfs/msdos_misc.c, src/dosfs/msdos_mknod.c,
279        src/dosfs/msdos_node_type.c, src/dosfs/.cvsignore: New files.
280        * configure.ac, src/Makefile.am, wrapup/Makefile.am: Modified to
281        reflect addition.
282
2832002-01-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
284
285        * src/imfs/imfs_load_tar.c: Add include <sys/types.h>.
286        Add include <sys/stat.h>. Add include <fcntl.h>.
287        * src/imfs/imfs_rmnod.c: Add include <stdlib.h>.
288
2892002-01-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
290
291        * src/imfs/imfs_eval.c: Include <rtems/seterr.h>.
292        Apply rtems_set_errno_and_return_minus_one.
293        * src/imfs/memfile.c: Include <rtems/seterr.h>.
294        Apply rtems_set_errno_and_return_minus_one.
295        * src/imfs/imfs_readlink.c: Include <rtems/seterr.h>.
296        Apply rtems_set_errno_and_return_minus_one.
297        * src/imfs/imfs_unlink.c: Include <rtems/seterr.h>.
298        Apply rtems_set_errno_and_return_minus_one.
299        * src/imfs/imfs_link.c: Include <rtems/seterr.h>.
300        Apply rtems_set_errno_and_return_minus_one.
301        * src/imfs/imfs_chown.c: Include <rtems/seterr.h>.
302        Apply rtems_set_errno_and_return_minus_one.
303        * src/imfs/ioman.c: Include <rtems/seterr.h>.
304        Apply rtems_set_errno_and_return_minus_one.
305        * src/imfs/imfs_mount.c: Include <rtems/seterr.h>.
306        Apply rtems_set_errno_and_return_minus_one.
307        * src/imfs/imfs_directory.c: Include <rtems/seterr.h>.
308        Apply rtems_set_errno_and_return_minus_one.
309        * src/imfs/imfs_stat.c: Include <rtems/seterr.h>.
310        Apply rtems_set_errno_and_return_minus_one.
311        * src/imfs/imfs_fchmod.c: Include <rtems/seterr.h>.
312        Apply rtems_set_errno_and_return_minus_one.
313        * src/imfs/imfs_symlink.c: Include <rtems/seterr.h>.
314        Apply rtems_set_errno_and_return_minus_one.
315        * src/imfs/imfs_mknod.c: Include <rtems/seterr.h>.
316        Apply rtems_set_errno_and_return_minus_one.
317        * src/imfs/linearfile.c: Include <rtems/seterr.h>.
318        Apply rtems_set_errno_and_return_minus_one.
319        * src/imfs/imfs_unmount.c: Include <rtems/seterr.h>.
320        Apply rtems_set_errno_and_return_minus_one.
321        * src/imfs/imfs.h: Apply rtems_set_errno_and_return_minus_one.
322        Comment out increment_and_check_linkcounts.
323
3242001-11-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
325
326        * wrapup/Makefile.am: Remove HAS_IMFS.
327
3282001-11-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
329
330        * src/imfs/Makefile.am: Cleanup.
331
3322001-11-07      Jennifer Averett <jennifer@OARcorp.com>
333
334        Reported by Ibragimov Ilya <ibr@oktet.ru> and tracked as PR49.
335        *  src/imfs/imfs_directory.c: Do not calculate the offset twice.
336
3372001-10-26      Victor V. Vengerov <vvv@oktet.ru>
338
339        * src/imfs/imfs_load_tar.c: Minor modification so this will
340        compile with gcc-2.95.3 with the arguments "-m5200 -O4".
341
3422001-10-16      Chris Johns <ccj@acm.org>
343
344        * imfs/imfs_load_tar.c: Changed the code around to remove an
345        internal compiler error on the Coldfire target.
346
3472001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
348
349        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
350        * configure.in: Remove.
351        * configure.ac: New file, generated from configure.in by autoupdate.
352
3532001-10-10      Joel Sherrill <joel@OARcorp.com>
354
355        * src/imfs/imfs_getchild.c: Correct length of static string
356        as reported by Ibragimov Ilya <ibr@oktet.ru>.
357
3582001-09-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
359
360        * src/imfs/Makefile.am: Use 'PREINSTALL_FILES ='.
361
3622001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
363
364        * src/imfs/Makefile.am: Revamp INCLUDES handling to make automake-1.5
365        happy.
366
3672001-08-09      Fernando-Ruiz Casas <correo@fernando-ruiz.com>
368
369        * src/imfs/imfs_eval.c: The CD_UP problem in imfs_eval has been
370        touched. The order of the questions is the key.
371
3722001-07-06      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
373
374        * src/imfs/deviceio.c: Make sure errno gets set to reflect
375        the status from the driver.
376
3772001-05-25      Joel Sherrill <joel@OARcorp.com>
378
379        * src/imfs/imfs_initsupp.c: Create the root node with the
380        desired permissions.  Nodes should be created with the right
381        permissions because chmod() is not supported by the miniIMFS
382        so changing after creation is not possible.
383
3842001-04-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
385
386        * configure.in: Add [-ansi -fasm] to RTEMS_PROG_CC_FOR_TARGET.
387
3882001-04-24      Joel Sherrill <joel@OARcorp.com>
389
390        * src/imfs/memfile.c (memfile_open): Did not set iop->size
391        and thus the value was incorrect.  Before this field was cleared,
392        this resulted in the value from the last time that IOP was used
393        being still in place.  Discovered by  Andrew Bythell
394        <abythell@nortelnetworks.com>.
395
3962001-04-20      Joel Sherrill <joel@OARcorp.com>
397
398        * src/imfs/imfs_debug.c (IMFS_print_jnode): Modified to print
399        only information that does not vary based on target or memory
400        configuration.  The old prints are still there in case they
401        are needed in the future to debug.  Printing target dependent
402        addresses makes the test output vary by target unnecessarily.
403
4042001-03-23      Joel Sherrill <joel@OARcorp.com>
405
406        * src/imfs/memfile.c: Reapply fix from bug report from
407        Jose Sturniolo <jsturnio@nec.com.ar> where NULL pointer
408        was dereferenced when freeing a triply indirect file. 
409        The fix was applied to the 4.5 release branch and not
410        the development branch.
411
4122001-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
413
414        * src/imfs/Makefile.am: Apply include_*HEADERS instead of H_FILES.
415
4162001-01-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
417
418        * configure.in: Add src/imfs/config.h
419        * src/imfs/Makefile.am: Add INCLUDES += -I. to pickup config.h
420        * src/imfs/.cvsignore: Add config.h and stamp-h
421        * src/imfs/*.c: Add config.h support.
422
4232001-01-12      Jake Janovetz <janovetz@uiuc.edu>
424
425        * src/imfs/imfs.h, src/imfs/imfs_creat.c, src/imfs/imfs_debug.c,
426        src/imfs/imfs_eval.c, src/imfs/imfs_fchmod.c,
427        src/imfs/imfs_handlers_memfile.c, src/imfs/imfs_init.c,
428        src/imfs/imfs_initsupp.c, src/imfs/imfs_stat.c, src/imfs/memfile.c,
429        src/imfs/miniimfs_init.c: Final developmental update to "tarfs".
430        When rtems_tarfs_load() is called, it checks the permissions
431        on each file.  If there is write permission, it just creates a
432        standard file using "creat()" and therefore, uses the IMFS MEMORY_FILE.
433        If there is no write permission, it creates a LINEAR_FILE node
434        with the appropriate properties.  If the permission is ever changed
435        to writeable, IMFS_fchmod converts it to a regular memory file.
436
4372000-12-12      Jake Janovetz <janovetz@uiuc.edu>
438
439        *  src/imfs/linearfile.c, src/imfs/imfs_load_tar.c: New files.
440        * src/imfs/Makefile.am, src/imfs/imfs.h,
441        src/imfs/imfs_creat.c, src/imfs/imfs_debug.c,
442        src/imfs/imfs_eval.c, src/imfs/imfs_handlers_memfile.c,
443        src/imfs/imfs_init.c, src/imfs/imfs_initsupp.c,
444        src/imfs/imfs_stat.c, src/imfs/miniimfs_init.c: Added "tarfs".
445        This is not really a tar filesystem.  It is a way to load a tar
446        image into the IMFS but actually leave bulky file contents in the
447        original tar image.  It essentially adds the linear file type and
448        associated support and a loader routine.
449
4502000-11-28      Joel Sherrill <joel@OARcorp.com>
451
452        * src/imfs/memfile.c: Bug report from Sturniolo Jose
453        <jsturnio@nec.com.ar> where NULL pointer was dereferenced.
454
4552000-11-17      Jennifer Averret <jennifer@OARcorp.com>
456
457        * src/imfs/imfs_eval.c: Always return imaginary node at mount points.
458
4592000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
460
461        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
462
4632000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
464
465        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
466
4672000-11-01      Joel Sherrill <joel@OARcorp.com>
468
469        * src/imfs/Makefile.am, src/imfs/deviceio.c, src/imfs/imfs_chown.c,
470        src/imfs/imfs_config.c, src/imfs/imfs_creat.c, src/imfs/imfs_debug.c,
471        src/imfs/imfs_directory.c, src/imfs/imfs_eval.c, src/imfs/imfs_fchmod.c,
472        src/imfs/imfs_free.c, src/imfs/imfs_fsunmount.c, src/imfs/imfs_gtkn.c,
473        src/imfs/imfs_init.c, src/imfs/imfs_initsupp.c, src/imfs/imfs_link.c,
474        src/imfs/imfs_mknod.c, src/imfs/imfs_mount.c, src/imfs/imfs_readlink.c,
475        src/imfs/imfs_rmnod.c, src/imfs/imfs_stat.c, src/imfs/imfs_symlink.c,
476        src/imfs/imfs_unixstub.c, src/imfs/imfs_unlink.c,
477        src/imfs/imfs_unmount.c, src/imfs/imfs_utime.c, src/imfs/ioman.c,
478        src/imfs/memfile.c, src/imfs/miniimfs_init.c:
479        assoc.h, error.h, libio_.h, libio.h, and libcsupport.h moved
480        from libc to lib/include/rtems and now must be referenced as
481        <rtems/XXX.h>.  Now we do not have to reach up and over to
482        libc to pick them up.
483
4842000-10-24      Joel Sherrill <joel@OARcorp.com>
485
486        * src/imfs/imfs_config.c: New file containing IMFS configuration
487        information split from libc/base_fs.c.
488        * src/imfs/ioman.c: New file. Moved from lib/libc. Missed previously.
489        * src/imfs/Makefile.am: Added imfs_config.c and ioman.c.
490
4912000-10-24      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
492
493        * Makefile.am, configure.in:  Introduce GNU canonicalization to libfs/.
494        The approach is currently a bit of a hack as GNU canonicalization
495        does not support the per-BSP build some of the other directories
496        require.  As more of the tree is converted, this will become less
497        of an issue.
498
4992000-10-19      Joel Sherrill <joel@OARcorp.com>
500
501        * .cvsignore, src/.cvsignore, src/imfs/.cvsignore, wrapup/.cvsignore:
502        New files.
503
5042000-10-18      Chris Johns <ccj@acm.org>
505
506        * libfs created.
507        * src, src/imfs, wrapup: New directories.
508        * ChangeLog, Makefile.am, README, configure.in, src/Makefile.am,
509        wrapup/Makefile.am: New files.
510        * src/imfs/deviceio.c, src/imfs/imfs_getchild.c,
511        src/imfs/imfs_readlink.c, src/imfs/imfs.h, src/imfs/imfs_gtkn.c,
512        src/imfs/imfs_rmnod.c, src/imfs/imfs_chown.c,
513        src/imfs/imfs_handlers_device.c, src/imfs/imfs_stat.c,
514        src/imfs/imfs_creat.c, src/imfs/imfs_handlers_directory.c,
515        src/imfs/imfs_symlink.c, src/imfs/imfs_debug.c,
516        src/imfs/imfs_handlers_link.c, src/imfs/imfs_unixstub.c,
517        src/imfs/imfs_directory.c, src/imfs/imfs_handlers_memfile.c,
518        src/imfs/imfs_unlink.c, src/imfs/imfs_eval.c, src/imfs/imfs_init.c,
519        src/imfs/imfs_unmount.c, src/imfs/imfs_fchmod.c,
520        src/imfs/imfs_initsupp.c, src/imfs/imfs_utime.c, src/imfs/imfs_fcntl.c,
521        src/imfs/imfs_link.c, src/imfs/memfile.c, src/imfs/imfs_fdatasync.c,
522        src/imfs/imfs_mknod.c, src/imfs/miniimfs_init.c, src/imfs/imfs_free.c,
523        src/imfs/imfs_mount.c, src/imfs/imfs_fsunmount.c, src/imfs/imfs_ntype.c:
524        New files. Moved from libc.
Note: See TracBrowser for help on using the repository browser.