Ignore:
Timestamp:
Jun 19, 2005, 6:10:41 AM (20 years ago)
Author:
bird
Message:

o File resize optimization: The JFS, HPFS and probably NET

will never return space which isn't zeroed when expanding
a file. Associate a file system information object with the
filehandles to keep track of such features. This also fixes
the fsStatFH() implementation trouble.
This attribute doesn't apply to CDFS. While RAMFS fails
the test, it zeros at open but not at setfilesize.

o Fixed invalid inode and dev numbers for new files, was passing

the wrong path around.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/emx/ChangeLog.LIBC

    • Property cvs2svn:cvs-rev changed from 1.58 to 1.59
    r2047 r2048  
    11/* $Id$ */
     2
     32005-06-19: knut st. osmundsen <bird-gccos2-spam@anduin.net>
     4    - libc:
     5        o File resize optimization: The JFS, HPFS and probably NET
     6          will never return space which isn't zeroed when expanding
     7          a file. Associate a file system information object with the
     8          filehandles to keep track of such features. This also fixes
     9          the fsStatFH() implementation trouble.
     10          This attribute doesn't apply to CDFS. While RAMFS fails
     11          the test, it zeros at open but not at setfilesize.
     12        o Fixed invalid inode and dev numbers for new files, was passing
     13          the wrong path around.
    214
    3152005-06-13: knut st. osmundsen <bird-gccos2-spam@anduin.net>
Note: See TracChangeset for help on using the changeset viewer.