source: rtems/cpukit/libfs/ChangeLog @ db39db4

4.104.114.84.95
Last change on this file since db39db4 was db39db4, checked in by Jennifer Averett <Jennifer.Averett@…>, on 08/05/03 at 14:17:41

2003-08-04 Thomas Doerfler <Thomas.Doerfler@…>

PR 441/filesystem
*src/dosfs/msdos.h: add rename support to DOSFS
*src/dosfs/msdos_create.c: add rename support to DOSFS
*src/dosfs/msdos_file.c: add rename support to DOSFS
*src/dosfs/msdos_init.c: add rename support to DOSFS
*src/dosfs/msdos_mknod.c: add rename support to DOSFS

  • Property mode set to 100644
File size: 17.9 KB
Line 
12003-08-04      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
2
3        PR 441/filesystem
4        *src/dosfs/msdos.h: add rename support to DOSFS
5        *src/dosfs/msdos_create.c: add rename support to DOSFS
6        *src/dosfs/msdos_file.c: add rename support to DOSFS
7        *src/dosfs/msdos_init.c: add rename support to DOSFS
8        *src/dosfs/msdos_mknod.c: add rename support to DOSFS
9
102003-07-24      Jennifer Averett <jennifer.averett@OARcorp.com>
11
12        PR 434/filesystem
13        * src/imfs/imfs_init.c: Modified to return error code
14        * src/imfs/miniimfs_init.c: Modified to return error code
15        * src/imfs/imfs_initsup.c: Modified to set error upon memory failure.
16
172003-07-16      Joel Sherrill <joel@OARcorp.com>
18
19        * ChangeLog: Correct format.
20
212003-07-15      Chris Johns <cjohns@cybertec.com.au>
22       
23        PR 431/filesystem
24        * src/dosfs/msdos.h: MSDOS Volume semaphore timeout is now
25        NO TIMEOUT. MSDOS volume opertations will wait for ever.
26
272003-07-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
28
29        * configure.ac: Remove (Merged-in into ../configure.ac)
30        * Makefile.am, src/Makefile.am, src/dosfs/Makefile.am,
31        src/imfs/Makefile.am: Reflect having merged configure.ac into
32        ../configure.ac.
33        * src/dosfs/config.h: New.
34        * src/dosfs/Makefile.am: Add config.h.
35        * src/imfsfs/config.h: New.
36        * src/imfs/Makefile.am: Add config.h.
37        Remove COMMON_C_FILES, DOC_FILES (Unused).
38
392003-07-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
40
41        * src/dosfs/fat.c: include config-header "config.h".
42        * src/dosfs/fat_fat_operations.c: Ditto.
43        * src/dosfs/fat_file.c: Ditto.
44        * src/dosfs/msdos_conv.c: Ditto.
45
462003-07-02      Chris Johns <cjohns@cybertec.com.au>
47
48        * src/dosfs/Makefile.am, src/dosfs/msdos.h,
49        src/dosfs/msdos_conv.c, src/dosfs/msdos_create.c,
50        src/dosfs/msdos_dir.c, src/dosfs/msdos_misc.c: Patch from Victor
51        V. Vengerov <vvv@oktet.ru> to remove Linux code.
52        * src/dosfs/fat.c, src/dosfs/fat.h: Comment have been updated.
53
542003-06-10      Phil Torre <ptorre@zetron.com>
55
56        PR 411/filesystem
57        * src/imfs/imfs_unlink.c: Fix bug where renaming a memfile and
58        then unlinking it causes a memory leak.
59
602003-03-25      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
61
62        PR 367/filesystem
63        * src/dosfs/Makefile.am, src/dosfs/fat.c, src/dosfs/fat.h,
64        src/dosfs/fat_fat_operations.c, src/dosfs/fat_file.c,
65        src/dosfs/msdos.h, src/dosfs/msdos_dir.c: Some bugs were still
66        present in the DOSFS implementation:
67            - FAT12 did not work properly on Big-Endian machines
68            - Some synchronization and error handling problems were present
69            - Some legal codings for EOC were not recognized
70
71
722003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
73
74        * configure.ac: Remove AC_CONFIG_AUX_DIR.
75
762003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
77
78        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
79
802003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
81
82        * configure.ac: AC_PREREQ(2.57).
83
842003-02-03      Steven Johnson <sjohnson@neurizon.net>
85
86        PR 338/filesystem
87        * src/imfs/ioman.c: Fix reentrancy problem with
88        rtems_io_lookup_name() (API change).
89
902003-01-03      Eugeny S. Mints <Eugeny.Mints@oktet.ru>
91
92        * src/dosfs/msdos_initsupp.c: Specify inherited priority as 0 since this
93        is a FIFO queuing semaphore.
94
952002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
96
97        * src/imfs/Makefile.am: Eliminate C_O_FILES.
98        * src/dosfs/Makefile.am: Ditto.
99
1002002-12-02      Joel Sherrill <joel@OARcorp.com>
101
102        * src/dosfs/fat.h, src/dosfs/msdos.h: Added casts to remove warnings
103        on 16 bit targets like the h8300.
104
1052002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
106
107        * configure.ac: Cosmetical fixes.
108
1092002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
110
111        * configure.ac: Fix package name.
112
1132002-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
114
115        * configure.ac: Add nostdinc to AM_INIT_AUTOMAKE.
116
1172002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
118
119        * .cvsignore: Reformat.
120        Add autom4te*cache.
121        Remove autom4te.cache.
122
1232002-10-02      Jennifer Averett <jennifer@OARcorp.com>
124
125        * src/imfs/memfile.c: Fixed case where last close of unlinked file
126        did not remove the resources associated with that file.  Reported
127        by Till Straumann <strauman@slac.stanford.edu> on the mailing list.
128
1292002-09-14      Joel Sherrill <joel@OARcorp.com>
130
131        * src/dosfs/fat.c, src/imfs/deviceio.c, src/imfs/imfs.h,
132        src/imfs/imfs_directory.c, src/imfs/imfs_fchmod.c,
133        src/imfs/memfile.c: Eliminated warnings.  A lot of this focus
134        was on changing read and write entry points to return ssize_t
135        as read(2) and write(2) now do.
136
1372002-07-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
138
139        * wrapup/Makefile.am: Remove.
140        * wrapup/.cvsignore: Remove.
141        * Makefile.am: Remove wrapup SUBDIR.
142        * configure.ac: Remove wrapup/Makefile.
143
1442002-07-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
145
146        * configure.ac: RTEMS_TOP(../..).
147
1482002-07-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
149
150        * configure.ac: Remove RTEMS_PROJECT_ROOT.
151
1522002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
153
154        * configure.ac: Use AC_CONFIG_AUX_DIR(../..).
155        Add AC_PROG_RANLIB.
156
1572002-06-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
158
159        * wrapup/Makefile.am: Don't preinstall libfs.a.
160
1612002-06-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
162
163        * src/dosfs/Makefile.am: Include $(top_srcdir)/../automake/*.am.
164        * src/Makefile.am: Include $(top_srcdir)/../automake/*.am.
165        * src/imfs/Makefile.am: Include $(top_srcdir)/../automake/*.am.
166        * Makefile.am: Include $(top_srcdir)/../automake/*.am.
167        Use ../aclocal.
168        * wrapup/Makefile.am: Include $(top_srcdir)/../automake/*.am.
169
1702002-05-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
171
172        Move from c/src/libfs to c/src/exec/libfs
173        * configure.ac: Reflect move.
174        * Makefile.am: Ditto.
175        * src/Makefile.am: Ditto.
176        * src/dosfs/Makefile.am: Ditto.
177        * src/imfs/Makefile.am: Ditto.
178        * wrapup/Makefile.am: Ditto.
179
1802002-04-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
181
182        * src/imfs/imfs_getchild.c: include <string.h>.
183        * src/imfs/imfs_gtkn.c: Include <string.h>.
184        * src/imfs/ioman.c: Include <string.h>.
185        * src/imfs/linearfile.c: Include <string.h>.
186        * src/imfs/memfile.c: Include <string.h>.
187
1882001-04-04      Joel Sherrill <joel@OARcorp.com>
189
190        * src/dosfs/Makefile.am: Per PR129 do not install as many files
191        to the $(includedir).
192
1932002-04-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
194
195        * src/dosfs/fat.h: Include <string.h>.
196        Remove DBG1 and DBG2 (unused).
197
1982002-04-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
199
200        * Per PR169.
201        * src/dosfs/config.h.in, src/dosfs/stamp-h2.in: Removed from CVS.
202
203
2042002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
205
206        * src/dosfs/fat_file.c: Remove bsp.h.
207        fat_file_write(.. const char*buf ..).
208        * src/dosfs/fat_file.h: fat_file_write(.. const char*buf ..).
209
2102002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
211
212        * configure.ac:
213        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
214        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
215        * src/dosfs/Makefile.am: Remove AUTOMAKE_OPTIONS.
216        * src/Makefile.am: Remove AUTOMAKE_OPTIONS.
217        * src/imfs/Makefile.am: Remove AUTOMAKE_OPTIONS.
218        * Makefile.am: Remove AUTOMAKE_OPTIONS.
219        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
220
2212002-03-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
222
223        Addressing PR 140.
224        * src/dosfs/config.h.in: Removed.
225        * src/dosfs/stamp-h2.in: Removed.
226        * .cvsignore: Add config.h*, stamp-h*.
227        * configure.ac: Remove AC_SRC_DIR(.../dosfs.h).
228        Remove AM_CONFIG_HEADER(src/dosfs/config.h).
229        Remove AM_CONFIG_HEADER(src/imfs/config.h).
230        Add AM_CONFIG_HEADER(config.h).
231        * src/dosfs/Makefile.am: INCLUDES = -I../.. .
232        * src/imfs/Makefile.am: INCLUDES = -I../.. .
233
2342002-03-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
235
236        Reported and tracked as PR130.
237        * src/dosfs/Makefile.am: Reworked, Disable dosfs for UNIX.
238        * wrapup/Makefile.am: Disable dosfs for UNIX.
239
2402001-03-01      Joel Sherrill <joel@OARcorp.com>
241
242        * src/imfs/.cvsignore: Added stamp-h1.in
243
2442002-02-28      Victor V. Vengerov <vvv@oktet.ru>
245
246        * DOS filesystem including FAT12, FAT16, and FAT32 support submitted.
247        * src/dosfs, src/dosfs/Makefile.am, src/dosfs/stamp-h2.in,
248        src/dosfs/config.h.in, src/dosfs/dosfs.h, src/dosfs/fat.c,
249        src/dosfs/fat.h, src/dosfs/fat_fat_operations.c,
250        src/dosfs/fat_fat_operations.h, src/dosfs/fat_file.c,
251        src/dosfs/fat_file.h, src/dosfs/msdos.h, src/dosfs/msdos_create.c,
252        src/dosfs/msdos_dir.c, src/dosfs/msdos_eval.c, src/dosfs/msdos_file.c,
253        src/dosfs/msdos_free.c, src/dosfs/msdos_fsunmount.c,
254        src/dosfs/msdos_handlers_dir.c, src/dosfs/msdos_handlers_file.c,
255        src/dosfs/msdos_init.c, src/dosfs/msdos_initsupp.c,
256        src/dosfs/msdos_misc.c, src/dosfs/msdos_mknod.c,
257        src/dosfs/msdos_node_type.c, src/dosfs/.cvsignore: New files.
258        * configure.ac, src/Makefile.am, wrapup/Makefile.am: Modified to
259        reflect addition.
260
2612002-01-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
262
263        * src/imfs/imfs_load_tar.c: Add include <sys/types.h>.
264        Add include <sys/stat.h>. Add include <fcntl.h>.
265        * src/imfs/imfs_rmnod.c: Add include <stdlib.h>.
266
2672002-01-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
268
269        * src/imfs/imfs_eval.c: Include <rtems/seterr.h>.
270        Apply rtems_set_errno_and_return_minus_one.
271        * src/imfs/memfile.c: Include <rtems/seterr.h>.
272        Apply rtems_set_errno_and_return_minus_one.
273        * src/imfs/imfs_readlink.c: Include <rtems/seterr.h>.
274        Apply rtems_set_errno_and_return_minus_one.
275        * src/imfs/imfs_unlink.c: Include <rtems/seterr.h>.
276        Apply rtems_set_errno_and_return_minus_one.
277        * src/imfs/imfs_link.c: Include <rtems/seterr.h>.
278        Apply rtems_set_errno_and_return_minus_one.
279        * src/imfs/imfs_chown.c: Include <rtems/seterr.h>.
280        Apply rtems_set_errno_and_return_minus_one.
281        * src/imfs/ioman.c: Include <rtems/seterr.h>.
282        Apply rtems_set_errno_and_return_minus_one.
283        * src/imfs/imfs_mount.c: Include <rtems/seterr.h>.
284        Apply rtems_set_errno_and_return_minus_one.
285        * src/imfs/imfs_directory.c: Include <rtems/seterr.h>.
286        Apply rtems_set_errno_and_return_minus_one.
287        * src/imfs/imfs_stat.c: Include <rtems/seterr.h>.
288        Apply rtems_set_errno_and_return_minus_one.
289        * src/imfs/imfs_fchmod.c: Include <rtems/seterr.h>.
290        Apply rtems_set_errno_and_return_minus_one.
291        * src/imfs/imfs_symlink.c: Include <rtems/seterr.h>.
292        Apply rtems_set_errno_and_return_minus_one.
293        * src/imfs/imfs_mknod.c: Include <rtems/seterr.h>.
294        Apply rtems_set_errno_and_return_minus_one.
295        * src/imfs/linearfile.c: Include <rtems/seterr.h>.
296        Apply rtems_set_errno_and_return_minus_one.
297        * src/imfs/imfs_unmount.c: Include <rtems/seterr.h>.
298        Apply rtems_set_errno_and_return_minus_one.
299        * src/imfs/imfs.h: Apply rtems_set_errno_and_return_minus_one.
300        Comment out increment_and_check_linkcounts.
301
3022001-11-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
303
304        * wrapup/Makefile.am: Remove HAS_IMFS.
305
3062001-11-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
307
308        * src/imfs/Makefile.am: Cleanup.
309
3102001-11-07      Jennifer Averett <jennifer@OARcorp.com>
311
312        Reported by Ibragimov Ilya <ibr@oktet.ru> and tracked as PR49.
313        *  src/imfs/imfs_directory.c: Do not calculate the offset twice.
314
3152001-10-26      Victor V. Vengerov <vvv@oktet.ru>
316
317        * src/imfs/imfs_load_tar.c: Minor modification so this will
318        compile with gcc-2.95.3 with the arguments "-m5200 -O4".
319
3202001-10-16      Chris Johns <ccj@acm.org>
321
322        * imfs/imfs_load_tar.c: Changed the code around to remove an
323        internal compiler error on the Coldfire target.
324
3252001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
326
327        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
328        * configure.in: Remove.
329        * configure.ac: New file, generated from configure.in by autoupdate.
330
3312001-10-10      Joel Sherrill <joel@OARcorp.com>
332
333        * src/imfs/imfs_getchild.c: Correct length of static string
334        as reported by Ibragimov Ilya <ibr@oktet.ru>.
335
3362001-09-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
337
338        * src/imfs/Makefile.am: Use 'PREINSTALL_FILES ='.
339
3402001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
341
342        * src/imfs/Makefile.am: Revamp INCLUDES handling to make automake-1.5
343        happy.
344
3452001-08-09      Fernando-Ruiz Casas <correo@fernando-ruiz.com>
346
347        * src/imfs/imfs_eval.c: The CD_UP problem in imfs_eval has been
348        touched. The order of the questions is the key.
349
3502001-07-06      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
351
352        * src/imfs/deviceio.c: Make sure errno gets set to reflect
353        the status from the driver.
354
3552001-05-25      Joel Sherrill <joel@OARcorp.com>
356
357        * src/imfs/imfs_initsupp.c: Create the root node with the
358        desired permissions.  Nodes should be created with the right
359        permissions because chmod() is not supported by the miniIMFS
360        so changing after creation is not possible.
361
3622001-04-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
363
364        * configure.in: Add [-ansi -fasm] to RTEMS_PROG_CC_FOR_TARGET.
365
3662001-04-24      Joel Sherrill <joel@OARcorp.com>
367
368        * src/imfs/memfile.c (memfile_open): Did not set iop->size
369        and thus the value was incorrect.  Before this field was cleared,
370        this resulted in the value from the last time that IOP was used
371        being still in place.  Discovered by  Andrew Bythell
372        <abythell@nortelnetworks.com>.
373
3742001-04-20      Joel Sherrill <joel@OARcorp.com>
375
376        * src/imfs/imfs_debug.c (IMFS_print_jnode): Modified to print
377        only information that does not vary based on target or memory
378        configuration.  The old prints are still there in case they
379        are needed in the future to debug.  Printing target dependent
380        addresses makes the test output vary by target unnecessarily.
381
3822001-03-23      Joel Sherrill <joel@OARcorp.com>
383
384        * src/imfs/memfile.c: Reapply fix from bug report from
385        Jose Sturniolo <jsturnio@nec.com.ar> where NULL pointer
386        was dereferenced when freeing a triply indirect file. 
387        The fix was applied to the 4.5 release branch and not
388        the development branch.
389
3902001-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
391
392        * src/imfs/Makefile.am: Apply include_*HEADERS instead of H_FILES.
393
3942001-01-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
395
396        * configure.in: Add src/imfs/config.h
397        * src/imfs/Makefile.am: Add INCLUDES += -I. to pickup config.h
398        * src/imfs/.cvsignore: Add config.h and stamp-h
399        * src/imfs/*.c: Add config.h support.
400
4012001-01-12      Jake Janovetz <janovetz@uiuc.edu>
402
403        * src/imfs/imfs.h, src/imfs/imfs_creat.c, src/imfs/imfs_debug.c,
404        src/imfs/imfs_eval.c, src/imfs/imfs_fchmod.c,
405        src/imfs/imfs_handlers_memfile.c, src/imfs/imfs_init.c,
406        src/imfs/imfs_initsupp.c, src/imfs/imfs_stat.c, src/imfs/memfile.c,
407        src/imfs/miniimfs_init.c: Final developmental update to "tarfs".
408        When rtems_tarfs_load() is called, it checks the permissions
409        on each file.  If there is write permission, it just creates a
410        standard file using "creat()" and therefore, uses the IMFS MEMORY_FILE.
411        If there is no write permission, it creates a LINEAR_FILE node
412        with the appropriate properties.  If the permission is ever changed
413        to writeable, IMFS_fchmod converts it to a regular memory file.
414
4152000-12-12      Jake Janovetz <janovetz@uiuc.edu>
416
417        *  src/imfs/linearfile.c, src/imfs/imfs_load_tar.c: New files.
418        * src/imfs/Makefile.am, src/imfs/imfs.h,
419        src/imfs/imfs_creat.c, src/imfs/imfs_debug.c,
420        src/imfs/imfs_eval.c, src/imfs/imfs_handlers_memfile.c,
421        src/imfs/imfs_init.c, src/imfs/imfs_initsupp.c,
422        src/imfs/imfs_stat.c, src/imfs/miniimfs_init.c: Added "tarfs".
423        This is not really a tar filesystem.  It is a way to load a tar
424        image into the IMFS but actually leave bulky file contents in the
425        original tar image.  It essentially adds the linear file type and
426        associated support and a loader routine.
427
4282000-11-28      Joel Sherrill <joel@OARcorp.com>
429
430        * src/imfs/memfile.c: Bug report from Sturniolo Jose
431        <jsturnio@nec.com.ar> where NULL pointer was dereferenced.
432
4332000-11-17      Jennifer Averret <jennifer@OARcorp.com>
434
435        * src/imfs/imfs_eval.c: Always return imaginary node at mount points.
436
4372000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
438
439        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
440
4412000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
442
443        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
444
4452000-11-01      Joel Sherrill <joel@OARcorp.com>
446
447        * src/imfs/Makefile.am, src/imfs/deviceio.c, src/imfs/imfs_chown.c,
448        src/imfs/imfs_config.c, src/imfs/imfs_creat.c, src/imfs/imfs_debug.c,
449        src/imfs/imfs_directory.c, src/imfs/imfs_eval.c, src/imfs/imfs_fchmod.c,
450        src/imfs/imfs_free.c, src/imfs/imfs_fsunmount.c, src/imfs/imfs_gtkn.c,
451        src/imfs/imfs_init.c, src/imfs/imfs_initsupp.c, src/imfs/imfs_link.c,
452        src/imfs/imfs_mknod.c, src/imfs/imfs_mount.c, src/imfs/imfs_readlink.c,
453        src/imfs/imfs_rmnod.c, src/imfs/imfs_stat.c, src/imfs/imfs_symlink.c,
454        src/imfs/imfs_unixstub.c, src/imfs/imfs_unlink.c,
455        src/imfs/imfs_unmount.c, src/imfs/imfs_utime.c, src/imfs/ioman.c,
456        src/imfs/memfile.c, src/imfs/miniimfs_init.c:
457        assoc.h, error.h, libio_.h, libio.h, and libcsupport.h moved
458        from libc to lib/include/rtems and now must be referenced as
459        <rtems/XXX.h>.  Now we do not have to reach up and over to
460        libc to pick them up.
461
4622000-10-24      Joel Sherrill <joel@OARcorp.com>
463
464        * src/imfs/imfs_config.c: New file containing IMFS configuration
465        information split from libc/base_fs.c.
466        * src/imfs/ioman.c: New file. Moved from lib/libc. Missed previously.
467        * src/imfs/Makefile.am: Added imfs_config.c and ioman.c.
468
4692000-10-24      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
470
471        * Makefile.am, configure.in:  Introduce GNU canonicalization to libfs/.
472        The approach is currently a bit of a hack as GNU canonicalization
473        does not support the per-BSP build some of the other directories
474        require.  As more of the tree is converted, this will become less
475        of an issue.
476
4772000-10-19      Joel Sherrill <joel@OARcorp.com>
478
479        * .cvsignore, src/.cvsignore, src/imfs/.cvsignore, wrapup/.cvsignore:
480        New files.
481
4822000-10-18      Chris Johns <ccj@acm.org>
483
484        * libfs created.
485        * src, src/imfs, wrapup: New directories.
486        * ChangeLog, Makefile.am, README, configure.in, src/Makefile.am,
487        wrapup/Makefile.am: New files.
488        * src/imfs/deviceio.c, src/imfs/imfs_getchild.c,
489        src/imfs/imfs_readlink.c, src/imfs/imfs.h, src/imfs/imfs_gtkn.c,
490        src/imfs/imfs_rmnod.c, src/imfs/imfs_chown.c,
491        src/imfs/imfs_handlers_device.c, src/imfs/imfs_stat.c,
492        src/imfs/imfs_creat.c, src/imfs/imfs_handlers_directory.c,
493        src/imfs/imfs_symlink.c, src/imfs/imfs_debug.c,
494        src/imfs/imfs_handlers_link.c, src/imfs/imfs_unixstub.c,
495        src/imfs/imfs_directory.c, src/imfs/imfs_handlers_memfile.c,
496        src/imfs/imfs_unlink.c, src/imfs/imfs_eval.c, src/imfs/imfs_init.c,
497        src/imfs/imfs_unmount.c, src/imfs/imfs_fchmod.c,
498        src/imfs/imfs_initsupp.c, src/imfs/imfs_utime.c, src/imfs/imfs_fcntl.c,
499        src/imfs/imfs_link.c, src/imfs/memfile.c, src/imfs/imfs_fdatasync.c,
500        src/imfs/imfs_mknod.c, src/imfs/miniimfs_init.c, src/imfs/imfs_free.c,
501        src/imfs/imfs_mount.c, src/imfs/imfs_fsunmount.c, src/imfs/imfs_ntype.c:
502        New files. Moved from libc.
Note: See TracBrowser for help on using the repository browser.