]> git.proxmox.com Git - mirror_edk2.git/history - ShellPkg/Application/Shell/ShellProtocol.c
UefiCpuPkg: Move AsmRelocateApLoopStart from Mpfuncs.nasm to AmdSev.nasm
[mirror_edk2.git] / ShellPkg / Application / Shell / ShellProtocol.c
2022-12-13 Michael D KinneyShellPkg/Shell: Do not set end device path if already end
2021-12-07 Michael KubackiShellPkg: Apply uncrustify changes
2021-01-19 Laszlo ErsekShellPkg/ShellProtocol: sort files by FullName in Remov...
2020-02-10 Antoine CoeurShellPkg/Application: Fix various typos
2019-12-19 Zhichao GaoShellPkg/ShellProtocol: Return error code while fail...
2019-04-09 Michael D KinneyShellPkg: Replace BSD License with BSD+Patent License
2018-09-06 shengleiShellPkg Shell: Remove redundant functions
2018-08-16 Ruiyu NiShellPkg/set: Fix EfiShellSetEnv to use case sensitive...
2018-06-28 Liming GaoShellPkg: Clean up source files
2017-11-15 Hao WuShellPkg/Shell: Check the OpenVolume result in OpenRoot...
2017-11-14 Song, BinXShellPkg: Fix MSFT C4255 warning
2017-09-21 Hao WuShellPkg/Shell: Avoid reading content beyond string...
2017-08-30 Huajing LiShellPkg: Rename gShellCurDir to gShellCurMapping
2017-07-28 Ruiyu NiShellPkg: Avoid buffer out-of-bound access
2017-06-05 Ruiyu NiShellPkg/alias: Fix bug to support upper-case alias
2017-03-23 Chen A ChenShellPkg: Add Shell invocation option '-exit'
2016-12-09 Chen A ChenShellPkg/Application: Fix ">v" cannot update environmen...
2016-10-18 Laszlo ErsekShellPkg/Shell: fix CopyGuid() arg order in EfiShellGet...
2016-10-09 Chen A ChenShellPkg/Application: Remove unnecessary EFIAPI
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-10 Ruiyu NiShellPkg: Fix FindFiles() to handle "fsx:EFI\BOOT"...
2016-07-25 Ruiyu NiShellPkg: Fix a potential NULL pointer deference issue
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-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-03-17 Qiu ShuminShellPkg: Remove the unused local variable.
2016-03-16 Qiu ShuminShellPkg: Per UEFI Shell 2.2 SPEC to make Shell support...
2015-12-25 Yao JiewenShellPkg: Fix memory leak in function 'EfiShellSetCurDi...
2015-12-24 Yao JiewenShellPkg: Fix memory leak in 'InternalShellExecuteDevic...
2015-12-23 Qiu ShuminShellPkg: Fix memory leak in ShellProtocol.
2015-12-12 Michael KinneyShellPkg/Shell - Fix ASSERT() when FvSimpleFileSystemDx...
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-09-01 Eric DongShellPkg: Replace use case of deprecated function GetVa...
2015-07-04 Heyi GuoShellPkg: Fix bug introduced by r17730.
2015-06-30 Qiu ShuminShellPkg: Use safe string functions to refine code.
2015-04-27 Qiu ShuminShellPkg: Refine the logic about allocating memory...
2015-02-04 Tapan ShahShellPkg: Standardized HP Copyright Message String
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-05 Qiu ShuminShellPkg: Refine the code style and comment.
2014-09-02 Jaben CarseyShellPkg: Refactor string manipulation
2014-08-29 Qiu ShuminShellPkg: Remove 'STATIC' from function declarations...
2014-08-18 Chris PhillipsShellPkg: Fix EFI_SHELL_PROTOCOL to contain new members...
2014-08-18 Qiu ShuminShellPkg: Fix comments. Refine code style.
2014-08-06 Jaben CarseyUpdates the UEFI Shell to produce the new protocol...
2014-07-29 Eric DongUpdate code to support VS2013 tool chain.
2014-06-26 Eric DongRefine code to make it more safely.
2014-05-22 Qiu ShuminUpdate the comments for function 'InternalShellExecuteD...
2014-05-13 Olivier MartinShellPkg: Do not mix status when executing a command
2014-04-11 Jaben CarseyShellPkg: Fix using root of drive
2014-03-31 Jaben CarseyShellPkg: Allow opening of root drive nodes
2014-03-31 Jaben CarseyShellPkg: Fix potential memory leak when failing to...
2014-03-07 Shumin Qiu 1.Add code to check the pointer 'CorrectedPath' in...
2014-02-28 Shumin QiuConvert the value from 'int' to 'CHAR16' to match the...
2014-02-26 Brendan JackmanShellPkg/ShellProtocol.c: Fix case sensitivity in GetAl...
2014-02-12 Shumin QiuAdd code to check whether the pointer 'PathForReturn...
2014-02-11 Brendan JackmanShellPkg: InternalShellExecuteDevicePath: avoid memory...
2014-02-11 Brendan JackmanShellPkg: Make Argv[0] the full file path of the command
2014-01-28 Shumin Qiu1. Fix several comments in function headers for 'ShellP...
2014-01-24 Brendan JackmanShellPkg/ShellProtocol.c: Don't put consective "\"s...
2014-01-24 Brendan JackmanShellPkg/ShellProtocol.c: Don't overwrite Status in...
2014-01-24 Brendan JackmanShellPkg/Shell: Fix reporting of exit status in ShellPr...
2014-01-13 Jaben CarseyShellPkg: assign pointer to NULL after free to prevent...
2014-01-09 Jaben CarseyShellPkg: Remove memory leak from file list usage
2014-01-07 Ruiyu NiEnhance Shell 2.0 to not depend on keyboard driver...
2013-12-09 Shumin QiuFollow Shell specification to make sure the “command...
2013-09-05 Eric DongRefine the select language logic.
2013-07-30 Ruiyu NiFix GCC build failure.
2013-07-26 Ruiyu NiUpdate all the code to consume the ConvertDevicePathToT...
2013-06-27 jaben carseyShellPkg: make automatically created shells quit automa...
2013-05-07 jcarseyShellPkg: Fixed build error 'variable set but not used'
2012-11-13 jcarseyShellPkg: Clean up header file usage.
2012-05-22 jcarseyShellPkg: Enable Ctrl-C characters to be processed...
2012-04-23 jcarseyShellPkg: removed memory leak.
2012-02-02 jcarseyShellPkg: fix 'ls' handling of empty drives where there...
2012-01-19 jcarseyShellPkg: Fix SimpleTextInputEx based "CTRL-S" by empty...
2011-10-17 jcarseyShellPkg: Add checking for memory allocation and pointe...
2011-10-14 jcarseyShellPkg: Add checking for memory allocation and pointe...
2011-09-15 jcarseyShellPkg: Fix concatenation on full device paths.
2011-09-02 ydong10Refine comments and two code style.
2011-06-30 jcarseyThis refactors 3 functions out of ShellCommandLib and...
2011-06-01 andrewfishMake shell not ASSERT on older versions of EFI. On...
2011-04-15 jcarseyfix for word wrapping.
2011-03-28 jcarseyprevents "" from being the result of trying to open...
2011-03-25 jcarseyconsole logger - support disabling the console out.
2010-12-06 jcarseyfixes for NULL verification.
2010-11-24 jcarseyfix unaligned device path node access.
2010-11-16 jcarseyfixes for IPF, CTRL-C support, and file redirection.
2010-10-04 jcarsey1) Removing ASSERTs for proper return values.
2010-09-17 jljustenShellPkg: Fix several GCC compiler warnings
2010-09-14 jcarseyudk2010.up2.shell initial release.