]> git.proxmox.com Git - mirror_edk2.git/history - ShellPkg
IntelFrameworkModulePkg AcpiS3SaveDxe: Remove ASSERT, add lock and remove RT for...
[mirror_edk2.git] / ShellPkg /
2014-03-17 Jaben CarseyShellPkg: Move a function into shared location
2014-03-10 Brendan JackmanShellPkg: ShellCommands/SetVar: Make '-rt' imply '-bs'
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-25 Jaben CarseyShellPkg: Add missing header files
2014-02-25 Shumin QiuAdd code to check whether the pointer 'CorrectedPath...
2014-02-18 Jaben CarseyShellPkg: Update "ls" command to better handle "-r...
2014-02-12 Jaben CarseyShellPkg: refactor elimination of non-replaced environm...
2014-02-12 Shumin QiuAdd code to check the return status for ShellReadFile...
2014-02-12 Shumin QiuAdd code to check whether the pointer 'PathForReturn...
2014-02-11 Jaben CarseyShellPkg: Fix changing to file system with 2 colons...
2014-02-11 Jaben CarseyShellPkg: Fix uninitialized Variable error
2014-02-11 Brendan JackmanShellPkg: InternalShellExecuteDevicePath: avoid memory...
2014-02-11 Brendan JackmanShellPkg: Make Argv[0] the full file path of the command
2014-02-11 Brendan JackmanShellPkg: Error out when ProcessCommandLine fails
2014-02-11 Brendan JackmanShellPkg: Fixed Memory leak in UefiMain()
2014-02-11 Brendan JackmanShellPkg: Manually parse parameters
2014-02-11 Jaben CarseyShellPkg: Prevent "set" command from updating %lasterror%
2014-02-05 Leandro G. Biss... ShellPkg: patch to the "for" command when used with...
2014-01-28 Shumin QiuAdd initializing code for local variable 'CalleeExitSta...
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/UefiShellLib.c: Execute: Return a Command...
2014-01-24 Brendan JackmanShellLib/UefiShellLib.c: Fix doc comment for ShellOpenF...
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-24 Jaben CarseyShellPkg: Refactor Print logic out of main loop function
2014-01-23 Shumin QiuUpdate prints of variable attributes from 'RS' to ...
2014-01-23 Shumin QiuUpdate the comments in function headers to follow Doxyg...
2014-01-22 Tian, HotFix CRLF format
2014-01-17 Jaben CarseyShellPkg: Change StdIn redirection
2014-01-16 Jaben CarseyShellPkg: Return the failure
2014-01-16 Jaben CarseyShellPkg: Remove ASSERT
2014-01-16 Jaben CarseyShellPkg: Remove ASSERT
2014-01-14 Shumin Qiu1. Change the implementation of function 'LoadVariableF...
2014-01-13 Jaben CarseyShellPkg: Remove UNICODE file tag (FEFF) from files...
2014-01-13 Olivier MartinShellPkg: remove unreachable break statements
2014-01-13 Jaben CarseyShellPkg: assign pointer to NULL after free to prevent...
2014-01-13 Jaben CarseyShellPkg: Fix command line parsing for script files...
2014-01-13 Shumin QiuSet the type of return value from function 'LoadVariabl...
2014-01-10 Jaben CarseyShellPkg: add the last PCIe extended capability decodings
2014-01-10 Jaben CarseyShellPkg: remove potential memory leak with new apps...
2014-01-10 Jaben CarseyShellPkg: remove double free operation
2014-01-10 Ruiyu NiAdd the feature "dmpstore -l" and "dmpstore -s".
2014-01-09 Jaben CarseyShellPkg: remove memory leak in file handle list
2014-01-09 Jaben CarseyShellPkg: Fix NSH parsing
2014-01-09 Jaben CarseyShellPkg: Remove memory leak from file list usage
2014-01-09 Jaben CarseyShellPkg: Add more output to PCI command for extended...
2014-01-09 Shumin QiuAdd code to check whether the pointer 'NewBuffer' ...
2014-01-07 Ruiyu NiEnhance Shell 2.0 to not depend on keyboard driver...
2014-01-07 Shumin QiuAdd the comment for function 'IsValidSplit' in 'Shell...
2013-12-31 Shumin QiuSet the type of variable 'StatusCode' as SHELL_STATUS...
2013-12-25 Shumin QiuFix ECC errors:1.Update the comments in function header...
2013-12-24 Laszlo ErsekAdd default way for switch in function 'RunCommandOrFil...
2013-12-20 Jaben CarseyShellPkg: fix DmpStore for deleting
2013-12-20 Jaben CarseyShellPkg: pre-verify split commands
2013-12-19 Jaben CarseyShellPkg: API name typo.
2013-12-19 Jaben CarseyShellPkg: fix whitespace character trimming
2013-12-19 Jaben CarseyShellPkg: CTRL-C stops a running script at the same...
2013-12-19 Jaben CarseyShellPkg: Refactor the RunCommand API
2013-12-19 Shumin QiuConverse the return value from 'int' to 'BOOLEAN' for...
2013-12-18 Ruiyu NiRollback the change to EFI_BOOT_KEY_DATA structure...
2013-12-17 Jaben CarseyShellPkg: Add missing function header comments
2013-12-17 Jaben CarseyShellPkg: Fix "for" command statement initialization.
2013-12-17 Shumin QiuUpdate code to ensure the pointer ‘CurrentName’ in...
2013-12-16 Shumin QiuAdd a new line to initialize the variable “PassThruProt...
2013-12-13 Jaben CarseyShellPkg: add error messages into function
2013-12-13 Jaben CarseyShellPkg: Refactor updating command line for help use
2013-12-13 Jaben CarseyShellPkg: Refactor change to current file system
2013-12-13 Jaben CarseyShellPkg: Refactor Split/Pipe based command lines
2013-12-13 Jaben CarseyShellPkg: add API for determining operation type
2013-12-12 Jaben CarseyShellPkg: Refactor Variable replacement into separate...
2013-12-12 Jaben CarseyShellPkg: Refactor Alias replacement into separate...
2013-12-12 Jaben CarseyShellPkg: refactor out leading and trailing space trimming
2013-12-12 Jaben CarseyShellPkg: typo in the last commit.
2013-12-12 Jaben CarseyShellPkg: Refactor out the searching for pipe characters
2013-12-10 Jaben CarseyShellPkg: Refactor Pipe handling
2013-12-09 Jaben CarseyShellPkg: Remove invalid ASSERT
2013-12-09 Jaben CarseyShellPkg: Add support for CTRL-C within shell user...
2013-12-09 Shumin QiuFollow Shell specification to make sure the “command...
2013-12-02 Chris PhillipsShellPkg: Fix pci command to parse seg, bus, dev, and...
2013-12-02 Jaben CarseyShellPkg: Unregister all registrations
2013-11-22 Jaben CarseyShellPkg: Add ShellHexStrToUintn to allow for simple...
2013-11-22 Chris PhillipsShellPkg: Fix pci command output of Max and Current...
2013-11-22 Chris PhillipsShellPkg: Remove trailing \r\n when redirect to env...
2013-11-21 Jaben CarseyShellPkg: Correctly support "map -c"
2013-11-21 Chris PhillipsShellPkg: Update pci command to use ShellPrintEx()
2013-11-20 Jaben CarseyShellPkg: Change MM command output during script execution
2013-11-19 Jordan JustenShellPkg pci command: Fix a typo; /r/n => \r\n
2013-11-19 Jaben CarseyShellPkg: Add EfiIdeControllerInitProtocol to Shell...
2013-11-15 Jaben CarseyShellPkg: "For Run" fix for spaces between numerals
2013-11-15 Jaben CarseyShellPkg: Fix help MAN file searching
2013-11-15 Jaben CarseyShellPkg: Rename duplicate STRING ID
2013-11-15 Chris PhillipsShellPkg: Add DiskIO2, and fix GUID from string check...
2013-11-15 Chris PhillipsShellPkg: Skip leading tabs when processing command...
2013-11-15 Jaben CarseyShellPkg: verify that leading and trailing % are remove...
2013-11-14 Jaben CarseyShellPkg: clarify space limitation in comment.
2013-10-29 Chris PhillipsShellPkg: Properly set lasterror environment variable
2013-10-24 Chris PhillipsShellPkg: Fixes the shell so output redirection works...
next