1. f66a43b We enabled X64 native version NT32, and made it works on Windows 7 X64 OS. by Jiamin Ma · 11 years ago
  2. 82b7604 Correct the code to use SIZE_OF_EFI_FILE_INFO instead of sizeof (EFI_FILE_INFO) to fix a bug when creating a file/directory with single char as file name in root directory. by niruiyu · 13 years ago
  3. b80022d Correct incoming buffer size comparison to the incoming buffer, not the existing buffer. by jcarsey · 14 years ago
  4. 41e9426 Refile code to make code following the UEFI spec. by ydong10 · 14 years ago
  5. f515069 Fixed update file time error problem. by ydong10 · 14 years ago
  6. 8f2a5f8 Update the copyright notice format by hhtian · 15 years ago
  7. 5b368e7 Fix ICC build failures by mdkinney · 15 years ago
  8. 0b75797 Clean up EFI_SPECIFICATION_VERSION and PI_SPECIFICATION_VERSION. by klu2 · 15 years ago
  9. 7b202cb 1. Correct File header to ## @file by lgao4 · 15 years ago
  10. 49b3b3a Don't calculate the directory size and the caller of EFI_FILE protocol can calculate that for better UI. by qhuang8 · 15 years ago
  11. c0cf06d Use UEFI EFI_FILE_PROTOCOL to replace EFI_FILE by qhuang8 · 15 years ago
  12. 2bda59e Fix Winnt file system will fail to read() a root "\" after call open(). by gikidy · 15 years ago
  13. 9485089 fixed one bug causing "sct -u" failure when running at twice or more times. by vanjeff · 16 years ago
  14. a00ec39 Fix ICC compatibility issues by mdkinney · 16 years ago
  15. 6a729dc Fix <.><..> can not work correctly on NT32 platform. by gikidy · 16 years ago
  16. 44c4024 Replace references to RFC 3066 with RFC 4646. by gikidy · 16 years ago
  17. 99e1dd8 Clean up to update the reference of the these macros: by qhuang8 · 16 years ago
  18. 6394182 Fix some build error under ICC tool-chain. by qwang12 · 16 years ago
  19. 78e570b Patch to remove STATIC modifier. This is on longer recommended by EFI Framework coding style. All duplicated symbols has been renamed accordingly. by jji4 · 16 years ago
  20. f829715 remove the unused msa files in FatBinPkg, IntelFrameworkPkg, IntelFrameworkModulePkg, Nt32Pkg, OptionRomPkg. by lgao4 · 16 years ago
  21. 4d38408 In this fix, WinNtSimpleFileSystemOpen only trims the leading and trailing blank space in the input FileName. The previous implementation before this fix trims all the trailing dots including the case for ".\..", which should move the directory up one level. by qwang12 · 17 years ago
  22. 6ae8142 Modify all file header to follow doxygen format by klu2 · 17 years ago
  23. d1aeb0b Add compiler hint of "GLOBAL_REMOVE_IF_UNREFERENCED" to prevent static unicode string table linked into final image if both PcdComponentNameDisabled and PcdComponentName2Disabled are set to TRUE. by qhuang8 · 17 years ago
  24. 1307dcd Add compiler hint of "GLOBAL_REMOVE_IF_UNREFERENCED" to prevent component name structures linked into final image if PcdComponentNameDisabled or PcdComponentName2Disabled is set to TRUE. by qhuang8 · 17 years ago
  25. 6c28f11 Update to support to produce Component Name and & Component Name 2 protocol based on Feature flag PcdComponentNameDisable & PcdComponentName2Disable. by qhuang8 · 17 years ago
  26. dd0687a remove some comments introduced by tools. by vanjeff · 17 years ago
  27. a1ad1ca Add Dxe as postfix for WinNtSimpleFileSystem driver in Nt32 Platform. by klu2 · 17 years ago
  28. 0dea993 by AJFISH · 18 years ago
  29. 068eac8 Add WinNtSimpleFileSystemDxe driver into Nt32Pkg. by klu2 · 18 years ago