source: rtems/cpukit/libfs/ChangeLog @ 174bf23

Last change on this file since 174bf23 was 174bf23, checked in by Joel Sherrill <joel.sherrill@…>, on 09/26/03 at 17:21:16

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

PR 492/filesystem

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