Changeset 2048 for trunk/src/emx/ChangeLog.LIBC
- Timestamp:
- Jun 19, 2005, 6:10:41 AM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/emx/ChangeLog.LIBC
-
Property cvs2svn:cvs-rev
changed from
1.58
to1.59
r2047 r2048 1 1 /* $Id$ */ 2 3 2005-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. 2 14 3 15 2005-06-13: knut st. osmundsen <bird-gccos2-spam@anduin.net> -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.