source: rtems/cpukit/libfs/ChangeLog @ 8d49b7c

4.104.114.84.95
Last change on this file since 8d49b7c was 8d49b7c, checked in by Jennifer Averett <Jennifer.Averett@…>, on 08/05/03 at 20:26:09

2003-08-05 <djc915@…>

PR 443/filesystem

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