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

Last change on this file since 8ae3c6e8 was 8ae3c6e8, checked in by Jennifer Averett <Jennifer.Averett@…>, on 08/05/03 at 16:02:50

Fixed Changelog comments.

  • Property mode set to 100644
File size: 17.3 KB
RevLine 
[e539064]12003-08-05      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
2
3        PR 439/filesystem
[8ae3c6e8]4        * src/dosfs/fat_file.c: flush temporary buffer when closing files
[e539064]5
[b008fdc]62003-08-04      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
7
8        PR 441/filesystem
[8ae3c6e8]9        * src/dosfs/msdos.h: add rename support to DOSFS
10        * src/dosfs/msdos_create.c: add rename support to DOSFS
11        * src/dosfs/msdos_file.c: add rename support to DOSFS
12        * src/dosfs/msdos_init.c: add rename support to DOSFS
13        * src/dosfs/msdos_mknod.c: add rename support to DOSFS
[b008fdc]14
[4a33e89]152003-07-15      Chris Johns <cjohns@cybertec.com.au>
16        * src/dosfs/msdos.h: PR431. MSDOS Volume semaphore timeout is now
17        NO TIMEOUT. MSDOS volume opertations will wait for ever.
18
[bf7d076]192003-07-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
20
21        * src/dosfs/fat.c: include config-header "config.h".
22        * src/dosfs/fat_fat_operations.c: Ditto.
23        * src/dosfs/fat_file.c: Ditto.
24        * src/dosfs/msdos_conv.c: Ditto.
25
[8e308413]262003-07-02      Chris Johns <cjohns@cybertec.com.au>
[b64d50c]27
[8e308413]28        * src/dosfs/Makefile.am, src/dosfs/msdos.h,
29        src/dosfs/msdos_conv.c, src/dosfs/msdos_create.c,
30        src/dosfs/msdos_dir.c, src/dosfs/msdos_misc.c: Patch from Victor
31        V. Vengerov <vvv@oktet.ru> to remove Linux code.
32        * src/dosfs/fat.c, src/dosfs/fat.h: Comment have been updated.
33
[e8ee0717]342003-06-10      Phil Torre <ptorre@zetron.com>
35
36        PR 411/filesystem
37        * src/imfs/imfs_unlink.c: Fix bug where renaming a memfile and
38        then unlinking it causes a memory leak.
39
[01c5b9d7]402003-03-25      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
41
42        PR 367/filesystem
43        * src/dosfs/Makefile.am, src/dosfs/fat.c, src/dosfs/fat.h,
44        src/dosfs/fat_fat_operations.c, src/dosfs/fat_file.c,
45        src/dosfs/msdos.h, src/dosfs/msdos_dir.c: Some bugs were still
46        present in the DOSFS implementation:
47            - FAT12 did not work properly on Big-Endian machines
48            - Some synchronization and error handling problems were present
49            - Some legal codings for EOC were not recognized
50
51
[17569bf4]522003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
53
54        * configure.ac: Remove AC_CONFIG_AUX_DIR.
55
[ccd81b60]562003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
57
58        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
59
[9b5c258]602003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
61
62        * configure.ac: AC_PREREQ(2.57).
63
[43f69a2d]642003-02-03      Steven Johnson <sjohnson@neurizon.net>
65
66        PR 338/filesystem
67        * src/imfs/ioman.c: Fix reentrancy problem with
68        rtems_io_lookup_name() (API change).
69
[b9fa9f0]702003-01-03      Eugeny S. Mints <Eugeny.Mints@oktet.ru>
71
72        * src/dosfs/msdos_initsupp.c: Specify inherited priority as 0 since this
73        is a FIFO queuing semaphore.
74
[2d709236]752002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
76
77        * src/imfs/Makefile.am: Eliminate C_O_FILES.
78        * src/dosfs/Makefile.am: Ditto.
79
[a36e988]802002-12-02      Joel Sherrill <joel@OARcorp.com>
81
82        * src/dosfs/fat.h, src/dosfs/msdos.h: Added casts to remove warnings
83        on 16 bit targets like the h8300.
84
[9d721178]852002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
86
87        * configure.ac: Cosmetical fixes.
88
[47c0220]892002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
90
91        * configure.ac: Fix package name.
92
[56a1ae36]932002-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
94
95        * configure.ac: Add nostdinc to AM_INIT_AUTOMAKE.
96
[f8cb04a5]972002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
98
99        * .cvsignore: Reformat.
100        Add autom4te*cache.
101        Remove autom4te.cache.
102
[2b30225]1032002-10-02      Jennifer Averett <jennifer@OARcorp.com>
104
105        * src/imfs/memfile.c: Fixed case where last close of unlinked file
106        did not remove the resources associated with that file.  Reported
107        by Till Straumann <strauman@slac.stanford.edu> on the mailing list.
108
[d32359a7]1092002-09-14      Joel Sherrill <joel@OARcorp.com>
110
111        * src/dosfs/fat.c, src/imfs/deviceio.c, src/imfs/imfs.h,
112        src/imfs/imfs_directory.c, src/imfs/imfs_fchmod.c,
113        src/imfs/memfile.c: Eliminated warnings.  A lot of this focus
114        was on changing read and write entry points to return ssize_t
115        as read(2) and write(2) now do.
116
[e6cf7a3]1172002-07-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
[239cf33]118
[e6cf7a3]119        * wrapup/Makefile.am: Remove.
120        * wrapup/.cvsignore: Remove.
121        * Makefile.am: Remove wrapup SUBDIR.
122        * configure.ac: Remove wrapup/Makefile.
[3e83325]123
[705a0701]1242002-07-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
125
126        * configure.ac: RTEMS_TOP(../..).
127
[8c746fe]1282002-07-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
129
130        * configure.ac: Remove RTEMS_PROJECT_ROOT.
131
[da8f88a]1322002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
133
134        * configure.ac: Use AC_CONFIG_AUX_DIR(../..).
135        Add AC_PROG_RANLIB.
136
[8e7d260c]1372002-06-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
138
139        * wrapup/Makefile.am: Don't preinstall libfs.a.
140
[7077c87]1412002-06-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
142
143        * src/dosfs/Makefile.am: Include $(top_srcdir)/../automake/*.am.
144        * src/Makefile.am: Include $(top_srcdir)/../automake/*.am.
145        * src/imfs/Makefile.am: Include $(top_srcdir)/../automake/*.am.
146        * Makefile.am: Include $(top_srcdir)/../automake/*.am.
147        Use ../aclocal.
148        * wrapup/Makefile.am: Include $(top_srcdir)/../automake/*.am.
149
[47ef863a]1502002-05-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
151
152        Move from c/src/libfs to c/src/exec/libfs
153        * configure.ac: Reflect move.
154        * Makefile.am: Ditto.
155        * src/Makefile.am: Ditto.
156        * src/dosfs/Makefile.am: Ditto.
157        * src/imfs/Makefile.am: Ditto.
158        * wrapup/Makefile.am: Ditto.
159
[c873f40]1602002-04-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
161
162        * src/imfs/imfs_getchild.c: include <string.h>.
163        * src/imfs/imfs_gtkn.c: Include <string.h>.
164        * src/imfs/ioman.c: Include <string.h>.
165        * src/imfs/linearfile.c: Include <string.h>.
166        * src/imfs/memfile.c: Include <string.h>.
167
[6940f507]1682001-04-04      Joel Sherrill <joel@OARcorp.com>
169
170        * src/dosfs/Makefile.am: Per PR129 do not install as many files
171        to the $(includedir).
172
[aed1f02a]1732002-04-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
174
175        * src/dosfs/fat.h: Include <string.h>.
176        Remove DBG1 and DBG2 (unused).
177
[d0ad2b3]1782002-04-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
179
180        * Per PR169.
181        * src/dosfs/config.h.in, src/dosfs/stamp-h2.in: Removed from CVS.
182
183
[9fff6bf]1842002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
185
186        * src/dosfs/fat_file.c: Remove bsp.h.
187        fat_file_write(.. const char*buf ..).
188        * src/dosfs/fat_file.h: fat_file_write(.. const char*buf ..).
189
[05b8b60]1902002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
191
192        * configure.ac:
193        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
194        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
195        * src/dosfs/Makefile.am: Remove AUTOMAKE_OPTIONS.
196        * src/Makefile.am: Remove AUTOMAKE_OPTIONS.
197        * src/imfs/Makefile.am: Remove AUTOMAKE_OPTIONS.
198        * Makefile.am: Remove AUTOMAKE_OPTIONS.
199        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
200
[c31deeb]2012002-03-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
202
203        Addressing PR 140.
204        * src/dosfs/config.h.in: Removed.
205        * src/dosfs/stamp-h2.in: Removed.
206        * .cvsignore: Add config.h*, stamp-h*.
207        * configure.ac: Remove AC_SRC_DIR(.../dosfs.h).
208        Remove AM_CONFIG_HEADER(src/dosfs/config.h).
209        Remove AM_CONFIG_HEADER(src/imfs/config.h).
210        Add AM_CONFIG_HEADER(config.h).
211        * src/dosfs/Makefile.am: INCLUDES = -I../.. .
212        * src/imfs/Makefile.am: INCLUDES = -I../.. .
213
[2de2bec]2142002-03-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
215
216        Reported and tracked as PR130.
217        * src/dosfs/Makefile.am: Reworked, Disable dosfs for UNIX.
218        * wrapup/Makefile.am: Disable dosfs for UNIX.
219
[f9d1afc]2202001-03-01      Joel Sherrill <joel@OARcorp.com>
221
222        * src/imfs/.cvsignore: Added stamp-h1.in
223
[f36a7bfc]2242002-02-28      Victor V. Vengerov <vvv@oktet.ru>
225
226        * DOS filesystem including FAT12, FAT16, and FAT32 support submitted.
227        * src/dosfs, src/dosfs/Makefile.am, src/dosfs/stamp-h2.in,
228        src/dosfs/config.h.in, src/dosfs/dosfs.h, src/dosfs/fat.c,
229        src/dosfs/fat.h, src/dosfs/fat_fat_operations.c,
230        src/dosfs/fat_fat_operations.h, src/dosfs/fat_file.c,
231        src/dosfs/fat_file.h, src/dosfs/msdos.h, src/dosfs/msdos_create.c,
232        src/dosfs/msdos_dir.c, src/dosfs/msdos_eval.c, src/dosfs/msdos_file.c,
233        src/dosfs/msdos_free.c, src/dosfs/msdos_fsunmount.c,
234        src/dosfs/msdos_handlers_dir.c, src/dosfs/msdos_handlers_file.c,
235        src/dosfs/msdos_init.c, src/dosfs/msdos_initsupp.c,
236        src/dosfs/msdos_misc.c, src/dosfs/msdos_mknod.c,
237        src/dosfs/msdos_node_type.c, src/dosfs/.cvsignore: New files.
238        * configure.ac, src/Makefile.am, wrapup/Makefile.am: Modified to
239        reflect addition.
240
[74e0ba5]2412002-01-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
242
243        * src/imfs/imfs_load_tar.c: Add include <sys/types.h>.
244        Add include <sys/stat.h>. Add include <fcntl.h>.
245        * src/imfs/imfs_rmnod.c: Add include <stdlib.h>.
246
[b2709481]2472002-01-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
248
249        * src/imfs/imfs_eval.c: Include <rtems/seterr.h>.
250        Apply rtems_set_errno_and_return_minus_one.
251        * src/imfs/memfile.c: Include <rtems/seterr.h>.
252        Apply rtems_set_errno_and_return_minus_one.
253        * src/imfs/imfs_readlink.c: Include <rtems/seterr.h>.
254        Apply rtems_set_errno_and_return_minus_one.
255        * src/imfs/imfs_unlink.c: Include <rtems/seterr.h>.
256        Apply rtems_set_errno_and_return_minus_one.
257        * src/imfs/imfs_link.c: Include <rtems/seterr.h>.
258        Apply rtems_set_errno_and_return_minus_one.
259        * src/imfs/imfs_chown.c: Include <rtems/seterr.h>.
260        Apply rtems_set_errno_and_return_minus_one.
261        * src/imfs/ioman.c: Include <rtems/seterr.h>.
262        Apply rtems_set_errno_and_return_minus_one.
263        * src/imfs/imfs_mount.c: Include <rtems/seterr.h>.
264        Apply rtems_set_errno_and_return_minus_one.
265        * src/imfs/imfs_directory.c: Include <rtems/seterr.h>.
266        Apply rtems_set_errno_and_return_minus_one.
267        * src/imfs/imfs_stat.c: Include <rtems/seterr.h>.
268        Apply rtems_set_errno_and_return_minus_one.
269        * src/imfs/imfs_fchmod.c: Include <rtems/seterr.h>.
270        Apply rtems_set_errno_and_return_minus_one.
271        * src/imfs/imfs_symlink.c: Include <rtems/seterr.h>.
272        Apply rtems_set_errno_and_return_minus_one.
273        * src/imfs/imfs_mknod.c: Include <rtems/seterr.h>.
274        Apply rtems_set_errno_and_return_minus_one.
275        * src/imfs/linearfile.c: Include <rtems/seterr.h>.
276        Apply rtems_set_errno_and_return_minus_one.
277        * src/imfs/imfs_unmount.c: Include <rtems/seterr.h>.
278        Apply rtems_set_errno_and_return_minus_one.
279        * src/imfs/imfs.h: Apply rtems_set_errno_and_return_minus_one.
280        Comment out increment_and_check_linkcounts.
281
[c1b61c5]2822001-11-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
283
284        * wrapup/Makefile.am: Remove HAS_IMFS.
285
[f667aaec]2862001-11-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
287
288        * src/imfs/Makefile.am: Cleanup.
289
[47901d8]2902001-11-07      Jennifer Averett <jennifer@OARcorp.com>
291
292        Reported by Ibragimov Ilya <ibr@oktet.ru> and tracked as PR49.
293        *  src/imfs/imfs_directory.c: Do not calculate the offset twice.
294
[fa2f9790]2952001-10-26      Victor V. Vengerov <vvv@oktet.ru>
296
297        * src/imfs/imfs_load_tar.c: Minor modification so this will
298        compile with gcc-2.95.3 with the arguments "-m5200 -O4".
299
[8670008c]3002001-10-16      Chris Johns <ccj@acm.org>
301
302        * imfs/imfs_load_tar.c: Changed the code around to remove an
303        internal compiler error on the Coldfire target.
304
[df25c998]3052001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
306
307        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
308        * configure.in: Remove.
309        * configure.ac: New file, generated from configure.in by autoupdate.
310
[d9b0b866]3112001-10-10      Joel Sherrill <joel@OARcorp.com>
312
313        * src/imfs/imfs_getchild.c: Correct length of static string
314        as reported by Ibragimov Ilya <ibr@oktet.ru>.
315
[52b3ff6]3162001-09-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
317
318        * src/imfs/Makefile.am: Use 'PREINSTALL_FILES ='.
319
[3520280]3202001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
321
322        * src/imfs/Makefile.am: Revamp INCLUDES handling to make automake-1.5
323        happy.
324
[b6a2d2fa]3252001-08-09      Fernando-Ruiz Casas <correo@fernando-ruiz.com>
326
327        * src/imfs/imfs_eval.c: The CD_UP problem in imfs_eval has been
328        touched. The order of the questions is the key.
329
[b8c8cab]3302001-07-06      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
331
332        * src/imfs/deviceio.c: Make sure errno gets set to reflect
333        the status from the driver.
334
[e807db0]3352001-05-25      Joel Sherrill <joel@OARcorp.com>
336
337        * src/imfs/imfs_initsupp.c: Create the root node with the
338        desired permissions.  Nodes should be created with the right
339        permissions because chmod() is not supported by the miniIMFS
340        so changing after creation is not possible.
341
[53c3a2c6]3422001-04-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
343
344        * configure.in: Add [-ansi -fasm] to RTEMS_PROG_CC_FOR_TARGET.
345
[eb22ebe]3462001-04-24      Joel Sherrill <joel@OARcorp.com>
347
348        * src/imfs/memfile.c (memfile_open): Did not set iop->size
349        and thus the value was incorrect.  Before this field was cleared,
350        this resulted in the value from the last time that IOP was used
351        being still in place.  Discovered by  Andrew Bythell
352        <abythell@nortelnetworks.com>.
353
[53462762]3542001-04-20      Joel Sherrill <joel@OARcorp.com>
355
356        * src/imfs/imfs_debug.c (IMFS_print_jnode): Modified to print
357        only information that does not vary based on target or memory
358        configuration.  The old prints are still there in case they
359        are needed in the future to debug.  Printing target dependent
360        addresses makes the test output vary by target unnecessarily.
361
[d79ef17]3622001-03-23      Joel Sherrill <joel@OARcorp.com>
363
364        * src/imfs/memfile.c: Reapply fix from bug report from
365        Jose Sturniolo <jsturnio@nec.com.ar> where NULL pointer
366        was dereferenced when freeing a triply indirect file. 
367        The fix was applied to the 4.5 release branch and not
368        the development branch.
369
[8b5d0db3]3702001-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
371
372        * src/imfs/Makefile.am: Apply include_*HEADERS instead of H_FILES.
373
[d6b1d73]3742001-01-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
375
376        * configure.in: Add src/imfs/config.h
377        * src/imfs/Makefile.am: Add INCLUDES += -I. to pickup config.h
378        * src/imfs/.cvsignore: Add config.h and stamp-h
379        * src/imfs/*.c: Add config.h support.
380
[d1941587]3812001-01-12      Jake Janovetz <janovetz@uiuc.edu>
382
383        * src/imfs/imfs.h, src/imfs/imfs_creat.c, src/imfs/imfs_debug.c,
384        src/imfs/imfs_eval.c, src/imfs/imfs_fchmod.c,
385        src/imfs/imfs_handlers_memfile.c, src/imfs/imfs_init.c,
386        src/imfs/imfs_initsupp.c, src/imfs/imfs_stat.c, src/imfs/memfile.c,
387        src/imfs/miniimfs_init.c: Final developmental update to "tarfs".
388        When rtems_tarfs_load() is called, it checks the permissions
389        on each file.  If there is write permission, it just creates a
390        standard file using "creat()" and therefore, uses the IMFS MEMORY_FILE.
391        If there is no write permission, it creates a LINEAR_FILE node
392        with the appropriate properties.  If the permission is ever changed
393        to writeable, IMFS_fchmod converts it to a regular memory file.
394
[0ef748fb]3952000-12-12      Jake Janovetz <janovetz@uiuc.edu>
396
397        *  src/imfs/linearfile.c, src/imfs/imfs_load_tar.c: New files.
398        * src/imfs/Makefile.am, src/imfs/imfs.h,
399        src/imfs/imfs_creat.c, src/imfs/imfs_debug.c,
400        src/imfs/imfs_eval.c, src/imfs/imfs_handlers_memfile.c,
401        src/imfs/imfs_init.c, src/imfs/imfs_initsupp.c,
402        src/imfs/imfs_stat.c, src/imfs/miniimfs_init.c: Added "tarfs".
403        This is not really a tar filesystem.  It is a way to load a tar
404        image into the IMFS but actually leave bulky file contents in the
405        original tar image.  It essentially adds the linear file type and
406        associated support and a loader routine.
407
[6b5519a]4082000-11-28      Joel Sherrill <joel@OARcorp.com>
409
410        * src/imfs/memfile.c: Bug report from Sturniolo Jose
411        <jsturnio@nec.com.ar> where NULL pointer was dereferenced.
412
[13e47e2e]4132000-11-17      Jennifer Averret <jennifer@OARcorp.com>
414
415        * src/imfs/imfs_eval.c: Always return imaginary node at mount points.
416
[feead226]4172000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
418
419        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
420
[a314d3b4]4212000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
422
423        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
424
[c058578]4252000-11-01      Joel Sherrill <joel@OARcorp.com>
426
427        * src/imfs/Makefile.am, src/imfs/deviceio.c, src/imfs/imfs_chown.c,
428        src/imfs/imfs_config.c, src/imfs/imfs_creat.c, src/imfs/imfs_debug.c,
429        src/imfs/imfs_directory.c, src/imfs/imfs_eval.c, src/imfs/imfs_fchmod.c,
430        src/imfs/imfs_free.c, src/imfs/imfs_fsunmount.c, src/imfs/imfs_gtkn.c,
431        src/imfs/imfs_init.c, src/imfs/imfs_initsupp.c, src/imfs/imfs_link.c,
432        src/imfs/imfs_mknod.c, src/imfs/imfs_mount.c, src/imfs/imfs_readlink.c,
433        src/imfs/imfs_rmnod.c, src/imfs/imfs_stat.c, src/imfs/imfs_symlink.c,
434        src/imfs/imfs_unixstub.c, src/imfs/imfs_unlink.c,
435        src/imfs/imfs_unmount.c, src/imfs/imfs_utime.c, src/imfs/ioman.c,
436        src/imfs/memfile.c, src/imfs/miniimfs_init.c:
437        assoc.h, error.h, libio_.h, libio.h, and libcsupport.h moved
438        from libc to lib/include/rtems and now must be referenced as
439        <rtems/XXX.h>.  Now we do not have to reach up and over to
440        libc to pick them up.
441
[a0756c9a]4422000-10-24      Joel Sherrill <joel@OARcorp.com>
443
444        * src/imfs/imfs_config.c: New file containing IMFS configuration
445        information split from libc/base_fs.c.
446        * src/imfs/ioman.c: New file. Moved from lib/libc. Missed previously.
447        * src/imfs/Makefile.am: Added imfs_config.c and ioman.c.
448
[7ec7cf7]4492000-10-24      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
450
451        * Makefile.am, configure.in:  Introduce GNU canonicalization to libfs/.
452        The approach is currently a bit of a hack as GNU canonicalization
453        does not support the per-BSP build some of the other directories
454        require.  As more of the tree is converted, this will become less
455        of an issue.
456
[5b59c4d]4572000-10-19      Joel Sherrill <joel@OARcorp.com>
458
459        * .cvsignore, src/.cvsignore, src/imfs/.cvsignore, wrapup/.cvsignore:
460        New files.
461
[d71c6c1]4622000-10-18      Chris Johns <ccj@acm.org>
463
464        * libfs created.
465        * src, src/imfs, wrapup: New directories.
466        * ChangeLog, Makefile.am, README, configure.in, src/Makefile.am,
467        wrapup/Makefile.am: New files.
468        * src/imfs/deviceio.c, src/imfs/imfs_getchild.c,
469        src/imfs/imfs_readlink.c, src/imfs/imfs.h, src/imfs/imfs_gtkn.c,
470        src/imfs/imfs_rmnod.c, src/imfs/imfs_chown.c,
471        src/imfs/imfs_handlers_device.c, src/imfs/imfs_stat.c,
472        src/imfs/imfs_creat.c, src/imfs/imfs_handlers_directory.c,
473        src/imfs/imfs_symlink.c, src/imfs/imfs_debug.c,
474        src/imfs/imfs_handlers_link.c, src/imfs/imfs_unixstub.c,
475        src/imfs/imfs_directory.c, src/imfs/imfs_handlers_memfile.c,
476        src/imfs/imfs_unlink.c, src/imfs/imfs_eval.c, src/imfs/imfs_init.c,
477        src/imfs/imfs_unmount.c, src/imfs/imfs_fchmod.c,
478        src/imfs/imfs_initsupp.c, src/imfs/imfs_utime.c, src/imfs/imfs_fcntl.c,
479        src/imfs/imfs_link.c, src/imfs/memfile.c, src/imfs/imfs_fdatasync.c,
480        src/imfs/imfs_mknod.c, src/imfs/miniimfs_init.c, src/imfs/imfs_free.c,
481        src/imfs/imfs_mount.c, src/imfs/imfs_fsunmount.c, src/imfs/imfs_ntype.c:
482        New files. Moved from libc.
Note: See TracBrowser for help on using the repository browser.