summaryrefslogtreecommitdiff
path: root/Nt32Pkg/WinNtSimpleFileSystemDxe
AgeCommit message (Expand)AuthorFilesLines
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 formathhtian4-8/+8
2010-03-31Fix ICC build failuresmdkinney1-2/+5
2010-02-25Clean up EFI_SPECIFICATION_VERSION and PI_SPECIFICATION_VERSION.klu21-2/+0
2010-02-231. Correct File header to ## @filelgao41-4/+4
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 qhuang82-54/+54
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
2009-04-30Replace references to RFC 3066 with RFC 4646. gikidy1-4/+4
2008-12-16Clean up to update the reference of the these macros:qhuang81-2/+2
2008-11-01Fix some build error under ICC tool-chain.qwang122-4/+4
2008-10-30Patch to remove STATIC modifier. This is on longer recommended by EFI Framewo...jji41-2/+0
2008-08-25remove the unused msa files in FatBinPkg, IntelFrameworkPkg, IntelFrameworkMo...lgao41-92/+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 formatklu23-6/+6
2007-10-11Add compiler hint of "GLOBAL_REMOVE_IF_UNREFERENCED" to prevent static unicod...qhuang81-1/+1
2007-10-09Add compiler hint of "GLOBAL_REMOVE_IF_UNREFERENCED" to prevent component nam...qhuang81-4/+4
2007-09-29Update to support to produce Component Name and & Component Name 2 protocol ...qhuang83-102/+269
2007-07-20remove some comments introduced by tools.vanjeff1-38/+0
2007-07-17Add Dxe as postfix for WinNtSimpleFileSystem driver in Nt32 Platform.klu21-1/+1
2007-06-29git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2920 6f1...AJFISH1-11/+1
2007-06-27Add WinNtSimpleFileSystemDxe driver into Nt32Pkg.klu25-0/+3775