- c617380 ShellPkg: Refine code by initializing local variable and adding ASSERT statement. by Qiu Shumin · 9 years ago
- 490ce43 ShellPkg: Fix 'EfiShellExecute' doesn't get command status correctly. by Qiu Shumin · 9 years ago
- fbd2dfa ShellPkg: Follow spec to remove the last '\' char in return name of GetCurDir(). by Qiu Shumin · 9 years ago
- 48cb33e ShellPkg: Fix ASCII input redirection does not work correctly. by Qiu Shumin · 9 years ago
- 7534ae5 ShellPkg: Add a simple case to test shell parameter parsing logic by Ruiyu Ni · 9 years ago
- 1fab917 ShellPkg: Fix GCC build fail and code refine. by Qiu Shumin · 9 years ago
- fb977e3 ShellPkg: Fix Shell fail when execute command in ShellProtocol.Execute(). by Yang Jadis · 9 years ago
- a5382ce ShellPkg: Fix Shell does not support ASCII pipe(|a). by Qiu Shumin · 9 years ago
- 389824f ShellPkg: Fix Shell fail with redundant space following delay number. by Qiu Shumin · 9 years ago
- 4c33aac ShellPkg: Replace use case of deprecated function GetVariable with GetVariable2. by Eric Dong · 9 years ago
- ad93e04 ShellPkg: force use of AARCH64 small model when building DEBUG shell by Ard Biesheuvel · 9 years ago
- b0f81b6 ShellPkg: Fix the ASSERT issue in Shell 'for' loop by Qiu Shumin · 9 years ago
- 4dc0d57 ShellPkg: Refine code to use Strn**S safe functions instead of Str**S ones in some cases. by Qiu Shumin · 9 years ago
- a5e28cc ShellPkg: Fix bug introduced by r17730. by Heyi Guo · 9 years ago
- 6956ecf ShellPkg: Refine code to make catenae length more precise. by Qiu Shumin · 10 years ago
- e75390f ShellPkg: Use safe string functions to refine code. by Qiu Shumin · 10 years ago
- f5bc9da ShellPkg: Make BOOLEAN variable not use explicit comparison. by Qiu Shumin · 10 years ago
- 8e4fd50 ShellPkg: update Console to clear screen when resetting by Jaben Carsey · 10 years ago
- c17c4a1 ShellPkg\Application\Shell: Clean start row information after the console has been Reset or SetMode. by Qiu Shumin · 10 years ago
- 654a012 ShellPkg: Refine the logic about allocating memory for variable name and data. by Qiu Shumin · 10 years ago
- 88ff5ba ShellPkg: Added newline at the end of source files by Olivier Martin · 10 years ago
- d08a546 Shellpkg: Fix spelling errors in Shell.c/Shell.h comments by Joe Peterson · 10 years ago
- a8f9880 ShellPkg: command help with -? flag is not working and it gives too many arguments error message. by Jaben Carsey · 10 years ago
- c011b6c ShellPkg: Standardized HP Copyright Message String by Tapan Shah · 10 years ago
- fe8ec3d ShellPkg: Revert 16720 and 16734. by Jaben Carsey · 10 years ago
- a95cf8f ShellPkg: Revert 16720 and 16734. by Jaben Carsey · 10 years ago
- 432bf14 ShellPkg: cast return value to correct type based on what we passed in. by Jaben Carsey · 10 years ago
- 69c569b ShellPkg: Fix typos. by Qiu Shumin · 10 years ago
- 7df7964 ShellPkg: Update Shell.uni file with a better general command response output. by Tapan Shah · 10 years ago
- 0a82f7a ShellPkg: Refactor out a now-redundant function by Jaben Carsey · 10 years ago
- 5e737e8 ShellPkg: Add quotes around NSH index argument replacement by Jaben Carsey · 10 years ago
- 3ab016b ShellPkg: Fix typos. by Qiu Shumin · 10 years ago
- 7cc7022 ShellPkg: Refactor quote and escape search to use new function by Jaben Carsey · 10 years ago
- 00534bc ShellPkg: Refactor Split search to generic function by Jaben Carsey · 10 years ago
- 14030c5 ShellPkg: refine command line parsing by Jaben Carsey · 10 years ago
- fdd52bd ShellPkg: Always remove non-defined environment variable by Jaben Carsey · 10 years ago
- ecd07f3 ShellPkg: Refine the fomat in INF/DEC files to follow spec. by Qiu Shumin · 10 years ago
- ae591c1 MdeModulePkg, MdePkg, NetworkPkg, OvmfPkg, PerformancePkg, ShellPkg: Library Migration. by Daryl McDaniel · 10 years ago
- 4243567 ShellPkg: Check the unrecognized environment variable name before it is removed from command line. by Qiu Shumin · 10 years ago
- 6f6792b ShellPkg: Add code to handle the split ('|') in a double-quoted string. by Qiu Shumin · 10 years ago
- 75e34de ShellPkg: Fix Meta Data misspelling by Jaben Carsey · 10 years ago
- a308e05 Roll back check in r15180 which caused the shell always returns EFI_ABORTED no matter what exit-code is specified for "exit" command. by Ruiyu Ni · 10 years ago
- 4b6b543 ShellPkg: Fix the support for command line comments. by Qiu Shumin · 10 years ago
- 75eb337 ShellPkg: Do TrimSpace again after StdIn, StdOut, and StdErr are set up. by Ni Ruiyu · 10 years ago
- 323d3d1 ShellPkg: Replace the usage of StrnCpy with CopyMem to avoid potential buffer overflow and refine the code style. by Qiu Shumin · 10 years ago
- cc72674 ShellPkg: Replace assignment statement with 'StrnCpy' to append terminal NULL character in a string. by Qiu Shumin · 10 years ago
- a753677 ShellPkg: Not add redundant quotes any longer to parameters with spaces. by Jaben Carsey · 10 years ago
- 33fe830 ShellPkg: Refine the code style and comment. by Qiu Shumin · 10 years ago
- 7f79b01 ShellPkg: Refactor string manipulation by Jaben Carsey · 10 years ago
- de4cace ShellPkg: Remove 'STATIC' from function declarations to avoid source level debugging problem. by Qiu Shumin · 10 years ago
- 5eadb80 ShellPkg: leave quotes around params by Jaben Carsey · 10 years ago
- d41a79a ShellPkg: Add support for UEFI Shell 2.1 spec command line comments by Chris Phillips · 10 years ago
- 838b31a ShellPkg: Fix EFI_SHELL_PROTOCOL to contain new members from UEFI Shell 2.1 spec by Chris Phillips · 10 years ago
- f5ba400 ShellPkg: Fix comments. Refine code style. by Qiu Shumin · 10 years ago
- 09fd532 Updates the UEFI Shell to produce the new protocol with additional 4 functions. by Jaben Carsey · 10 years ago
- 5967886 ShellPkg: UpdateStdInStdOutStdErr(): append BOM to new unicode file by Laszlo Ersek · 10 years ago
- 94c2a04 ShellPkg: UpdateStdInStdOutStdErr(): extract WriteFileTag() by Laszlo Ersek · 10 years ago
- 0d807da Update code to support VS2013 tool chain. by Eric Dong · 10 years ago
- 81cd2f5 Refine code to make it more safely. by Eric Dong · 11 years ago
- 0c41d28 ShellPkg: replace unrecognized Environment Variables with empty quotes so commands or applications know something existed. by Jaben Carsey · 11 years ago
- b5ce69c Update the comments for function 'InternalShellExecuteDevicePath' in ShellProtocol.c to make it consistent with parameter names. by Qiu Shumin · 11 years ago
- cd39fe0 ShellPkg: Do not mix status when executing a command by Olivier Martin · 11 years ago
- bbf904d ShellPkg: Fix using root of drive by Jaben Carsey · 11 years ago
- e9d19a8 ShellPkg: Fix command-line parsing to start with Argv[0] when comparing passed-in options by Chris Phillips · 11 years ago
- d0a5723 ShellPkg: Allow opening of root drive nodes by Jaben Carsey · 11 years ago
- 4b5168d ShellPkg: Fix potential memory leak when failing to fully create a structure by Jaben Carsey · 11 years ago
- d6e88a6 ShellPkg: Fix file system change issue that results in ASSERT by Chris Phillips · 11 years ago
- 4f344ff 1.Add code to check the pointer 'CorrectedPath' in Ls.c line 460 before referenced. 2.Not use explicit comparisons to TRUE or FALSE for Boolean variable in Ls.c. 3.Add doxygen tags in comment and return type for 'ToLower' in ShellProtocol.c. by Shumin Qiu · 11 years ago
- f716d7b Convert the value from 'int' to 'CHAR16' to match the type of variable in ShellProtocol.c. by Shumin Qiu · 11 years ago
- b9b77ab ShellPkg/ShellProtocol.c: Fix case sensitivity in GetAlias and SetAlias by Brendan Jackman · 11 years ago
- d5b5440 ShellPkg: refactor elimination of non-replaced environment variables by Jaben Carsey · 11 years ago
- a7563b0 Add code to check whether the pointer 'PathForReturn' in ShellProtocol.c is NULL before used. by Shumin Qiu · 11 years ago
- fc4c7b3 ShellPkg: Fix changing to file system with 2 colons like "fs0::" by Jaben Carsey · 11 years ago
- ba71f79 ShellPkg: Fix uninitialized Variable error by Jaben Carsey · 11 years ago
- fe6c94d ShellPkg: InternalShellExecuteDevicePath: avoid memory leaks by Brendan Jackman · 11 years ago
- 3e2b20a ShellPkg: Make Argv[0] the full file path of the command by Brendan Jackman · 11 years ago
- da92bf8 ShellPkg: Error out when ProcessCommandLine fails by Brendan Jackman · 11 years ago
- 0477054 ShellPkg: Fixed Memory leak in UefiMain() by Brendan Jackman · 11 years ago
- 23385d6 ShellPkg: Manually parse parameters by Brendan Jackman · 11 years ago
- 71c49ea Add initializing code for local variable 'CalleeExitStatus' and 'ExitStatus' in 'Shell.c'. by Shumin Qiu · 11 years ago
- 7bc3ec3 1. Fix several comments in function headers for 'ShellProtocol.c', 'ShellProtocol.h' and 'Ls.c'. 2. Remove the initialization of variable 'CalleeExitStatus' in function 'RunScriptFileHandle' of 'Shell.c' from its declarartion. by Shumin Qiu · 11 years ago
- 6ddc2ff ShellPkg/ShellProtocol.c: Don't put consective "\"s in file paths by Brendan Jackman · 11 years ago
- d9c7741 ShellPkg/ShellProtocol.c: Don't overwrite Status in InternalShellExecuteDevicePath by Brendan Jackman · 11 years ago
- 5223c12 ShellPkg/Shell: Fix reporting of exit status in ShellProtocol.Execute by Brendan Jackman · 11 years ago
- f614ce7 Update the comments in function headers to follow Doxygen special documentation blocks in section 2.3.5. by Shumin Qiu · 11 years ago
- d42aab6 Fix CRLF format by Tian, Hot · 11 years ago
- 2c86b6b ShellPkg: Change StdIn redirection by Jaben Carsey · 11 years ago
- 4dd8c7a ShellPkg: Return the failure by Jaben Carsey · 11 years ago
- 8e4a89a ShellPkg: Remove ASSERT by Jaben Carsey · 11 years ago
- 49bb76f ShellPkg: Remove UNICODE file tag (FEFF) from files used for input redirection by Jaben Carsey · 11 years ago
- 8844288c4 ShellPkg: assign pointer to NULL after free to prevent double free by Jaben Carsey · 11 years ago
- e958b94 ShellPkg: Fix command line parsing for script files (%1, %1, etc...) by Jaben Carsey · 11 years ago
- 4922715 ShellPkg: Fix NSH parsing by Jaben Carsey · 11 years ago
- c1f9c34 ShellPkg: Remove memory leak from file list usage by Jaben Carsey · 11 years ago
- 03bc7c2 Add code to check whether the pointer 'NewBuffer' in 'FileHandelWrappers.c' and the pointer 'FoundVarName' in 'Dmpstore.c' are NULL before used. by Shumin Qiu · 11 years ago
- 31c2a2c Enhance Shell 2.0 to not depend on keyboard driver implementation to fix the "CTRL+s" pause malfunction issue. by Ruiyu Ni · 11 years ago
- de4ebdc Add the comment for function 'IsValidSplit' in 'Shell.c'. Add code to check whether pointer 'DataBuffer' in 'DmpStore.c' is NULL before used. by Shumin Qiu · 11 years ago
- 3e108df Set the type of variable 'StatusCode' as SHELL_STATUS to match the parameter type of function 'SetLastError'. by Shumin Qiu · 11 years ago
- 5142926 Fix ECC errors:1.Update the comments in function headers to follow the Doxygen special documentation. 2.Make the first line of text in a comment block end with a period. 3.Update the member variable name for SHELL_OPERATION_TYPES to follow the rules "Must contain lower case characters". 4. Return type of a function should exist and in the first line. by Shumin Qiu · 11 years ago
- 6fa0da7 Add default way for switch in function 'RunCommandOrFile' of 'Shell.c'. by Laszlo Ersek · 11 years ago