summaryrefslogtreecommitdiff
path: root/Nt32Pkg/WinNtSimpleFileSystemDxe/WinNtSimpleFileSystem.c
AgeCommit message (Expand)AuthorFilesLines
2019-05-17Nt32Pkg: Remove itRay Ni1-2928/+0
2019-04-09Nt32Pkg: Replace BSD License with BSD+Patent LicenseMichael D Kinney1-7/+1
2017-07-26Nt32Pkg/WinNtSimpleFileSystemDxe: Change GetInfo() to get TimeZone.Li Huajing1-46/+32
2017-01-10Nt32Pkg/WinNtSimpleFileSystemDxe: Fix ASSERT() parsing '\'Michael Kinney1-1/+7
2016-10-11Nt32Pkg WinNtSimpleFileSystemDxe: Correct file length.Dong, Eric1-14/+14
2015-12-24Nt32Pkg/WinNtSimpleFileSystemDxe: Fix memory leakRuiyu Ni1-1/+11
2013-10-12We enabled X64 native version NT32, and made it works on Windows 7 X64 OS.Jiamin Ma1-3/+3
2011-11-17Correct the code to use SIZE_OF_EFI_FILE_INFO instead of sizeof (EFI_FILE_INF...niruiyu1-2/+2
2011-03-04Correct incoming buffer size comparison to the incoming buffer, not the exist...jcarsey1-2/+2
2010-10-15Refile code to make code following the UEFI spec.ydong101-1/+2
2010-10-09Fixed update file time error problem.ydong101-0/+24
2010-04-28Update the copyright notice formathhtian1-2/+2
2010-03-31Fix ICC build failuresmdkinney1-2/+5
2010-01-12Don't calculate the directory size and the caller of EFI_FILE protocol can ca...qhuang81-45/+1
2009-09-22Use UEFI EFI_FILE_PROTOCOL to replace EFI_FILE qhuang81-25/+25
2009-07-02Fix Winnt file system will fail to read() a root "\" after call open().gikidy1-30/+52
2009-06-22fixed one bug causing "sct -u" failure when running at twice or more times.vanjeff1-12/+23
2009-06-20Fix ICC compatibility issuesmdkinney1-43/+52
2009-06-03Fix <.><..> can not work correctly on NT32 platform.gikidy1-3/+4
2008-11-01Fix some build error under ICC tool-chain.qwang121-3/+3
2008-10-30Patch to remove STATIC modifier. This is on longer recommended by EFI Framewo...jji41-2/+0
2008-04-01In this fix, WinNtSimpleFileSystemOpen only trims the leading and trailing bl...qwang121-4/+159
2008-03-19Modify all file header to follow doxygen formatklu21-2/+2
2007-09-29Update to support to produce Component Name and & Component Name 2 protocol ...qhuang81-5/+13
2007-06-27Add WinNtSimpleFileSystemDxe driver into Nt32Pkg.klu21-0/+2744