]> git.proxmox.com Git - mirror_edk2.git/history - ShellPkg
MdeModulePkg/SecurityPkg Variable: If a preexisting variable is rewritten with differ...
[mirror_edk2.git] / ShellPkg /
2013-08-08 Eugene CohenShellPkg: increase available size for PcdShellFileOpera...
2013-07-30 Ruiyu NiFix GCC build failure.
2013-07-26 Ruiyu NiUpdate all the code to consume the ConvertDevicePathToT...
2013-07-18 Harry LiebelShellPkg: Added Aarch64 support
2013-07-18 Jaben CarseyShellPkg: remove high bit to change a EFI_STATUS to...
2013-07-16 Gary Ching-Pang LinShellPkg: Update error to be SHELL_STATUS and not EFI_S...
2013-06-28 jaben carseyShellPkg: Verify memory and handle allocation failure.
2013-06-27 jaben carseyShellPkg: make automatically created shells quit automa...
2013-06-21 Jaben CarseyShellPkg: Update rm command to properly prepend file...
2013-06-11 jcarseyShellPkg: Fix ARM build errors.
2013-06-04 Eric DongShellPkg: refine the logic for cp command
2013-05-28 jcarseyShellPkg: make help footer string have same info as...
2013-05-22 lgao4Correct the incorrect Copyright or License in EDKII...
2013-05-15 darylm503ShellPkg\Library\UefiShellCEntryLib\UefiShellCEntryLib.c:
2013-05-13 jcarseyShellPkg: remove unused enum
2013-05-13 lgao4Update Code to pass EBC compiler.
2013-05-09 jcarseyShellPkg: Update behavior for GetTime() errors.
2013-05-09 jcarseyShellPkg: Return an error when it happens
2013-05-07 jcarseyShellPkg: Fixed build error 'variable set but not used'
2013-04-18 jcarseyShellPkg: explicitly prevent dereferencing pointer
2013-04-02 ydong10Add the missing file to the inf.
2013-03-19 jcarseyShellPkg: Remove PerformancePkg requirement and add...
2013-03-12 jcarseyShellPkg: Fixes CP function to prevent copying of files...
2013-03-12 jcarseyShellPkg: Rewrite’s Help.c to call the ShellPrintHelp...
2013-03-11 ydong10Update code to follow coding style.
2013-03-04 jcarseyShellPkg: Add "dp" command library to ShellPkg.
2013-03-04 jcarseyShellPkg: Add ShellPrintHelp function to ShellLib.
2013-02-22 jcarseyShellPkg : Check pointer before dereferencing
2013-02-20 jcarseyShellPkg: Added function ShellDeleteByName which delete...
2013-02-14 jcarseyShellPkg: fix string truncation.
2013-02-13 jcarseyShellPkg: add verification that a target directory...
2013-02-04 jcarseyShellPkg: Remove beta tag from ver command output.
2013-01-25 ydong10Fixed some alignment faults in IPF platform
2013-01-17 jcarseyShellPkg: Fix pointer initialization error of “ShellOpt...
2013-01-17 jcarseyShellPkg: Minor change to EDIT and HEXEDIT commands...
2012-12-19 jcarseyShellPkg: Updates to DumpHex() and ‘dmem’ command for...
2012-12-17 ydong10Refine code to follow coding style.
2012-12-13 jcarseyShellPkg: Updates to 'help' command
2012-12-13 jcarseyShellPkg: Updates to 'smbiosview' command
2012-12-03 jcarseyShellPkg: Remove “2.0” prefix text from shell prompt.
2012-11-14 jcarseyShellPkg: Fix line responsible for deleting “cwd” varia...
2012-11-13 jcarseyShellPkg: Clean up header file usage.
2012-11-13 jcarseyShellPkg: Correct 3 places where memory was not being...
2012-10-18 niruiyuFix a bug that BCFG creates Key#### variable bigger...
2012-10-17 sfu51. Fix a bug in PXE driver that the PXE boot do not...
2012-10-11 lzeng14Add missing braces around initializer.
2012-10-05 mdkinneyContributed-under: TianoCore Contribution Agreement 1.0
2012-09-10 ydong10Refine code to make it more safely.
2012-09-07 ydong10Fix always allocate memory issue.
2012-09-07 ydong10Fix display color error when scroll up/down the screen.
2012-09-05 ydong10Refine coding style.
2012-09-04 ydong10Fix build fail.
2012-09-03 ydong10Refine the code to make it more safely.
2012-08-27 niruiyuChange Bcfg.c to use the new definition of EFI_KEY_OPTION.
2012-08-27 niruiyuChange Bcfg.c to use the new definition of EFI_KEY_OPTION.
2012-08-17 ydong10Update the "ConErr" related variable name to the new...
2012-08-10 ydong10Refine get default language logic for command "drivers".
2012-08-07 ydong10The format strings are using notations that require...
2012-08-07 ydong10Fix a width count error in ClearScreen function.
2012-08-07 ydong10Refine code to follow coding style.
2012-07-30 niruiyuChange the type of NotifyHandle from EFI_HANDLE to...
2012-07-26 ydong10Fix build fail for GCC
2012-07-26 ydong10Fixed issues:
2012-07-26 ydong10Roll back the change which caused build fail
2012-07-23 jcarseyShellPkg: Update string to number conversion to correct...
2012-07-23 ydong10Add logic to check the execution break flag before...
2012-07-11 jcarseyShellPkg: update pci enumeration routine for platforms...
2012-07-04 ydong10ShellPkg: Fix recursion when deleting all variables.
2012-06-12 jcarseyShellPkg: Fix en-US characters that are outside the...
2012-05-30 jcarseyShellPkg: Fix display of 64-bit BARs in PCI dump on...
2012-05-30 jcarseyShellPkg: Enable Runtime DXE drivers to make use of...
2012-05-22 jcarseyShellPkg: Enable Ctrl-C characters to be processed...
2012-04-27 ydong10Enable print error info when execute the application.
2012-04-27 lzeng14Update comments in DmpStore.c to be more suitable.
2012-04-26 ydong10Enhance code to more safely and follow coding style.
2012-04-24 hhtianUpdate copyright format
2012-04-24 lzeng14Update IfConfig.c to use TPL_CALLBACK instead of TPL_CA...
2012-04-23 jcarseyShellPkg: hide flashing cursor during startup.
2012-04-23 jcarseyShellPkg: removed memory leak.
2012-04-11 jljustenEDK II Packages: Add Contributions.txt and License...
2012-03-26 jcarseycorrect removal of commit 12951.
2012-03-15 lzeng14Add SMBIOS 2.7.1 support to SmbiosView command.
2012-03-14 rsun3Improve robustness when scanning PCI Option ROM.
2012-03-05 jcarseyShellPkg: Fix ICC11 build failure.
2012-02-24 jcarseyShellPkg: Fix ICC11 build failure.
2012-02-02 jcarseyShellPkg: fix 'ls' handling of empty drives where there...
2012-02-01 rsun3Add Missing invocations to VA_END() for VA_START().
2012-01-31 andrewfishFix type 19 print to match SBMIOS 2.7.
2012-01-30 jcarseyShellPkg: Update 'echo' command to print everything...
2012-01-30 andrewfishFix clang compiler warning.
2012-01-30 jcarseyShellPkg: Allow for format character strings to be...
2012-01-30 jcarseyShellPkg: add more parenthesis to bcfg command.
2012-01-27 jcarseyShellPkg: fix redirection file parsing to allow spaces...
2012-01-27 jcarseyShellPkg: Add support for adding optional data to the...
2012-01-27 jcarseyShellPkg: parameters with spaces need quotes.
2012-01-27 jcarseyShellPkg: Add support for adding optional data to the...
2012-01-20 jcarseyShellPkg: This patch fixes the redirection support...
2012-01-20 jcarseyShellPkg: Fix rm CWD protection to be better at catchin...
2012-01-19 jcarseyShellPkg: Fix SimpleTextInputEx based "CTRL-S" by empty...
2012-01-11 jcarseyShellPkg: Check for Abort flag in main 'for' loop of...
next