summaryrefslogtreecommitdiff
path: root/ShellPkg/Application/Shell/ShellProtocol.c
AgeCommit message (Expand)AuthorFilesLines
2014-08-19ShellPkg: Fix EFI_SHELL_PROTOCOL to contain new members from UEFI Shell 2.1 specChris Phillips1-5/+6
2014-08-18ShellPkg: Fix comments. Refine code style. Qiu Shumin1-3/+3
2014-08-06Updates the UEFI Shell to produce the new protocol with additional 4 functions.Jaben Carsey1-34/+178
2014-07-29Update code to support VS2013 tool chain.Eric Dong1-0/+3
2014-06-26Refine code to make it more safely.Eric Dong1-0/+1
2014-05-22Update the comments for function 'InternalShellExecuteDevicePath' in ShellPro...Qiu Shumin1-13/+14
2014-05-14ShellPkg: Do not mix status when executing a commandOlivier Martin1-3/+7
2014-04-11ShellPkg: Fix using root of driveJaben Carsey1-1/+3
2014-04-01ShellPkg: Allow opening of root drive nodesJaben Carsey1-18/+33
2014-04-01ShellPkg: Fix potential memory leak when failing to fully create a structureJaben Carsey1-3/+25
2014-03-07 1.Add code to check the pointer 'CorrectedPath' in Ls.c line 460 before ref...Shumin Qiu1-2/+6
2014-02-28Convert the value from 'int' to 'CHAR16' to match the type of variable in She...Shumin Qiu1-1/+1
2014-02-26ShellPkg/ShellProtocol.c: Fix case sensitivity in GetAlias and SetAliasBrendan Jackman1-15/+63
2014-02-12Add code to check whether the pointer 'PathForReturn' in ShellProtocol.c is N...Shumin Qiu1-1/+3
2014-02-12ShellPkg: InternalShellExecuteDevicePath: avoid memory leaksBrendan Jackman1-20/+22
2014-02-12ShellPkg: Make Argv[0] the full file path of the commandBrendan Jackman1-0/+36
2014-01-281. Fix several comments in function headers for 'ShellProtocol.c', 'ShellProt...Shumin Qiu1-1/+0
2014-01-25ShellPkg/ShellProtocol.c: Don't put consective "\"s in file pathsBrendan Jackman1-1/+12
2014-01-25ShellPkg/ShellProtocol.c: Don't overwrite Status in InternalShellExecuteDevic...Brendan Jackman1-5/+17
2014-01-25ShellPkg/Shell: Fix reporting of exit status in ShellProtocol.ExecuteBrendan Jackman1-8/+50
2014-01-13ShellPkg: assign pointer to NULL after free to prevent double freeJaben Carsey1-0/+1
2014-01-09ShellPkg: Remove memory leak from file list usageJaben Carsey1-11/+7
2014-01-07Enhance Shell 2.0 to not depend on keyboard driver implementation to fix the ...Ruiyu Ni1-7/+0
2013-12-09Follow Shell specification to make sure the “command.man” file is always ...Shumin Qiu1-1/+19
2013-09-05Refine the select language logic.Eric Dong1-36/+2
2013-07-30Fix GCC build failure.Ruiyu Ni1-0/+1
2013-07-26Update all the code to consume the ConvertDevicePathToText, ConvertDevicePath...Ruiyu Ni1-37/+18
2013-06-27ShellPkg: make automatically created shells quit automaticallyjaben carsey1-2/+2
2013-05-07ShellPkg: Fixed build error 'variable set but not used'jcarsey1-2/+0
2012-11-14ShellPkg: Clean up header file usage.jcarsey1-1/+0
2012-05-23ShellPkg: Enable Ctrl-C characters to be processed over serial interfaces tha...jcarsey1-2/+3
2012-04-23ShellPkg: removed memory leak.jcarsey1-2/+0
2012-02-02ShellPkg: fix 'ls' handling of empty drives where there is not even an "." or...jcarsey1-1/+1
2012-01-19ShellPkg: Fix SimpleTextInputEx based "CTRL-S" by emptying the buffer to prev...jcarsey1-3/+9
2011-10-17ShellPkg: Add checking for memory allocation and pointer returns from functions.jcarsey1-3/+1
2011-10-14ShellPkg: Add checking for memory allocation and pointer returns from functions.jcarsey1-7/+18
2011-09-16ShellPkg: Fix concatenation on full device paths.jcarsey1-1/+1
2011-09-02Refine comments and two code style.ydong101-10/+10
2011-07-01This refactors 3 functions out of ShellCommandLib and puts them into a new li...jcarsey1-6/+6
2011-06-01Make shell not ASSERT on older versions of EFI. On a Mac if you soft load Hii...andrewfish1-9/+10
2011-04-15fix for word wrapping.jcarsey1-7/+1
2011-03-29prevents "" from being the result of trying to open the root of a drive.jcarsey1-1/+5
2011-03-26console logger - support disabling the console out.jcarsey1-22/+153
2010-12-06fixes for NULL verification.jcarsey1-72/+73
2010-11-24fix unaligned device path node access.jcarsey1-1/+5
2010-11-17fixes for IPF, CTRL-C support, and file redirection.jcarsey1-40/+184
2010-10-041) Removing ASSERTs for proper return values. jcarsey1-3/+21
2010-09-18ShellPkg: Fix several GCC compiler warningsjljusten1-3/+5
2010-09-14udk2010.up2.shell initial release.jcarsey1-0/+3122