A free Windows-compatible Operating System - mirrored from GitHub
Find a file
Hartmut Birr 62eac3dcff * Used look aside lists to allocate memory for VFATFCB, VFATCCB and VFAT_IRP_CONTEXT.
* Removed IsLastEntry, IsVolEntry, IsDeletedEntry, vfat_wstrlen, vfatGrabFCB,
  vfat_initstr, vfat_wcsncat, vfat_wcsncpy, vfat_movestr, wstrcmpi and replaced
  this functions with existing equivalents or functions from ntoskrnl.
* Merged GetEntryName into vfatGetNextDirEntry for reducing some overhead.
* Implemented a file name cache to speed up the searching for existing fcb.
* Removed some calls to FsdDosDateTimeToFileTime.
* Moved the call to CcZeroData behind the initializing of the cache (in VfatWrite).
* Using existing fcbs in FindFile if there is no '*?' within the search name.

svn path=/trunk/; revision=3740
2002-11-11 21:49:18 +00:00
freeldr Fix for MS's idiocy on a Win98 boot disk I have. 2002-10-30 23:05:17 +00:00
os2 Added some stubs in order to 2002-09-04 22:19:47 +00:00
posix revert of mass delete of the posix subsystem. perhaps there is hope for it yet. 2002-10-29 04:45:58 +00:00
reactos * Used look aside lists to allocate memory for VFATFCB, VFATCCB and VFAT_IRP_CONTEXT. 2002-11-11 21:49:18 +00:00
rosapps committing more developments. 2002-11-10 14:29:27 +00:00