source: rtems/cpukit/libfs/ChangeLog @ ffc144e

4.104.114.84.95
Last change on this file since ffc144e was ffc144e, checked in by Ralf Corsepius <ralf.corsepius@…>, on 07/08/03 at 08:58:21

2003-07-08 Ralf Corsepius <corsepiu@…>

  • src/dosfs/fat.c: include config-header "config.h".
  • src/dosfs/fat_fat_operations.c: Ditto.
  • src/dosfs/fat_file.c: Ditto.
  • src/dosfs/msdos_conv.c: Ditto.
  • Property mode set to 100644
File size: 16.6 KB
Line 
12003-07-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * src/dosfs/fat.c: include config-header "config.h".
4        * src/dosfs/fat_fat_operations.c: Ditto.
5        * src/dosfs/fat_file.c: Ditto.
6        * src/dosfs/msdos_conv.c: Ditto.
7
82003-07-02      Chris Johns <cjohns@cybertec.com.au>
9
10        * src/dosfs/Makefile.am, src/dosfs/msdos.h,
11        src/dosfs/msdos_conv.c, src/dosfs/msdos_create.c,
12        src/dosfs/msdos_dir.c, src/dosfs/msdos_misc.c: Patch from Victor
13        V. Vengerov <vvv@oktet.ru> to remove Linux code.
14        * src/dosfs/fat.c, src/dosfs/fat.h: Comment have been updated.
15
162003-06-10      Phil Torre <ptorre@zetron.com>
17
18        PR 411/filesystem
19        * src/imfs/imfs_unlink.c: Fix bug where renaming a memfile and
20        then unlinking it causes a memory leak.
21
222003-03-25      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
23
24        PR 367/filesystem
25        * src/dosfs/Makefile.am, src/dosfs/fat.c, src/dosfs/fat.h,
26        src/dosfs/fat_fat_operations.c, src/dosfs/fat_file.c,
27        src/dosfs/msdos.h, src/dosfs/msdos_dir.c: Some bugs were still
28        present in the DOSFS implementation:
29            - FAT12 did not work properly on Big-Endian machines
30            - Some synchronization and error handling problems were present
31            - Some legal codings for EOC were not recognized
32
33
342003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
35
36        * configure.ac: Remove AC_CONFIG_AUX_DIR.
37
382003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
39
40        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
41
422003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
43
44        * configure.ac: AC_PREREQ(2.57).
45
462003-02-03      Steven Johnson <sjohnson@neurizon.net>
47
48        PR 338/filesystem
49        * src/imfs/ioman.c: Fix reentrancy problem with
50        rtems_io_lookup_name() (API change).
51
522003-01-03      Eugeny S. Mints <Eugeny.Mints@oktet.ru>
53
54        * src/dosfs/msdos_initsupp.c: Specify inherited priority as 0 since this
55        is a FIFO queuing semaphore.
56
572002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
58
59        * src/imfs/Makefile.am: Eliminate C_O_FILES.
60        * src/dosfs/Makefile.am: Ditto.
61
622002-12-02      Joel Sherrill <joel@OARcorp.com>
63
64        * src/dosfs/fat.h, src/dosfs/msdos.h: Added casts to remove warnings
65        on 16 bit targets like the h8300.
66
672002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
68
69        * configure.ac: Cosmetical fixes.
70
712002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
72
73        * configure.ac: Fix package name.
74
752002-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
76
77        * configure.ac: Add nostdinc to AM_INIT_AUTOMAKE.
78
792002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
80
81        * .cvsignore: Reformat.
82        Add autom4te*cache.
83        Remove autom4te.cache.
84
852002-10-02      Jennifer Averett <jennifer@OARcorp.com>
86
87        * src/imfs/memfile.c: Fixed case where last close of unlinked file
88        did not remove the resources associated with that file.  Reported
89        by Till Straumann <strauman@slac.stanford.edu> on the mailing list.
90
912002-09-14      Joel Sherrill <joel@OARcorp.com>
92
93        * src/dosfs/fat.c, src/imfs/deviceio.c, src/imfs/imfs.h,
94        src/imfs/imfs_directory.c, src/imfs/imfs_fchmod.c,
95        src/imfs/memfile.c: Eliminated warnings.  A lot of this focus
96        was on changing read and write entry points to return ssize_t
97        as read(2) and write(2) now do.
98
992002-07-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
100
101        * wrapup/Makefile.am: Remove.
102        * wrapup/.cvsignore: Remove.
103        * Makefile.am: Remove wrapup SUBDIR.
104        * configure.ac: Remove wrapup/Makefile.
105
1062002-07-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
107
108        * configure.ac: RTEMS_TOP(../..).
109
1102002-07-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
111
112        * configure.ac: Remove RTEMS_PROJECT_ROOT.
113
1142002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
115
116        * configure.ac: Use AC_CONFIG_AUX_DIR(../..).
117        Add AC_PROG_RANLIB.
118
1192002-06-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
120
121        * wrapup/Makefile.am: Don't preinstall libfs.a.
122
1232002-06-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
124
125        * src/dosfs/Makefile.am: Include $(top_srcdir)/../automake/*.am.
126        * src/Makefile.am: Include $(top_srcdir)/../automake/*.am.
127        * src/imfs/Makefile.am: Include $(top_srcdir)/../automake/*.am.
128        * Makefile.am: Include $(top_srcdir)/../automake/*.am.
129        Use ../aclocal.
130        * wrapup/Makefile.am: Include $(top_srcdir)/../automake/*.am.
131
1322002-05-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
133
134        Move from c/src/libfs to c/src/exec/libfs
135        * configure.ac: Reflect move.
136        * Makefile.am: Ditto.
137        * src/Makefile.am: Ditto.
138        * src/dosfs/Makefile.am: Ditto.
139        * src/imfs/Makefile.am: Ditto.
140        * wrapup/Makefile.am: Ditto.
141
1422002-04-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
143
144        * src/imfs/imfs_getchild.c: include <string.h>.
145        * src/imfs/imfs_gtkn.c: Include <string.h>.
146        * src/imfs/ioman.c: Include <string.h>.
147        * src/imfs/linearfile.c: Include <string.h>.
148        * src/imfs/memfile.c: Include <string.h>.
149
1502001-04-04      Joel Sherrill <joel@OARcorp.com>
151
152        * src/dosfs/Makefile.am: Per PR129 do not install as many files
153        to the $(includedir).
154
1552002-04-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
156
157        * src/dosfs/fat.h: Include <string.h>.
158        Remove DBG1 and DBG2 (unused).
159
1602002-04-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
161
162        * Per PR169.
163        * src/dosfs/config.h.in, src/dosfs/stamp-h2.in: Removed from CVS.
164
165
1662002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
167
168        * src/dosfs/fat_file.c: Remove bsp.h.
169        fat_file_write(.. const char*buf ..).
170        * src/dosfs/fat_file.h: fat_file_write(.. const char*buf ..).
171
1722002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
173
174        * configure.ac:
175        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
176        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
177        * src/dosfs/Makefile.am: Remove AUTOMAKE_OPTIONS.
178        * src/Makefile.am: Remove AUTOMAKE_OPTIONS.
179        * src/imfs/Makefile.am: Remove AUTOMAKE_OPTIONS.
180        * Makefile.am: Remove AUTOMAKE_OPTIONS.
181        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
182
1832002-03-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
184
185        Addressing PR 140.
186        * src/dosfs/config.h.in: Removed.
187        * src/dosfs/stamp-h2.in: Removed.
188        * .cvsignore: Add config.h*, stamp-h*.
189        * configure.ac: Remove AC_SRC_DIR(.../dosfs.h).
190        Remove AM_CONFIG_HEADER(src/dosfs/config.h).
191        Remove AM_CONFIG_HEADER(src/imfs/config.h).
192        Add AM_CONFIG_HEADER(config.h).
193        * src/dosfs/Makefile.am: INCLUDES = -I../.. .
194        * src/imfs/Makefile.am: INCLUDES = -I../.. .
195
1962002-03-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
197
198        Reported and tracked as PR130.
199        * src/dosfs/Makefile.am: Reworked, Disable dosfs for UNIX.
200        * wrapup/Makefile.am: Disable dosfs for UNIX.
201
2022001-03-01      Joel Sherrill <joel@OARcorp.com>
203
204        * src/imfs/.cvsignore: Added stamp-h1.in
205
2062002-02-28      Victor V. Vengerov <vvv@oktet.ru>
207
208        * DOS filesystem including FAT12, FAT16, and FAT32 support submitted.
209        * src/dosfs, src/dosfs/Makefile.am, src/dosfs/stamp-h2.in,
210        src/dosfs/config.h.in, src/dosfs/dosfs.h, src/dosfs/fat.c,
211        src/dosfs/fat.h, src/dosfs/fat_fat_operations.c,
212        src/dosfs/fat_fat_operations.h, src/dosfs/fat_file.c,
213        src/dosfs/fat_file.h, src/dosfs/msdos.h, src/dosfs/msdos_create.c,
214        src/dosfs/msdos_dir.c, src/dosfs/msdos_eval.c, src/dosfs/msdos_file.c,
215        src/dosfs/msdos_free.c, src/dosfs/msdos_fsunmount.c,
216        src/dosfs/msdos_handlers_dir.c, src/dosfs/msdos_handlers_file.c,
217        src/dosfs/msdos_init.c, src/dosfs/msdos_initsupp.c,
218        src/dosfs/msdos_misc.c, src/dosfs/msdos_mknod.c,
219        src/dosfs/msdos_node_type.c, src/dosfs/.cvsignore: New files.
220        * configure.ac, src/Makefile.am, wrapup/Makefile.am: Modified to
221        reflect addition.
222
2232002-01-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
224
225        * src/imfs/imfs_load_tar.c: Add include <sys/types.h>.
226        Add include <sys/stat.h>. Add include <fcntl.h>.
227        * src/imfs/imfs_rmnod.c: Add include <stdlib.h>.
228
2292002-01-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
230
231        * src/imfs/imfs_eval.c: Include <rtems/seterr.h>.
232        Apply rtems_set_errno_and_return_minus_one.
233        * src/imfs/memfile.c: Include <rtems/seterr.h>.
234        Apply rtems_set_errno_and_return_minus_one.
235        * src/imfs/imfs_readlink.c: Include <rtems/seterr.h>.
236        Apply rtems_set_errno_and_return_minus_one.
237        * src/imfs/imfs_unlink.c: Include <rtems/seterr.h>.
238        Apply rtems_set_errno_and_return_minus_one.
239        * src/imfs/imfs_link.c: Include <rtems/seterr.h>.
240        Apply rtems_set_errno_and_return_minus_one.
241        * src/imfs/imfs_chown.c: Include <rtems/seterr.h>.
242        Apply rtems_set_errno_and_return_minus_one.
243        * src/imfs/ioman.c: Include <rtems/seterr.h>.
244        Apply rtems_set_errno_and_return_minus_one.
245        * src/imfs/imfs_mount.c: Include <rtems/seterr.h>.
246        Apply rtems_set_errno_and_return_minus_one.
247        * src/imfs/imfs_directory.c: Include <rtems/seterr.h>.
248        Apply rtems_set_errno_and_return_minus_one.
249        * src/imfs/imfs_stat.c: Include <rtems/seterr.h>.
250        Apply rtems_set_errno_and_return_minus_one.
251        * src/imfs/imfs_fchmod.c: Include <rtems/seterr.h>.
252        Apply rtems_set_errno_and_return_minus_one.
253        * src/imfs/imfs_symlink.c: Include <rtems/seterr.h>.
254        Apply rtems_set_errno_and_return_minus_one.
255        * src/imfs/imfs_mknod.c: Include <rtems/seterr.h>.
256        Apply rtems_set_errno_and_return_minus_one.
257        * src/imfs/linearfile.c: Include <rtems/seterr.h>.
258        Apply rtems_set_errno_and_return_minus_one.
259        * src/imfs/imfs_unmount.c: Include <rtems/seterr.h>.
260        Apply rtems_set_errno_and_return_minus_one.
261        * src/imfs/imfs.h: Apply rtems_set_errno_and_return_minus_one.
262        Comment out increment_and_check_linkcounts.
263
2642001-11-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
265
266        * wrapup/Makefile.am: Remove HAS_IMFS.
267
2682001-11-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
269
270        * src/imfs/Makefile.am: Cleanup.
271
2722001-11-07      Jennifer Averett <jennifer@OARcorp.com>
273
274        Reported by Ibragimov Ilya <ibr@oktet.ru> and tracked as PR49.
275        *  src/imfs/imfs_directory.c: Do not calculate the offset twice.
276
2772001-10-26      Victor V. Vengerov <vvv@oktet.ru>
278
279        * src/imfs/imfs_load_tar.c: Minor modification so this will
280        compile with gcc-2.95.3 with the arguments "-m5200 -O4".
281
2822001-10-16      Chris Johns <ccj@acm.org>
283
284        * imfs/imfs_load_tar.c: Changed the code around to remove an
285        internal compiler error on the Coldfire target.
286
2872001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
288
289        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
290        * configure.in: Remove.
291        * configure.ac: New file, generated from configure.in by autoupdate.
292
2932001-10-10      Joel Sherrill <joel@OARcorp.com>
294
295        * src/imfs/imfs_getchild.c: Correct length of static string
296        as reported by Ibragimov Ilya <ibr@oktet.ru>.
297
2982001-09-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
299
300        * src/imfs/Makefile.am: Use 'PREINSTALL_FILES ='.
301
3022001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
303
304        * src/imfs/Makefile.am: Revamp INCLUDES handling to make automake-1.5
305        happy.
306
3072001-08-09      Fernando-Ruiz Casas <correo@fernando-ruiz.com>
308
309        * src/imfs/imfs_eval.c: The CD_UP problem in imfs_eval has been
310        touched. The order of the questions is the key.
311
3122001-07-06      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
313
314        * src/imfs/deviceio.c: Make sure errno gets set to reflect
315        the status from the driver.
316
3172001-05-25      Joel Sherrill <joel@OARcorp.com>
318
319        * src/imfs/imfs_initsupp.c: Create the root node with the
320        desired permissions.  Nodes should be created with the right
321        permissions because chmod() is not supported by the miniIMFS
322        so changing after creation is not possible.
323
3242001-04-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
325
326        * configure.in: Add [-ansi -fasm] to RTEMS_PROG_CC_FOR_TARGET.
327
3282001-04-24      Joel Sherrill <joel@OARcorp.com>
329
330        * src/imfs/memfile.c (memfile_open): Did not set iop->size
331        and thus the value was incorrect.  Before this field was cleared,
332        this resulted in the value from the last time that IOP was used
333        being still in place.  Discovered by  Andrew Bythell
334        <abythell@nortelnetworks.com>.
335
3362001-04-20      Joel Sherrill <joel@OARcorp.com>
337
338        * src/imfs/imfs_debug.c (IMFS_print_jnode): Modified to print
339        only information that does not vary based on target or memory
340        configuration.  The old prints are still there in case they
341        are needed in the future to debug.  Printing target dependent
342        addresses makes the test output vary by target unnecessarily.
343
3442001-03-23      Joel Sherrill <joel@OARcorp.com>
345
346        * src/imfs/memfile.c: Reapply fix from bug report from
347        Jose Sturniolo <jsturnio@nec.com.ar> where NULL pointer
348        was dereferenced when freeing a triply indirect file. 
349        The fix was applied to the 4.5 release branch and not
350        the development branch.
351
3522001-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
353
354        * src/imfs/Makefile.am: Apply include_*HEADERS instead of H_FILES.
355
3562001-01-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
357
358        * configure.in: Add src/imfs/config.h
359        * src/imfs/Makefile.am: Add INCLUDES += -I. to pickup config.h
360        * src/imfs/.cvsignore: Add config.h and stamp-h
361        * src/imfs/*.c: Add config.h support.
362
3632001-01-12      Jake Janovetz <janovetz@uiuc.edu>
364
365        * src/imfs/imfs.h, src/imfs/imfs_creat.c, src/imfs/imfs_debug.c,
366        src/imfs/imfs_eval.c, src/imfs/imfs_fchmod.c,
367        src/imfs/imfs_handlers_memfile.c, src/imfs/imfs_init.c,
368        src/imfs/imfs_initsupp.c, src/imfs/imfs_stat.c, src/imfs/memfile.c,
369        src/imfs/miniimfs_init.c: Final developmental update to "tarfs".
370        When rtems_tarfs_load() is called, it checks the permissions
371        on each file.  If there is write permission, it just creates a
372        standard file using "creat()" and therefore, uses the IMFS MEMORY_FILE.
373        If there is no write permission, it creates a LINEAR_FILE node
374        with the appropriate properties.  If the permission is ever changed
375        to writeable, IMFS_fchmod converts it to a regular memory file.
376
3772000-12-12      Jake Janovetz <janovetz@uiuc.edu>
378
379        *  src/imfs/linearfile.c, src/imfs/imfs_load_tar.c: New files.
380        * src/imfs/Makefile.am, src/imfs/imfs.h,
381        src/imfs/imfs_creat.c, src/imfs/imfs_debug.c,
382        src/imfs/imfs_eval.c, src/imfs/imfs_handlers_memfile.c,
383        src/imfs/imfs_init.c, src/imfs/imfs_initsupp.c,
384        src/imfs/imfs_stat.c, src/imfs/miniimfs_init.c: Added "tarfs".
385        This is not really a tar filesystem.  It is a way to load a tar
386        image into the IMFS but actually leave bulky file contents in the
387        original tar image.  It essentially adds the linear file type and
388        associated support and a loader routine.
389
3902000-11-28      Joel Sherrill <joel@OARcorp.com>
391
392        * src/imfs/memfile.c: Bug report from Sturniolo Jose
393        <jsturnio@nec.com.ar> where NULL pointer was dereferenced.
394
3952000-11-17      Jennifer Averret <jennifer@OARcorp.com>
396
397        * src/imfs/imfs_eval.c: Always return imaginary node at mount points.
398
3992000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
400
401        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
402
4032000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
404
405        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
406
4072000-11-01      Joel Sherrill <joel@OARcorp.com>
408
409        * src/imfs/Makefile.am, src/imfs/deviceio.c, src/imfs/imfs_chown.c,
410        src/imfs/imfs_config.c, src/imfs/imfs_creat.c, src/imfs/imfs_debug.c,
411        src/imfs/imfs_directory.c, src/imfs/imfs_eval.c, src/imfs/imfs_fchmod.c,
412        src/imfs/imfs_free.c, src/imfs/imfs_fsunmount.c, src/imfs/imfs_gtkn.c,
413        src/imfs/imfs_init.c, src/imfs/imfs_initsupp.c, src/imfs/imfs_link.c,
414        src/imfs/imfs_mknod.c, src/imfs/imfs_mount.c, src/imfs/imfs_readlink.c,
415        src/imfs/imfs_rmnod.c, src/imfs/imfs_stat.c, src/imfs/imfs_symlink.c,
416        src/imfs/imfs_unixstub.c, src/imfs/imfs_unlink.c,
417        src/imfs/imfs_unmount.c, src/imfs/imfs_utime.c, src/imfs/ioman.c,
418        src/imfs/memfile.c, src/imfs/miniimfs_init.c:
419        assoc.h, error.h, libio_.h, libio.h, and libcsupport.h moved
420        from libc to lib/include/rtems and now must be referenced as
421        <rtems/XXX.h>.  Now we do not have to reach up and over to
422        libc to pick them up.
423
4242000-10-24      Joel Sherrill <joel@OARcorp.com>
425
426        * src/imfs/imfs_config.c: New file containing IMFS configuration
427        information split from libc/base_fs.c.
428        * src/imfs/ioman.c: New file. Moved from lib/libc. Missed previously.
429        * src/imfs/Makefile.am: Added imfs_config.c and ioman.c.
430
4312000-10-24      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
432
433        * Makefile.am, configure.in:  Introduce GNU canonicalization to libfs/.
434        The approach is currently a bit of a hack as GNU canonicalization
435        does not support the per-BSP build some of the other directories
436        require.  As more of the tree is converted, this will become less
437        of an issue.
438
4392000-10-19      Joel Sherrill <joel@OARcorp.com>
440
441        * .cvsignore, src/.cvsignore, src/imfs/.cvsignore, wrapup/.cvsignore:
442        New files.
443
4442000-10-18      Chris Johns <ccj@acm.org>
445
446        * libfs created.
447        * src, src/imfs, wrapup: New directories.
448        * ChangeLog, Makefile.am, README, configure.in, src/Makefile.am,
449        wrapup/Makefile.am: New files.
450        * src/imfs/deviceio.c, src/imfs/imfs_getchild.c,
451        src/imfs/imfs_readlink.c, src/imfs/imfs.h, src/imfs/imfs_gtkn.c,
452        src/imfs/imfs_rmnod.c, src/imfs/imfs_chown.c,
453        src/imfs/imfs_handlers_device.c, src/imfs/imfs_stat.c,
454        src/imfs/imfs_creat.c, src/imfs/imfs_handlers_directory.c,
455        src/imfs/imfs_symlink.c, src/imfs/imfs_debug.c,
456        src/imfs/imfs_handlers_link.c, src/imfs/imfs_unixstub.c,
457        src/imfs/imfs_directory.c, src/imfs/imfs_handlers_memfile.c,
458        src/imfs/imfs_unlink.c, src/imfs/imfs_eval.c, src/imfs/imfs_init.c,
459        src/imfs/imfs_unmount.c, src/imfs/imfs_fchmod.c,
460        src/imfs/imfs_initsupp.c, src/imfs/imfs_utime.c, src/imfs/imfs_fcntl.c,
461        src/imfs/imfs_link.c, src/imfs/memfile.c, src/imfs/imfs_fdatasync.c,
462        src/imfs/imfs_mknod.c, src/imfs/miniimfs_init.c, src/imfs/imfs_free.c,
463        src/imfs/imfs_mount.c, src/imfs/imfs_fsunmount.c, src/imfs/imfs_ntype.c:
464        New files. Moved from libc.
Note: See TracBrowser for help on using the repository browser.