1. 7b202cb 1. Correct File header to ## @file by lgao4 · 15 years ago
  2. 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
  3. c0cf06d Use UEFI EFI_FILE_PROTOCOL to replace EFI_FILE by qhuang8 · 15 years ago
  4. 2bda59e Fix Winnt file system will fail to read() a root "\" after call open(). by gikidy · 16 years ago
  5. 9485089 fixed one bug causing "sct -u" failure when running at twice or more times. by vanjeff · 16 years ago
  6. a00ec39 Fix ICC compatibility issues by mdkinney · 16 years ago
  7. 6a729dc Fix <.><..> can not work correctly on NT32 platform. by gikidy · 16 years ago
  8. 44c4024 Replace references to RFC 3066 with RFC 4646. by gikidy · 16 years ago
  9. 99e1dd8 Clean up to update the reference of the these macros: by qhuang8 · 16 years ago
  10. 6394182 Fix some build error under ICC tool-chain. by qwang12 · 16 years ago
  11. 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
  12. f829715 remove the unused msa files in FatBinPkg, IntelFrameworkPkg, IntelFrameworkModulePkg, Nt32Pkg, OptionRomPkg. by lgao4 · 16 years ago
  13. 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
  14. 6ae8142 Modify all file header to follow doxygen format by klu2 · 17 years ago
  15. 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
  16. 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
  17. 6c28f11 Update to support to produce Component Name and & Component Name 2 protocol based on Feature flag PcdComponentNameDisable & PcdComponentName2Disable. by qhuang8 · 17 years ago
  18. dd0687a remove some comments introduced by tools. by vanjeff · 18 years ago
  19. a1ad1ca Add Dxe as postfix for WinNtSimpleFileSystem driver in Nt32 Platform. by klu2 · 18 years ago
  20. 0dea993 by AJFISH · 18 years ago
  21. 068eac8 Add WinNtSimpleFileSystemDxe driver into Nt32Pkg. by klu2 · 18 years ago