source: rtems/cpukit/libfs/ChangeLog @ de0ac92

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

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

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