summaryrefslogtreecommitdiffstats
path: root/Nt32Pkg/WinNtSimpleFileSystemDxe/WinNtSimpleFileSystem.c
Commit message (Expand)AuthorAgeFilesLines
* Nt32Pkg: Remove itRay Ni2019-05-171-2928/+0
* Nt32Pkg: Replace BSD License with BSD+Patent LicenseMichael D Kinney2019-04-091-7/+1
* 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-281-2/+2
* Fix ICC build failuresmdkinney2010-03-311-2/+5
* 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-221-25/+25
* 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
* Fix some build error under ICC tool-chain.qwang122008-11-011-3/+3
* Patch to remove STATIC modifier. This is on longer recommended by EFI Framewo...jji42008-10-301-2/+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-191-2/+2
* Update to support to produce Component Name and & Component Name 2 protocol ...qhuang82007-09-291-5/+13
* Add WinNtSimpleFileSystemDxe driver into Nt32Pkg.klu22007-06-271-0/+2744