]> git.proxmox.com Git - mirror_edk2.git/history - ShellPkg/Application
MdeModulePkg/PciSioSerial: Fix bad EOL
[mirror_edk2.git] / ShellPkg / Application /
2016-11-10 Bi, DandanShellPkg: Fix the coding style issue
2016-10-19 Ruiyu NiShellPkg: Update sources to include MdePkg protocol...
2016-10-18 Laszlo ErsekShellPkg/Shell: fix CopyGuid() arg order in EfiShellGet...
2016-10-09 Chen A ChenShellPkg/Application: Remove unnecessary EFIAPI
2016-10-03 Cinnamon ShiaShellPkg/Shell: Update CRC32 in the EFI System Table...
2016-09-22 Tapan ShahShellPkg: Expand special output file to include "NULL...
2016-09-01 Dandan BiShellPkg: Fix the incorrect return status in function...
2016-08-25 Ruiyu NiRevert "ShellPkg: Move FindFirstCharacter/GetNextParame...
2016-08-10 Ruiyu NiShellPkg: Fix FindFiles() to handle "fsx:EFI\BOOT"...
2016-08-10 Ruiyu NiShellPkg: TAB logic incorrectly shows files in CWD...
2016-08-10 Ruiyu NiShellPkg: TAB logic incorrectly chops out fs0: when...
2016-07-29 Ruiyu NiShellPkg: Unregister hotkey callback when exiting Shell
2016-07-25 Ruiyu NiShellPkg: Fix a potential NULL pointer deference issue
2016-07-20 Ruiyu NiShellPkg: Move FindFirstCharacter/GetNextParameter...
2016-07-18 Ruiyu NiShellPkg/ShellProtocol.c: Handle memory allocation...
2016-07-18 Ruiyu NiShellPkg/ShellAddEnvVarToList: Handle memory allocation...
2016-07-18 Ruiyu NiShellPkg/IsVolatileEnv: Handle memory allocation failure
2016-07-18 Ruiyu NiShellPkg/Shell.c: Handle memory allocation failure
2016-05-25 Marvin H?userShellPkg/App: Fix memory leak and save resources.
2016-05-20 Marvin H?userShellPkg: Also accept gEfiUnicodeCollation2ProtocolGuid...
2016-05-18 Pedroa LiuShellPkg: Fix the incorrect behavior when pressing...
2016-05-13 Jaben CarseyShellPkg: Use a local variable to cache the pointer.
2016-05-12 Jaben Carseyreport line number for command errors in a script.
2016-04-26 Qiu ShuminShellPkg: Fix Shell treats every .EFI file as an execut...
2016-04-15 Qiu ShuminShellPkg : Cache the environment variable into memory...
2016-04-13 Liming GaoShellPkg: Update Guid/Protocol usages in INF files.
2016-03-25 Ard BiesheuvelShellPkg AARCH64: remove DEBUG BuildOptions override
2016-03-17 Qiu ShuminShellPkg: Remove the unused local variable.
2016-03-16 Qiu ShuminShellPkg: Per UEFI Shell 2.2 SPEC to make Shell support...
2016-03-14 Qiu ShuminShellPkg: Fix Shell ASSERT when read 'TAB' key fail...
2016-03-09 Qiu ShuminShellPkg: Use DOS format end of line.
2016-03-03 Jim_Dailey@Dell.comShellPkg: Increase reallocation size for temp memory...
2016-03-03 Jim_Dailey@Dell.comShellPkg: Do not write the UNICODE BOM on ConOut.
2016-03-03 Jim_Dailey@Dell.comShellPkg: Add FileSize member to shell memory file...
2016-03-01 Jim_Dailey@Dell.comShellPkg: Don't strip BOM when piping UCS2 data to...
2016-02-24 Qiu ShuminShellPkg: Support finding help message embedded in...
2016-02-18 Qiu ShuminShellPkg: Do NULL pointer check before the pointer...
2016-02-09 jaben carseyShellPkg: Fix ASCII and UNICODE file pipes.
2016-02-08 jaben carseyShellPkg: Fix ASCII and UNICODE file pipes.
2015-12-25 Yao JiewenShellPkg: Fix memory leak in function 'EfiShellSetCurDi...
2015-12-25 Qiu ShuminSubject: [PATCH 5/9] ShellPkg: Fix memory leak in funct...
2015-12-24 Yao JiewenShellPkg: Fix memory leak in 'InternalShellExecuteDevic...
2015-12-24 Qiu ShuminShellPkg: Fix the TAB-auto-completion memory leak.
2015-12-24 Qiu ShuminShellPkg: Fix memory leak when running Shell script.
2015-12-24 Qiu ShuminShellPkg: Refine the code logic of 'command history'.
2015-12-23 Qiu ShuminShellPkg: Fix memory leak in ShellProtocol.
2015-12-23 Qiu ShuminShellPkg: Fix memory leak in SimpleTextOutput on file.
2015-12-21 Qiu ShuminShellPkg: Refine the code format.
2015-12-16 Paulo AlcantaraShellPkg: Fix unhandled value in switch statement
2015-12-16 Jim DaileyShellPkg: Ease the shell's MAN file Title Header syntax...
2015-12-12 Michael KinneyShellPkg/Shell - Fix ASSERT() when FvSimpleFileSystemDx...
2015-12-09 Jordan JustenShellPkg: Convert all .uni files to utf-8
2015-11-26 Cohen EugeneShellPkg: fix RVCT warning due to CONST in typecast.
2015-11-09 Qiu ShuminShellPkg: Don't strip positional parameters of quotatio...
2015-10-28 Qiu ShuminShellPkg: Refine code by initializing local variable...
2015-10-26 Qiu ShuminShellPkg: Fix 'EfiShellExecute' doesn't get command...
2015-10-23 Qiu ShuminShellPkg: Follow spec to remove the last '\' char in...
2015-10-15 Qiu ShuminShellPkg: Fix ASCII input redirection does not work...
2015-09-29 Ruiyu NiShellPkg: Add a simple case to test shell parameter...
2015-09-18 Qiu ShuminShellPkg: Fix GCC build fail and code refine.
2015-09-17 Yang JadisShellPkg: Fix Shell fail when execute command in ShellP...
2015-09-15 Qiu ShuminShellPkg: Fix Shell does not support ASCII pipe(|a).
2015-09-10 Qiu ShuminShellPkg: Fix Shell fail with redundant space following...
2015-09-01 Eric DongShellPkg: Replace use case of deprecated function GetVa...
2015-08-20 Ard BiesheuvelShellPkg: force use of AARCH64 small model when buildin...
2015-07-26 Qiu ShuminShellPkg: Fix the ASSERT issue in Shell 'for' loop
2015-07-09 Qiu ShuminShellPkg: Refine code to use Strn**S safe functions...
2015-07-04 Heyi GuoShellPkg: Fix bug introduced by r17730.
2015-06-30 Qiu ShuminShellPkg: Refine code to make catenae length more precise.
2015-06-30 Qiu ShuminShellPkg: Use safe string functions to refine code.
2015-06-23 Qiu ShuminShellPkg: Make BOOLEAN variable not use explicit compar...
2015-06-15 Jaben CarseyShellPkg: update Console to clear screen when resetting
2015-06-09 Qiu ShuminShellPkg\Application\Shell: Clean start row information...
2015-04-27 Qiu ShuminShellPkg: Refine the logic about allocating memory...
2015-04-02 Olivier MartinShellPkg: Added newline at the end of source files
2015-02-06 Joe PetersonShellpkg: Fix spelling errors in Shell.c/Shell.h comments
2015-02-06 Jaben CarseyShellPkg: command help with -? flag is not working...
2015-02-04 Tapan ShahShellPkg: Standardized HP Copyright Message String
2015-02-04 Jaben CarseyShellPkg: Revert 16720 and 16734.
2015-02-04 Jaben CarseyShellPkg: Revert 16720 and 16734.
2015-02-04 Jaben CarseyShellPkg: cast return value to correct type based on...
2015-02-04 Qiu ShuminShellPkg: Fix typos.
2015-02-03 Tapan ShahShellPkg: Update Shell.uni file with a better general...
2015-02-03 Jaben CarseyShellPkg: Refactor out a now-redundant function
2015-02-02 Jaben CarseyShellPkg: Add quotes around NSH index argument replacement
2015-02-02 Qiu ShuminShellPkg: Fix typos.
2015-01-30 Jaben CarseyShellPkg: Refactor quote and escape search to use new...
2015-01-30 Jaben CarseyShellPkg: Refactor Split search to generic function
2015-01-27 Jaben CarseyShellPkg: refine command line parsing
2015-01-27 Jaben CarseyShellPkg: Always remove non-defined environment variable
2015-01-22 Qiu ShuminShellPkg: Refine the fomat in INF/DEC files to follow...
2015-01-13 Daryl McDanielMdeModulePkg, MdePkg, NetworkPkg, OvmfPkg, PerformanceP...
2014-12-31 Qiu ShuminShellPkg: Check the unrecognized environment variable...
2014-12-26 Qiu ShuminShellPkg: Add code to handle the split ('|') in a doubl...
2014-10-03 Jaben CarseyShellPkg: Fix Meta Data misspelling
2014-09-18 Ruiyu NiRoll back check in r15180 which caused the shell always...
2014-09-18 Qiu ShuminShellPkg: Fix the support for command line comments.
2014-09-17 Ni RuiyuShellPkg: Do TrimSpace again after StdIn, StdOut, and...
2014-09-10 Qiu ShuminShellPkg: Replace the usage of StrnCpy with CopyMem...
2014-09-09 Qiu ShuminShellPkg: Replace assignment statement with 'StrnCpy...
next