]> git.proxmox.com Git - mirror_edk2.git/history - Nt32Pkg/WinNtSimpleFileSystemDxe/WinNtSimpleFileSystem.c
Correct the code to use SIZE_OF_EFI_FILE_INFO instead of sizeof (EFI_FILE_INFO) to...
[mirror_edk2.git] / Nt32Pkg / WinNtSimpleFileSystemDxe / WinNtSimpleFileSystem.c
2011-11-17 niruiyuCorrect the code to use SIZE_OF_EFI_FILE_INFO instead...
2011-03-04 jcarseyCorrect incoming buffer size comparison to the incoming...
2010-10-15 ydong10Refile code to make code following the UEFI spec.
2010-10-09 ydong10Fixed update file time error problem.
2010-04-28 hhtianUpdate the copyright notice format
2010-03-31 mdkinneyFix ICC build failures
2010-01-12 qhuang8Don't calculate the directory size and the caller of...
2009-09-22 qhuang8Use UEFI EFI_FILE_PROTOCOL to replace EFI_FILE
2009-07-02 gikidyFix Winnt file system will fail to read() a root "...
2009-06-22 vanjefffixed one bug causing "sct -u" failure when running...
2009-06-20 mdkinneyFix ICC compatibility issues
2009-06-03 gikidyFix <.><..> can not work correctly on NT32 platform.
2008-11-01 qwang12Fix some build error under ICC tool-chain.
2008-10-30 jji4Patch to remove STATIC modifier. This is on longer...
2008-04-01 qwang12In this fix, WinNtSimpleFileSystemOpen only trims the...
2008-03-19 klu2Modify all file header to follow doxygen format
2007-09-29 qhuang8Update to support to produce Component Name and &...
2007-06-27 klu2Add WinNtSimpleFileSystemDxe driver into Nt32Pkg.