source: rtems/cpukit/libfs/ChangeLog @ ff393f2

4.104.114.84.95
Last change on this file since ff393f2 was ff393f2, checked in by Joel Sherrill <joel.sherrill@…>, on 07/24/03 at 22:35:12

2003-07-24 Jennifer Averett <jennifer.averett@…>

PR 434/filesystem

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