summaryrefslogtreecommitdiffstats
path: root/Nt32Pkg/WinNtSimpleFileSystemDxe
Commit message (Expand)AuthorAgeFilesLines
* Nt32Pkg/WinNtSimpleFileSystemDxe: Change GetInfo() to get TimeZone.Li Huajing2017-07-261-46/+32
* Nt32Pkg/WinNtSimpleFileSystemDxe: Fix ASSERT() parsing '\'Michael Kinney2017-01-101-1/+7
* Nt32Pkg WinNtSimpleFileSystemDxe: Correct file length.Dong, Eric2016-10-111-14/+14
* Nt32Pkg/WinNtSimpleFileSystemDxe: Fix memory leakRuiyu Ni2015-12-241-1/+11
* We enabled X64 native version NT32, and made it works on Windows 7 X64 OS.Jiamin Ma2013-10-121-3/+3
* Correct the code to use SIZE_OF_EFI_FILE_INFO instead of sizeof (EFI_FILE_INF...niruiyu2011-11-171-2/+2
* Correct incoming buffer size comparison to the incoming buffer, not the exist...jcarsey2011-03-041-2/+2
* Refile code to make code following the UEFI spec.ydong102010-10-151-1/+2
* Fixed update file time error problem.ydong102010-10-091-0/+24
* Update the copyright notice formathhtian2010-04-284-8/+8
* Fix ICC build failuresmdkinney2010-03-311-2/+5
* Clean up EFI_SPECIFICATION_VERSION and PI_SPECIFICATION_VERSION.klu22010-02-251-2/+0
* 1. Correct File header to ## @filelgao42010-02-231-4/+4
* Don't calculate the directory size and the caller of EFI_FILE protocol can ca...qhuang82010-01-121-45/+1
* Use UEFI EFI_FILE_PROTOCOL to replace EFI_FILE qhuang82009-09-222-54/+54
* Fix Winnt file system will fail to read() a root "\" after call open().gikidy2009-07-021-30/+52
* fixed one bug causing "sct -u" failure when running at twice or more times.vanjeff2009-06-221-12/+23
* Fix ICC compatibility issuesmdkinney2009-06-201-43/+52
* Fix <.><..> can not work correctly on NT32 platform.gikidy2009-06-031-3/+4
* Replace references to RFC 3066 with RFC 4646. gikidy2009-04-301-4/+4
* Clean up to update the reference of the these macros:qhuang82008-12-161-2/+2
* Fix some build error under ICC tool-chain.qwang122008-11-012-4/+4
* Patch to remove STATIC modifier. This is on longer recommended by EFI Framewo...jji42008-10-301-2/+0
* remove the unused msa files in FatBinPkg, IntelFrameworkPkg, IntelFrameworkMo...lgao42008-08-251-92/+0
* In this fix, WinNtSimpleFileSystemOpen only trims the leading and trailing bl...qwang122008-04-011-4/+159
* Modify all file header to follow doxygen formatklu22008-03-193-6/+6
* Add compiler hint of "GLOBAL_REMOVE_IF_UNREFERENCED" to prevent static unicod...qhuang82007-10-111-1/+1
* Add compiler hint of "GLOBAL_REMOVE_IF_UNREFERENCED" to prevent component nam...qhuang82007-10-091-4/+4
* Update to support to produce Component Name and & Component Name 2 protocol ...qhuang82007-09-293-102/+269
* remove some comments introduced by tools.vanjeff2007-07-201-38/+0
* Add Dxe as postfix for WinNtSimpleFileSystem driver in Nt32 Platform.klu22007-07-171-1/+1
* git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2920 6f1...AJFISH2007-06-291-11/+1
* Add WinNtSimpleFileSystemDxe driver into Nt32Pkg.klu22007-06-275-0/+3775