diff options
Diffstat (limited to 'winsup/cygwin/ChangeLog')
-rw-r--r-- | winsup/cygwin/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog index e2f385314..3b63d459e 100644 --- a/winsup/cygwin/ChangeLog +++ b/winsup/cygwin/ChangeLog @@ -1,3 +1,15 @@ +2006-04-14 Corinna Vinschen <corinna@vinschen.de> + + * fhandler_disk_file.cc (path_conv::hasgood_inode): Make inline. + Drop remote fs handling entirely since unreliable inode numbers + are now recognized differently. + (path_conv::is_samba): Make inline. + (fhandler_disk_file::opendir): Reformat comment. + (fhandler_base::fstat_helper): Special case remote file systems + returning (unreliable) 32 bit inode numbers. + (fhandler_base::readdir): Ditto. + * fhandler_netdrive.cc (fhandler_netdrive::readdir): Ditto. + 2006-04-13 Christopher Faylor <cgf@timesys.com> * spawn.cc (spawn_guts): Move ch.set() call back to where it was |